We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using CUDA_HOME=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.3 Compiling src\forward.template C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.3/bin/nvcc -std=c++11 -ccbin=g++ -Xcompiler -fPIC -Xcompiler -static -Xcompiler -static-libgcc -Xcompiler -static-libstdc++ -I./include -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -DNDEBUG -O3 --generate-line-info --compiler-options -Wall -c src\forward.cu -o objs/cuda/forward.o 'C:/Program' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 ERROR IN COMPILATION
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using CUDA_HOME=C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.3
Compiling src\forward.template
C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.3/bin/nvcc -std=c++11 -ccbin=g++ -Xcompiler -fPIC -Xcompiler -static -Xcompiler -static-libgcc -Xcompiler -static-libstdc++ -I./include -gencode arch=compute_60,code=sm_60 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_80,code=sm_80 -gencode arch=compute_86,code=sm_86 -DNDEBUG -O3 --generate-line-info --compiler-options -Wall -c src\forward.cu -o objs/cuda/forward.o
'C:/Program' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
ERROR IN COMPILATION
The text was updated successfully, but these errors were encountered: