Initial.
This commit is contained in:
parent
9192c9de64
commit
9aa232cc39
|
@ -2406,6 +2406,7 @@ def test_cutlass3_gemm(dtype):
|
|||
# #assert False, 'ERROR'
|
||||
|
||||
c = int(C1.numel()*0.00125*(dim/256))+1
|
||||
|
||||
assert_all_approx_close(C1, C2, 1e-5, 0.01, count=c)
|
||||
print('')
|
||||
print(dim, sum(errs)/len(errs)/math.sqrt(dim))
|
||||
|
|
Loading…
Reference in New Issue
Block a user