@Properties(inherit=cudart.class) public class cudaMemcpyAttributes extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
cudaMemcpyAttributes()
Default native constructor.
|
cudaMemcpyAttributes(long size)
Native array allocator.
|
cudaMemcpyAttributes(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
cudaMemLocation |
dstLocHint()
Hint location for the destination operand.
|
cudaMemcpyAttributes |
dstLocHint(cudaMemLocation setter) |
int |
flags()
Additional flags for copies with this attribute.
|
cudaMemcpyAttributes |
flags(int setter) |
cudaMemcpyAttributes |
getPointer(long i) |
cudaMemcpyAttributes |
position(long position) |
int |
srcAccessOrder()
Source access ordering to be observed for copies with this attribute.
|
cudaMemcpyAttributes |
srcAccessOrder(int setter) |
cudaMemLocation |
srcLocHint()
Hint location for the source operand.
|
cudaMemcpyAttributes |
srcLocHint(cudaMemLocation setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic cudaMemcpyAttributes()
public cudaMemcpyAttributes(long size)
Pointer.position(long).public cudaMemcpyAttributes(Pointer p)
Pointer(Pointer).public cudaMemcpyAttributes position(long position)
public cudaMemcpyAttributes getPointer(long i)
getPointer in class Pointer@Cast(value="cudaMemcpySrcAccessOrder") public int srcAccessOrder()
public cudaMemcpyAttributes srcAccessOrder(int setter)
@ByRef public cudaMemLocation srcLocHint()
public cudaMemcpyAttributes srcLocHint(cudaMemLocation setter)
@ByRef public cudaMemLocation dstLocHint()
public cudaMemcpyAttributes dstLocHint(cudaMemLocation setter)
@Cast(value="unsigned int") public int flags()
public cudaMemcpyAttributes flags(int setter)
Copyright © 2025. All rights reserved.