Skip to content

Commit b724f44

Browse files
committed
black
1 parent fe4687b commit b724f44

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

python/tvm/contrib/cutlass/gen_gemm.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
ProfilerEngine,
2525
generate_sm75_tensor_op_1688,
2626
generate_sm80_tensor_op_16816,
27-
GENERATOR_FUNC_TABLE
27+
GENERATOR_FUNC_TABLE,
2828
)
2929
from .library import (
3030
EpilogueFunctor,
@@ -133,8 +133,6 @@ def create_gemm_operator(
133133
return ret
134134

135135

136-
137-
138136
# TODO(masahi): A sensible way to pick reasonable default kernels
139137
DEFAULT_KERNELS = {
140138
75: {

python/tvm/contrib/cutlass/gen_tensor_op.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ def get_tile_descriptions(math_inst):
164164
80: generate_sm80_tensor_op_16816,
165165
}
166166

167+
167168
class ProfilerEngine:
168169
"""Compile and run a given profiler executable."""
169170

0 commit comments

Comments
 (0)