Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
9aa232cc
Commit
9aa232cc
authored
May 02, 2023
by
Tim Dettmers
Browse files
Initial.
parent
9192c9de
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tests/test_functional.py
tests/test_functional.py
+1
-0
No files found.
tests/test_functional.py
View file @
9aa232cc
...
@@ -2406,6 +2406,7 @@ def test_cutlass3_gemm(dtype):
...
@@ -2406,6 +2406,7 @@ def test_cutlass3_gemm(dtype):
# #assert False, 'ERROR'
# #assert False, 'ERROR'
c
=
int
(
C1
.
numel
()
*
0.00125
*
(
dim
/
256
))
+
1
c
=
int
(
C1
.
numel
()
*
0.00125
*
(
dim
/
256
))
+
1
assert_all_approx_close
(
C1
,
C2
,
1e-5
,
0.01
,
count
=
c
)
assert_all_approx_close
(
C1
,
C2
,
1e-5
,
0.01
,
count
=
c
)
print
(
''
)
print
(
''
)
print
(
dim
,
sum
(
errs
)
/
len
(
errs
)
/
math
.
sqrt
(
dim
))
print
(
dim
,
sum
(
errs
)
/
len
(
errs
)
/
math
.
sqrt
(
dim
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment