-
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
[Help]How to include <cuda_fp16.h> in jitify? #116
Comments
i know it can be added in this way:
howerver, i want to include in "my_header.cuh" because i need to add some operator overloading in my_header.cuh
it will come this error :
i don't know how to include in my header and include my header when creating jitify program??or it's impossible? Please take a look, thanks so much. @benbarsdell |
I think this should work, as long as the |
i found out the reason. when i add a space before @benbarsdell thank you for your reply. BTW, Is jitify still on updating? |
I tried to include in my kernel string like: "#include <cuda_fp16.h>" or make a header named "JITFP16.cuh" and pass into jitify::Program::program() functions. can't work.
so how can i include these standard header like cuda_fp16.h ???
Please help!
The text was updated successfully, but these errors were encountered: