Replies: 1 comment
-
You can inspect the kernel source code that OCCA creates. Run with the environment variable OCCA_VERBOSE=1 . It will show you all kernel compilations and the location of the generated source files in the OCCA cache directory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created JIT openmp and JIT okl version of the same code(kernel). In my case openmp code runs faster than OKL version, is that true?
Can anyone explain me what is OCCA-OpenMP and OCCA-OKL?
If possible which version runs faster?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions