hipmemset3d Interface Reference#
hipfort::hipmemset3d Interface Reference
Fills synchronously the memory area pointed to by pitchedDevPtr with the constant value. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemset3d_ (pitcheddevptr, myvalue, extent) |
Detailed Description
Fills synchronously the memory area pointed to by pitchedDevPtr with the constant value.
- Parameters
-
[in] pitchedDevPtr - Pointer to pitched device memory [in] myValue - Value to set for each byte of specified memory [in] extent - Size parameters for width field in bytes in device memory
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipmemset3d_()
| integer(kind(hipsuccess)) function hipfort::hipmemset3d::hipmemset3d_ | ( | type(c_ptr), value | pitcheddevptr, |
| integer(c_int), value | myvalue, | ||
| type(c_ptr), value | extent | ||
| ) |
The documentation for this interface was generated from the following file: