hipStreamMemOpWaitValueParams_t Struct Reference

hipStreamMemOpWaitValueParams_t Struct Reference#

HIP Runtime API Reference: hipStreamBatchMemOpParams::hipStreamMemOpWaitValueParams_t Struct Reference
hipStreamBatchMemOpParams::hipStreamMemOpWaitValueParams_t Struct Reference

#include <hip_runtime_api.h>

Data Fields

hipStreamBatchMemOpType operation
 
hipDeviceptr_t address
 
union { 
 
   uint32_t   value 
 
   uint64_t   value64 
 
};  
 
unsigned int flags
 
hipDeviceptr_t alias
 Not valid for AMD backend. Initial value is unimportant.
 

Field Documentation

◆ [union]

◆ address

hipDeviceptr_t hipStreamBatchMemOpParams::hipStreamMemOpWaitValueParams_t::address

◆ alias

hipDeviceptr_t hipStreamBatchMemOpParams::hipStreamMemOpWaitValueParams_t::alias

Not valid for AMD backend. Initial value is unimportant.

◆ flags

unsigned int hipStreamBatchMemOpParams::hipStreamMemOpWaitValueParams_t::flags

◆ operation

hipStreamBatchMemOpType hipStreamBatchMemOpParams::hipStreamMemOpWaitValueParams_t::operation

◆ value

uint32_t hipStreamBatchMemOpParams::hipStreamMemOpWaitValueParams_t::value

◆ value64

uint64_t hipStreamBatchMemOpParams::hipStreamMemOpWaitValueParams_t::value64

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