hipoccupancymaxactiveblockspermultiprocessorwithflags Interface Reference#
hipfort::hipoccupancymaxactiveblockspermultiprocessorwithflags Interface Reference
Returns occupancy for a device function. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipoccupancymaxactiveblockspermultiprocessorwithflags_ (numBlocks, f, blockSize, dynSharedMemPerBlk, flags) |
Detailed Description
Returns occupancy for a device function.
- Parameters
-
[out] numBlocks Returned occupancy [in] f Kernel function for which occupancy is calulated [in] blockSize Block size the kernel is intended to be launched with [in] dynSharedMemPerBlk dynamic shared memory usage (in bytes) intended for each block [in] flags Extra flags for occupancy calculation (currently ignored)
Member Function/Subroutine Documentation
◆ hipoccupancymaxactiveblockspermultiprocessorwithflags_()
integer(kind(hipsuccess)) function hipfort::hipoccupancymaxactiveblockspermultiprocessorwithflags::hipoccupancymaxactiveblockspermultiprocessorwithflags_ | ( | type(c_ptr), value | numBlocks, |
type(c_ptr), value | f, | ||
integer(c_int), value | blockSize, | ||
integer(c_size_t), value | dynSharedMemPerBlk, | ||
integer(c_int), value | flags | ||
) |
The documentation for this interface was generated from the following file: