Hi, I am new to pytorch and trying to set up a pytorch + GPU env on windows but currently stuck in a state where CUDA works (torch.cuda.is_available() = true) but torch.profiler does not work due to the following error: “WARNING:2025-10-17 22:41:06 20088:17884 C:\actions-runner_work\pytorch\pytorch\pytorch\third_party\kineto\libkineto\src\init.cpp:107] function cbapi->getCuptiStatus() failed with error CUPTI_ERROR_INVALID_DEVICE (2) WARNING:2025-10-17 22:41:06 20088:17884 C:\actions-runner_work\pytorch\pytorch\pytorch\third_party\kineto\libkineto\src\init.cpp:108] CUPTI initialization failed - CUDA profiler activities will be missing INFO:2025-10-17 22:41:06 20088:17884 C:\actions-runner_work\pytorch\pytorch\pytorch\third_party\kineto\libkineto\src\init.cpp:110] If you see CUPTI_ERROR_INSUFFICIENT_PRIVILEGES, refer to https://developer.nvidia.com/nvidia-development-tools-solutions-err-nvgpuctrperm-cupti”. My env: nvidia-smi output: | NVIDIA-SMI 573.24 Driver Version: 573.24 CUDA Version: 12.8 |. pip show torch result "pip show torch Name: torch Version: 2.9.0+cu128 In addition, the CUPTI files are also confirmed there and the path is put in the PATH. C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.0\extras\CUPTI\lib64. So i really do not know which part can go wrong. Can someone help take a look? Thanks