@Properties(inherit=cudart.class) public class cudaGraphKernelNodeUpdate extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
cudaGraphKernelNodeUpdate(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
field()
Which type of update to apply.
|
cudaGraphKernelNodeUpdate |
field(int setter) |
CUgraphDeviceUpdatableNode_st |
node()
Node to update
|
cudaGraphKernelNodeUpdate |
node(CUgraphDeviceUpdatableNode_st setter) |
dim3 |
updateData_gridDim()
Grid dimensions
|
cudaGraphKernelNodeUpdate |
updateData_gridDim(dim3 setter) |
int |
updateData_isEnabled()
Node enable/disable data.
|
cudaGraphKernelNodeUpdate |
updateData_isEnabled(int setter) |
long |
updateData_param_offset()
Offset into the parameter buffer at which to apply the update
|
cudaGraphKernelNodeUpdate |
updateData_param_offset(long setter) |
Pointer |
updateData_param_pValue()
Kernel parameter data to write in
|
cudaGraphKernelNodeUpdate |
updateData_param_pValue(Pointer setter) |
long |
updateData_param_size()
Number of bytes to update
|
cudaGraphKernelNodeUpdate |
updateData_param_size(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic cudaGraphKernelNodeUpdate(Pointer p)
Pointer(Pointer).public CUgraphDeviceUpdatableNode_st node()
public cudaGraphKernelNodeUpdate node(CUgraphDeviceUpdatableNode_st setter)
@Cast(value="cudaGraphKernelNodeField") public int field()
public cudaGraphKernelNodeUpdate field(int setter)
@Name(value="updateData.gridDim") @ByRef public dim3 updateData_gridDim()
public cudaGraphKernelNodeUpdate updateData_gridDim(dim3 setter)
@Name(value="updateData.param.pValue") @Const public Pointer updateData_param_pValue()
public cudaGraphKernelNodeUpdate updateData_param_pValue(Pointer setter)
@Name(value="updateData.param.offset") @Cast(value="size_t") public long updateData_param_offset()
public cudaGraphKernelNodeUpdate updateData_param_offset(long setter)
@Name(value="updateData.param.size") @Cast(value="size_t") public long updateData_param_size()
public cudaGraphKernelNodeUpdate updateData_param_size(long setter)
@Name(value="updateData.isEnabled") @Cast(value="unsigned int") public int updateData_isEnabled()
public cudaGraphKernelNodeUpdate updateData_isEnabled(int setter)
Copyright © 2025. All rights reserved.