Skip to content

Commit 9aa232c

Browse files
committed
Initial.
1 parent 9192c9d commit 9aa232c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_functional.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,6 +2406,7 @@ def test_cutlass3_gemm(dtype):
24062406
# #assert False, 'ERROR'
24072407

24082408
c = int(C1.numel()*0.00125*(dim/256))+1
2409+
24092410
assert_all_approx_close(C1, C2, 1e-5, 0.01, count=c)
24102411
print('')
24112412
print(dim, sum(errs)/len(errs)/math.sqrt(dim))

0 commit comments

Comments
 (0)