Is it possible to mix CUDA Fortran and SYCL? #3952
AGindinson
started this conversation in
General
Replies: 1 comment 1 reply
-
@Ruyk, I'm not sure if I understand how the two aspects fit together:
Is the second point regarding the SYCL side of the application? If so, why is library creation not an option? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Reposting @Ruyk's concern from #3947 here:
"I am working on an example (codeplaysoftware/SYCL-For-CUDA-Examples#16) where I mix CUDA Fortran with SYCL code. Because nvfortran does its own magic at linking, I cannot use clang for linking the final binary. The only way I could put together the two is if I create a library with the SYCL code and link that with the Fortran binary.
@AGindinson is there any way to trigger the "sycl-post-link processing/SPIR-V Translator/AOT compilation" without creating a library or an executable?"
Beta Was this translation helpful? Give feedback.
All reactions