Skip to content

Commit e629f5b

Browse files
committed
fix imports
1 parent 37a88a7 commit e629f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/triton_kernels/tests/test_matmul.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# testing utilities
2222
from triton_kernels.testing import assert_close, compute_actual_scale
2323
# target-specific utilities
24-
from triton_kernels.target_info import is_hip, is_xpu, is_hip_cdna3, is_cuda, is_hip_cdna4
24+
from triton_kernels.target_info import is_hip, is_hip_cdna3, is_cuda, is_hip_cdna4
2525

2626
# ---------------
2727
# initialize data

0 commit comments

Comments
 (0)