hipmemset2dasync Interface Reference#
hipfort::hipmemset2dasync Interface Reference
Fills asynchronously the memory area pointed to by dst with the ant 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 ant value.
- Parameters
-
[in] dst Pointer to device memory [in] pitch - data size in bytes [in] value - ant value to be set [in] width [in] height [in] stream
- Returns
- hipSuccess, hipErrorInvalidValue, hipErrorMemoryFree
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: