hipextstreamgetcumask Interface Reference#
hipfort::hipextstreamgetcumask Interface Reference
Gets CU mask associated with an asynchronous stream. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipextstreamgetcumask_ (stream, cumasksize, cumask) |
Detailed Description
Gets CU mask associated with an asynchronous stream.
- Parameters
-
[in] stream - Stream to be queried [in] cuMaskSize - Number of the block of memories (uint32_t *) allocated by user [out] cuMask - Pointer to a pre-allocated block of memories (uint32_t *) in which the stream's CU mask is returned. The CU mask is returned in a chunck of 32 bits where each active bit represents one active CU.
- Returns
hipSuccess,hipErrorInvalidHandle,hipErrorInvalidValue
- See also
- hipStreamCreate, hipStreamSynchronize, hipStreamWaitEvent, hipStreamDestroy
Member Function/Subroutine Documentation
◆ hipextstreamgetcumask_()
| integer(kind(hipsuccess)) function hipfort::hipextstreamgetcumask::hipextstreamgetcumask_ | ( | type(c_ptr), value | stream, |
| integer(c_int32_t), value | cumasksize, | ||
| type(c_ptr), value | cumask | ||
| ) |
The documentation for this interface was generated from the following file: