hipmemrangegetattribute Interface Reference

hipmemrangegetattribute Interface Reference#

HIPFORT API Reference: hipfort::hipmemrangegetattribute Interface Reference
hipfort::hipmemrangegetattribute Interface Reference

Query an attribute of a given memory range in HIP. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmemrangegetattribute_ (myData, data_size, attribute, dev_ptr, count)
 

Detailed Description

Query an attribute of a given memory range in HIP.

Parameters
[in,out]dataa pointer to a memory location where the result of each attribute query will be written to
[in]data_sizethe size of data
[in]attributethe attribute to query
[in]dev_ptrstart of the range to query
[in]countsize of the range to query
Returns
hipSuccess, hipErrorInvalidValue

Member Function/Subroutine Documentation

◆ hipmemrangegetattribute_()

integer(kind(hipsuccess)) function hipfort::hipmemrangegetattribute::hipmemrangegetattribute_ ( type(c_ptr), value  myData,
integer(c_size_t), value  data_size,
integer(kind(hipmemrangeattributereadmostly)), value  attribute,
type(c_ptr), value  dev_ptr,
integer(c_size_t), value  count 
)

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