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 e409fe2 commit 7a981beCopy full SHA for 7a981be
tritonbench/operators/gemm/warp_spec_persistent_matmul.py
@@ -9,6 +9,7 @@
9
import torch
10
import triton
11
import triton.language as tl
12
+
13
# Conditional import for TensorDescriptor - only available in newer Triton versions
14
try:
15
from triton.tools.tensor_descriptor import TensorDescriptor
0 commit comments