[OPTIMIZER] Fixed up order of shared layouts (#881)
This commit is contained in:
@@ -186,9 +186,9 @@ def get_proper_err(a, b, golden):
|
||||
[128, 256, 128, 4, 128, 256, 32, False, False],
|
||||
[256, 128, 64, 4, 256, 128, 16, False, False],
|
||||
[128, 64, 128, 4, 128, 64, 32, False, False],
|
||||
# TODO[goostavz]: fix these cases
|
||||
#[128, 64, 128, 4, 128, 64, 32, True, False],
|
||||
#[128, 64, 128, 4, 128, 64, 32, False, True],
|
||||
# trans
|
||||
[128, 64, 128, 4, 128, 64, 32, True, False],
|
||||
[128, 64, 128, 4, 128, 64, 32, False, True],
|
||||
])
|
||||
def test_gemm(SIZE_M, SIZE_N, SIZE_K, NUM_WARPS, BLOCK_SIZE_M, BLOCK_SIZE_N, BLOCK_SIZE_K, TRANS_A, TRANS_B):
|
||||
if (TRANS_A):
|
||||
|
Reference in New Issue
Block a user