Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Dec 11, 2021
1 parent fe4687b commit b724f44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions python/tvm/contrib/cutlass/gen_gemm.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
ProfilerEngine,
generate_sm75_tensor_op_1688,
generate_sm80_tensor_op_16816,
GENERATOR_FUNC_TABLE
GENERATOR_FUNC_TABLE,
)
from .library import (
EpilogueFunctor,
Expand Down Expand Up @@ -133,8 +133,6 @@ def create_gemm_operator(
return ret




# TODO(masahi): A sensible way to pick reasonable default kernels
DEFAULT_KERNELS = {
75: {
Expand Down
1 change: 1 addition & 0 deletions python/tvm/contrib/cutlass/gen_tensor_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def get_tile_descriptions(math_inst):
80: generate_sm80_tensor_op_16816,
}


class ProfilerEngine:
"""Compile and run a given profiler executable."""

Expand Down

0 comments on commit b724f44

Please sign in to comment.