| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
cudaMemcpyAttributes |
cudaMemcpyAttributes.dstLocHint(cudaMemLocation setter) |
cudaMemcpyAttributes |
cudaMemcpyAttributes.flags(int setter) |
cudaMemcpyAttributes |
cudaMemcpyAttributes.getPointer(long i) |
cudaMemcpyAttributes |
cudaMemcpyAttributes.position(long position) |
cudaMemcpyAttributes |
cudaMemcpyAttributes.srcAccessOrder(int setter) |
cudaMemcpyAttributes |
cudaMemcpyAttributes.srcLocHint(cudaMemLocation setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cudaMemcpyBatchAsync(PointerPointer dsts,
PointerPointer srcs,
SizeTPointer sizes,
long count,
cudaMemcpyAttributes attrs,
SizeTPointer attrsIdxs,
long numAttrs,
SizeTPointer failIdx,
CUstream_st stream)
\brief Performs a batch of memory copies asynchronously.
|
static int |
cudart.cudaMemcpyBatchAsync(Pointer dsts,
Pointer srcs,
SizeTPointer sizes,
long count,
cudaMemcpyAttributes attrs,
SizeTPointer attrsIdxs,
long numAttrs,
SizeTPointer failIdx,
CUstream_st stream) |
Copyright © 2025. All rights reserved.