"test/torchscript_consistency_impl.py" did not exist on "b5b6d30f88116bb1b71dc3f158f0607825c6b37f"
Commit 4c972a6e authored by aiss's avatar aiss
Browse files

add llvm compile arg for dtk2310

parent 3fa19ffc
......@@ -681,7 +681,8 @@ class CUDAOpBuilder(OpBuilder):
'-U__HIP_NO_HALF2_OPERATORS__',
'-DROCM_VERSION_MAJOR=%s' % ROCM_MAJOR,
'-DROCM_VERSION_MINOR=%s' % ROCM_MINOR,
'--gpu-max-threads-per-block=1024'
'--gpu-max-threads-per-block=1024',
'-mllvm -amdgpu-enable-flat-scratch=false'
]
else:
cuda_major, _ = installed_cuda_version()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment