| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUmemLocation_v1 |
CUmemLocation_v1.getPointer(long i) |
CUmemLocation_v1 |
CUmemLocation_v1.id(int setter) |
CUmemLocation_v1 |
CUmemAllocationProp_v1.location()
Location of allocation
|
CUmemLocation_v1 |
CUmemAccessDesc_v1.location()
Location on which the request is to change it's accessibility
|
CUmemLocation_v1 |
CUmemPoolProps_v1.location()
Location where allocations should reside.
|
CUmemLocation_v1 |
CUmemLocation_v1.position(long position) |
CUmemLocation_v1 |
CUmemLocation_v1.type(int setter) |
| Modifier and Type | Method and Description |
|---|---|
CUmemAllocationProp_v1 |
CUmemAllocationProp_v1.location(CUmemLocation_v1 setter) |
CUmemAccessDesc_v1 |
CUmemAccessDesc_v1.location(CUmemLocation_v1 setter) |
CUmemPoolProps_v1 |
CUmemPoolProps_v1.location(CUmemLocation_v1 setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuMemGetAccess(long[] flags,
CUmemLocation_v1 location,
long ptr) |
static int |
cudart.cuMemGetAccess(LongBuffer flags,
CUmemLocation_v1 location,
long ptr) |
static int |
cudart.cuMemGetAccess(LongPointer flags,
CUmemLocation_v1 location,
long ptr)
\brief Get the access \p flags set for the given \p location and \p ptr
|
static int |
cudart.cuMemPoolGetAccess(int[] flags,
CUmemPoolHandle_st memPool,
CUmemLocation_v1 location) |
static int |
cudart.cuMemPoolGetAccess(IntBuffer flags,
CUmemPoolHandle_st memPool,
CUmemLocation_v1 location) |
static int |
cudart.cuMemPoolGetAccess(IntPointer flags,
CUmemPoolHandle_st memPool,
CUmemLocation_v1 location)
\brief Returns the accessibility of a pool from a device
Returns the accessibility of the pool's memory from the specified location.
|
Copyright © 2023. All rights reserved.