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
run nvcc -c -o deform_conv_cuda_kernel.cu.o deform_conv_cuda_kernel.cu -x cu -Xcompiler -fPIC -std=c++11 happens error,
the error is:nvcc fatal : Cannot find compiler 'cl.exe' in PATH
how to do?thanks!
The text was updated successfully, but these errors were encountered:
run nvcc -c -o deform_conv_cuda_kernel.cu.o deform_conv_cuda_kernel.cu -x cu -Xcompiler -fPIC -std=c++11 happens error,
the error is:nvcc fatal : Cannot find compiler 'cl.exe' in PATH
how to do?thanks!
The text was updated successfully, but these errors were encountered: