m-schuetz / SimLOD

MIT License
454 stars 24 forks source link

cuLinkCreate failed #4

Closed sl-gong closed 9 months ago

sl-gong commented 9 months ago

OS:windows11 CUDA:11.8 IDE:visual studio 2022 Cuda11.8 has been installed correctly, CUDA_ PATH is correct.

cu_checked(cuLinkCreate(numOptions, options.data(), optionVals.data(), &linkState)); cuLinkCreate failed,linkState is invalid. startup error: Exception sent: 0xC000000 5: An access conflict occurred while reading position 0xFFFFFFFFFFFFFF.

sl-gong commented 9 months ago

I have resolved this issue by uninstalling all NVIDIA drivers and CUDA, and then reinstalling CUDA 11.8.