hipoccupancymaxactiveclusters Interface Reference#
hipfort::hipoccupancymaxactiveclusters Interface Reference
determines the amount of active kernel clusters can co-exist at the same time in a device More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipoccupancymaxactiveclusters_ (numclusters, f, config) |
Detailed Description
determines the amount of active kernel clusters can co-exist at the same time in a device
- Parameters
-
[out] numClusters the amount of clusters [in] f kernel function for which occupancy is calculated [in] config pointer to the kernel launch configuration structure
- Returns
hipSuccess,hipErrorInvalidDeviceFunction, hipErrorInvalidClusterSize,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipoccupancymaxactiveclusters_()
| integer(kind(hipsuccess)) function hipfort::hipoccupancymaxactiveclusters::hipoccupancymaxactiveclusters_ | ( | type(c_ptr), value | numclusters, |
| type(c_funptr), value | f, | ||
| type(hiplaunchconfig_t) | config | ||
| ) |
The documentation for this interface was generated from the following file: