MCPcopy Create free account
hub / github.com/ROCm/clr / getPerThreadDefaultStream

Function getPerThreadDefaultStream

hipamd/src/hip_stream.cpp:266–272  ·  view source on GitHub ↗

================================================================================================

Source from the content-addressed store, hash-verified

264
265// ================================================================================================
266hipStream_t getPerThreadDefaultStream() {
267 // Function to get per thread default stream
268 // More about the usecases yet to come
269 hipStream_t stream = hipStreamPerThread;
270 getStreamPerThread(stream);
271 return stream;
272}
273
274// ================================================================================================
275hipError_t hipStreamCreateWithFlags(hipStream_t* stream, unsigned int flags) {

Callers 11

hipMemcpy_sptFunction · 0.85
hipMemcpyToSymbol_sptFunction · 0.85
hipMemcpyFromSymbol_sptFunction · 0.85
hipMemcpy2D_sptFunction · 0.85
hipMemcpy2DToArray_sptFunction · 0.85
hipMemcpyFromArray_sptFunction · 0.85
hipMemcpy3D_sptFunction · 0.85
hipMemset_sptFunction · 0.85
hipMemset2D_sptFunction · 0.85
hipMemset3D_sptFunction · 0.85
hipMemcpy2DFromArray_sptFunction · 0.85

Calls 1

getStreamPerThreadFunction · 0.85

Tested by

no test coverage detected