mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
enable more gemm tests corresponding to PR#273 (#279)
This commit is contained in:
@@ -1280,9 +1280,6 @@ def test_dot(M, N, K, num_warps, col_a, col_b, epilogue, allow_tf32, dtype, devi
|
||||
if capability[0] == 7:
|
||||
if (M, N, K, num_warps) == (128, 256, 32, 8):
|
||||
pytest.skip("shared memory out of resource")
|
||||
if torch.version.hip is not None:
|
||||
if (M, N, K) == (64, 128, 128):
|
||||
pytest.skip("Not supported: memory out of resource.")
|
||||
|
||||
torch.backends.cuda.matmul.allow_tf32 = allow_tf32
|
||||
|
||||
|
||||
@@ -112,6 +112,8 @@ def get_variant_golden(a, b):
|
||||
[32, 128, 256, 4, 32, 128, 64],
|
||||
[64, 128, 64, 4, 64, 128, 32],
|
||||
[64, 64, 128, 4, 64, 64, 32],
|
||||
[128, 128, 64, 4, 128, 128, 32],
|
||||
[128, 128, 128, 4, 128, 128, 32],
|
||||
[128, 64, 64, 4, 128, 64, 32],
|
||||
[128, 64, 128, 4, 128, 64, 32],
|
||||
[64, 64, 256, 4, 64, 64, 64],
|
||||
|
||||
Reference in New Issue
Block a user