@Properties(inherit=cudart.class) public class CUlaunchAttributeValue extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CUlaunchAttributeValue()
Default native constructor.
|
CUlaunchAttributeValue(long size)
Native array allocator.
|
CUlaunchAttributeValue(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CUaccessPolicyWindow_v1 |
accessPolicyWindow()
Value of launch attribute ::CU_LAUNCH_ATTRIBUTE_ACCESS_POLICY_WINDOW.
|
CUlaunchAttributeValue |
accessPolicyWindow(CUaccessPolicyWindow_v1 setter) |
int |
clusterDim_x()
Value of launch attribute ::CU_LAUNCH_ATTRIBUTE_CLUSTER_DIMENSION that
represents the desired cluster dimensions for the kernel.
|
CUlaunchAttributeValue |
clusterDim_x(int setter) |
int |
clusterDim_y() |
CUlaunchAttributeValue |
clusterDim_y(int setter) |
int |
clusterDim_z() |
CUlaunchAttributeValue |
clusterDim_z(int setter) |
int |
clusterSchedulingPolicyPreference()
Value of launch attribute
::CU_LAUNCH_ATTRIBUTE_CLUSTER_SCHEDULING_POLICY_PREFERENCE.
|
CUlaunchAttributeValue |
clusterSchedulingPolicyPreference(int setter) |
int |
cooperative()
Value of launch attribute ::CU_LAUNCH_ATTRIBUTE_COOPERATIVE.
|
CUlaunchAttributeValue |
cooperative(int setter) |
int |
deviceUpdatableKernelNode_deviceUpdatable()
Value of launch attribute ::CU_LAUNCH_ATTRIBUTE_DEVICE_UPDATABLE_KERNEL_NODE.
|
CUlaunchAttributeValue |
deviceUpdatableKernelNode_deviceUpdatable(int setter) |
CUgraphDeviceUpdatableNode_st |
deviceUpdatableKernelNode_devNode() |
CUlaunchAttributeValue |
deviceUpdatableKernelNode_devNode(CUgraphDeviceUpdatableNode_st setter) |
CUlaunchAttributeValue |
getPointer(long i) |
CUevent_st |
launchCompletionEvent_event()
Value of launch attribute ::CU_LAUNCH_ATTRIBUTE_LAUNCH_COMPLETION_EVENT
with the following fields:
- \p CUevent event - Event to fire when the last block launches
- \p int flags; - Event record flags, see ::cuEventRecordWithFlags.
|
CUlaunchAttributeValue |
launchCompletionEvent_event(CUevent_st setter) |
int |
launchCompletionEvent_flags() |
CUlaunchAttributeValue |
launchCompletionEvent_flags(int setter) |
int |
memSyncDomain()
Value of launch attribute
::CU_LAUNCH_ATTRIBUTE_MEM_SYNC_DOMAIN.
|
CUlaunchAttributeValue |
memSyncDomain(int setter) |
CUlaunchMemSyncDomainMap |
memSyncDomainMap()
Value of launch attribute
::CU_LAUNCH_ATTRIBUTE_MEM_SYNC_DOMAIN_MAP.
|
CUlaunchAttributeValue |
memSyncDomainMap(CUlaunchMemSyncDomainMap setter) |
BytePointer |
pad() |
byte |
pad(int i) |
CUlaunchAttributeValue |
pad(int i,
byte setter) |
CUlaunchAttributeValue |
position(long position) |
int |
preferredClusterDim_x()
Value of launch attribute ::CU_LAUNCH_ATTRIBUTE_PREFERRED_CLUSTER_DIMENSION
that represents the desired preferred cluster dimensions for the kernel.
|
CUlaunchAttributeValue |
preferredClusterDim_x(int setter) |
int |
preferredClusterDim_y() |
CUlaunchAttributeValue |
preferredClusterDim_y(int setter) |
int |
preferredClusterDim_z() |
CUlaunchAttributeValue |
preferredClusterDim_z(int setter) |
int |
priority()
Value of launch attribute ::CU_LAUNCH_ATTRIBUTE_PRIORITY.
|
CUlaunchAttributeValue |
priority(int setter) |
CUevent_st |
programmaticEvent_event()
Value of launch attribute ::CU_LAUNCH_ATTRIBUTE_PROGRAMMATIC_EVENT
with the following fields:
- \p CUevent event - Event to fire when all blocks trigger it.
|
CUlaunchAttributeValue |
programmaticEvent_event(CUevent_st setter) |
int |
programmaticEvent_flags() |
CUlaunchAttributeValue |
programmaticEvent_flags(int setter) |
int |
programmaticEvent_triggerAtBlockStart() |
CUlaunchAttributeValue |
programmaticEvent_triggerAtBlockStart(int setter) |
int |
programmaticStreamSerializationAllowed()
Value of launch attribute
::CU_LAUNCH_ATTRIBUTE_PROGRAMMATIC_STREAM_SERIALIZATION.
|
CUlaunchAttributeValue |
programmaticStreamSerializationAllowed(int setter) |
int |
sharedMemCarveout()
Value of launch attribute ::CU_LAUNCH_ATTRIBUTE_PREFERRED_SHARED_MEMORY_CARVEOUT.
|
CUlaunchAttributeValue |
sharedMemCarveout(int setter) |
int |
syncPolicy()
Value of launch attribute
::CU_LAUNCH_ATTRIBUTE_SYNCHRONIZATION_POLICY.
|
CUlaunchAttributeValue |
syncPolicy(int 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 CUlaunchAttributeValue()
public CUlaunchAttributeValue(long size)
Pointer.position(long).public CUlaunchAttributeValue(Pointer p)
Pointer(Pointer).public CUlaunchAttributeValue position(long position)
public CUlaunchAttributeValue getPointer(long i)
getPointer in class Pointerpublic CUlaunchAttributeValue pad(int i, byte setter)
@MemberGetter @Cast(value="char*") public BytePointer pad()
@ByRef @Cast(value="CUaccessPolicyWindow*") public CUaccessPolicyWindow_v1 accessPolicyWindow()
public CUlaunchAttributeValue accessPolicyWindow(CUaccessPolicyWindow_v1 setter)
public int cooperative()
public CUlaunchAttributeValue cooperative(int setter)
@Cast(value="CUsynchronizationPolicy") public int syncPolicy()
public CUlaunchAttributeValue syncPolicy(int setter)
@Name(value="clusterDim.x") @Cast(value="unsigned int") public int clusterDim_x()
public CUlaunchAttributeValue clusterDim_x(int setter)
public CUlaunchAttributeValue clusterDim_y(int setter)
public CUlaunchAttributeValue clusterDim_z(int setter)
@Cast(value="CUclusterSchedulingPolicy") public int clusterSchedulingPolicyPreference()
public CUlaunchAttributeValue clusterSchedulingPolicyPreference(int setter)
public int programmaticStreamSerializationAllowed()
public CUlaunchAttributeValue programmaticStreamSerializationAllowed(int setter)
@Name(value="programmaticEvent.event") public CUevent_st programmaticEvent_event()
public CUlaunchAttributeValue programmaticEvent_event(CUevent_st setter)
public CUlaunchAttributeValue programmaticEvent_flags(int setter)
@Name(value="programmaticEvent.triggerAtBlockStart") public int programmaticEvent_triggerAtBlockStart()
public CUlaunchAttributeValue programmaticEvent_triggerAtBlockStart(int setter)
@Name(value="launchCompletionEvent.event") public CUevent_st launchCompletionEvent_event()
public CUlaunchAttributeValue launchCompletionEvent_event(CUevent_st setter)
@Name(value="launchCompletionEvent.flags") public int launchCompletionEvent_flags()
public CUlaunchAttributeValue launchCompletionEvent_flags(int setter)
public int priority()
public CUlaunchAttributeValue priority(int setter)
@ByRef public CUlaunchMemSyncDomainMap memSyncDomainMap()
public CUlaunchAttributeValue memSyncDomainMap(CUlaunchMemSyncDomainMap setter)
@Cast(value="CUlaunchMemSyncDomain") public int memSyncDomain()
public CUlaunchAttributeValue memSyncDomain(int setter)
@Name(value="preferredClusterDim.x") @Cast(value="unsigned int") public int preferredClusterDim_x()
public CUlaunchAttributeValue preferredClusterDim_x(int setter)
@Name(value="preferredClusterDim.y") @Cast(value="unsigned int") public int preferredClusterDim_y()
public CUlaunchAttributeValue preferredClusterDim_y(int setter)
@Name(value="preferredClusterDim.z") @Cast(value="unsigned int") public int preferredClusterDim_z()
public CUlaunchAttributeValue preferredClusterDim_z(int setter)
@Name(value="deviceUpdatableKernelNode.deviceUpdatable") public int deviceUpdatableKernelNode_deviceUpdatable()
public CUlaunchAttributeValue deviceUpdatableKernelNode_deviceUpdatable(int setter)
@Name(value="deviceUpdatableKernelNode.devNode") public CUgraphDeviceUpdatableNode_st deviceUpdatableKernelNode_devNode()
public CUlaunchAttributeValue deviceUpdatableKernelNode_devNode(CUgraphDeviceUpdatableNode_st setter)
@Cast(value="unsigned int") public int sharedMemCarveout()
public CUlaunchAttributeValue sharedMemCarveout(int setter)
Copyright © 2025. All rights reserved.