Skip to content

Commit 777f208

Browse files
committed
format
1 parent a31f9b1 commit 777f208

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mlir/test/Integration/GPU/CUDA/sm90/python/tools/matmulBuilder.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
MLIR_DYNAMIC = -9223372036854775808
2626

2727
DEBUG = False
28+
29+
2830
def debug_print(fmt, *args, predicate=None, threadNumber=-1, forcePrint=False):
2931
if not DEBUG and not forcePrint:
3032
return
@@ -102,6 +104,7 @@ def c(value, ty=None):
102104
ty = T.index() if ty is None else ty
103105
return arith.constant(ty, value)
104106

107+
105108
def generate_matmul_ws(
106109
input_type=np.float16,
107110
output_type=np.float32,

0 commit comments

Comments
 (0)