Replies: 1 comment 2 replies
-
@shixiyue |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I read the documentation about Dynamic linking of device code, which describe a scenario of using functions defined in a pre-compiled device image provided by the user.
May I know what are the compiler commands for this scenario? The documentation says that
But I don't understand how to do that in practice. Could you provide an example for the compilation command? Also, what if the pre-compiled device image is for an architecture different from the host's? Does the dynamic linking of device code still work in the case? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions