You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: linker errors on macOS when building with cmake
* To build using cmake OpenMP must be disabled :
cmake ../ -DARM_COMPUTE_ENABLE_ASSERTS=ON -DARM_COMPUTE_BUILD_EXAMPLES=ON
-DARM_COMPUTE_BUILD_TESTING=ON -DARM_COMPUTE_ENABLE_OPENMP=OFF
* Requires minimum clang version 17.0.0. This was tested with clang-1700.0.13.5
* Resolves MLCE-1562
Change-Id: Idbd190845f8ddfecf74ff4907f0a556a6ae64e43
Signed-off-by: Pablo Marquez Tello <[email protected]>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/15068
Tested-by: Arm Jenkins <[email protected]>
Reviewed-by: Gunes Bayir <[email protected]>
Comments-Addressed: Arm Jenkins <[email protected]>
Benchmark: Arm Jenkins <[email protected]>
0 commit comments