Skip to content

Commit 7618429

Browse files
2.4.0 (#24)
* Ejhg osx arm64 lib fix (#21) * Increase libtorch version to 2.4.0 and use libtorch for osx-arm64 - libtorch requires libomp.dylib, but it is only included with libtorch 2.4.0 and above - compiling osx-arm64 against libtorch-macos-arm64 instead of conda py3.10 libraries source significantly improves performance (~6X on M2 Macbook Air) * Clean up references to unused conda LibTorchArchiveSource conditions * Update SHA hashes for libtorch 2.4.0 on Windows and Linux * Update distribution filenames * Set BuildLibTorchPackages to true to build artifacts in CI * Pin mac-x64 target against latest libtorch 2.2.2 * Specify TargetOS to fix failing CI build * Revert "Specify TargetOS to fix failing CI build" This reverts commit bf723f5. * Specify TargetOS to fix failing CI build for mac-x64 --------- Co-authored-by: Eugenio De Hoyos <[email protected]> * Starting upgrade to 2.4.0 * Disable MacOS ARM64 builds * Fixed CI/CD script * Fixed file paths in project file. * Another file path fix. --------- Co-authored-by: Eugenio De Hoyos <[email protected]>
1 parent 6eaf57c commit 7618429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Redist/libtorch-cuda-12.1/libtorch-cuda-12.1.proj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@
124124
<File Include= "libtorch\lib\libcudnn_cnn.so.9" PackageSuffix="part6" />
125125
<File Include= "libtorch\lib\libcudnn_heuristic.so.9" PackageSuffix="part6" />
126126
<File Include= "libtorch\lib\libnvrtc-b51b459d.so.12" PackageSuffix="part6" />
127-
<File Include= "libtorch\lib\llibtorch_python.so" PackageSuffix="part6" />
128-
<File Include= "libtorch\lib\ibnvrtc-b51b459d.so.12" PackageSuffix="part6" />
127+
<File Include= "libtorch\lib\libtorch_python.so" PackageSuffix="part6" />
128+
<File Include= "libtorch\lib\libnvrtc-b51b459d.so.12" PackageSuffix="part6" />
129129

130130
<File Include= "libtorch\lib\libtorch_cuda_linalg.so.9" PackageSuffix="part7-primary" FileUnstitchIndex="0" FileUnstitchStart="0" FileUnstitchSize="200000000" />
131131
<File Include= "libtorch\lib\libtorch_cuda_linalg.so.9" PackageSuffix="part7-fragment1" FileUnstitchIndex="1" FileUnstitchStart="200000000" FileUnstitchSize="-1" />

0 commit comments

Comments
 (0)