Skip to content

Commit

Permalink
pylint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masa committed Jan 18, 2021
1 parent 9843f5e commit 0bc3a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/topi/cuda/sparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def sparse_dense_tir(data, w_data, w_indices, w_indptr):
with either default_function_kernel0 for the transpose or
default_function_kernel1 for the multiply.
"""

def gen_ir(data, w_data, w_indices, w_indptr, out):
# pylint: disable=invalid-name
# TODO(tkonolige): use tensorcores for block multiply
Expand Down

0 comments on commit 0bc3a4d

Please sign in to comment.