Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
deepspeed
Commits
4c972a6e
Commit
4c972a6e
authored
Oct 12, 2023
by
aiss
Browse files
add llvm compile arg for dtk2310
parent
3fa19ffc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
op_builder/builder.py
op_builder/builder.py
+2
-1
No files found.
op_builder/builder.py
View file @
4c972a6e
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment