We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libomp.dylib
macosx-arm64
1 parent 33a7467 commit f754a28Copy full SHA for f754a28
pytorch/cppbuild.sh
@@ -253,7 +253,7 @@ ln -sf pytorch/torch/lib ../lib
253
ln -sf pytorch/torch/bin ../bin
254
255
case $PLATFORM in
256
- macosx-*)
+ macosx-x86_64)
257
# Disguise libomp as libiomp5 (they share the same codebase and have the same symbols)
258
# This helps if user wants to link with MKL.
259
# On linux, user linking with mkl would need to set
pytorch/src/main/java/org/bytedeco/pytorch/presets/torch.java
@@ -113,7 +113,7 @@
113
),
114
@Platform(
115
value = "macosx",
116
- preload = { "iomp5" }
+ preload = { "iomp5", "omp" }
117
118
119
value = "windows",
0 commit comments