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

Allow users to specify include directories for RTC #607

Closed
Robadob opened this issue Jul 28, 2021 · 2 comments
Closed

Allow users to specify include directories for RTC #607

Robadob opened this issue Jul 28, 2021 · 2 comments

Comments

@Robadob
Copy link
Member

Robadob commented Jul 28, 2021

Advanced users may have math header libraries, similar to GLM they wish to include or other external headers. Currently we don't allow users to specify their own include directories for RTC.

Obviously, there are natural NVRTC limitations to this, so would require being well documented that not all CUDA supported headers will work out of the box (e.g. if Jitify safe headers are lacking).

This is relatively low priority, but also should be fairly trivial to support.

@ptheywood
Copy link
Member

This mechanism would also be useful for enabling NVHPC (#563) support, where curand is not installed within the CUDA_HOME directory (although for non-RTC builds we probably need an additional fix / a recent enough cmake version)

@Robadob
Copy link
Member Author

Robadob commented Feb 24, 2022

Closed by #801

@Robadob Robadob closed this as completed Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants