-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I was compiling cuRE code with VS2017 and CUDA11.7 ,everything was fine,but when i try to use cuRE renderer,I got a problem CUDA_ERROR_NO_BINARY_FOR_GPU,it happend at source\cure\PipelineModule.cpp ,line 114 :succeed(cuLinkAddData(linker, CUjitInputType::CU_JIT_INPUT_CUBIN, const_cast<char*>(&CUBIN::cure), &CUBIN::cure_end - &CUBIN::cure, "cure.cuobj", 0U, nullptr, nullptr));
I have no idea why I got CUDA_ERROR_NO_BINARY_FOR_GPU, other cuda code compiled with cuda11.7(sm_35,sm_52,etc) are well running
Metadata
Metadata
Assignees
Labels
No labels