| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUmemLocation |
CUmemLocation.id(int setter) |
CUmemLocation |
CUmemAllocationProp.location()
Location of allocation
|
CUmemLocation |
CUmemAccessDesc.location()
Location on which the request is to change it's accessibility
|
CUmemLocation |
CUmemLocation.position(long position) |
CUmemLocation |
CUmemLocation.type(int setter) |
| Modifier and Type | Method and Description |
|---|---|
CUmemAllocationProp |
CUmemAllocationProp.location(CUmemLocation setter) |
CUmemAccessDesc |
CUmemAccessDesc.location(CUmemLocation setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuMemGetAccess(long[] flags,
CUmemLocation location,
long ptr) |
static int |
cudart.cuMemGetAccess(LongBuffer flags,
CUmemLocation location,
long ptr) |
static int |
cudart.cuMemGetAccess(LongPointer flags,
CUmemLocation location,
long ptr)
\brief Get the access \p flags set for the given \p location and \p ptr
|
Copyright © 2019. All rights reserved.