Marc Cheng
Marc Cheng
``` C:\Users\marcc>nvcc --version ``` gives ``` nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2023 NVIDIA Corporation Built on Wed_Feb__8_05:53:42_Coordinated_Universal_Time_2023 Cuda compilation tools, release 12.1, V12.1.66 Build cuda_12.1.r12.1/compiler.32415258_0 ```
`>>> from torch.utils.cpp_extension import CUDA_HOME` and `CUDA_HOME` gives: `C:\\Program Files\\NVIDIA GPU Computing Toolkit\\CUDA\\v12.1`
this problem hasn't been solved > Hello,have you solved your problem?I met it too.