You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: