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
I get following error while compiling the cuda project.
nvcc fatal : cl.exe in PATH (C:/Program Files (x86)/Coverage/bin/x64) is different than one specified with -ccbin (C:/VS2019/VC/Tools/MSVC/14.29.30133/bin/HostX64/x64)
Removing/ renaming the Bulls eye coverage is not an option as we use this software for other applications.
And we are introducing cud computation for other part of software.
Not sure how to get rid of this error.
The text was updated successfully, but these errors were encountered:
mohandarsi
changed the title
NVCC error: Not able to compile.
NVCC error: Not able to compile. [cl.exe in PATH is different than --ccbin]
Aug 17, 2023
I get following error while compiling the cuda project.
nvcc fatal : cl.exe in PATH (C:/Program Files (x86)/Coverage/bin/x64) is different than one specified with -ccbin (C:/VS2019/VC/Tools/MSVC/14.29.30133/bin/HostX64/x64)
Removing/ renaming the Bulls eye coverage is not an option as we use this software for other applications.
And we are introducing cud computation for other part of software.
Not sure how to get rid of this error.
The text was updated successfully, but these errors were encountered: