This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch unity-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/unity-staging by this push:
new 8843e73a6e [Unity] Fix lint during for upstream black
8843e73a6e is described below
commit 8843e73a6e97d0d6426d202c021012cf57b4d0c2
Author: tqchen <[email protected]>
AuthorDate: Sat Apr 1 15:17:18 2023 -0400
[Unity] Fix lint during for upstream black
This PR fixes lint for testcase in upstream black.
Needs to be dropped after upstream change get fixed.
---
.../python/unittest/test_meta_schedule_schedule_cuda_layout_transform.py | 1 +
1 file changed, 1 insertion(+)
diff --git
a/tests/python/unittest/test_meta_schedule_schedule_cuda_layout_transform.py
b/tests/python/unittest/test_meta_schedule_schedule_cuda_layout_transform.py
index d1ba84d836..2dbf14d451 100644
--- a/tests/python/unittest/test_meta_schedule_schedule_cuda_layout_transform.py
+++ b/tests/python/unittest/test_meta_schedule_schedule_cuda_layout_transform.py
@@ -31,6 +31,7 @@ from tvm.script import ir as I
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"