hipmemset2dasync Interface Reference#
hipfort::hipmemset2dasync Interface Reference
Fills asynchronously the memory area pointed to by dst with the constant value. More...
Public Member Functions | |
| integer(kind(hipsuccess)) function | hipmemset2dasync_ (dst, pitch, myvalue, width, height, stream) |
Detailed Description
Fills asynchronously the memory area pointed to by dst with the constant value.
- Parameters
-
[in] dst - Pointer to 2D device memory [in] pitch - Pitch size in bytes of 2D device memory, unused if height equals 1 [in] myValue - Value to set for each byte of specified memory [in] width - Width size in bytes in 2D memory [in] height - Height size in bytes in 2D memory [in] stream - Stream identifier
- Returns
hipSuccess,hipErrorInvalidValue
Member Function/Subroutine Documentation
◆ hipmemset2dasync_()
| integer(kind(hipsuccess)) function hipfort::hipmemset2dasync::hipmemset2dasync_ | ( | type(c_ptr), value | dst, |
| integer(c_size_t), value | pitch, | ||
| integer(c_int), value | myvalue, | ||
| integer(c_size_t), value | width, | ||
| integer(c_size_t), value | height, | ||
| type(c_ptr), value | stream | ||
| ) |
The documentation for this interface was generated from the following file: