MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / afcu_get_stream

Function afcu_get_stream

src/backend/cuda/platform.cpp:566–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564} // namespace arrayfire
565
566af_err afcu_get_stream(cudaStream_t *stream, int id) {
567 try {
568 *stream = arrayfire::cuda::getStream(id);
569 }
570 CATCHALL;
571 return AF_SUCCESS;
572}
573
574af_err afcu_get_native_id(int *nativeid, int id) {
575 try {

Callers

nothing calls this directly

Calls 1

getStreamFunction · 0.70

Tested by

no test coverage detected