| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUmemAccessDesc |
CUmemAccessDesc.flags(int setter) |
CUmemAccessDesc |
CUmemAccessDesc.getPointer(long i) |
CUmemAccessDesc |
CUmemAccessDesc.location(CUmemLocation setter) |
CUmemAccessDesc |
CUmemAccessDesc.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuMemSetAccess(long ptr,
long size,
CUmemAccessDesc desc,
long count)
\brief Set the access flags for each location specified in \p desc for the given virtual address range
Given the virtual address range via \p ptr and \p size, and the locations
in the array given by \p desc and \p count, set the access flags for the
target locations.
|
Copyright © 2020. All rights reserved.