Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example of calling a third-party library API #3047

Open
jrhemstad opened this issue Dec 4, 2024 · 0 comments
Open

Example of calling a third-party library API #3047

jrhemstad opened this issue Dec 4, 2024 · 0 comments

Comments

@jrhemstad
Copy link
Collaborator

jrhemstad commented Dec 4, 2024

This should look something like:
{
// allocate and initialize some inputs
// call third party API
// use outputs from 3rd party API in another kernel
}

The intention is to exercise both data ingress and egress from an asynchronous 3rd party library API that accepts a cudaStream_t.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant