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
more compile info:
compile with cuda-toolkit 11.0
#define JITIFY_LINK_NVRTC_STATIC 1
#define JITIFY_LINK_CUDA_STATIC 1
get compile error:
jitify2.hpp:2560:62: error: cannot convert 'int*' to '_nvrtcProgram*' in argument passing nvrtc().GetNumSupportedArchs()(&num_supported_archs);
template arguments nvrtcProgram is not correct, should remove it.
jitify/jitify2.hpp
Line 2392 in 0efec93
jitify/jitify2.hpp
Line 2396 in 0efec93
The text was updated successfully, but these errors were encountered: