Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #76831: aarch64: set compute library openmp runtime to off by default
Imported from GitHub PR tensorflow/tensorflow#76831 since the official wheel binary is using Eigen thread pool runtime, there is no dependency on OpenMP. However, having openmp ON by default in compute library bazel config causing an unnecessary dependency on `libgomp/libomp` for aarch64 linux wheel. This PR is to remove the dependency. Copybara import of the project: -- b3c62ba5777fb192ca612bca8c20fff9797f99b9 by Sunita Nadampalli <[email protected]>: aarch64: set compute library openmp runtime to off by default Merging this change closes #76831 PiperOrigin-RevId: 682279509
- Loading branch information