tch-rs
tch-rs copied to clipboard
Error when building burn on Windows when upgrading to tch 0.16
We tried to update tch to 0.16 which adds support for pytorch 2.3 in burn and we get a compilation error on Windows:
INTEL MKL ERROR: The specified module could not be found. mkl_def.1.dll.
Intel MKL FATAL ERROR: Cannot load mkl_def.1.dll.
Reverting to 0.15 fix this error.
This compilation error has been reproduced on our CI and on our Windows desktop.