We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f22ecf commit 754c8b5Copy full SHA for 754c8b5
testing/python/language/test_tilelang_language_vectorize.py
@@ -45,7 +45,7 @@ def run_vectorize(N, M, stride_A, stride_B):
45
stride_A % (vectorize_size * 2) == 0 and \
46
stride_B % (vectorize_size * 2) == 0:
47
vectorize_size *= 2
48
-
+
49
if vectorize_size == 8:
50
assert "ulonglong4" in code
51
elif vectorize_size == 4:
0 commit comments