hipoccupancymaxactiveblockspermultiprocessorwithflags Interface Reference

hipoccupancymaxactiveblockspermultiprocessorwithflags Interface Reference#

HIPFORT API Reference: hipfort::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]numBlocksReturned occupancy
[in]fKernel function for which occupancy is calulated
[in]blockSizeBlock size the kernel is intended to be launched with
[in]dynSharedMemPerBlkdynamic shared memory usage (in bytes) intended for each block
[in]flagsExtra 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: