Replies: 2 comments 3 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
-
The default OpenMP build option is OpenMP target offloading. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the compiler for testing the cross-platform compatibility of SYCL codes between various types of accelerators.
Usually, GPU-accelerated codes are very performance oriented, which is why most of them are also OpenMP-parallel.
Therefore when I first tried to compile a code, I've very highly disappointed to discover that the compiler I had just installed using the recommended method wasn't supporting OpenMP. It was preventing me for using it for any sort of real HPC project and I almost gave up on it.
Fortunately, searching a bit deeper, I found this discussion which permitted me to have both the OpenMP and the SYCL support in the compiler. This is great and it opened up all kinds of possibilities to me.
Now, since it is so easy to get OpenMP support, why not proposing it as a command line option to the configure.py file?
Or at the very least, could the process for enabling OpenMP be documented somewhere?
Beta Was this translation helpful? Give feedback.
All reactions