bytedeco / javacpp

The missing bridge between Java and native C++
Other
4.43k stars 576 forks source link

Add libomp to windows preload #755

Closed HGuillemet closed 2 months ago

HGuillemet commented 2 months ago

Add libomp140 to the list of windows preload. This is the LLVM openMP runtime, which brings compatibility with OpenMP 3 and should become the standard for VS in replacement of vsomp.

Needed by Pytorch since 2.2.2.

Fixes bytedeco/javacpp-presets#1500.

saudet commented 2 months ago

Yeah, that's not going to work. Please add both of them to the existing preload list.