mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[FORMAT] autopep8 now uses max-line-length=88 (#1410)
This commit is contained in:
@@ -14,10 +14,5 @@ def kernel(X, stride_xm,
|
||||
tl.store(Zs, tl.load(Xs))
|
||||
|
||||
|
||||
ret = triton.compile(
|
||||
kernel,
|
||||
signature="*fp32,i32,*fp32,i32",
|
||||
constants={
|
||||
"BLOCK_M": 64,
|
||||
"BLOCK_N": 64})
|
||||
ret = triton.compile(kernel, signature="*fp32,i32,*fp32,i32", constants={"BLOCK_M": 64, "BLOCK_N": 64})
|
||||
print(ret.asm["ttgir"])
|
||||
|
||||
Reference in New Issue
Block a user