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
unseq and par_unseq policies only have effect with compilers that support #pragma omp simd or #pragma simd.
Execution of algorithm with par_unseq policy should have effect from parallel backend, but not from OpenMP SIMD in case compiler does not support mentioned pragmas.
Hi,
Execution of algorithm with
par_unseqpolicy should have effect from parallel backend, but not from OpenMP SIMD in case compiler does not support mentioned pragmas.