Class CU.Functions

java.lang.Object
org.lwjgl.cuda.CU.Functions
Enclosing class:
CU

public static final class CU.Functions extends Object
Contains the function pointers loaded from the NVCUDA SharedLibrary.
  • Field Details

    • GetErrorString

      public static final long GetErrorString
      Function address.
    • GetErrorName

      public static final long GetErrorName
      Function address.
    • Init

      public static final long Init
      Function address.
    • DriverGetVersion

      public static final long DriverGetVersion
      Function address.
    • DeviceGet

      public static final long DeviceGet
      Function address.
    • DeviceGetCount

      public static final long DeviceGetCount
      Function address.
    • DeviceGetName

      public static final long DeviceGetName
      Function address.
    • DeviceGetUuid

      public static final long DeviceGetUuid
      Function address.
    • DeviceGetUuid_v2

      public static final long DeviceGetUuid_v2
      Function address.
    • DeviceGetLuid

      public static final long DeviceGetLuid
      Function address.
    • DeviceTotalMem

      public static final long DeviceTotalMem
      Function address.
    • DeviceGetTexture1DLinearMaxWidth

      public static final long DeviceGetTexture1DLinearMaxWidth
      Function address.
    • DeviceGetAttribute

      public static final long DeviceGetAttribute
      Function address.
    • DeviceGetNvSciSyncAttributes

      public static final long DeviceGetNvSciSyncAttributes
      Function address.
    • DeviceSetMemPool

      public static final long DeviceSetMemPool
      Function address.
    • DeviceGetMemPool

      public static final long DeviceGetMemPool
      Function address.
    • DeviceGetDefaultMemPool

      public static final long DeviceGetDefaultMemPool
      Function address.
    • DeviceGetExecAffinitySupport

      public static final long DeviceGetExecAffinitySupport
      Function address.
    • FlushGPUDirectRDMAWrites

      public static final long FlushGPUDirectRDMAWrites
      Function address.
    • DeviceGetProperties

      public static final long DeviceGetProperties
      Function address.
    • DeviceComputeCapability

      public static final long DeviceComputeCapability
      Function address.
    • DevicePrimaryCtxRetain

      public static final long DevicePrimaryCtxRetain
      Function address.
    • DevicePrimaryCtxRelease

      public static final long DevicePrimaryCtxRelease
      Function address.
    • DevicePrimaryCtxSetFlags

      public static final long DevicePrimaryCtxSetFlags
      Function address.
    • DevicePrimaryCtxGetState

      public static final long DevicePrimaryCtxGetState
      Function address.
    • DevicePrimaryCtxReset

      public static final long DevicePrimaryCtxReset
      Function address.
    • CtxCreate

      public static final long CtxCreate
      Function address.
    • CtxCreate_v3

      public static final long CtxCreate_v3
      Function address.
    • CtxDestroy

      public static final long CtxDestroy
      Function address.
    • CtxPushCurrent

      public static final long CtxPushCurrent
      Function address.
    • CtxPopCurrent

      public static final long CtxPopCurrent
      Function address.
    • CtxSetCurrent

      public static final long CtxSetCurrent
      Function address.
    • CtxGetCurrent

      public static final long CtxGetCurrent
      Function address.
    • CtxGetDevice

      public static final long CtxGetDevice
      Function address.
    • CtxGetFlags

      public static final long CtxGetFlags
      Function address.
    • CtxSetFlags

      public static final long CtxSetFlags
      Function address.
    • CtxGetId

      public static final long CtxGetId
      Function address.
    • CtxSynchronize

      public static final long CtxSynchronize
      Function address.
    • CtxSetLimit

      public static final long CtxSetLimit
      Function address.
    • CtxGetLimit

      public static final long CtxGetLimit
      Function address.
    • CtxGetCacheConfig

      public static final long CtxGetCacheConfig
      Function address.
    • CtxSetCacheConfig

      public static final long CtxSetCacheConfig
      Function address.
    • CtxGetSharedMemConfig

      public static final long CtxGetSharedMemConfig
      Function address.
    • CtxSetSharedMemConfig

      public static final long CtxSetSharedMemConfig
      Function address.
    • CtxGetApiVersion

      public static final long CtxGetApiVersion
      Function address.
    • CtxGetStreamPriorityRange

      public static final long CtxGetStreamPriorityRange
      Function address.
    • CtxResetPersistingL2Cache

      public static final long CtxResetPersistingL2Cache
      Function address.
    • CtxGetExecAffinity

      public static final long CtxGetExecAffinity
      Function address.
    • CtxAttach

      public static final long CtxAttach
      Function address.
    • CtxDetach

      public static final long CtxDetach
      Function address.
    • ModuleLoad

      public static final long ModuleLoad
      Function address.
    • ModuleLoadData

      public static final long ModuleLoadData
      Function address.
    • ModuleLoadDataEx

      public static final long ModuleLoadDataEx
      Function address.
    • ModuleLoadFatBinary

      public static final long ModuleLoadFatBinary
      Function address.
    • ModuleUnload

      public static final long ModuleUnload
      Function address.
    • ModuleGetLoadingMode

      public static final long ModuleGetLoadingMode
      Function address.
    • ModuleGetFunction

      public static final long ModuleGetFunction
      Function address.
    • ModuleGetGlobal

      public static final long ModuleGetGlobal
      Function address.
    • LinkCreate

      public static final long LinkCreate
      Function address.
    • LinkAddData

      public static final long LinkAddData
      Function address.
    • LinkAddFile

      public static final long LinkAddFile
      Function address.
    • LinkComplete

      public static final long LinkComplete
      Function address.
    • LinkDestroy

      public static final long LinkDestroy
      Function address.
    • ModuleGetTexRef

      public static final long ModuleGetTexRef
      Function address.
    • ModuleGetSurfRef

      public static final long ModuleGetSurfRef
      Function address.
    • LibraryLoadData

      public static final long LibraryLoadData
      Function address.
    • LibraryLoadFromFile

      public static final long LibraryLoadFromFile
      Function address.
    • LibraryUnload

      public static final long LibraryUnload
      Function address.
    • LibraryGetKernel

      public static final long LibraryGetKernel
      Function address.
    • LibraryGetModule

      public static final long LibraryGetModule
      Function address.
    • KernelGetFunction

      public static final long KernelGetFunction
      Function address.
    • LibraryGetGlobal

      public static final long LibraryGetGlobal
      Function address.
    • LibraryGetManaged

      public static final long LibraryGetManaged
      Function address.
    • LibraryGetUnifiedFunction

      public static final long LibraryGetUnifiedFunction
      Function address.
    • KernelGetAttribute

      public static final long KernelGetAttribute
      Function address.
    • KernelSetAttribute

      public static final long KernelSetAttribute
      Function address.
    • KernelSetCacheConfig

      public static final long KernelSetCacheConfig
      Function address.
    • MemGetInfo

      public static final long MemGetInfo
      Function address.
    • MemAlloc

      public static final long MemAlloc
      Function address.
    • MemAllocPitch

      public static final long MemAllocPitch
      Function address.
    • MemFree

      public static final long MemFree
      Function address.
    • MemGetAddressRange

      public static final long MemGetAddressRange
      Function address.
    • MemAllocHost

      public static final long MemAllocHost
      Function address.
    • MemFreeHost

      public static final long MemFreeHost
      Function address.
    • MemHostAlloc

      public static final long MemHostAlloc
      Function address.
    • MemHostGetDevicePointer

      public static final long MemHostGetDevicePointer
      Function address.
    • MemHostGetFlags

      public static final long MemHostGetFlags
      Function address.
    • MemAllocManaged

      public static final long MemAllocManaged
      Function address.
    • DeviceGetByPCIBusId

      public static final long DeviceGetByPCIBusId
      Function address.
    • DeviceGetPCIBusId

      public static final long DeviceGetPCIBusId
      Function address.
    • IpcGetEventHandle

      public static final long IpcGetEventHandle
      Function address.
    • IpcOpenEventHandle

      public static final long IpcOpenEventHandle
      Function address.
    • IpcGetMemHandle

      public static final long IpcGetMemHandle
      Function address.
    • IpcOpenMemHandle

      public static final long IpcOpenMemHandle
      Function address.
    • IpcCloseMemHandle

      public static final long IpcCloseMemHandle
      Function address.
    • MemHostRegister

      public static final long MemHostRegister
      Function address.
    • MemHostUnregister

      public static final long MemHostUnregister
      Function address.
    • Memcpy

      public static final long Memcpy
      Function address.
    • MemcpyPeer

      public static final long MemcpyPeer
      Function address.
    • MemcpyHtoD

      public static final long MemcpyHtoD
      Function address.
    • MemcpyDtoH

      public static final long MemcpyDtoH
      Function address.
    • MemcpyDtoD

      public static final long MemcpyDtoD
      Function address.
    • MemcpyDtoA

      public static final long MemcpyDtoA
      Function address.
    • MemcpyAtoD

      public static final long MemcpyAtoD
      Function address.
    • MemcpyHtoA

      public static final long MemcpyHtoA
      Function address.
    • MemcpyAtoH

      public static final long MemcpyAtoH
      Function address.
    • MemcpyAtoA

      public static final long MemcpyAtoA
      Function address.
    • Memcpy2D

      public static final long Memcpy2D
      Function address.
    • Memcpy2DUnaligned

      public static final long Memcpy2DUnaligned
      Function address.
    • Memcpy3D

      public static final long Memcpy3D
      Function address.
    • Memcpy3DPeer

      public static final long Memcpy3DPeer
      Function address.
    • MemcpyAsync

      public static final long MemcpyAsync
      Function address.
    • MemcpyPeerAsync

      public static final long MemcpyPeerAsync
      Function address.
    • MemcpyHtoDAsync

      public static final long MemcpyHtoDAsync
      Function address.
    • MemcpyDtoHAsync

      public static final long MemcpyDtoHAsync
      Function address.
    • MemcpyDtoDAsync

      public static final long MemcpyDtoDAsync
      Function address.
    • MemcpyHtoAAsync

      public static final long MemcpyHtoAAsync
      Function address.
    • MemcpyAtoHAsync

      public static final long MemcpyAtoHAsync
      Function address.
    • Memcpy2DAsync

      public static final long Memcpy2DAsync
      Function address.
    • Memcpy3DAsync

      public static final long Memcpy3DAsync
      Function address.
    • Memcpy3DPeerAsync

      public static final long Memcpy3DPeerAsync
      Function address.
    • MemsetD8

      public static final long MemsetD8
      Function address.
    • MemsetD16

      public static final long MemsetD16
      Function address.
    • MemsetD32

      public static final long MemsetD32
      Function address.
    • MemsetD2D8

      public static final long MemsetD2D8
      Function address.
    • MemsetD2D16

      public static final long MemsetD2D16
      Function address.
    • MemsetD2D32

      public static final long MemsetD2D32
      Function address.
    • MemsetD8Async

      public static final long MemsetD8Async
      Function address.
    • MemsetD16Async

      public static final long MemsetD16Async
      Function address.
    • MemsetD32Async

      public static final long MemsetD32Async
      Function address.
    • MemsetD2D8Async

      public static final long MemsetD2D8Async
      Function address.
    • MemsetD2D16Async

      public static final long MemsetD2D16Async
      Function address.
    • MemsetD2D32Async

      public static final long MemsetD2D32Async
      Function address.
    • ArrayCreate

      public static final long ArrayCreate
      Function address.
    • ArrayGetDescriptor

      public static final long ArrayGetDescriptor
      Function address.
    • ArrayGetSparseProperties

      public static final long ArrayGetSparseProperties
      Function address.
    • MipmappedArrayGetSparseProperties

      public static final long MipmappedArrayGetSparseProperties
      Function address.
    • ArrayGetMemoryRequirements

      public static final long ArrayGetMemoryRequirements
      Function address.
    • MipmappedArrayGetMemoryRequirements

      public static final long MipmappedArrayGetMemoryRequirements
      Function address.
    • ArrayGetPlane

      public static final long ArrayGetPlane
      Function address.
    • ArrayDestroy

      public static final long ArrayDestroy
      Function address.
    • Array3DCreate

      public static final long Array3DCreate
      Function address.
    • Array3DGetDescriptor

      public static final long Array3DGetDescriptor
      Function address.
    • MipmappedArrayCreate

      public static final long MipmappedArrayCreate
      Function address.
    • MipmappedArrayGetLevel

      public static final long MipmappedArrayGetLevel
      Function address.
    • MipmappedArrayDestroy

      public static final long MipmappedArrayDestroy
      Function address.
    • MemGetHandleForAddressRange

      public static final long MemGetHandleForAddressRange
      Function address.
    • MemAddressReserve

      public static final long MemAddressReserve
      Function address.
    • MemAddressFree

      public static final long MemAddressFree
      Function address.
    • MemCreate

      public static final long MemCreate
      Function address.
    • MemRelease

      public static final long MemRelease
      Function address.
    • MemMap

      public static final long MemMap
      Function address.
    • MemMapArrayAsync

      public static final long MemMapArrayAsync
      Function address.
    • MemUnmap

      public static final long MemUnmap
      Function address.
    • MemSetAccess

      public static final long MemSetAccess
      Function address.
    • MemGetAccess

      public static final long MemGetAccess
      Function address.
    • MemExportToShareableHandle

      public static final long MemExportToShareableHandle
      Function address.
    • MemImportFromShareableHandle

      public static final long MemImportFromShareableHandle
      Function address.
    • MemGetAllocationGranularity

      public static final long MemGetAllocationGranularity
      Function address.
    • MemGetAllocationPropertiesFromHandle

      public static final long MemGetAllocationPropertiesFromHandle
      Function address.
    • MemRetainAllocationHandle

      public static final long MemRetainAllocationHandle
      Function address.
    • MemFreeAsync

      public static final long MemFreeAsync
      Function address.
    • MemAllocAsync

      public static final long MemAllocAsync
      Function address.
    • MemPoolTrimTo

      public static final long MemPoolTrimTo
      Function address.
    • MemPoolSetAttribute

      public static final long MemPoolSetAttribute
      Function address.
    • MemPoolGetAttribute

      public static final long MemPoolGetAttribute
      Function address.
    • MemPoolSetAccess

      public static final long MemPoolSetAccess
      Function address.
    • MemPoolGetAccess

      public static final long MemPoolGetAccess
      Function address.
    • MemPoolCreate

      public static final long MemPoolCreate
      Function address.
    • MemPoolDestroy

      public static final long MemPoolDestroy
      Function address.
    • MemAllocFromPoolAsync

      public static final long MemAllocFromPoolAsync
      Function address.
    • MemPoolExportToShareableHandle

      public static final long MemPoolExportToShareableHandle
      Function address.
    • MemPoolImportFromShareableHandle

      public static final long MemPoolImportFromShareableHandle
      Function address.
    • MemPoolExportPointer

      public static final long MemPoolExportPointer
      Function address.
    • MemPoolImportPointer

      public static final long MemPoolImportPointer
      Function address.
    • MulticastCreate

      public static final long MulticastCreate
      Function address.
    • MulticastAddDevice

      public static final long MulticastAddDevice
      Function address.
    • MulticastBindMem

      public static final long MulticastBindMem
      Function address.
    • MulticastBindAddr

      public static final long MulticastBindAddr
      Function address.
    • MulticastUnbind

      public static final long MulticastUnbind
      Function address.
    • MulticastGetGranularity

      public static final long MulticastGetGranularity
      Function address.
    • PointerGetAttribute

      public static final long PointerGetAttribute
      Function address.
    • MemPrefetchAsync

      public static final long MemPrefetchAsync
      Function address.
    • MemAdvise

      public static final long MemAdvise
      Function address.
    • MemRangeGetAttribute

      public static final long MemRangeGetAttribute
      Function address.
    • MemRangeGetAttributes

      public static final long MemRangeGetAttributes
      Function address.
    • PointerSetAttribute

      public static final long PointerSetAttribute
      Function address.
    • PointerGetAttributes

      public static final long PointerGetAttributes
      Function address.
    • StreamCreate

      public static final long StreamCreate
      Function address.
    • StreamCreateWithPriority

      public static final long StreamCreateWithPriority
      Function address.
    • StreamGetPriority

      public static final long StreamGetPriority
      Function address.
    • StreamGetFlags

      public static final long StreamGetFlags
      Function address.
    • StreamGetId

      public static final long StreamGetId
      Function address.
    • StreamGetCtx

      public static final long StreamGetCtx
      Function address.
    • StreamWaitEvent

      public static final long StreamWaitEvent
      Function address.
    • StreamAddCallback

      public static final long StreamAddCallback
      Function address.
    • StreamBeginCapture

      public static final long StreamBeginCapture
      Function address.
    • StreamBeginCapture_v2

      public static final long StreamBeginCapture_v2
      Function address.
    • ThreadExchangeStreamCaptureMode

      public static final long ThreadExchangeStreamCaptureMode
      Function address.
    • StreamEndCapture

      public static final long StreamEndCapture
      Function address.
    • StreamIsCapturing

      public static final long StreamIsCapturing
      Function address.
    • StreamGetCaptureInfo

      public static final long StreamGetCaptureInfo
      Function address.
    • StreamGetCaptureInfo_v2

      public static final long StreamGetCaptureInfo_v2
      Function address.
    • StreamUpdateCaptureDependencies

      public static final long StreamUpdateCaptureDependencies
      Function address.
    • StreamAttachMemAsync

      public static final long StreamAttachMemAsync
      Function address.
    • StreamQuery

      public static final long StreamQuery
      Function address.
    • StreamSynchronize

      public static final long StreamSynchronize
      Function address.
    • StreamDestroy

      public static final long StreamDestroy
      Function address.
    • StreamCopyAttributes

      public static final long StreamCopyAttributes
      Function address.
    • StreamGetAttribute

      public static final long StreamGetAttribute
      Function address.
    • StreamSetAttribute

      public static final long StreamSetAttribute
      Function address.
    • EventCreate

      public static final long EventCreate
      Function address.
    • EventRecord

      public static final long EventRecord
      Function address.
    • EventRecordWithFlags

      public static final long EventRecordWithFlags
      Function address.
    • EventQuery

      public static final long EventQuery
      Function address.
    • EventSynchronize

      public static final long EventSynchronize
      Function address.
    • EventDestroy

      public static final long EventDestroy
      Function address.
    • EventElapsedTime

      public static final long EventElapsedTime
      Function address.
    • ImportExternalMemory

      public static final long ImportExternalMemory
      Function address.
    • ExternalMemoryGetMappedBuffer

      public static final long ExternalMemoryGetMappedBuffer
      Function address.
    • ExternalMemoryGetMappedMipmappedArray

      public static final long ExternalMemoryGetMappedMipmappedArray
      Function address.
    • DestroyExternalMemory

      public static final long DestroyExternalMemory
      Function address.
    • ImportExternalSemaphore

      public static final long ImportExternalSemaphore
      Function address.
    • SignalExternalSemaphoresAsync

      public static final long SignalExternalSemaphoresAsync
      Function address.
    • WaitExternalSemaphoresAsync

      public static final long WaitExternalSemaphoresAsync
      Function address.
    • DestroyExternalSemaphore

      public static final long DestroyExternalSemaphore
      Function address.
    • StreamWaitValue32

      public static final long StreamWaitValue32
      Function address.
    • StreamWaitValue64

      public static final long StreamWaitValue64
      Function address.
    • StreamWriteValue32

      public static final long StreamWriteValue32
      Function address.
    • StreamWriteValue64

      public static final long StreamWriteValue64
      Function address.
    • StreamBatchMemOp

      public static final long StreamBatchMemOp
      Function address.
    • FuncGetAttribute

      public static final long FuncGetAttribute
      Function address.
    • FuncSetAttribute

      public static final long FuncSetAttribute
      Function address.
    • FuncSetCacheConfig

      public static final long FuncSetCacheConfig
      Function address.
    • FuncSetSharedMemConfig

      public static final long FuncSetSharedMemConfig
      Function address.
    • FuncGetModule

      public static final long FuncGetModule
      Function address.
    • LaunchKernel

      public static final long LaunchKernel
      Function address.
    • LaunchKernelEx

      public static final long LaunchKernelEx
      Function address.
    • LaunchCooperativeKernel

      public static final long LaunchCooperativeKernel
      Function address.
    • LaunchCooperativeKernelMultiDevice

      public static final long LaunchCooperativeKernelMultiDevice
      Function address.
    • LaunchHostFunc

      public static final long LaunchHostFunc
      Function address.
    • FuncSetBlockShape

      public static final long FuncSetBlockShape
      Function address.
    • FuncSetSharedSize

      public static final long FuncSetSharedSize
      Function address.
    • ParamSetSize

      public static final long ParamSetSize
      Function address.
    • ParamSeti

      public static final long ParamSeti
      Function address.
    • ParamSetf

      public static final long ParamSetf
      Function address.
    • ParamSetv

      public static final long ParamSetv
      Function address.
    • Launch

      public static final long Launch
      Function address.
    • LaunchGrid

      public static final long LaunchGrid
      Function address.
    • LaunchGridAsync

      public static final long LaunchGridAsync
      Function address.
    • ParamSetTexRef

      public static final long ParamSetTexRef
      Function address.
    • GraphCreate

      public static final long GraphCreate
      Function address.
    • GraphAddKernelNode

      public static final long GraphAddKernelNode
      Function address.
    • GraphAddKernelNode_v2

      public static final long GraphAddKernelNode_v2
      Function address.
    • GraphKernelNodeGetParams

      public static final long GraphKernelNodeGetParams
      Function address.
    • GraphKernelNodeGetParams_v2

      public static final long GraphKernelNodeGetParams_v2
      Function address.
    • GraphKernelNodeSetParams

      public static final long GraphKernelNodeSetParams
      Function address.
    • GraphKernelNodeSetParams_v2

      public static final long GraphKernelNodeSetParams_v2
      Function address.
    • GraphAddMemcpyNode

      public static final long GraphAddMemcpyNode
      Function address.
    • GraphMemcpyNodeGetParams

      public static final long GraphMemcpyNodeGetParams
      Function address.
    • GraphMemcpyNodeSetParams

      public static final long GraphMemcpyNodeSetParams
      Function address.
    • GraphAddMemsetNode

      public static final long GraphAddMemsetNode
      Function address.
    • GraphMemsetNodeGetParams

      public static final long GraphMemsetNodeGetParams
      Function address.
    • GraphMemsetNodeSetParams

      public static final long GraphMemsetNodeSetParams
      Function address.
    • GraphAddHostNode

      public static final long GraphAddHostNode
      Function address.
    • GraphHostNodeGetParams

      public static final long GraphHostNodeGetParams
      Function address.
    • GraphHostNodeSetParams

      public static final long GraphHostNodeSetParams
      Function address.
    • GraphAddChildGraphNode

      public static final long GraphAddChildGraphNode
      Function address.
    • GraphChildGraphNodeGetGraph

      public static final long GraphChildGraphNodeGetGraph
      Function address.
    • GraphAddEmptyNode

      public static final long GraphAddEmptyNode
      Function address.
    • GraphAddEventRecordNode

      public static final long GraphAddEventRecordNode
      Function address.
    • GraphEventRecordNodeGetEvent

      public static final long GraphEventRecordNodeGetEvent
      Function address.
    • GraphEventRecordNodeSetEvent

      public static final long GraphEventRecordNodeSetEvent
      Function address.
    • GraphAddEventWaitNode

      public static final long GraphAddEventWaitNode
      Function address.
    • GraphEventWaitNodeGetEvent

      public static final long GraphEventWaitNodeGetEvent
      Function address.
    • GraphEventWaitNodeSetEvent

      public static final long GraphEventWaitNodeSetEvent
      Function address.
    • GraphAddExternalSemaphoresSignalNode

      public static final long GraphAddExternalSemaphoresSignalNode
      Function address.
    • GraphExternalSemaphoresSignalNodeGetParams

      public static final long GraphExternalSemaphoresSignalNodeGetParams
      Function address.
    • GraphExternalSemaphoresSignalNodeSetParams

      public static final long GraphExternalSemaphoresSignalNodeSetParams
      Function address.
    • GraphAddExternalSemaphoresWaitNode

      public static final long GraphAddExternalSemaphoresWaitNode
      Function address.
    • GraphExternalSemaphoresWaitNodeGetParams

      public static final long GraphExternalSemaphoresWaitNodeGetParams
      Function address.
    • GraphExternalSemaphoresWaitNodeSetParams

      public static final long GraphExternalSemaphoresWaitNodeSetParams
      Function address.
    • GraphAddBatchMemOpNode

      public static final long GraphAddBatchMemOpNode
      Function address.
    • GraphBatchMemOpNodeGetParams

      public static final long GraphBatchMemOpNodeGetParams
      Function address.
    • GraphBatchMemOpNodeSetParams

      public static final long GraphBatchMemOpNodeSetParams
      Function address.
    • GraphExecBatchMemOpNodeSetParams

      public static final long GraphExecBatchMemOpNodeSetParams
      Function address.
    • GraphAddMemAllocNode

      public static final long GraphAddMemAllocNode
      Function address.
    • GraphMemAllocNodeGetParams

      public static final long GraphMemAllocNodeGetParams
      Function address.
    • GraphAddMemFreeNode

      public static final long GraphAddMemFreeNode
      Function address.
    • GraphMemFreeNodeGetParams

      public static final long GraphMemFreeNodeGetParams
      Function address.
    • DeviceGraphMemTrim

      public static final long DeviceGraphMemTrim
      Function address.
    • DeviceGetGraphMemAttribute

      public static final long DeviceGetGraphMemAttribute
      Function address.
    • DeviceSetGraphMemAttribute

      public static final long DeviceSetGraphMemAttribute
      Function address.
    • GraphClone

      public static final long GraphClone
      Function address.
    • GraphNodeFindInClone

      public static final long GraphNodeFindInClone
      Function address.
    • GraphNodeGetType

      public static final long GraphNodeGetType
      Function address.
    • GraphGetNodes

      public static final long GraphGetNodes
      Function address.
    • GraphGetRootNodes

      public static final long GraphGetRootNodes
      Function address.
    • GraphGetEdges

      public static final long GraphGetEdges
      Function address.
    • GraphNodeGetDependencies

      public static final long GraphNodeGetDependencies
      Function address.
    • GraphNodeGetDependentNodes

      public static final long GraphNodeGetDependentNodes
      Function address.
    • GraphAddDependencies

      public static final long GraphAddDependencies
      Function address.
    • GraphRemoveDependencies

      public static final long GraphRemoveDependencies
      Function address.
    • GraphDestroyNode

      public static final long GraphDestroyNode
      Function address.
    • GraphInstantiate

      public static final long GraphInstantiate
      Function address.
    • GraphInstantiateWithFlags

      public static final long GraphInstantiateWithFlags
      Function address.
    • GraphInstantiateWithParams

      public static final long GraphInstantiateWithParams
      Function address.
    • GraphExecGetFlags

      public static final long GraphExecGetFlags
      Function address.
    • GraphExecKernelNodeSetParams

      public static final long GraphExecKernelNodeSetParams
      Function address.
    • GraphExecKernelNodeSetParams_v2

      public static final long GraphExecKernelNodeSetParams_v2
      Function address.
    • GraphExecMemcpyNodeSetParams

      public static final long GraphExecMemcpyNodeSetParams
      Function address.
    • GraphExecMemsetNodeSetParams

      public static final long GraphExecMemsetNodeSetParams
      Function address.
    • GraphExecHostNodeSetParams

      public static final long GraphExecHostNodeSetParams
      Function address.
    • GraphExecChildGraphNodeSetParams

      public static final long GraphExecChildGraphNodeSetParams
      Function address.
    • GraphExecEventRecordNodeSetEvent

      public static final long GraphExecEventRecordNodeSetEvent
      Function address.
    • GraphExecEventWaitNodeSetEvent

      public static final long GraphExecEventWaitNodeSetEvent
      Function address.
    • GraphExecExternalSemaphoresSignalNodeSetParams

      public static final long GraphExecExternalSemaphoresSignalNodeSetParams
      Function address.
    • GraphExecExternalSemaphoresWaitNodeSetParams

      public static final long GraphExecExternalSemaphoresWaitNodeSetParams
      Function address.
    • GraphNodeSetEnabled

      public static final long GraphNodeSetEnabled
      Function address.
    • GraphNodeGetEnabled

      public static final long GraphNodeGetEnabled
      Function address.
    • GraphUpload

      public static final long GraphUpload
      Function address.
    • GraphLaunch

      public static final long GraphLaunch
      Function address.
    • GraphExecDestroy

      public static final long GraphExecDestroy
      Function address.
    • GraphDestroy

      public static final long GraphDestroy
      Function address.
    • GraphExecUpdate

      public static final long GraphExecUpdate
      Function address.
    • GraphExecUpdate_v2

      public static final long GraphExecUpdate_v2
      Function address.
    • GraphKernelNodeCopyAttributes

      public static final long GraphKernelNodeCopyAttributes
      Function address.
    • GraphKernelNodeGetAttribute

      public static final long GraphKernelNodeGetAttribute
      Function address.
    • GraphKernelNodeSetAttribute

      public static final long GraphKernelNodeSetAttribute
      Function address.
    • GraphDebugDotPrint

      public static final long GraphDebugDotPrint
      Function address.
    • UserObjectCreate

      public static final long UserObjectCreate
      Function address.
    • UserObjectRetain

      public static final long UserObjectRetain
      Function address.
    • UserObjectRelease

      public static final long UserObjectRelease
      Function address.
    • GraphRetainUserObject

      public static final long GraphRetainUserObject
      Function address.
    • GraphReleaseUserObject

      public static final long GraphReleaseUserObject
      Function address.
    • OccupancyMaxActiveBlocksPerMultiprocessor

      public static final long OccupancyMaxActiveBlocksPerMultiprocessor
      Function address.
    • OccupancyMaxActiveBlocksPerMultiprocessorWithFlags

      public static final long OccupancyMaxActiveBlocksPerMultiprocessorWithFlags
      Function address.
    • OccupancyMaxPotentialBlockSize

      public static final long OccupancyMaxPotentialBlockSize
      Function address.
    • OccupancyMaxPotentialBlockSizeWithFlags

      public static final long OccupancyMaxPotentialBlockSizeWithFlags
      Function address.
    • OccupancyAvailableDynamicSMemPerBlock

      public static final long OccupancyAvailableDynamicSMemPerBlock
      Function address.
    • OccupancyMaxPotentialClusterSize

      public static final long OccupancyMaxPotentialClusterSize
      Function address.
    • OccupancyMaxActiveClusters

      public static final long OccupancyMaxActiveClusters
      Function address.
    • TexRefSetArray

      public static final long TexRefSetArray
      Function address.
    • TexRefSetMipmappedArray

      public static final long TexRefSetMipmappedArray
      Function address.
    • TexRefSetAddress

      public static final long TexRefSetAddress
      Function address.
    • TexRefSetAddress2D

      public static final long TexRefSetAddress2D
      Function address.
    • TexRefSetFormat

      public static final long TexRefSetFormat
      Function address.
    • TexRefSetAddressMode

      public static final long TexRefSetAddressMode
      Function address.
    • TexRefSetFilterMode

      public static final long TexRefSetFilterMode
      Function address.
    • TexRefSetMipmapFilterMode

      public static final long TexRefSetMipmapFilterMode
      Function address.
    • TexRefSetMipmapLevelBias

      public static final long TexRefSetMipmapLevelBias
      Function address.
    • TexRefSetMipmapLevelClamp

      public static final long TexRefSetMipmapLevelClamp
      Function address.
    • TexRefSetMaxAnisotropy

      public static final long TexRefSetMaxAnisotropy
      Function address.
    • TexRefSetBorderColor

      public static final long TexRefSetBorderColor
      Function address.
    • TexRefSetFlags

      public static final long TexRefSetFlags
      Function address.
    • TexRefGetAddress

      public static final long TexRefGetAddress
      Function address.
    • TexRefGetArray

      public static final long TexRefGetArray
      Function address.
    • TexRefGetMipmappedArray

      public static final long TexRefGetMipmappedArray
      Function address.
    • TexRefGetAddressMode

      public static final long TexRefGetAddressMode
      Function address.
    • TexRefGetFilterMode

      public static final long TexRefGetFilterMode
      Function address.
    • TexRefGetFormat

      public static final long TexRefGetFormat
      Function address.
    • TexRefGetMipmapFilterMode

      public static final long TexRefGetMipmapFilterMode
      Function address.
    • TexRefGetMipmapLevelBias

      public static final long TexRefGetMipmapLevelBias
      Function address.
    • TexRefGetMipmapLevelClamp

      public static final long TexRefGetMipmapLevelClamp
      Function address.
    • TexRefGetMaxAnisotropy

      public static final long TexRefGetMaxAnisotropy
      Function address.
    • TexRefGetBorderColor

      public static final long TexRefGetBorderColor
      Function address.
    • TexRefGetFlags

      public static final long TexRefGetFlags
      Function address.
    • TexRefCreate

      public static final long TexRefCreate
      Function address.
    • TexRefDestroy

      public static final long TexRefDestroy
      Function address.
    • SurfRefSetArray

      public static final long SurfRefSetArray
      Function address.
    • SurfRefGetArray

      public static final long SurfRefGetArray
      Function address.
    • TexObjectCreate

      public static final long TexObjectCreate
      Function address.
    • TexObjectDestroy

      public static final long TexObjectDestroy
      Function address.
    • TexObjectGetResourceDesc

      public static final long TexObjectGetResourceDesc
      Function address.
    • TexObjectGetTextureDesc

      public static final long TexObjectGetTextureDesc
      Function address.
    • TexObjectGetResourceViewDesc

      public static final long TexObjectGetResourceViewDesc
      Function address.
    • SurfObjectCreate

      public static final long SurfObjectCreate
      Function address.
    • SurfObjectDestroy

      public static final long SurfObjectDestroy
      Function address.
    • SurfObjectGetResourceDesc

      public static final long SurfObjectGetResourceDesc
      Function address.
    • TensorMapEncodeTiled

      public static final long TensorMapEncodeTiled
      Function address.
    • TensorMapEncodeIm2col

      public static final long TensorMapEncodeIm2col
      Function address.
    • TensorMapReplaceAddress

      public static final long TensorMapReplaceAddress
      Function address.
    • DeviceCanAccessPeer

      public static final long DeviceCanAccessPeer
      Function address.
    • CtxEnablePeerAccess

      public static final long CtxEnablePeerAccess
      Function address.
    • CtxDisablePeerAccess

      public static final long CtxDisablePeerAccess
      Function address.
    • DeviceGetP2PAttribute

      public static final long DeviceGetP2PAttribute
      Function address.
    • GraphicsUnregisterResource

      public static final long GraphicsUnregisterResource
      Function address.
    • GraphicsSubResourceGetMappedArray

      public static final long GraphicsSubResourceGetMappedArray
      Function address.
    • GraphicsResourceGetMappedMipmappedArray

      public static final long GraphicsResourceGetMappedMipmappedArray
      Function address.
    • GraphicsResourceGetMappedPointer

      public static final long GraphicsResourceGetMappedPointer
      Function address.
    • GraphicsResourceSetMapFlags

      public static final long GraphicsResourceSetMapFlags
      Function address.
    • GraphicsMapResources

      public static final long GraphicsMapResources
      Function address.
    • GraphicsUnmapResources

      public static final long GraphicsUnmapResources
      Function address.
    • GetProcAddress

      public static final long GetProcAddress
      Function address.
    • GetProcAddress_v2

      public static final long GetProcAddress_v2
      Function address.
    • CoredumpGetAttribute

      public static final long CoredumpGetAttribute
      Function address.
    • CoredumpGetAttributeGlobal

      public static final long CoredumpGetAttributeGlobal
      Function address.
    • CoredumpSetAttribute

      public static final long CoredumpSetAttribute
      Function address.
    • CoredumpSetAttributeGlobal

      public static final long CoredumpSetAttributeGlobal
      Function address.
    • GetExportTable

      public static final long GetExportTable
      Function address.