Skip to content

Commit 800613a

Browse files
committed
update
1 parent ef3e92d commit 800613a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/py/dynamo/automatic_plugin/test_automatic_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
from ..conversion.harness import DispatchTestCase
1414

15+
1516
@triton.jit
1617
def elementwise_mul_kernel(X, Y, Z, BLOCK_SIZE: tl.constexpr):
1718
# Program ID determines the block of data each thread will process

tests/py/dynamo/automatic_plugin/test_automatic_plugin_with_attrs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
from ..conversion.harness import DispatchTestCase
1414

15+
1516
@triton.jit
1617
def elementwise_scale_mul_kernel(X, Y, Z, a, b, BLOCK_SIZE: tl.constexpr):
1718
pid = tl.program_id(0)

0 commit comments

Comments
 (0)