hipmemset3dasync Interface Reference

hipmemset3dasync Interface Reference#

HIPFORT API Reference: hipfort::hipmemset3dasync Interface Reference
hipfort::hipmemset3dasync Interface Reference

Fills asynchronously the memory area pointed to by pitchedDevPtr with the constant value. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmemset3dasync_ (pitcheddevptr, myvalue, extent, stream)
 

Detailed Description

Fills asynchronously 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
[in]stream- Stream identifier
Returns
hipSuccess, hipErrorInvalidValue

Member Function/Subroutine Documentation

◆ hipmemset3dasync_()

integer(kind(hipsuccess)) function hipfort::hipmemset3dasync::hipmemset3dasync_ ( type(c_ptr), value  pitcheddevptr,
integer(c_int), value  myvalue,
type(c_ptr), value  extent,
type(c_ptr), value  stream 
)

The documentation for this interface was generated from the following file: