C10 Runtime issue when building with VCPKG
PyTorch Forums
C10 Runtime issue when building with VCPKG
Hi everyone, I am trying to build libtorch 2.13 via VCPKG and compilers by VS 2022, with CUDA Toolkit 13.0 and cudnn 9.20 as of the documentation ( pytorch/RELEASE.md at main · pytorch/pytorch · GitHub ). The package builds but it throws at the following Exception throw c10::AcceleratorError( {.function = function_name, .file = filename, .line = line_number}, err, std::move(check_message)); Here the output after try/catch CUDA error: no kernel image is available for execution on the device S...
0 comments
No comments yet.