hipfuncsetsharedmemconfig Interface Reference#
hipfort::hipfuncsetsharedmemconfig Interface Reference
Set shared memory configuation for a specific function. More...
Public Member Functions | |
integer(kind(hipsuccess)) function | hipfuncsetsharedmemconfig_ (func, config) |
Detailed Description
Set shared memory configuation for a specific function.
- Parameters
-
[in] func [in] config
- Returns
- hipSuccess, hipErrorInvalidDeviceFunction, hipErrorInvalidValue
Note: AMD devices and some Nvidia GPUS do not support shared cache banking, and the hint is ignored on those architectures.
Member Function/Subroutine Documentation
◆ hipfuncsetsharedmemconfig_()
integer(kind(hipsuccess)) function hipfort::hipfuncsetsharedmemconfig::hipfuncsetsharedmemconfig_ | ( | type(c_ptr), value | func, |
integer(kind(hipsharedmembanksizedefault)), value | config | ||
) |
The documentation for this interface was generated from the following file: