Yanqing
Yanqing
> To ensure that the CUDA version used to compile your Torch C++ plugin matches the runtime version of your current CUDA Toolkit, you can use the following Python command:...
Got same error when following the official tutorial [verify](http://docs.nvidia.com/cuda/cuda-installation-guide-mac-os-x/index.html#verification) my compiler ``` └─[$] make -C 0_Simple/vectorAdd /Developer/NVIDIA/CUDA-9.0/bin/nvcc -ccbin clang++ -I../../common/inc -m64 -Xcompiler -arch -Xcompiler x86_64 -gencode arch=compute_30,code=sm_30 -gencode arch=compute_35,code=sm_35 -gencode...