Creating function call in device code and linking to ptx from IREE #17475
sei-jgwohlbier
started this conversation in
Codegen
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a use case where I want to call a device function defined by ptx. I don’t know exactly how to make the function call from existing device code to match the signature in my ptx.
Here’s the tool flow I’m attempting. Let me know if it is flawed in any way.
The approach that I’m pursuing at the moment is
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions