How to make sense of the stmt output? #8428
Answered
by
abadams
Ethanwolfie
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
abadams
Sep 27, 2024
Replies: 1 comment
-
The closures and closure prototypes are an artifact of how we lower parallel work. I suggest using "conceptual_stmt" instead of "stmt". It's at a higher level of abstraction, and parallel for loops just look like loops with the word "parallel" in there somewhere. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Ethanwolfie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The closures and closure prototypes are an artifact of how we lower parallel work. I suggest using "conceptual_stmt" instead of "stmt". It's at a higher level of abstraction, and parallel for loops just look like loops with the word "parallel" in there somewhere.