-
Notifications
You must be signed in to change notification settings - Fork 64
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
Using __half with NVRTC and jitify #56
Comments
To ensure cuda_fp16.h can be found you'll need to pass the CUDA Toolkit include directory as a flag like this: Here's a minimal example (it uses
|
Ok, I see. |
That's right. One option would be to use an environment variable like CUDA_PATH. |
We don't need another environment variable surely, we can just use the |
Hi!
I want to use fp16 data type in kernels compiled with NVRTC. However, when I try to do so, I get following errors:
Can you tell me, what is the best way to use cuda_fp16.h with jitify?
Thank you.
The text was updated successfully, but these errors were encountered: