mirror of
https://github.com/deepseek-ai/DeepGEMM
synced 2025-06-26 23:15:49 +00:00
refine
This commit is contained in:
@@ -109,7 +109,6 @@ def test_gemm_backward_w() -> None:
|
||||
diff = calc_diff(out, ref_out)
|
||||
assert diff < 0.001, f'{m=}, {k=}, {n=}, {diff:.5f}'
|
||||
torch.cuda.synchronize()
|
||||
print(diff)
|
||||
|
||||
# noinspection PyShadowingNames
|
||||
def test_func():
|
||||
@@ -195,5 +194,5 @@ if __name__ == '__main__':
|
||||
|
||||
test_gemm_backward_w()
|
||||
test_gemm()
|
||||
# test_m_grouped_gemm_contiguous()
|
||||
# test_m_grouped_gemm_masked()
|
||||
test_m_grouped_gemm_contiguous()
|
||||
test_m_grouped_gemm_masked()
|
||||
|
||||
Reference in New Issue
Block a user