mirror of
https://github.com/NVIDIA/cutlass.git
synced 2026-05-04 21:51:18 +00:00
2026-01-06 updates
This commit is contained in:
@@ -32,7 +32,6 @@ import torch
|
||||
|
||||
import cutlass_api
|
||||
|
||||
|
||||
pytestmark = pytest.mark.arch("80")
|
||||
|
||||
|
||||
@@ -69,7 +68,7 @@ def epi(accum, C, alpha, beta):
|
||||
except ValueError as e:
|
||||
assert "F" in str(e)
|
||||
else:
|
||||
assert False, "Failed to catch missing keyword"
|
||||
raise AssertionError("Failed to catch missing keyword")
|
||||
|
||||
|
||||
def test_extra_keywords():
|
||||
@@ -92,4 +91,4 @@ def epi(accum, C, alpha, beta):
|
||||
except ValueError as e:
|
||||
assert "gamma" in str(e)
|
||||
else:
|
||||
assert False, "Failed to catch extra keyword"
|
||||
raise AssertionError("Failed to catch extra keyword")
|
||||
|
||||
Reference in New Issue
Block a user