We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a88a7 commit e629f5bCopy full SHA for e629f5b
python/triton_kernels/tests/test_matmul.py
@@ -21,7 +21,7 @@
21
# testing utilities
22
from triton_kernels.testing import assert_close, compute_actual_scale
23
# target-specific utilities
24
-from triton_kernels.target_info import is_hip, is_xpu, is_hip_cdna3, is_cuda, is_hip_cdna4
+from triton_kernels.target_info import is_hip, is_hip_cdna3, is_cuda, is_hip_cdna4
25
26
# ---------------
27
# initialize data
0 commit comments