# SPDX-FileCopyrightText: Copyright (c) 2021-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE

# This code was automatically generated with version 12.9.0, generator version 49a8141. Do not modify it directly.
cdef extern from "cuda_runtime_api.h":

    {{if 'cudaDeviceReset' in found_functions}}

    cudaError_t cudaDeviceReset() nogil

    {{endif}}
    {{if 'cudaDeviceSynchronize' in found_functions}}

    cudaError_t cudaDeviceSynchronize() nogil

    {{endif}}
    {{if 'cudaDeviceSetLimit' in found_functions}}

    cudaError_t cudaDeviceSetLimit(cudaLimit limit, size_t value) nogil

    {{endif}}
    {{if 'cudaDeviceGetLimit' in found_functions}}

    cudaError_t cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) nogil

    {{endif}}
    {{if 'cudaDeviceGetTexture1DLinearMaxWidth' in found_functions}}

    cudaError_t cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) nogil

    {{endif}}
    {{if 'cudaDeviceGetCacheConfig' in found_functions}}

    cudaError_t cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) nogil

    {{endif}}
    {{if 'cudaDeviceGetStreamPriorityRange' in found_functions}}

    cudaError_t cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) nogil

    {{endif}}
    {{if 'cudaDeviceSetCacheConfig' in found_functions}}

    cudaError_t cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) nogil

    {{endif}}
    {{if 'cudaDeviceGetByPCIBusId' in found_functions}}

    cudaError_t cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) nogil

    {{endif}}
    {{if 'cudaDeviceGetPCIBusId' in found_functions}}

    cudaError_t cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) nogil

    {{endif}}
    {{if 'cudaIpcGetEventHandle' in found_functions}}

    cudaError_t cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) nogil

    {{endif}}
    {{if 'cudaIpcOpenEventHandle' in found_functions}}

    cudaError_t cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) nogil

    {{endif}}
    {{if 'cudaIpcGetMemHandle' in found_functions}}

    cudaError_t cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) nogil

    {{endif}}
    {{if 'cudaIpcOpenMemHandle' in found_functions}}

    cudaError_t cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaIpcCloseMemHandle' in found_functions}}

    cudaError_t cudaIpcCloseMemHandle(void* devPtr) nogil

    {{endif}}
    {{if 'cudaDeviceFlushGPUDirectRDMAWrites' in found_functions}}

    cudaError_t cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) nogil

    {{endif}}
    {{if 'cudaDeviceRegisterAsyncNotification' in found_functions}}

    cudaError_t cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) nogil

    {{endif}}
    {{if 'cudaDeviceUnregisterAsyncNotification' in found_functions}}

    cudaError_t cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) nogil

    {{endif}}
    {{if 'cudaDeviceGetSharedMemConfig' in found_functions}}

    cudaError_t cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) nogil

    {{endif}}
    {{if 'cudaDeviceSetSharedMemConfig' in found_functions}}

    cudaError_t cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) nogil

    {{endif}}
    {{if 'cudaGetLastError' in found_functions}}

    cudaError_t cudaGetLastError() nogil

    {{endif}}
    {{if 'cudaPeekAtLastError' in found_functions}}

    cudaError_t cudaPeekAtLastError() nogil

    {{endif}}
    {{if 'cudaGetErrorName' in found_functions}}

    const char* cudaGetErrorName(cudaError_t error) nogil

    {{endif}}
    {{if 'cudaGetErrorString' in found_functions}}

    const char* cudaGetErrorString(cudaError_t error) nogil

    {{endif}}
    {{if 'cudaGetDeviceCount' in found_functions}}

    cudaError_t cudaGetDeviceCount(int* count) nogil

    {{endif}}
    {{if 'cudaGetDeviceProperties_v2' in found_functions}}

    cudaError_t cudaGetDeviceProperties_v2(cudaDeviceProp* prop, int device) nogil

    {{endif}}
    {{if 'cudaDeviceGetAttribute' in found_functions}}

    cudaError_t cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) nogil

    {{endif}}
    {{if 'cudaDeviceGetDefaultMemPool' in found_functions}}

    cudaError_t cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) nogil

    {{endif}}
    {{if 'cudaDeviceSetMemPool' in found_functions}}

    cudaError_t cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) nogil

    {{endif}}
    {{if 'cudaDeviceGetMemPool' in found_functions}}

    cudaError_t cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) nogil

    {{endif}}
    {{if 'cudaDeviceGetNvSciSyncAttributes' in found_functions}}

    cudaError_t cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) nogil

    {{endif}}
    {{if 'cudaDeviceGetP2PAttribute' in found_functions}}

    cudaError_t cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) nogil

    {{endif}}
    {{if 'cudaChooseDevice' in found_functions}}

    cudaError_t cudaChooseDevice(int* device, const cudaDeviceProp* prop) nogil

    {{endif}}
    {{if 'cudaInitDevice' in found_functions}}

    cudaError_t cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaSetDevice' in found_functions}}

    cudaError_t cudaSetDevice(int device) nogil

    {{endif}}
    {{if 'cudaGetDevice' in found_functions}}

    cudaError_t cudaGetDevice(int* device) nogil

    {{endif}}
    {{if 'cudaSetDeviceFlags' in found_functions}}

    cudaError_t cudaSetDeviceFlags(unsigned int flags) nogil

    {{endif}}
    {{if 'cudaGetDeviceFlags' in found_functions}}

    cudaError_t cudaGetDeviceFlags(unsigned int* flags) nogil

    {{endif}}
    {{if 'cudaStreamCreate' in found_functions}}

    cudaError_t cudaStreamCreate(cudaStream_t* pStream) nogil

    {{endif}}
    {{if 'cudaStreamCreateWithFlags' in found_functions}}

    cudaError_t cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaStreamCreateWithPriority' in found_functions}}

    cudaError_t cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) nogil

    {{endif}}
    {{if 'cudaStreamGetPriority' in found_functions}}

    cudaError_t cudaStreamGetPriority(cudaStream_t hStream, int* priority) nogil

    {{endif}}
    {{if 'cudaStreamGetFlags' in found_functions}}

    cudaError_t cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) nogil

    {{endif}}
    {{if 'cudaStreamGetId' in found_functions}}

    cudaError_t cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) nogil

    {{endif}}
    {{if 'cudaStreamGetDevice' in found_functions}}

    cudaError_t cudaStreamGetDevice(cudaStream_t hStream, int* device) nogil

    {{endif}}
    {{if 'cudaCtxResetPersistingL2Cache' in found_functions}}

    cudaError_t cudaCtxResetPersistingL2Cache() nogil

    {{endif}}
    {{if 'cudaStreamCopyAttributes' in found_functions}}

    cudaError_t cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) nogil

    {{endif}}
    {{if 'cudaStreamGetAttribute' in found_functions}}

    cudaError_t cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) nogil

    {{endif}}
    {{if 'cudaStreamSetAttribute' in found_functions}}

    cudaError_t cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) nogil

    {{endif}}
    {{if 'cudaStreamDestroy' in found_functions}}

    cudaError_t cudaStreamDestroy(cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaStreamWaitEvent' in found_functions}}

    cudaError_t cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaStreamAddCallback' in found_functions}}

    cudaError_t cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaStreamSynchronize' in found_functions}}

    cudaError_t cudaStreamSynchronize(cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaStreamQuery' in found_functions}}

    cudaError_t cudaStreamQuery(cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaStreamAttachMemAsync' in found_functions}}

    cudaError_t cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaStreamBeginCapture' in found_functions}}

    cudaError_t cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) nogil

    {{endif}}
    {{if 'cudaStreamBeginCaptureToGraph' in found_functions}}

    cudaError_t cudaStreamBeginCaptureToGraph(cudaStream_t stream, cudaGraph_t graph, const cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaStreamCaptureMode mode) nogil

    {{endif}}
    {{if 'cudaThreadExchangeStreamCaptureMode' in found_functions}}

    cudaError_t cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) nogil

    {{endif}}
    {{if 'cudaStreamEndCapture' in found_functions}}

    cudaError_t cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) nogil

    {{endif}}
    {{if 'cudaStreamIsCapturing' in found_functions}}

    cudaError_t cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) nogil

    {{endif}}
    {{if 'cudaStreamGetCaptureInfo_v2' in found_functions}}

    cudaError_t cudaStreamGetCaptureInfo_v2_ptsz(cudaStream_t stream, cudaStreamCaptureStatus* captureStatus_out, unsigned long long* id_out, cudaGraph_t* graph_out, const cudaGraphNode_t** dependencies_out, size_t* numDependencies_out) nogil

    {{endif}}
    {{if 'cudaStreamGetCaptureInfo_v2' in found_functions}}

    cudaError_t cudaStreamGetCaptureInfo_v2(cudaStream_t stream, cudaStreamCaptureStatus* captureStatus_out, unsigned long long* id_out, cudaGraph_t* graph_out, const cudaGraphNode_t** dependencies_out, size_t* numDependencies_out) nogil

    {{endif}}
    {{if 'cudaStreamGetCaptureInfo_v3' in found_functions}}

    cudaError_t cudaStreamGetCaptureInfo_v3(cudaStream_t stream, cudaStreamCaptureStatus* captureStatus_out, unsigned long long* id_out, cudaGraph_t* graph_out, const cudaGraphNode_t** dependencies_out, const cudaGraphEdgeData** edgeData_out, size_t* numDependencies_out) nogil

    {{endif}}
    {{if 'cudaStreamUpdateCaptureDependencies' in found_functions}}

    cudaError_t cudaStreamUpdateCaptureDependencies(cudaStream_t stream, cudaGraphNode_t* dependencies, size_t numDependencies, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaStreamUpdateCaptureDependencies_v2' in found_functions}}

    cudaError_t cudaStreamUpdateCaptureDependencies_v2(cudaStream_t stream, cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaEventCreate' in found_functions}}

    cudaError_t cudaEventCreate(cudaEvent_t* event) nogil

    {{endif}}
    {{if 'cudaEventCreateWithFlags' in found_functions}}

    cudaError_t cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaEventRecord' in found_functions}}

    cudaError_t cudaEventRecord(cudaEvent_t event, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaEventRecordWithFlags' in found_functions}}

    cudaError_t cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaEventQuery' in found_functions}}

    cudaError_t cudaEventQuery(cudaEvent_t event) nogil

    {{endif}}
    {{if 'cudaEventSynchronize' in found_functions}}

    cudaError_t cudaEventSynchronize(cudaEvent_t event) nogil

    {{endif}}
    {{if 'cudaEventDestroy' in found_functions}}

    cudaError_t cudaEventDestroy(cudaEvent_t event) nogil

    {{endif}}
    {{if 'cudaEventElapsedTime' in found_functions}}

    cudaError_t cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) nogil

    {{endif}}
    {{if 'cudaEventElapsedTime_v2' in found_functions}}

    cudaError_t cudaEventElapsedTime_v2(float* ms, cudaEvent_t start, cudaEvent_t end) nogil

    {{endif}}
    {{if 'cudaImportExternalMemory' in found_functions}}

    cudaError_t cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) nogil

    {{endif}}
    {{if 'cudaExternalMemoryGetMappedBuffer' in found_functions}}

    cudaError_t cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) nogil

    {{endif}}
    {{if 'cudaExternalMemoryGetMappedMipmappedArray' in found_functions}}

    cudaError_t cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) nogil

    {{endif}}
    {{if 'cudaDestroyExternalMemory' in found_functions}}

    cudaError_t cudaDestroyExternalMemory(cudaExternalMemory_t extMem) nogil

    {{endif}}
    {{if 'cudaImportExternalSemaphore' in found_functions}}

    cudaError_t cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) nogil

    {{endif}}
    {{if 'cudaSignalExternalSemaphoresAsync_v2' in found_functions}}

    cudaError_t cudaSignalExternalSemaphoresAsync_v2_ptsz(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaSignalExternalSemaphoresAsync_v2' in found_functions}}

    cudaError_t cudaSignalExternalSemaphoresAsync_v2(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaWaitExternalSemaphoresAsync_v2' in found_functions}}

    cudaError_t cudaWaitExternalSemaphoresAsync_v2_ptsz(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaWaitExternalSemaphoresAsync_v2' in found_functions}}

    cudaError_t cudaWaitExternalSemaphoresAsync_v2(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaDestroyExternalSemaphore' in found_functions}}

    cudaError_t cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) nogil

    {{endif}}
    {{if 'cudaFuncSetCacheConfig' in found_functions}}

    cudaError_t cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) nogil

    {{endif}}
    {{if 'cudaFuncGetAttributes' in found_functions}}

    cudaError_t cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) nogil

    {{endif}}
    {{if 'cudaFuncSetAttribute' in found_functions}}

    cudaError_t cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) nogil

    {{endif}}
    {{if 'cudaLaunchHostFunc' in found_functions}}

    cudaError_t cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) nogil

    {{endif}}
    {{if 'cudaFuncSetSharedMemConfig' in found_functions}}

    cudaError_t cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) nogil

    {{endif}}
    {{if 'cudaOccupancyMaxActiveBlocksPerMultiprocessor' in found_functions}}

    cudaError_t cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) nogil

    {{endif}}
    {{if 'cudaOccupancyAvailableDynamicSMemPerBlock' in found_functions}}

    cudaError_t cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) nogil

    {{endif}}
    {{if 'cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags' in found_functions}}

    cudaError_t cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaMallocManaged' in found_functions}}

    cudaError_t cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaMalloc' in found_functions}}

    cudaError_t cudaMalloc(void** devPtr, size_t size) nogil

    {{endif}}
    {{if 'cudaMallocHost' in found_functions}}

    cudaError_t cudaMallocHost(void** ptr, size_t size) nogil

    {{endif}}
    {{if 'cudaMallocPitch' in found_functions}}

    cudaError_t cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) nogil

    {{endif}}
    {{if 'cudaMallocArray' in found_functions}}

    cudaError_t cudaMallocArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaFree' in found_functions}}

    cudaError_t cudaFree(void* devPtr) nogil

    {{endif}}
    {{if 'cudaFreeHost' in found_functions}}

    cudaError_t cudaFreeHost(void* ptr) nogil

    {{endif}}
    {{if 'cudaFreeArray' in found_functions}}

    cudaError_t cudaFreeArray(cudaArray_t array) nogil

    {{endif}}
    {{if 'cudaFreeMipmappedArray' in found_functions}}

    cudaError_t cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) nogil

    {{endif}}
    {{if 'cudaHostAlloc' in found_functions}}

    cudaError_t cudaHostAlloc(void** pHost, size_t size, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaHostRegister' in found_functions}}

    cudaError_t cudaHostRegister(void* ptr, size_t size, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaHostUnregister' in found_functions}}

    cudaError_t cudaHostUnregister(void* ptr) nogil

    {{endif}}
    {{if 'cudaHostGetDevicePointer' in found_functions}}

    cudaError_t cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaHostGetFlags' in found_functions}}

    cudaError_t cudaHostGetFlags(unsigned int* pFlags, void* pHost) nogil

    {{endif}}
    {{if 'cudaMalloc3D' in found_functions}}

    cudaError_t cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) nogil

    {{endif}}
    {{if 'cudaMalloc3DArray' in found_functions}}

    cudaError_t cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaMallocMipmappedArray' in found_functions}}

    cudaError_t cudaMallocMipmappedArray(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int numLevels, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaGetMipmappedArrayLevel' in found_functions}}

    cudaError_t cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) nogil

    {{endif}}
    {{if 'cudaMemcpy3D' in found_functions}}

    cudaError_t cudaMemcpy3D(const cudaMemcpy3DParms* p) nogil

    {{endif}}
    {{if 'cudaMemcpy3DPeer' in found_functions}}

    cudaError_t cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) nogil

    {{endif}}
    {{if 'cudaMemcpy3DAsync' in found_functions}}

    cudaError_t cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemcpy3DPeerAsync' in found_functions}}

    cudaError_t cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemGetInfo' in found_functions}}

    cudaError_t cudaMemGetInfo(size_t* free, size_t* total) nogil

    {{endif}}
    {{if 'cudaArrayGetInfo' in found_functions}}

    cudaError_t cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) nogil

    {{endif}}
    {{if 'cudaArrayGetPlane' in found_functions}}

    cudaError_t cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) nogil

    {{endif}}
    {{if 'cudaArrayGetMemoryRequirements' in found_functions}}

    cudaError_t cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) nogil

    {{endif}}
    {{if 'cudaMipmappedArrayGetMemoryRequirements' in found_functions}}

    cudaError_t cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) nogil

    {{endif}}
    {{if 'cudaArrayGetSparseProperties' in found_functions}}

    cudaError_t cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) nogil

    {{endif}}
    {{if 'cudaMipmappedArrayGetSparseProperties' in found_functions}}

    cudaError_t cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) nogil

    {{endif}}
    {{if 'cudaMemcpy' in found_functions}}

    cudaError_t cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) nogil

    {{endif}}
    {{if 'cudaMemcpyPeer' in found_functions}}

    cudaError_t cudaMemcpyPeer(void* dst, int dstDevice, const void* src, int srcDevice, size_t count) nogil

    {{endif}}
    {{if 'cudaMemcpy2D' in found_functions}}

    cudaError_t cudaMemcpy2D(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind) nogil

    {{endif}}
    {{if 'cudaMemcpy2DToArray' in found_functions}}

    cudaError_t cudaMemcpy2DToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind) nogil

    {{endif}}
    {{if 'cudaMemcpy2DFromArray' in found_functions}}

    cudaError_t cudaMemcpy2DFromArray(void* dst, size_t dpitch, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t width, size_t height, cudaMemcpyKind kind) nogil

    {{endif}}
    {{if 'cudaMemcpy2DArrayToArray' in found_functions}}

    cudaError_t cudaMemcpy2DArrayToArray(cudaArray_t dst, size_t wOffsetDst, size_t hOffsetDst, cudaArray_const_t src, size_t wOffsetSrc, size_t hOffsetSrc, size_t width, size_t height, cudaMemcpyKind kind) nogil

    {{endif}}
    {{if 'cudaMemcpyAsync' in found_functions}}

    cudaError_t cudaMemcpyAsync(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemcpyPeerAsync' in found_functions}}

    cudaError_t cudaMemcpyPeerAsync(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemcpyBatchAsync' in found_functions}}

    cudaError_t cudaMemcpyBatchAsync(void** dsts, void** srcs, size_t* sizes, size_t count, cudaMemcpyAttributes* attrs, size_t* attrsIdxs, size_t numAttrs, size_t* failIdx, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemcpy3DBatchAsync' in found_functions}}

    cudaError_t cudaMemcpy3DBatchAsync(size_t numOps, cudaMemcpy3DBatchOp* opList, size_t* failIdx, unsigned long long flags, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemcpy2DAsync' in found_functions}}

    cudaError_t cudaMemcpy2DAsync(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemcpy2DToArrayAsync' in found_functions}}

    cudaError_t cudaMemcpy2DToArrayAsync(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemcpy2DFromArrayAsync' in found_functions}}

    cudaError_t cudaMemcpy2DFromArrayAsync(void* dst, size_t dpitch, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemset' in found_functions}}

    cudaError_t cudaMemset(void* devPtr, int value, size_t count) nogil

    {{endif}}
    {{if 'cudaMemset2D' in found_functions}}

    cudaError_t cudaMemset2D(void* devPtr, size_t pitch, int value, size_t width, size_t height) nogil

    {{endif}}
    {{if 'cudaMemset3D' in found_functions}}

    cudaError_t cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) nogil

    {{endif}}
    {{if 'cudaMemsetAsync' in found_functions}}

    cudaError_t cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemset2DAsync' in found_functions}}

    cudaError_t cudaMemset2DAsync(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemset3DAsync' in found_functions}}

    cudaError_t cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemPrefetchAsync' in found_functions}}

    cudaError_t cudaMemPrefetchAsync(const void* devPtr, size_t count, int dstDevice, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemPrefetchAsync_v2' in found_functions}}

    cudaError_t cudaMemPrefetchAsync_v2(const void* devPtr, size_t count, cudaMemLocation location, unsigned int flags, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemAdvise' in found_functions}}

    cudaError_t cudaMemAdvise(const void* devPtr, size_t count, cudaMemoryAdvise advice, int device) nogil

    {{endif}}
    {{if 'cudaMemAdvise_v2' in found_functions}}

    cudaError_t cudaMemAdvise_v2(const void* devPtr, size_t count, cudaMemoryAdvise advice, cudaMemLocation location) nogil

    {{endif}}
    {{if 'cudaMemRangeGetAttribute' in found_functions}}

    cudaError_t cudaMemRangeGetAttribute(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count) nogil

    {{endif}}
    {{if 'cudaMemRangeGetAttributes' in found_functions}}

    cudaError_t cudaMemRangeGetAttributes(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count) nogil

    {{endif}}
    {{if 'cudaMemcpyToArray' in found_functions}}

    cudaError_t cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind) nogil

    {{endif}}
    {{if 'cudaMemcpyFromArray' in found_functions}}

    cudaError_t cudaMemcpyFromArray(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind) nogil

    {{endif}}
    {{if 'cudaMemcpyArrayToArray' in found_functions}}

    cudaError_t cudaMemcpyArrayToArray(cudaArray_t dst, size_t wOffsetDst, size_t hOffsetDst, cudaArray_const_t src, size_t wOffsetSrc, size_t hOffsetSrc, size_t count, cudaMemcpyKind kind) nogil

    {{endif}}
    {{if 'cudaMemcpyToArrayAsync' in found_functions}}

    cudaError_t cudaMemcpyToArrayAsync(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemcpyFromArrayAsync' in found_functions}}

    cudaError_t cudaMemcpyFromArrayAsync(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMallocAsync' in found_functions}}

    cudaError_t cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) nogil

    {{endif}}
    {{if 'cudaFreeAsync' in found_functions}}

    cudaError_t cudaFreeAsync(void* devPtr, cudaStream_t hStream) nogil

    {{endif}}
    {{if 'cudaMemPoolTrimTo' in found_functions}}

    cudaError_t cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) nogil

    {{endif}}
    {{if 'cudaMemPoolSetAttribute' in found_functions}}

    cudaError_t cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) nogil

    {{endif}}
    {{if 'cudaMemPoolGetAttribute' in found_functions}}

    cudaError_t cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) nogil

    {{endif}}
    {{if 'cudaMemPoolSetAccess' in found_functions}}

    cudaError_t cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) nogil

    {{endif}}
    {{if 'cudaMemPoolGetAccess' in found_functions}}

    cudaError_t cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) nogil

    {{endif}}
    {{if 'cudaMemPoolCreate' in found_functions}}

    cudaError_t cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) nogil

    {{endif}}
    {{if 'cudaMemPoolDestroy' in found_functions}}

    cudaError_t cudaMemPoolDestroy(cudaMemPool_t memPool) nogil

    {{endif}}
    {{if 'cudaMallocFromPoolAsync' in found_functions}}

    cudaError_t cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaMemPoolExportToShareableHandle' in found_functions}}

    cudaError_t cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaMemPoolImportFromShareableHandle' in found_functions}}

    cudaError_t cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaMemPoolExportPointer' in found_functions}}

    cudaError_t cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) nogil

    {{endif}}
    {{if 'cudaMemPoolImportPointer' in found_functions}}

    cudaError_t cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) nogil

    {{endif}}
    {{if 'cudaPointerGetAttributes' in found_functions}}

    cudaError_t cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) nogil

    {{endif}}
    {{if 'cudaDeviceCanAccessPeer' in found_functions}}

    cudaError_t cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) nogil

    {{endif}}
    {{if 'cudaDeviceEnablePeerAccess' in found_functions}}

    cudaError_t cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaDeviceDisablePeerAccess' in found_functions}}

    cudaError_t cudaDeviceDisablePeerAccess(int peerDevice) nogil

    {{endif}}
    {{if 'cudaGraphicsUnregisterResource' in found_functions}}

    cudaError_t cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) nogil

    {{endif}}
    {{if 'cudaGraphicsResourceSetMapFlags' in found_functions}}

    cudaError_t cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaGraphicsMapResources' in found_functions}}

    cudaError_t cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaGraphicsUnmapResources' in found_functions}}

    cudaError_t cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaGraphicsResourceGetMappedPointer' in found_functions}}

    cudaError_t cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) nogil

    {{endif}}
    {{if 'cudaGraphicsSubResourceGetMappedArray' in found_functions}}

    cudaError_t cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) nogil

    {{endif}}
    {{if 'cudaGraphicsResourceGetMappedMipmappedArray' in found_functions}}

    cudaError_t cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) nogil

    {{endif}}
    {{if 'cudaGetChannelDesc' in found_functions}}

    cudaError_t cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) nogil

    {{endif}}
    {{if 'cudaCreateChannelDesc' in found_functions}}

    cudaChannelFormatDesc cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) nogil

    {{endif}}
    {{if 'cudaCreateTextureObject' in found_functions}}

    cudaError_t cudaCreateTextureObject(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc) nogil

    {{endif}}
    {{if 'cudaDestroyTextureObject' in found_functions}}

    cudaError_t cudaDestroyTextureObject(cudaTextureObject_t texObject) nogil

    {{endif}}
    {{if 'cudaGetTextureObjectResourceDesc' in found_functions}}

    cudaError_t cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) nogil

    {{endif}}
    {{if 'cudaGetTextureObjectTextureDesc' in found_functions}}

    cudaError_t cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) nogil

    {{endif}}
    {{if 'cudaGetTextureObjectResourceViewDesc' in found_functions}}

    cudaError_t cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) nogil

    {{endif}}
    {{if 'cudaCreateSurfaceObject' in found_functions}}

    cudaError_t cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) nogil

    {{endif}}
    {{if 'cudaDestroySurfaceObject' in found_functions}}

    cudaError_t cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) nogil

    {{endif}}
    {{if 'cudaGetSurfaceObjectResourceDesc' in found_functions}}

    cudaError_t cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) nogil

    {{endif}}
    {{if 'cudaDriverGetVersion' in found_functions}}

    cudaError_t cudaDriverGetVersion(int* driverVersion) nogil

    {{endif}}
    {{if 'cudaRuntimeGetVersion' in found_functions}}

    cudaError_t cudaRuntimeGetVersion(int* runtimeVersion) nogil

    {{endif}}
    {{if 'cudaGraphCreate' in found_functions}}

    cudaError_t cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaGraphAddKernelNode' in found_functions}}

    cudaError_t cudaGraphAddKernelNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphKernelNodeGetParams' in found_functions}}

    cudaError_t cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphKernelNodeSetParams' in found_functions}}

    cudaError_t cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphKernelNodeCopyAttributes' in found_functions}}

    cudaError_t cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hSrc, cudaGraphNode_t hDst) nogil

    {{endif}}
    {{if 'cudaGraphKernelNodeGetAttribute' in found_functions}}

    cudaError_t cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) nogil

    {{endif}}
    {{if 'cudaGraphKernelNodeSetAttribute' in found_functions}}

    cudaError_t cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) nogil

    {{endif}}
    {{if 'cudaGraphAddMemcpyNode' in found_functions}}

    cudaError_t cudaGraphAddMemcpyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams) nogil

    {{endif}}
    {{if 'cudaGraphAddMemcpyNode1D' in found_functions}}

    cudaError_t cudaGraphAddMemcpyNode1D(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dst, const void* src, size_t count, cudaMemcpyKind kind) nogil

    {{endif}}
    {{if 'cudaGraphMemcpyNodeGetParams' in found_functions}}

    cudaError_t cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphMemcpyNodeSetParams' in found_functions}}

    cudaError_t cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphMemcpyNodeSetParams1D' in found_functions}}

    cudaError_t cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) nogil

    {{endif}}
    {{if 'cudaGraphAddMemsetNode' in found_functions}}

    cudaError_t cudaGraphAddMemsetNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams) nogil

    {{endif}}
    {{if 'cudaGraphMemsetNodeGetParams' in found_functions}}

    cudaError_t cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphMemsetNodeSetParams' in found_functions}}

    cudaError_t cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphAddHostNode' in found_functions}}

    cudaError_t cudaGraphAddHostNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphHostNodeGetParams' in found_functions}}

    cudaError_t cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphHostNodeSetParams' in found_functions}}

    cudaError_t cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphAddChildGraphNode' in found_functions}}

    cudaError_t cudaGraphAddChildGraphNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph) nogil

    {{endif}}
    {{if 'cudaGraphChildGraphNodeGetGraph' in found_functions}}

    cudaError_t cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) nogil

    {{endif}}
    {{if 'cudaGraphAddEmptyNode' in found_functions}}

    cudaError_t cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) nogil

    {{endif}}
    {{if 'cudaGraphAddEventRecordNode' in found_functions}}

    cudaError_t cudaGraphAddEventRecordNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) nogil

    {{endif}}
    {{if 'cudaGraphEventRecordNodeGetEvent' in found_functions}}

    cudaError_t cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) nogil

    {{endif}}
    {{if 'cudaGraphEventRecordNodeSetEvent' in found_functions}}

    cudaError_t cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) nogil

    {{endif}}
    {{if 'cudaGraphAddEventWaitNode' in found_functions}}

    cudaError_t cudaGraphAddEventWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) nogil

    {{endif}}
    {{if 'cudaGraphEventWaitNodeGetEvent' in found_functions}}

    cudaError_t cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) nogil

    {{endif}}
    {{if 'cudaGraphEventWaitNodeSetEvent' in found_functions}}

    cudaError_t cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) nogil

    {{endif}}
    {{if 'cudaGraphAddExternalSemaphoresSignalNode' in found_functions}}

    cudaError_t cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreSignalNodeParams* nodeParams) nogil

    {{endif}}
    {{if 'cudaGraphExternalSemaphoresSignalNodeGetParams' in found_functions}}

    cudaError_t cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) nogil

    {{endif}}
    {{if 'cudaGraphExternalSemaphoresSignalNodeSetParams' in found_functions}}

    cudaError_t cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) nogil

    {{endif}}
    {{if 'cudaGraphAddExternalSemaphoresWaitNode' in found_functions}}

    cudaError_t cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreWaitNodeParams* nodeParams) nogil

    {{endif}}
    {{if 'cudaGraphExternalSemaphoresWaitNodeGetParams' in found_functions}}

    cudaError_t cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) nogil

    {{endif}}
    {{if 'cudaGraphExternalSemaphoresWaitNodeSetParams' in found_functions}}

    cudaError_t cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) nogil

    {{endif}}
    {{if 'cudaGraphAddMemAllocNode' in found_functions}}

    cudaError_t cudaGraphAddMemAllocNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaMemAllocNodeParams* nodeParams) nogil

    {{endif}}
    {{if 'cudaGraphMemAllocNodeGetParams' in found_functions}}

    cudaError_t cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) nogil

    {{endif}}
    {{if 'cudaGraphAddMemFreeNode' in found_functions}}

    cudaError_t cudaGraphAddMemFreeNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dptr) nogil

    {{endif}}
    {{if 'cudaGraphMemFreeNodeGetParams' in found_functions}}

    cudaError_t cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) nogil

    {{endif}}
    {{if 'cudaDeviceGraphMemTrim' in found_functions}}

    cudaError_t cudaDeviceGraphMemTrim(int device) nogil

    {{endif}}
    {{if 'cudaDeviceGetGraphMemAttribute' in found_functions}}

    cudaError_t cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) nogil

    {{endif}}
    {{if 'cudaDeviceSetGraphMemAttribute' in found_functions}}

    cudaError_t cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) nogil

    {{endif}}
    {{if 'cudaGraphClone' in found_functions}}

    cudaError_t cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) nogil

    {{endif}}
    {{if 'cudaGraphNodeFindInClone' in found_functions}}

    cudaError_t cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) nogil

    {{endif}}
    {{if 'cudaGraphNodeGetType' in found_functions}}

    cudaError_t cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) nogil

    {{endif}}
    {{if 'cudaGraphGetNodes' in found_functions}}

    cudaError_t cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) nogil

    {{endif}}
    {{if 'cudaGraphGetRootNodes' in found_functions}}

    cudaError_t cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) nogil

    {{endif}}
    {{if 'cudaGraphGetEdges' in found_functions}}

    cudaError_t cudaGraphGetEdges(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, size_t* numEdges) nogil

    {{endif}}
    {{if 'cudaGraphGetEdges_v2' in found_functions}}

    cudaError_t cudaGraphGetEdges_v2(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, cudaGraphEdgeData* edgeData, size_t* numEdges) nogil

    {{endif}}
    {{if 'cudaGraphNodeGetDependencies' in found_functions}}

    cudaError_t cudaGraphNodeGetDependencies(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, size_t* pNumDependencies) nogil

    {{endif}}
    {{if 'cudaGraphNodeGetDependencies_v2' in found_functions}}

    cudaError_t cudaGraphNodeGetDependencies_v2(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, cudaGraphEdgeData* edgeData, size_t* pNumDependencies) nogil

    {{endif}}
    {{if 'cudaGraphNodeGetDependentNodes' in found_functions}}

    cudaError_t cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, size_t* pNumDependentNodes) nogil

    {{endif}}
    {{if 'cudaGraphNodeGetDependentNodes_v2' in found_functions}}

    cudaError_t cudaGraphNodeGetDependentNodes_v2(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) nogil

    {{endif}}
    {{if 'cudaGraphAddDependencies' in found_functions}}

    cudaError_t cudaGraphAddDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, size_t numDependencies) nogil

    {{endif}}
    {{if 'cudaGraphAddDependencies_v2' in found_functions}}

    cudaError_t cudaGraphAddDependencies_v2(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) nogil

    {{endif}}
    {{if 'cudaGraphRemoveDependencies' in found_functions}}

    cudaError_t cudaGraphRemoveDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, size_t numDependencies) nogil

    {{endif}}
    {{if 'cudaGraphRemoveDependencies_v2' in found_functions}}

    cudaError_t cudaGraphRemoveDependencies_v2(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) nogil

    {{endif}}
    {{if 'cudaGraphDestroyNode' in found_functions}}

    cudaError_t cudaGraphDestroyNode(cudaGraphNode_t node) nogil

    {{endif}}
    {{if 'cudaGraphInstantiate' in found_functions}}

    cudaError_t cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) nogil

    {{endif}}
    {{if 'cudaGraphInstantiateWithFlags' in found_functions}}

    cudaError_t cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) nogil

    {{endif}}
    {{if 'cudaGraphInstantiateWithParams' in found_functions}}

    cudaError_t cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) nogil

    {{endif}}
    {{if 'cudaGraphExecGetFlags' in found_functions}}

    cudaError_t cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) nogil

    {{endif}}
    {{if 'cudaGraphExecKernelNodeSetParams' in found_functions}}

    cudaError_t cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphExecMemcpyNodeSetParams' in found_functions}}

    cudaError_t cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphExecMemcpyNodeSetParams1D' in found_functions}}

    cudaError_t cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) nogil

    {{endif}}
    {{if 'cudaGraphExecMemsetNodeSetParams' in found_functions}}

    cudaError_t cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphExecHostNodeSetParams' in found_functions}}

    cudaError_t cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) nogil

    {{endif}}
    {{if 'cudaGraphExecChildGraphNodeSetParams' in found_functions}}

    cudaError_t cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) nogil

    {{endif}}
    {{if 'cudaGraphExecEventRecordNodeSetEvent' in found_functions}}

    cudaError_t cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) nogil

    {{endif}}
    {{if 'cudaGraphExecEventWaitNodeSetEvent' in found_functions}}

    cudaError_t cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) nogil

    {{endif}}
    {{if 'cudaGraphExecExternalSemaphoresSignalNodeSetParams' in found_functions}}

    cudaError_t cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) nogil

    {{endif}}
    {{if 'cudaGraphExecExternalSemaphoresWaitNodeSetParams' in found_functions}}

    cudaError_t cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) nogil

    {{endif}}
    {{if 'cudaGraphNodeSetEnabled' in found_functions}}

    cudaError_t cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) nogil

    {{endif}}
    {{if 'cudaGraphNodeGetEnabled' in found_functions}}

    cudaError_t cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) nogil

    {{endif}}
    {{if 'cudaGraphExecUpdate' in found_functions}}

    cudaError_t cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) nogil

    {{endif}}
    {{if 'cudaGraphUpload' in found_functions}}

    cudaError_t cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaGraphLaunch' in found_functions}}

    cudaError_t cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) nogil

    {{endif}}
    {{if 'cudaGraphExecDestroy' in found_functions}}

    cudaError_t cudaGraphExecDestroy(cudaGraphExec_t graphExec) nogil

    {{endif}}
    {{if 'cudaGraphDestroy' in found_functions}}

    cudaError_t cudaGraphDestroy(cudaGraph_t graph) nogil

    {{endif}}
    {{if 'cudaGraphDebugDotPrint' in found_functions}}

    cudaError_t cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaUserObjectCreate' in found_functions}}

    cudaError_t cudaUserObjectCreate(cudaUserObject_t* object_out, void* ptr, cudaHostFn_t destroy, unsigned int initialRefcount, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaUserObjectRetain' in found_functions}}

    cudaError_t cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) nogil

    {{endif}}
    {{if 'cudaUserObjectRelease' in found_functions}}

    cudaError_t cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) nogil

    {{endif}}
    {{if 'cudaGraphRetainUserObject' in found_functions}}

    cudaError_t cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaGraphReleaseUserObject' in found_functions}}

    cudaError_t cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) nogil

    {{endif}}
    {{if 'cudaGraphAddNode' in found_functions}}

    cudaError_t cudaGraphAddNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraphNodeParams* nodeParams) nogil

    {{endif}}
    {{if 'cudaGraphAddNode_v2' in found_functions}}

    cudaError_t cudaGraphAddNode_v2(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaGraphNodeParams* nodeParams) nogil

    {{endif}}
    {{if 'cudaGraphNodeSetParams' in found_functions}}

    cudaError_t cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) nogil

    {{endif}}
    {{if 'cudaGraphExecNodeSetParams' in found_functions}}

    cudaError_t cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) nogil

    {{endif}}
    {{if 'cudaGraphConditionalHandleCreate' in found_functions}}

    cudaError_t cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) nogil

    {{endif}}
    {{if 'cudaGetDriverEntryPoint' in found_functions}}

    cudaError_t cudaGetDriverEntryPoint(const char* symbol, void** funcPtr, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) nogil

    {{endif}}
    {{if 'cudaGetDriverEntryPointByVersion' in found_functions}}

    cudaError_t cudaGetDriverEntryPointByVersion(const char* symbol, void** funcPtr, unsigned int cudaVersion, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) nogil

    {{endif}}
    {{if 'cudaLibraryLoadData' in found_functions}}

    cudaError_t cudaLibraryLoadData(cudaLibrary_t* library, const void* code, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) nogil

    {{endif}}
    {{if 'cudaLibraryLoadFromFile' in found_functions}}

    cudaError_t cudaLibraryLoadFromFile(cudaLibrary_t* library, const char* fileName, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) nogil

    {{endif}}
    {{if 'cudaLibraryUnload' in found_functions}}

    cudaError_t cudaLibraryUnload(cudaLibrary_t library) nogil

    {{endif}}
    {{if 'cudaLibraryGetKernel' in found_functions}}

    cudaError_t cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) nogil

    {{endif}}
    {{if 'cudaLibraryGetGlobal' in found_functions}}

    cudaError_t cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) nogil

    {{endif}}
    {{if 'cudaLibraryGetManaged' in found_functions}}

    cudaError_t cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) nogil

    {{endif}}
    {{if 'cudaLibraryGetUnifiedFunction' in found_functions}}

    cudaError_t cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) nogil

    {{endif}}
    {{if 'cudaLibraryGetKernelCount' in found_functions}}

    cudaError_t cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) nogil

    {{endif}}
    {{if 'cudaLibraryEnumerateKernels' in found_functions}}

    cudaError_t cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) nogil

    {{endif}}
    {{if 'cudaKernelSetAttributeForDevice' in found_functions}}

    cudaError_t cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) nogil

    {{endif}}
    {{if 'cudaGetExportTable' in found_functions}}

    cudaError_t cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) nogil

    {{endif}}
    {{if 'cudaGetKernel' in found_functions}}

    cudaError_t cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) nogil

    {{endif}}

cdef extern from "cuda_runtime.h":

    {{if 'make_cudaPitchedPtr' in found_functions}}

    cudaPitchedPtr make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) nogil

    {{endif}}
    {{if 'make_cudaPos' in found_functions}}

    cudaPos make_cudaPos(size_t x, size_t y, size_t z) nogil

    {{endif}}
    {{if 'make_cudaExtent' in found_functions}}

    cudaExtent make_cudaExtent(size_t w, size_t h, size_t d) nogil

    {{endif}}

cdef extern from "cuda_profiler_api.h":

    {{if 'cudaProfilerStart' in found_functions}}

    cudaError_t cudaProfilerStart() nogil

    {{endif}}
    {{if 'cudaProfilerStop' in found_functions}}

    cudaError_t cudaProfilerStop() nogil

    {{endif}}

