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

Rework cuda file handling for >= 12 #89

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

georgiastuart
Copy link
Contributor

@georgiastuart georgiastuart commented Oct 14, 2024

Filtering out cuda includes when not using nvcc made compilation work, but lead to some more insidious value errors in libs that reference cuda thrust. This PR removes the ifdef for the nvcc compiler wrapper and feeds more source into nvcc instead. I think a more extensive refactor to meet the ABI changes would probably be a better solution, but this is a working stopgap!

Signed-off-by: Georgia Stuart <gstuart@umass.edu>
@The9Cat
Copy link
Contributor

The9Cat commented Oct 14, 2024

Thanks. Works for me on Unity as well. Let's merge it.

@The9Cat The9Cat merged commit a35a90c into EXP-code:fix-cuda-16 Oct 14, 2024
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

Successfully merging this pull request may close these issues.

2 participants