"src/vscode:/vscode.git/clone" did not exist on "9941f1f61b5d069ebedab92f3f620a79cc043ef2"
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): ...@@ -681,7 +681,8 @@ class CUDAOpBuilder(OpBuilder):
'-U__HIP_NO_HALF2_OPERATORS__', '-U__HIP_NO_HALF2_OPERATORS__',
'-DROCM_VERSION_MAJOR=%s' % ROCM_MAJOR, '-DROCM_VERSION_MAJOR=%s' % ROCM_MAJOR,
'-DROCM_VERSION_MINOR=%s' % ROCM_MINOR, '-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: else:
cuda_major, _ = installed_cuda_version() 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