-
Notifications
You must be signed in to change notification settings - Fork 798
[CUDA] update default CUDA sm ver to 75 #20824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: sycl
Are you sure you want to change the base?
Conversation
a051354 to
524e635
Compare
524e635 to
82f4279
Compare
steffenlarsen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, I think we should get most of these changes into upstream to avoid the headaches of maintaining customizations in intel/llvm, especially for changes that are not directly SYCL-related.
| LAST, | ||
|
|
||
| CudaDefault = OffloadArch::SM_52, | ||
| CudaDefault = OffloadArch::SM_75, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bunch of this are customizations to upstream LLVM. Even if we go for it downstream, it would be good to start the process of upstreaming these customizations.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the upstream version is here: llvm/llvm-project#170679
bader
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bratpiorka, please remove any changes from mlir/ project files. We don't support this project and these modifications impact pulldown from the upstream.
82f4279 to
ece842b
Compare
@bader thanks, removed |
ece842b to
246c4d2
Compare
All changes from the files I own has been reverted.
This pull request updates the default NVIDIA GPU architecture used for CUDA from
SM_50toSM_75, as the newest CUDA 13 no longer supportsSM_50.It also updates several tests: