@Properties(inherit=cudart.class) public class CUDA_KERNEL_NODE_PARAMS extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUDA_KERNEL_NODE_PARAMS()
Default native constructor.
|
CUDA_KERNEL_NODE_PARAMS(long size)
Native array allocator.
|
CUDA_KERNEL_NODE_PARAMS(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CUDA_KERNEL_NODE_PARAMS()
public CUDA_KERNEL_NODE_PARAMS(long size)
Pointer.position(long).public CUDA_KERNEL_NODE_PARAMS(Pointer p)
Pointer.Pointer(Pointer).public CUDA_KERNEL_NODE_PARAMS position(long position)
public CUfunc_st func()
public CUDA_KERNEL_NODE_PARAMS func(CUfunc_st setter)
public CUDA_KERNEL_NODE_PARAMS gridDimX(int setter)
public CUDA_KERNEL_NODE_PARAMS gridDimY(int setter)
public CUDA_KERNEL_NODE_PARAMS gridDimZ(int setter)
public CUDA_KERNEL_NODE_PARAMS blockDimX(int setter)
public CUDA_KERNEL_NODE_PARAMS blockDimY(int setter)
public CUDA_KERNEL_NODE_PARAMS blockDimZ(int setter)
@Cast(value="unsigned int") public int sharedMemBytes()
public CUDA_KERNEL_NODE_PARAMS sharedMemBytes(int setter)
public Pointer kernelParams(int i)
public CUDA_KERNEL_NODE_PARAMS kernelParams(int i, Pointer setter)
@Cast(value="void**") public PointerPointer kernelParams()
public CUDA_KERNEL_NODE_PARAMS kernelParams(PointerPointer setter)
public Pointer extra(int i)
public CUDA_KERNEL_NODE_PARAMS extra(int i, Pointer setter)
@Cast(value="void**") public PointerPointer extra()
public CUDA_KERNEL_NODE_PARAMS extra(PointerPointer setter)
Copyright © 2019. All rights reserved.