We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Salvatore, we were speaking at SYCLcon about your work with SYCL. You were having some problems with register pressure for the CUDA backend.
I found this compiler flag which may be of interest:
-mllvm -nvptx-sched4reg=true
This allows PTX code to be rearranged/rescheduled in an attempt to lower register usage. Let me know if this helps at all.
All the best!
The text was updated successfully, but these errors were encountered:
Thank you @hdelan and sorry for noticing this issue before, I will definitely try and report here!
Sorry, something went wrong.
No branches or pull requests
Hi Salvatore, we were speaking at SYCLcon about your work with SYCL. You were having some problems with register pressure for the CUDA backend.
I found this compiler flag which may be of interest:
This allows PTX code to be rearranged/rescheduled in an attempt to lower register usage. Let me know if this helps at all.
All the best!
The text was updated successfully, but these errors were encountered: