Skip to content

Commit 7f934c6

Browse files
committed
[intrinsic] enable ldmatrix for mat A
1 parent 38378df commit 7f934c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tilelang/intrinsics/mma_sp_macro_generator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ def ldmatrix_a(self,
279279
a_transposed = self.a_transposed
280280
# ldmatrix cannot be used for int8 + trans case.
281281
ldmatrix_available = not (DataType(a_dtype).bits != 16 and a_transposed)
282-
ldmatrix_available = False
283282

284283
def mma_load_layout(i, j):
285284
return i, j

0 commit comments

Comments
 (0)