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
Run python examples/parallel_example.py
clang: error: unsupported option '-fopenmp'
/Users/runner/miniconda3/envs/test/lib/python3.10/site-packages/opty/utils.py:572: UserWarning: openmp is not installed or not working properly, request for parallel execution ignored.
warnings.warn(msg)
Time for non-parallel: 5.751712458000043
Time for parallelized: 5.257540124999991
The text was updated successfully, but these errors were encountered:
Run python examples/parallel_example.py
clang: error: unsupported option '-fopenmp'
/Users/runner/miniconda3/envs/test/lib/python3.10/site-packages/opty/utils.py:572: UserWarning: openmp is not installed or not working properly, request for parallel execution ignored.
warnings.warn(msg)
Time for non-parallel: 7.760400731000118
Time for parallelized: 6.9030550100001165
From the arm builds:
The text was updated successfully, but these errors were encountered: