Skip to content

Commit

Permalink
[Unity] Fix lint during for upstream black
Browse files Browse the repository at this point in the history
This PR fixes lint for testcase in upstream black.
Needs to be dropped after upstream change get fixed.
  • Loading branch information
tqchen committed Apr 1, 2023
1 parent 52f6e63 commit 5c8b7af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
from tvm.script import tir as T
from tvm.tir.schedule import BlockRV

# fmt: off
# Small gpu parameters which should work for nearly every (modern-ish) gpu.
TARGET = tvm.target.Target(
"cuda -max_threads_per_block=32 -max_num_threads=128 -thread_warp_size=32 -max_shared_memory_per_block=8192 -registers_per_block=1024"
Expand Down

0 comments on commit 5c8b7af

Please sign in to comment.