hipMemcpyAttributes Struct Reference

hipMemcpyAttributes Struct Reference#

HIP Runtime API Reference: hipMemcpyAttributes Struct Reference
hipMemcpyAttributes Struct Reference

#include <driver_types.h>

Collaboration diagram for hipMemcpyAttributes:
[legend]

Data Fields

hipMemcpySrcAccessOrder srcAccessOrder
 Source access ordering to be observed for copies with this attribute.
 
hipMemLocation srcLocHint
 Location hint for src operand.
 
hipMemLocation dstLocHint
 Location hint for destination operand.
 
unsigned int flags
 Additional Flags for copies. See hipMemcpyFlags.
 

Detailed Description

Attributes for copies within a batch.

Field Documentation

◆ dstLocHint

hipMemLocation hipMemcpyAttributes::dstLocHint

Location hint for destination operand.

◆ flags

unsigned int hipMemcpyAttributes::flags

Additional Flags for copies. See hipMemcpyFlags.

◆ srcAccessOrder

hipMemcpySrcAccessOrder hipMemcpyAttributes::srcAccessOrder

Source access ordering to be observed for copies with this attribute.

◆ srcLocHint

hipMemLocation hipMemcpyAttributes::srcLocHint

Location hint for src operand.


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