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

cuda-embed-ptx macro and cuda architectures #140

Open
ingowald opened this issue Oct 20, 2021 · 2 comments
Open

cuda-embed-ptx macro and cuda architectures #140

ingowald opened this issue Oct 20, 2021 · 2 comments

Comments

@ingowald
Copy link
Contributor

using owl in a project that also uses cuda for other stuff creates fatal build errors if that project sets cuda architectures for its cuda sources. to fix this we have to somehow disable the cuda architecture settings (only) within that macro, and leave them for other, regular cuda files.

right now only workaround is to not use cuda architectures at all in the main project (which is a bummer, and major inconvenience)

@jeffamstutz

@jeffamstutz
Copy link
Contributor

Got any code you can point me too to reproduce? I'm sure something can be worked out: an option to embed_ptx() sounds the most likely.

@bipul-mohanto
Copy link

In the documentation file, it has been mentioned ...and after pushing the Configure button choose x64 for the optional platform., shouldn't it be before pushing the Configuration button instead of after as the OptiX is only available for x64 architecture.

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

3 participants