Skip to content

Commit fcfba95

Browse files
authored
Fix more unit tests
Differential Revision: D75115325 Pull Request resolved: #64
1 parent 9858b0c commit fcfba95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helion/_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ def get_triton_tensor_descriptor_class_import_path() -> str:
3838
def get_triton_tensor_descriptor_class() -> type[object]:
3939
"""Attempt to import TensorDescriptor class from known Triton modules."""
4040
possible_modules = [
41-
"triton.tools.experimental_descriptor",
4241
"triton.tools.tensor_descriptor",
42+
"triton.tools.experimental_descriptor",
4343
]
4444
for module_name in possible_modules:
4545
try:

0 commit comments

Comments
 (0)