"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "57636ad4f4567065db122bf3716cd2006a46ac77"
Commit 9aa232cc authored by Tim Dettmers's avatar Tim Dettmers
Browse files

Initial.

parent 9192c9de
......@@ -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))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment