cgeist not generating scf.parallel from OpenMP loop #432
nirhasabnis
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
May be I am missing something, but I am not able to produce
scf.parallel
from C code containing for loop with#pragma omp parallel for
. I seescf.for
but notscf.parallel
. Am I missing something?Polygeist is compiled with Polymer and Pluto using:
$ ./cgeist ~/mlir/loops/pri1.c -fopenmp --scf-openmp -I /usr/lib/gcc/x86_64-linux-gnu/12/include -S --emit-openmpir --openmp-opt
Beta Was this translation helpful? Give feedback.
All reactions