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
Currently, the C++ backend uses "#pragma omp parallel" to emit parallel for loops. We should make this an option under a Target flag and also put in code to call halide_do_par_for with appropriate closures.