Skip to content
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

Register Pressure for CUDA backend #1

Open
hdelan opened this issue May 3, 2023 · 1 comment
Open

Register Pressure for CUDA backend #1

hdelan opened this issue May 3, 2023 · 1 comment

Comments

@hdelan
Copy link

hdelan commented May 3, 2023

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!

@svtcli
Copy link
Member

svtcli commented Jun 13, 2023

Thank you @hdelan and sorry for noticing this issue before, I will definitely try and report here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants