Skip to content

Commit c5bbeb5

Browse files
authored
Remove is_cuda from test_block_pointer.py (#2113)
`is_cuda` - is an unused function and it's not in upstream Part of #2030 Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 5927673 commit c5bbeb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/test/unit/language/test_block_pointer.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
from test_core import check_type_supported
77

88

9-
def is_cuda():
10-
return triton.runtime.driver.active.get_current_target()[0] == "cuda"
11-
12-
139
@triton.jit
1410
def block_copy_kernel(a_ptr, b_ptr, N, BLOCK_SIZE: tl.constexpr, padding_option: tl.constexpr):
1511
pid = tl.program_id(0)

0 commit comments

Comments
 (0)