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 fe4687b commit b724f44Copy full SHA for b724f44
python/tvm/contrib/cutlass/gen_gemm.py
@@ -24,7 +24,7 @@
24
ProfilerEngine,
25
generate_sm75_tensor_op_1688,
26
generate_sm80_tensor_op_16816,
27
- GENERATOR_FUNC_TABLE
+ GENERATOR_FUNC_TABLE,
28
)
29
from .library import (
30
EpilogueFunctor,
@@ -133,8 +133,6 @@ def create_gemm_operator(
133
return ret
134
135
136
-
137
138
# TODO(masahi): A sensible way to pick reasonable default kernels
139
DEFAULT_KERNELS = {
140
75: {
python/tvm/contrib/cutlass/gen_tensor_op.py
@@ -164,6 +164,7 @@ def get_tile_descriptions(math_inst):
164
80: generate_sm80_tensor_op_16816,
165
}
166
167
+
168
class ProfilerEngine:
169
"""Compile and run a given profiler executable."""
170
0 commit comments