hipmemrangegetattributes Interface Reference

hipmemrangegetattributes Interface Reference#

HIPFORT API Reference: hipfort::hipmemrangegetattributes Interface Reference
hipfort::hipmemrangegetattributes Interface Reference

Query attributes of a given memory range in HIP. More...

Public Member Functions

integer(kind(hipsuccess)) function hipmemrangegetattributes_ (myData, data_sizes, attributes, num_attributes, dev_ptr, count)
 

Detailed Description

Query attributes of a given memory range in HIP.

Parameters
[in,out]dataa two-dimensional array containing pointers to memory locations where the result of each attribute query will be written to
[in]data_sizesan array, containing the sizes of each result
[in]attributesthe attribute to query
[in]num_attributesan array of attributes to query (numAttributes and the number of attributes in this array should match)
[in]dev_ptrstart of the range to query
[in]countsize of the range to query
Returns
hipSuccess, hipErrorInvalidValue

Member Function/Subroutine Documentation

◆ hipmemrangegetattributes_()

integer(kind(hipsuccess)) function hipfort::hipmemrangegetattributes::hipmemrangegetattributes_ ( type(c_ptr)  myData,
type(c_ptr), value  data_sizes,
type(c_ptr), value  attributes,
integer(c_size_t), value  num_attributes,
type(c_ptr), value  dev_ptr,
integer(c_size_t), value  count 
)

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