summarylogtreecommitdiffstats
path: root/install-orttraining-files.diff
AgeCommit message (Collapse)Author
2023-05-06bumpsL1pKn07
2022-07-23update to 1.12.0Chih-Hsuan Yen
* Update Python dependencies following upstream [1]. * Rebase patches for devendoring after upstream changes [2]. * Avoid wheel.vendored, which is needed since [3] while devendored in Arch [4]. [1] https://github.com/microsoft/onnxruntime/pull/11522 [2] https://github.com/microsoft/onnxruntime/pull/11146 [3] https://github.com/microsoft/onnxruntime/pull/11834 [4] https://github.com/archlinux/svntogit-community/commit/e691288eda92fb5982ac5ac18f6459c5da560d7a
2021-12-31various fixes/improvementsChih-Hsuan Yen
* Switch back from clang to gcc. Apparently upstream tests more on gcc than on clang, and there are several compatibility issues between onnxruntime and clang [1,2] as well as cuda and clang [3]. On the other hand, internal compiler errors from gcc have been fixed. * Add more optional dependencies for several sub-packages, as motivated by [4]. * Fix missing orttraining Python files, which is discovered when I'm checking optional dependencies. * Don't hard-code usage of GNU make, as suggested in [4]. [1] https://github.com/microsoft/onnxruntime/pull/10014 [2] https://github.com/microsoft/onnxruntime/pull/10160 [3] https://forums.developer.nvidia.com/t/building-with-clang-cuda-11-3-0-works-but-with-cuda-11-3-1-fails-regression/182176 [4] https://aur.archlinux.org/packages/python-onnxruntime/#comment-843401