7.98. CUstreamBatchMemOpParams_v1::CUstreamMemOpAtomicReductionParams_st

Defined in /dvs/p4/build/sw/gpgpu/bin/x86_64_Linux_release/stub/cuda.h

struct CUstreamMemOpAtomicReductionParams_st

Public Members

CUstreamBatchMemOpType operation
unsigned int flags

Must be 0.

CUstreamAtomicReductionOpType reductionOp

See CUstreamAtomicReductionOpType.

CUstreamAtomicReductionDataType dataType

See CUstreamAtomicReductionDataType.

CUdeviceptr address

The address the atomic operation will be operated on.

cuuint64_t value

The operand value the atomic operation will operate with.

CUdeviceptr alias

For driver internal use.

Initial value is unimportant.