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 9858b0c commit fcfba95Copy full SHA for fcfba95
helion/_compat.py
@@ -38,8 +38,8 @@ def get_triton_tensor_descriptor_class_import_path() -> str:
38
def get_triton_tensor_descriptor_class() -> type[object]:
39
"""Attempt to import TensorDescriptor class from known Triton modules."""
40
possible_modules = [
41
- "triton.tools.experimental_descriptor",
42
"triton.tools.tensor_descriptor",
+ "triton.tools.experimental_descriptor",
43
]
44
for module_name in possible_modules:
45
try:
0 commit comments