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 e08caef commit 3c8f899Copy full SHA for 3c8f899
1 file changed
python/tvm/contrib/cutlass/build.py
@@ -59,6 +59,7 @@ def _get_cutlass_compile_options(sm, threads, use_fast_math=False):
59
"-c",
60
"-DCUTLASS_ENABLE_TENSOR_CORE_MMA=1",
61
"-gencode=arch=compute_%d,code=[sm_%d,compute_%d]" % (sm, sm, sm),
62
+ "-DNDEBUG",
63
"-Xcompiler=-fPIC",
64
"-Xcompiler=-Wconversion",
65
"-Xcompiler=-fno-strict-aliasing",
0 commit comments