You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry actually for Windows it requires defining _WIN64 or __LP64__ as noted here. E.g., pass -D_WIN64 and/or -D__LP64__ as compiler options to Jitify (NVRTC).
If this works I'll look into whether we could/should define these automatically.
I ran into a problem when compiling some optix programs
More info here as well as a reproducible example
https://devtalk.nvidia.com/default/topic/1072808/optix/-bugreport-amp-fix-optix-7-corrupts-cudeviceptr-in-the-sbt-due-to-truncation-hardcore-/?offset=2#5434966
I'm using your "stddef.h" no idea what is the proper way to fix it and have my kernels compiled by nvrtc have 8 byte pointers.
The text was updated successfully, but these errors were encountered: