/* Generated by Cython 3.2.2 */

/* BEGIN: Cython Metadata
{
    "distutils": {
        "depends": [
            "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/cuda_profiler_api.h",
            "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/cuda_runtime.h",
            "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/cuda_runtime_api.h",
            "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/device_types.h",
            "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/driver_types.h",
            "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/library_types.h",
            "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/surface_types.h",
            "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/texture_types.h",
            "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/vector_types.h"
        ],
        "extra_compile_args": [
            "-std=c++14",
            "-fpermissive",
            "-Wno-deprecated-declarations",
            "-fno-var-tracking-assignments",
            "-O3"
        ],
        "include_dirs": [
            "/opt/python/cp310-cp310/include",
            "/host//home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include"
        ],
        "language": "c++",
        "libraries": [
            "cudart_static",
            "rt"
        ],
        "library_dirs": [
            "/tmp/build-env-yyn641v7/lib/python3.10/site-packages",
            "/tmp/build-env-yyn641v7/lib",
            "/host//home/runner/_work/cuda-python/cuda-python/cuda_toolkit/lib64",
            "/host//home/runner/_work/cuda-python/cuda-python/cuda_toolkit/lib"
        ],
        "name": "cuda.bindings._bindings.cyruntime_ptds",
        "sources": [
            "cuda/bindings/_bindings/cyruntime_ptds.pyx"
        ]
    },
    "module_name": "cuda.bindings._bindings.cyruntime_ptds"
}
END: Cython Metadata */

#ifndef PY_SSIZE_T_CLEAN
#define PY_SSIZE_T_CLEAN
#endif /* PY_SSIZE_T_CLEAN */
/* InitLimitedAPI */
#if defined(Py_LIMITED_API)
  #if !defined(CYTHON_LIMITED_API)
  #define CYTHON_LIMITED_API 1
  #endif
#elif defined(CYTHON_LIMITED_API)
  #ifdef _MSC_VER
  #pragma message ("Limited API usage is enabled with 'CYTHON_LIMITED_API' but 'Py_LIMITED_API' does not define a Python target version. Consider setting 'Py_LIMITED_API' instead.")
  #else
  #warning Limited API usage is enabled with 'CYTHON_LIMITED_API' but 'Py_LIMITED_API' does not define a Python target version. Consider setting 'Py_LIMITED_API' instead.
  #endif
#endif

#include "Python.h"
#ifndef Py_PYTHON_H
    #error Python headers needed to compile C extensions, please install development version of Python.
#elif PY_VERSION_HEX < 0x03080000
    #error Cython requires Python 3.8+.
#else
#define __PYX_ABI_VERSION "3_2_2"
#define CYTHON_HEX_VERSION 0x030202F0
#define CYTHON_FUTURE_DIVISION 1
/* CModulePreamble */
#include <stddef.h>
#ifndef offsetof
  #define offsetof(type, member) ( (size_t) & ((type*)0) -> member )
#endif
#if !defined(_WIN32) && !defined(WIN32) && !defined(MS_WINDOWS)
  #ifndef __stdcall
    #define __stdcall
  #endif
  #ifndef __cdecl
    #define __cdecl
  #endif
  #ifndef __fastcall
    #define __fastcall
  #endif
#endif
#ifndef DL_IMPORT
  #define DL_IMPORT(t) t
#endif
#ifndef DL_EXPORT
  #define DL_EXPORT(t) t
#endif
#define __PYX_COMMA ,
#ifndef PY_LONG_LONG
  #define PY_LONG_LONG LONG_LONG
#endif
#ifndef Py_HUGE_VAL
  #define Py_HUGE_VAL HUGE_VAL
#endif
#define __PYX_LIMITED_VERSION_HEX PY_VERSION_HEX
#if defined(GRAALVM_PYTHON)
  /* For very preliminary testing purposes. Most variables are set the same as PyPy.
     The existence of this section does not imply that anything works or is even tested */
  #define CYTHON_COMPILING_IN_PYPY 0
  #define CYTHON_COMPILING_IN_CPYTHON 0
  #define CYTHON_COMPILING_IN_LIMITED_API 0
  #define CYTHON_COMPILING_IN_GRAAL 1
  #define CYTHON_COMPILING_IN_CPYTHON_FREETHREADING 0
  #undef CYTHON_USE_TYPE_SLOTS
  #define CYTHON_USE_TYPE_SLOTS 0
  #undef CYTHON_USE_TYPE_SPECS
  #define CYTHON_USE_TYPE_SPECS 0
  #undef CYTHON_USE_PYTYPE_LOOKUP
  #define CYTHON_USE_PYTYPE_LOOKUP 0
  #undef CYTHON_USE_PYLIST_INTERNALS
  #define CYTHON_USE_PYLIST_INTERNALS 0
  #undef CYTHON_USE_UNICODE_INTERNALS
  #define CYTHON_USE_UNICODE_INTERNALS 0
  #undef CYTHON_USE_UNICODE_WRITER
  #define CYTHON_USE_UNICODE_WRITER 0
  #undef CYTHON_USE_PYLONG_INTERNALS
  #define CYTHON_USE_PYLONG_INTERNALS 0
  #undef CYTHON_AVOID_BORROWED_REFS
  #define CYTHON_AVOID_BORROWED_REFS 1
  #undef CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS
  #define CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS 0
  #undef CYTHON_ASSUME_SAFE_MACROS
  #define CYTHON_ASSUME_SAFE_MACROS 0
  #undef CYTHON_ASSUME_SAFE_SIZE
  #define CYTHON_ASSUME_SAFE_SIZE 0
  #undef CYTHON_UNPACK_METHODS
  #define CYTHON_UNPACK_METHODS 0
  #undef CYTHON_FAST_THREAD_STATE
  #define CYTHON_FAST_THREAD_STATE 0
  #undef CYTHON_FAST_GIL
  #define CYTHON_FAST_GIL 0
  #undef CYTHON_METH_FASTCALL
  #define CYTHON_METH_FASTCALL 0
  #undef CYTHON_FAST_PYCALL
  #define CYTHON_FAST_PYCALL 0
  #ifndef CYTHON_PEP487_INIT_SUBCLASS
    #define CYTHON_PEP487_INIT_SUBCLASS 1
  #endif
  #undef CYTHON_PEP489_MULTI_PHASE_INIT
  #define CYTHON_PEP489_MULTI_PHASE_INIT 1
  #undef CYTHON_USE_MODULE_STATE
  #define CYTHON_USE_MODULE_STATE 0
  #undef CYTHON_USE_SYS_MONITORING
  #define CYTHON_USE_SYS_MONITORING 0
  #undef CYTHON_USE_TP_FINALIZE
  #define CYTHON_USE_TP_FINALIZE 0
  #undef CYTHON_USE_AM_SEND
  #define CYTHON_USE_AM_SEND 0
  #undef CYTHON_USE_DICT_VERSIONS
  #define CYTHON_USE_DICT_VERSIONS 0
  #undef CYTHON_USE_EXC_INFO_STACK
  #define CYTHON_USE_EXC_INFO_STACK 1
  #ifndef CYTHON_UPDATE_DESCRIPTOR_DOC
    #define CYTHON_UPDATE_DESCRIPTOR_DOC 0
  #endif
  #undef CYTHON_USE_FREELISTS
  #define CYTHON_USE_FREELISTS 0
  #undef CYTHON_IMMORTAL_CONSTANTS
  #define CYTHON_IMMORTAL_CONSTANTS 0
#elif defined(PYPY_VERSION)
  #define CYTHON_COMPILING_IN_PYPY 1
  #define CYTHON_COMPILING_IN_CPYTHON 0
  #define CYTHON_COMPILING_IN_LIMITED_API 0
  #define CYTHON_COMPILING_IN_GRAAL 0
  #define CYTHON_COMPILING_IN_CPYTHON_FREETHREADING 0
  #undef CYTHON_USE_TYPE_SLOTS
  #define CYTHON_USE_TYPE_SLOTS 1
  #ifndef CYTHON_USE_TYPE_SPECS
    #define CYTHON_USE_TYPE_SPECS 0
  #endif
  #undef CYTHON_USE_PYTYPE_LOOKUP
  #define CYTHON_USE_PYTYPE_LOOKUP 0
  #undef CYTHON_USE_PYLIST_INTERNALS
  #define CYTHON_USE_PYLIST_INTERNALS 0
  #undef CYTHON_USE_UNICODE_INTERNALS
  #define CYTHON_USE_UNICODE_INTERNALS 0
  #undef CYTHON_USE_UNICODE_WRITER
  #define CYTHON_USE_UNICODE_WRITER 0
  #undef CYTHON_USE_PYLONG_INTERNALS
  #define CYTHON_USE_PYLONG_INTERNALS 0
  #undef CYTHON_AVOID_BORROWED_REFS
  #define CYTHON_AVOID_BORROWED_REFS 1
  #undef CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS
  #define CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS 1
  #undef CYTHON_ASSUME_SAFE_MACROS
  #define CYTHON_ASSUME_SAFE_MACROS 0
  #ifndef CYTHON_ASSUME_SAFE_SIZE
    #define CYTHON_ASSUME_SAFE_SIZE 1
  #endif
  #undef CYTHON_UNPACK_METHODS
  #define CYTHON_UNPACK_METHODS 0
  #undef CYTHON_FAST_THREAD_STATE
  #define CYTHON_FAST_THREAD_STATE 0
  #undef CYTHON_FAST_GIL
  #define CYTHON_FAST_GIL 0
  #undef CYTHON_METH_FASTCALL
  #define CYTHON_METH_FASTCALL 0
  #undef CYTHON_FAST_PYCALL
  #define CYTHON_FAST_PYCALL 0
  #ifndef CYTHON_PEP487_INIT_SUBCLASS
    #define CYTHON_PEP487_INIT_SUBCLASS 1
  #endif
  #if PY_VERSION_HEX < 0x03090000
    #undef CYTHON_PEP489_MULTI_PHASE_INIT
    #define CYTHON_PEP489_MULTI_PHASE_INIT 0
  #elif !defined(CYTHON_PEP489_MULTI_PHASE_INIT)
    #define CYTHON_PEP489_MULTI_PHASE_INIT 1
  #endif
  #undef CYTHON_USE_MODULE_STATE
  #define CYTHON_USE_MODULE_STATE 0
  #undef CYTHON_USE_SYS_MONITORING
  #define CYTHON_USE_SYS_MONITORING 0
  #ifndef CYTHON_USE_TP_FINALIZE
    #define CYTHON_USE_TP_FINALIZE (PYPY_VERSION_NUM >= 0x07030C00)
  #endif
  #undef CYTHON_USE_AM_SEND
  #define CYTHON_USE_AM_SEND 0
  #undef CYTHON_USE_DICT_VERSIONS
  #define CYTHON_USE_DICT_VERSIONS 0
  #undef CYTHON_USE_EXC_INFO_STACK
  #define CYTHON_USE_EXC_INFO_STACK 0
  #ifndef CYTHON_UPDATE_DESCRIPTOR_DOC
    #define CYTHON_UPDATE_DESCRIPTOR_DOC (PYPY_VERSION_NUM >= 0x07031100)
  #endif
  #undef CYTHON_USE_FREELISTS
  #define CYTHON_USE_FREELISTS 0
  #undef CYTHON_IMMORTAL_CONSTANTS
  #define CYTHON_IMMORTAL_CONSTANTS 0
#elif defined(CYTHON_LIMITED_API)
  #ifdef Py_LIMITED_API
    #undef __PYX_LIMITED_VERSION_HEX
    #define __PYX_LIMITED_VERSION_HEX Py_LIMITED_API
  #endif
  #define CYTHON_COMPILING_IN_PYPY 0
  #define CYTHON_COMPILING_IN_CPYTHON 0
  #define CYTHON_COMPILING_IN_LIMITED_API 1
  #define CYTHON_COMPILING_IN_GRAAL 0
  #define CYTHON_COMPILING_IN_CPYTHON_FREETHREADING 0
  #undef CYTHON_USE_TYPE_SLOTS
  #define CYTHON_USE_TYPE_SLOTS 0
  #undef CYTHON_USE_TYPE_SPECS
  #define CYTHON_USE_TYPE_SPECS 1
  #undef CYTHON_USE_PYTYPE_LOOKUP
  #define CYTHON_USE_PYTYPE_LOOKUP 0
  #undef CYTHON_USE_PYLIST_INTERNALS
  #define CYTHON_USE_PYLIST_INTERNALS 0
  #undef CYTHON_USE_UNICODE_INTERNALS
  #define CYTHON_USE_UNICODE_INTERNALS 0
  #ifndef CYTHON_USE_UNICODE_WRITER
    #define CYTHON_USE_UNICODE_WRITER 0
  #endif
  #undef CYTHON_USE_PYLONG_INTERNALS
  #define CYTHON_USE_PYLONG_INTERNALS 0
  #ifndef CYTHON_AVOID_BORROWED_REFS
    #define CYTHON_AVOID_BORROWED_REFS 0
  #endif
  #ifndef CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS
    #define CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS 0
  #endif
  #undef CYTHON_ASSUME_SAFE_MACROS
  #define CYTHON_ASSUME_SAFE_MACROS 0
  #undef CYTHON_ASSUME_SAFE_SIZE
  #define CYTHON_ASSUME_SAFE_SIZE 0
  #undef CYTHON_UNPACK_METHODS
  #define CYTHON_UNPACK_METHODS 0
  #undef CYTHON_FAST_THREAD_STATE
  #define CYTHON_FAST_THREAD_STATE 0
  #undef CYTHON_FAST_GIL
  #define CYTHON_FAST_GIL 0
  #undef CYTHON_METH_FASTCALL
  #define CYTHON_METH_FASTCALL (__PYX_LIMITED_VERSION_HEX >= 0x030C0000)
  #undef CYTHON_FAST_PYCALL
  #define CYTHON_FAST_PYCALL 0
  #ifndef CYTHON_PEP487_INIT_SUBCLASS
    #define CYTHON_PEP487_INIT_SUBCLASS 1
  #endif
  #ifndef CYTHON_PEP489_MULTI_PHASE_INIT
    #define CYTHON_PEP489_MULTI_PHASE_INIT 1
  #endif
  #ifndef CYTHON_USE_MODULE_STATE
    #define CYTHON_USE_MODULE_STATE 0
  #endif
  #undef CYTHON_USE_SYS_MONITORING
  #define CYTHON_USE_SYS_MONITORING 0
  #ifndef CYTHON_USE_TP_FINALIZE
    #define CYTHON_USE_TP_FINALIZE 0
  #endif
  #ifndef CYTHON_USE_AM_SEND
    #define CYTHON_USE_AM_SEND (__PYX_LIMITED_VERSION_HEX >= 0x030A0000)
  #endif
  #undef CYTHON_USE_DICT_VERSIONS
  #define CYTHON_USE_DICT_VERSIONS 0
  #undef CYTHON_USE_EXC_INFO_STACK
  #define CYTHON_USE_EXC_INFO_STACK 0
  #ifndef CYTHON_UPDATE_DESCRIPTOR_DOC
    #define CYTHON_UPDATE_DESCRIPTOR_DOC 0
  #endif
  #ifndef CYTHON_USE_FREELISTS
  #define CYTHON_USE_FREELISTS 1
  #endif
  #undef CYTHON_IMMORTAL_CONSTANTS
  #define CYTHON_IMMORTAL_CONSTANTS 0
#else
  #define CYTHON_COMPILING_IN_PYPY 0
  #define CYTHON_COMPILING_IN_CPYTHON 1
  #define CYTHON_COMPILING_IN_LIMITED_API 0
  #define CYTHON_COMPILING_IN_GRAAL 0
  #ifdef Py_GIL_DISABLED
    #define CYTHON_COMPILING_IN_CPYTHON_FREETHREADING 1
  #else
    #define CYTHON_COMPILING_IN_CPYTHON_FREETHREADING 0
  #endif
  #if PY_VERSION_HEX < 0x030A0000
    #undef CYTHON_USE_TYPE_SLOTS
    #define CYTHON_USE_TYPE_SLOTS 1
  #elif !defined(CYTHON_USE_TYPE_SLOTS)
    #define CYTHON_USE_TYPE_SLOTS 1
  #endif
  #ifndef CYTHON_USE_TYPE_SPECS
    #define CYTHON_USE_TYPE_SPECS 0
  #endif
  #ifndef CYTHON_USE_PYTYPE_LOOKUP
    #define CYTHON_USE_PYTYPE_LOOKUP 1
  #endif
  #ifndef CYTHON_USE_PYLONG_INTERNALS
    #define CYTHON_USE_PYLONG_INTERNALS 1
  #endif
  #if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
    #undef CYTHON_USE_PYLIST_INTERNALS
    #define CYTHON_USE_PYLIST_INTERNALS 0
  #elif !defined(CYTHON_USE_PYLIST_INTERNALS)
    #define CYTHON_USE_PYLIST_INTERNALS 1
  #endif
  #ifndef CYTHON_USE_UNICODE_INTERNALS
    #define CYTHON_USE_UNICODE_INTERNALS 1
  #endif
  #if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING || PY_VERSION_HEX >= 0x030B00A2
    #undef CYTHON_USE_UNICODE_WRITER
    #define CYTHON_USE_UNICODE_WRITER 0
  #elif !defined(CYTHON_USE_UNICODE_WRITER)
    #define CYTHON_USE_UNICODE_WRITER 1
  #endif
  #ifndef CYTHON_AVOID_BORROWED_REFS
    #define CYTHON_AVOID_BORROWED_REFS 0
  #endif
  #if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
    #undef CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS
    #define CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS 1
  #elif !defined(CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS)
    #define CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS 0
  #endif
  #ifndef CYTHON_ASSUME_SAFE_MACROS
    #define CYTHON_ASSUME_SAFE_MACROS 1
  #endif
  #ifndef CYTHON_ASSUME_SAFE_SIZE
    #define CYTHON_ASSUME_SAFE_SIZE 1
  #endif
  #ifndef CYTHON_UNPACK_METHODS
    #define CYTHON_UNPACK_METHODS 1
  #endif
  #ifndef CYTHON_FAST_THREAD_STATE
    #define CYTHON_FAST_THREAD_STATE 1
  #endif
  #if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
    #undef CYTHON_FAST_GIL
    #define CYTHON_FAST_GIL 0
  #elif !defined(CYTHON_FAST_GIL)
    #define CYTHON_FAST_GIL (PY_VERSION_HEX < 0x030C00A6)
  #endif
  #ifndef CYTHON_METH_FASTCALL
    #define CYTHON_METH_FASTCALL 1
  #endif
  #ifndef CYTHON_FAST_PYCALL
    #define CYTHON_FAST_PYCALL 1
  #endif
  #ifndef CYTHON_PEP487_INIT_SUBCLASS
    #define CYTHON_PEP487_INIT_SUBCLASS 1
  #endif
  #ifndef CYTHON_PEP489_MULTI_PHASE_INIT
    #define CYTHON_PEP489_MULTI_PHASE_INIT 1
  #endif
  #ifndef CYTHON_USE_MODULE_STATE
    #define CYTHON_USE_MODULE_STATE 0
  #endif
  #ifndef CYTHON_USE_SYS_MONITORING
    #define CYTHON_USE_SYS_MONITORING (PY_VERSION_HEX >= 0x030d00B1)
  #endif
  #ifndef CYTHON_USE_TP_FINALIZE
    #define CYTHON_USE_TP_FINALIZE 1
  #endif
  #ifndef CYTHON_USE_AM_SEND
    #define CYTHON_USE_AM_SEND 1
  #endif
  #if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
    #undef CYTHON_USE_DICT_VERSIONS
    #define CYTHON_USE_DICT_VERSIONS 0
  #elif !defined(CYTHON_USE_DICT_VERSIONS)
    #define CYTHON_USE_DICT_VERSIONS  (PY_VERSION_HEX < 0x030C00A5 && !CYTHON_USE_MODULE_STATE)
  #endif
  #ifndef CYTHON_USE_EXC_INFO_STACK
    #define CYTHON_USE_EXC_INFO_STACK 1
  #endif
  #ifndef CYTHON_UPDATE_DESCRIPTOR_DOC
    #define CYTHON_UPDATE_DESCRIPTOR_DOC 1
  #endif
  #ifndef CYTHON_USE_FREELISTS
    #define CYTHON_USE_FREELISTS (!CYTHON_COMPILING_IN_CPYTHON_FREETHREADING)
  #endif
  #if defined(CYTHON_IMMORTAL_CONSTANTS) && PY_VERSION_HEX < 0x030C0000
    #undef CYTHON_IMMORTAL_CONSTANTS
    #define CYTHON_IMMORTAL_CONSTANTS 0  // definitely won't work
  #elif !defined(CYTHON_IMMORTAL_CONSTANTS)
    #define CYTHON_IMMORTAL_CONSTANTS (PY_VERSION_HEX >= 0x030C0000 && !CYTHON_USE_MODULE_STATE && CYTHON_COMPILING_IN_CPYTHON_FREETHREADING)
  #endif
#endif
#ifndef CYTHON_COMPRESS_STRINGS
  #define CYTHON_COMPRESS_STRINGS 1
#endif
#ifndef CYTHON_FAST_PYCCALL
#define CYTHON_FAST_PYCCALL  CYTHON_FAST_PYCALL
#endif
#ifndef CYTHON_VECTORCALL
#if CYTHON_COMPILING_IN_LIMITED_API
#define CYTHON_VECTORCALL  (__PYX_LIMITED_VERSION_HEX >= 0x030C0000)
#else
#define CYTHON_VECTORCALL  (CYTHON_FAST_PYCCALL)
#endif
#endif
#if CYTHON_USE_PYLONG_INTERNALS
  #undef SHIFT
  #undef BASE
  #undef MASK
  #ifdef SIZEOF_VOID_P
    enum { __pyx_check_sizeof_voidp = 1 / (int)(SIZEOF_VOID_P == sizeof(void*)) };
  #endif
#endif
#ifndef __has_attribute
  #define __has_attribute(x) 0
#endif
#ifndef __has_cpp_attribute
  #define __has_cpp_attribute(x) 0
#endif
#ifndef CYTHON_RESTRICT
  #if defined(__GNUC__)
    #define CYTHON_RESTRICT __restrict__
  #elif defined(_MSC_VER) && _MSC_VER >= 1400
    #define CYTHON_RESTRICT __restrict
  #elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
    #define CYTHON_RESTRICT restrict
  #else
    #define CYTHON_RESTRICT
  #endif
#endif
#ifndef CYTHON_UNUSED
  #if defined(__cplusplus)
    /* for clang __has_cpp_attribute(maybe_unused) is true even before C++17
     * but leads to warnings with -pedantic, since it is a C++17 feature */
    #if ((defined(_MSVC_LANG) && _MSVC_LANG >= 201703L) || __cplusplus >= 201703L)
      #if __has_cpp_attribute(maybe_unused)
        #define CYTHON_UNUSED [[maybe_unused]]
      #endif
    #endif
  #endif
#endif
#ifndef CYTHON_UNUSED
# if defined(__GNUC__)
#   if !(defined(__cplusplus)) || (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4))
#     define CYTHON_UNUSED __attribute__ ((__unused__))
#   else
#     define CYTHON_UNUSED
#   endif
# elif defined(__ICC) || (defined(__INTEL_COMPILER) && !defined(_MSC_VER))
#   define CYTHON_UNUSED __attribute__ ((__unused__))
# else
#   define CYTHON_UNUSED
# endif
#endif
#ifndef CYTHON_UNUSED_VAR
#  if defined(__cplusplus)
     template<class T> void CYTHON_UNUSED_VAR( const T& ) { }
#  else
#    define CYTHON_UNUSED_VAR(x) (void)(x)
#  endif
#endif
#ifndef CYTHON_MAYBE_UNUSED_VAR
  #define CYTHON_MAYBE_UNUSED_VAR(x) CYTHON_UNUSED_VAR(x)
#endif
#ifndef CYTHON_NCP_UNUSED
# if CYTHON_COMPILING_IN_CPYTHON && !CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
#  define CYTHON_NCP_UNUSED
# else
#  define CYTHON_NCP_UNUSED CYTHON_UNUSED
# endif
#endif
#ifndef CYTHON_USE_CPP_STD_MOVE
  #if defined(__cplusplus) && (\
    __cplusplus >= 201103L || (defined(_MSC_VER) && _MSC_VER >= 1600))
    #define CYTHON_USE_CPP_STD_MOVE 1
  #else
    #define CYTHON_USE_CPP_STD_MOVE 0
  #endif
#endif
#define __Pyx_void_to_None(void_result) ((void)(void_result), Py_INCREF(Py_None), Py_None)
#include <stdint.h>
typedef uintptr_t  __pyx_uintptr_t;
#ifndef CYTHON_FALLTHROUGH
  #if defined(__cplusplus)
    /* for clang __has_cpp_attribute(fallthrough) is true even before C++17
     * but leads to warnings with -pedantic, since it is a C++17 feature */
    #if ((defined(_MSVC_LANG) && _MSVC_LANG >= 201703L) || __cplusplus >= 201703L)
      #if __has_cpp_attribute(fallthrough)
        #define CYTHON_FALLTHROUGH [[fallthrough]]
      #endif
    #endif
    #ifndef CYTHON_FALLTHROUGH
      #if __has_cpp_attribute(clang::fallthrough)
        #define CYTHON_FALLTHROUGH [[clang::fallthrough]]
      #elif __has_cpp_attribute(gnu::fallthrough)
        #define CYTHON_FALLTHROUGH [[gnu::fallthrough]]
      #endif
    #endif
  #endif
  #ifndef CYTHON_FALLTHROUGH
    #if __has_attribute(fallthrough)
      #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
    #else
      #define CYTHON_FALLTHROUGH
    #endif
  #endif
  #if defined(__clang__) && defined(__apple_build_version__)
    #if __apple_build_version__ < 7000000
      #undef  CYTHON_FALLTHROUGH
      #define CYTHON_FALLTHROUGH
    #endif
  #endif
#endif
#ifndef Py_UNREACHABLE
  #define Py_UNREACHABLE()  assert(0); abort()
#endif
#ifdef __cplusplus
  template <typename T>
  struct __PYX_IS_UNSIGNED_IMPL {static const bool value = T(0) < T(-1);};
  #define __PYX_IS_UNSIGNED(type) (__PYX_IS_UNSIGNED_IMPL<type>::value)
#else
  #define __PYX_IS_UNSIGNED(type) (((type)-1) > 0)
#endif
#if CYTHON_COMPILING_IN_PYPY == 1
  #define __PYX_NEED_TP_PRINT_SLOT  (PY_VERSION_HEX < 0x030A0000)
#else
  #define __PYX_NEED_TP_PRINT_SLOT  (PY_VERSION_HEX < 0x03090000)
#endif
#define __PYX_REINTERPRET_FUNCION(func_pointer, other_pointer) ((func_pointer)(void(*)(void))(other_pointer))

/* CppInitCode */
#ifndef __cplusplus
  #error "Cython files generated with the C++ option must be compiled with a C++ compiler."
#endif
#ifndef CYTHON_INLINE
  #if defined(__clang__)
    #define CYTHON_INLINE __inline__ __attribute__ ((__unused__))
  #else
    #define CYTHON_INLINE inline
  #endif
#endif
template<typename T>
void __Pyx_call_destructor(T& x) {
    x.~T();
}
template<typename T>
class __Pyx_FakeReference {
  public:
    __Pyx_FakeReference() : ptr(NULL) { }
    __Pyx_FakeReference(const T& ref) : ptr(const_cast<T*>(&ref)) { }
    T *operator->() { return ptr; }
    T *operator&() { return ptr; }
    operator T&() { return *ptr; }
    template<typename U> bool operator ==(const U& other) const { return *ptr == other; }
    template<typename U> bool operator !=(const U& other) const { return *ptr != other; }
    template<typename U> bool operator==(const __Pyx_FakeReference<U>& other) const { return *ptr == *other.ptr; }
    template<typename U> bool operator!=(const __Pyx_FakeReference<U>& other) const { return *ptr != *other.ptr; }
  private:
    T *ptr;
};

/* PythonCompatibility */
#define __PYX_BUILD_PY_SSIZE_T "n"
#define CYTHON_FORMAT_SSIZE_T "z"
#define __Pyx_BUILTIN_MODULE_NAME "builtins"
#define __Pyx_DefaultClassType PyType_Type
#if CYTHON_COMPILING_IN_LIMITED_API
    #ifndef CO_OPTIMIZED
    static int CO_OPTIMIZED;
    #endif
    #ifndef CO_NEWLOCALS
    static int CO_NEWLOCALS;
    #endif
    #ifndef CO_VARARGS
    static int CO_VARARGS;
    #endif
    #ifndef CO_VARKEYWORDS
    static int CO_VARKEYWORDS;
    #endif
    #ifndef CO_ASYNC_GENERATOR
    static int CO_ASYNC_GENERATOR;
    #endif
    #ifndef CO_GENERATOR
    static int CO_GENERATOR;
    #endif
    #ifndef CO_COROUTINE
    static int CO_COROUTINE;
    #endif
#else
    #ifndef CO_COROUTINE
      #define CO_COROUTINE 0x80
    #endif
    #ifndef CO_ASYNC_GENERATOR
      #define CO_ASYNC_GENERATOR 0x200
    #endif
#endif
static int __Pyx_init_co_variables(void);
#if PY_VERSION_HEX >= 0x030900A4 || defined(Py_IS_TYPE)
  #define __Pyx_IS_TYPE(ob, type) Py_IS_TYPE(ob, type)
#else
  #define __Pyx_IS_TYPE(ob, type) (((const PyObject*)ob)->ob_type == (type))
#endif
#if PY_VERSION_HEX >= 0x030A00B1 || defined(Py_Is)
  #define __Pyx_Py_Is(x, y)  Py_Is(x, y)
#else
  #define __Pyx_Py_Is(x, y) ((x) == (y))
#endif
#if PY_VERSION_HEX >= 0x030A00B1 || defined(Py_IsNone)
  #define __Pyx_Py_IsNone(ob) Py_IsNone(ob)
#else
  #define __Pyx_Py_IsNone(ob) __Pyx_Py_Is((ob), Py_None)
#endif
#if PY_VERSION_HEX >= 0x030A00B1 || defined(Py_IsTrue)
  #define __Pyx_Py_IsTrue(ob) Py_IsTrue(ob)
#else
  #define __Pyx_Py_IsTrue(ob) __Pyx_Py_Is((ob), Py_True)
#endif
#if PY_VERSION_HEX >= 0x030A00B1 || defined(Py_IsFalse)
  #define __Pyx_Py_IsFalse(ob) Py_IsFalse(ob)
#else
  #define __Pyx_Py_IsFalse(ob) __Pyx_Py_Is((ob), Py_False)
#endif
#define __Pyx_NoneAsNull(obj)  (__Pyx_Py_IsNone(obj) ? NULL : (obj))
#if PY_VERSION_HEX >= 0x030900F0 && !CYTHON_COMPILING_IN_PYPY
  #define __Pyx_PyObject_GC_IsFinalized(o) PyObject_GC_IsFinalized(o)
#else
  #define __Pyx_PyObject_GC_IsFinalized(o) _PyGC_FINALIZED(o)
#endif
#ifndef Py_TPFLAGS_CHECKTYPES
  #define Py_TPFLAGS_CHECKTYPES 0
#endif
#ifndef Py_TPFLAGS_HAVE_INDEX
  #define Py_TPFLAGS_HAVE_INDEX 0
#endif
#ifndef Py_TPFLAGS_HAVE_NEWBUFFER
  #define Py_TPFLAGS_HAVE_NEWBUFFER 0
#endif
#ifndef Py_TPFLAGS_HAVE_FINALIZE
  #define Py_TPFLAGS_HAVE_FINALIZE 0
#endif
#ifndef Py_TPFLAGS_SEQUENCE
  #define Py_TPFLAGS_SEQUENCE 0
#endif
#ifndef Py_TPFLAGS_MAPPING
  #define Py_TPFLAGS_MAPPING 0
#endif
#ifndef Py_TPFLAGS_IMMUTABLETYPE
  #define Py_TPFLAGS_IMMUTABLETYPE (1UL << 8)
#endif
#ifndef Py_TPFLAGS_DISALLOW_INSTANTIATION
  #define Py_TPFLAGS_DISALLOW_INSTANTIATION (1UL << 7)
#endif
#ifndef METH_STACKLESS
  #define METH_STACKLESS 0
#endif
#ifndef METH_FASTCALL
  #ifndef METH_FASTCALL
     #define METH_FASTCALL 0x80
  #endif
  typedef PyObject *(*__Pyx_PyCFunctionFast) (PyObject *self, PyObject *const *args, Py_ssize_t nargs);
  typedef PyObject *(*__Pyx_PyCFunctionFastWithKeywords) (PyObject *self, PyObject *const *args,
                                                          Py_ssize_t nargs, PyObject *kwnames);
#else
  #if PY_VERSION_HEX >= 0x030d00A4
  #  define __Pyx_PyCFunctionFast PyCFunctionFast
  #  define __Pyx_PyCFunctionFastWithKeywords PyCFunctionFastWithKeywords
  #else
  #  define __Pyx_PyCFunctionFast _PyCFunctionFast
  #  define __Pyx_PyCFunctionFastWithKeywords _PyCFunctionFastWithKeywords
  #endif
#endif
#if CYTHON_METH_FASTCALL
  #define __Pyx_METH_FASTCALL METH_FASTCALL
  #define __Pyx_PyCFunction_FastCall __Pyx_PyCFunctionFast
  #define __Pyx_PyCFunction_FastCallWithKeywords __Pyx_PyCFunctionFastWithKeywords
#else
  #define __Pyx_METH_FASTCALL METH_VARARGS
  #define __Pyx_PyCFunction_FastCall PyCFunction
  #define __Pyx_PyCFunction_FastCallWithKeywords PyCFunctionWithKeywords
#endif
#if CYTHON_VECTORCALL
  #define __pyx_vectorcallfunc vectorcallfunc
  #define __Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET  PY_VECTORCALL_ARGUMENTS_OFFSET
  #define __Pyx_PyVectorcall_NARGS(n)  PyVectorcall_NARGS((size_t)(n))
#else
  #define __Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET  0
  #define __Pyx_PyVectorcall_NARGS(n)  ((Py_ssize_t)(n))
#endif
#if PY_VERSION_HEX >= 0x030900B1
#define __Pyx_PyCFunction_CheckExact(func)  PyCFunction_CheckExact(func)
#else
#define __Pyx_PyCFunction_CheckExact(func)  PyCFunction_Check(func)
#endif
#define __Pyx_CyOrPyCFunction_Check(func)  PyCFunction_Check(func)
#if CYTHON_COMPILING_IN_CPYTHON
#define __Pyx_CyOrPyCFunction_GET_FUNCTION(func)  (((PyCFunctionObject*)(func))->m_ml->ml_meth)
#elif !CYTHON_COMPILING_IN_LIMITED_API
#define __Pyx_CyOrPyCFunction_GET_FUNCTION(func)  PyCFunction_GET_FUNCTION(func)
#endif
#if CYTHON_COMPILING_IN_CPYTHON
#define __Pyx_CyOrPyCFunction_GET_FLAGS(func)  (((PyCFunctionObject*)(func))->m_ml->ml_flags)
static CYTHON_INLINE PyObject* __Pyx_CyOrPyCFunction_GET_SELF(PyObject *func) {
    return (__Pyx_CyOrPyCFunction_GET_FLAGS(func) & METH_STATIC) ? NULL : ((PyCFunctionObject*)func)->m_self;
}
#endif
static CYTHON_INLINE int __Pyx__IsSameCFunction(PyObject *func, void (*cfunc)(void)) {
#if CYTHON_COMPILING_IN_LIMITED_API
    return PyCFunction_Check(func) && PyCFunction_GetFunction(func) == (PyCFunction) cfunc;
#else
    return PyCFunction_Check(func) && PyCFunction_GET_FUNCTION(func) == (PyCFunction) cfunc;
#endif
}
#define __Pyx_IsSameCFunction(func, cfunc)   __Pyx__IsSameCFunction(func, cfunc)
#if PY_VERSION_HEX < 0x03090000 || (CYTHON_COMPILING_IN_LIMITED_API && __PYX_LIMITED_VERSION_HEX < 0x030A0000)
  #define __Pyx_PyType_FromModuleAndSpec(m, s, b)  ((void)m, PyType_FromSpecWithBases(s, b))
  typedef PyObject *(*__Pyx_PyCMethod)(PyObject *, PyTypeObject *, PyObject *const *, size_t, PyObject *);
#else
  #define __Pyx_PyType_FromModuleAndSpec(m, s, b)  PyType_FromModuleAndSpec(m, s, b)
  #define __Pyx_PyCMethod  PyCMethod
#endif
#ifndef METH_METHOD
  #define METH_METHOD 0x200
#endif
#if CYTHON_COMPILING_IN_PYPY && !defined(PyObject_Malloc)
  #define PyObject_Malloc(s)   PyMem_Malloc(s)
  #define PyObject_Free(p)     PyMem_Free(p)
  #define PyObject_Realloc(p)  PyMem_Realloc(p)
#endif
#if CYTHON_COMPILING_IN_LIMITED_API
  #define __Pyx_PyFrame_SetLineNumber(frame, lineno)
#elif CYTHON_COMPILING_IN_GRAAL && defined(GRAALPY_VERSION_NUM) && GRAALPY_VERSION_NUM > 0x19000000
  #define __Pyx_PyCode_HasFreeVars(co)  (PyCode_GetNumFree(co) > 0)
  #define __Pyx_PyFrame_SetLineNumber(frame, lineno) GraalPyFrame_SetLineNumber((frame), (lineno))
#elif CYTHON_COMPILING_IN_GRAAL
  #define __Pyx_PyCode_HasFreeVars(co)  (PyCode_GetNumFree(co) > 0)
  #define __Pyx_PyFrame_SetLineNumber(frame, lineno) _PyFrame_SetLineNumber((frame), (lineno))
#else
  #define __Pyx_PyCode_HasFreeVars(co)  (PyCode_GetNumFree(co) > 0)
  #define __Pyx_PyFrame_SetLineNumber(frame, lineno)  (frame)->f_lineno = (lineno)
#endif
#if CYTHON_COMPILING_IN_LIMITED_API
  #define __Pyx_PyThreadState_Current PyThreadState_Get()
#elif !CYTHON_FAST_THREAD_STATE
  #define __Pyx_PyThreadState_Current PyThreadState_GET()
#elif PY_VERSION_HEX >= 0x030d00A1
  #define __Pyx_PyThreadState_Current PyThreadState_GetUnchecked()
#else
  #define __Pyx_PyThreadState_Current _PyThreadState_UncheckedGet()
#endif
#if CYTHON_USE_MODULE_STATE
static CYTHON_INLINE void *__Pyx__PyModule_GetState(PyObject *op)
{
    void *result;
    result = PyModule_GetState(op);
    if (!result)
        Py_FatalError("Couldn't find the module state");
    return result;
}
#define __Pyx_PyModule_GetState(o) (__pyx_mstatetype *)__Pyx__PyModule_GetState(o)
#else
#define __Pyx_PyModule_GetState(op) ((void)op,__pyx_mstate_global)
#endif
#define __Pyx_PyObject_GetSlot(obj, name, func_ctype)  __Pyx_PyType_GetSlot(Py_TYPE((PyObject *) obj), name, func_ctype)
#define __Pyx_PyObject_TryGetSlot(obj, name, func_ctype) __Pyx_PyType_TryGetSlot(Py_TYPE(obj), name, func_ctype)
#define __Pyx_PyObject_GetSubSlot(obj, sub, name, func_ctype) __Pyx_PyType_GetSubSlot(Py_TYPE(obj), sub, name, func_ctype)
#define __Pyx_PyObject_TryGetSubSlot(obj, sub, name, func_ctype) __Pyx_PyType_TryGetSubSlot(Py_TYPE(obj), sub, name, func_ctype)
#if CYTHON_USE_TYPE_SLOTS
  #define __Pyx_PyType_GetSlot(type, name, func_ctype)  ((type)->name)
  #define __Pyx_PyType_TryGetSlot(type, name, func_ctype) __Pyx_PyType_GetSlot(type, name, func_ctype)
  #define __Pyx_PyType_GetSubSlot(type, sub, name, func_ctype) (((type)->sub) ? ((type)->sub->name) : NULL)
  #define __Pyx_PyType_TryGetSubSlot(type, sub, name, func_ctype) __Pyx_PyType_GetSubSlot(type, sub, name, func_ctype)
#else
  #define __Pyx_PyType_GetSlot(type, name, func_ctype)  ((func_ctype) PyType_GetSlot((type), Py_##name))
  #define __Pyx_PyType_TryGetSlot(type, name, func_ctype)\
    ((__PYX_LIMITED_VERSION_HEX >= 0x030A0000 ||\
     (PyType_GetFlags(type) & Py_TPFLAGS_HEAPTYPE) || __Pyx_get_runtime_version() >= 0x030A0000) ?\
     __Pyx_PyType_GetSlot(type, name, func_ctype) : NULL)
  #define __Pyx_PyType_GetSubSlot(obj, sub, name, func_ctype) __Pyx_PyType_GetSlot(obj, name, func_ctype)
  #define __Pyx_PyType_TryGetSubSlot(obj, sub, name, func_ctype) __Pyx_PyType_TryGetSlot(obj, name, func_ctype)
#endif
#if CYTHON_COMPILING_IN_CPYTHON || defined(_PyDict_NewPresized)
#define __Pyx_PyDict_NewPresized(n)  ((n <= 8) ? PyDict_New() : _PyDict_NewPresized(n))
#else
#define __Pyx_PyDict_NewPresized(n)  PyDict_New()
#endif
#define __Pyx_PyNumber_Divide(x,y)         PyNumber_TrueDivide(x,y)
#define __Pyx_PyNumber_InPlaceDivide(x,y)  PyNumber_InPlaceTrueDivide(x,y)
#if CYTHON_COMPILING_IN_CPYTHON && CYTHON_USE_UNICODE_INTERNALS
#define __Pyx_PyDict_GetItemStrWithError(dict, name)  _PyDict_GetItem_KnownHash(dict, name, ((PyASCIIObject *) name)->hash)
static CYTHON_INLINE PyObject * __Pyx_PyDict_GetItemStr(PyObject *dict, PyObject *name) {
    PyObject *res = __Pyx_PyDict_GetItemStrWithError(dict, name);
    if (res == NULL) PyErr_Clear();
    return res;
}
#elif !CYTHON_COMPILING_IN_PYPY || PYPY_VERSION_NUM >= 0x07020000
#define __Pyx_PyDict_GetItemStrWithError  PyDict_GetItemWithError
#define __Pyx_PyDict_GetItemStr           PyDict_GetItem
#else
static CYTHON_INLINE PyObject * __Pyx_PyDict_GetItemStrWithError(PyObject *dict, PyObject *name) {
#if CYTHON_COMPILING_IN_PYPY
    return PyDict_GetItem(dict, name);
#else
    PyDictEntry *ep;
    PyDictObject *mp = (PyDictObject*) dict;
    long hash = ((PyStringObject *) name)->ob_shash;
    assert(hash != -1);
    ep = (mp->ma_lookup)(mp, name, hash);
    if (ep == NULL) {
        return NULL;
    }
    return ep->me_value;
#endif
}
#define __Pyx_PyDict_GetItemStr           PyDict_GetItem
#endif
#if CYTHON_USE_TYPE_SLOTS
  #define __Pyx_PyType_GetFlags(tp)   (((PyTypeObject *)tp)->tp_flags)
  #define __Pyx_PyType_HasFeature(type, feature)  ((__Pyx_PyType_GetFlags(type) & (feature)) != 0)
#else
  #define __Pyx_PyType_GetFlags(tp)   (PyType_GetFlags((PyTypeObject *)tp))
  #define __Pyx_PyType_HasFeature(type, feature)  PyType_HasFeature(type, feature)
#endif
#define __Pyx_PyObject_GetIterNextFunc(iterator)  __Pyx_PyObject_GetSlot(iterator, tp_iternext, iternextfunc)
#if CYTHON_USE_TYPE_SPECS
#define __Pyx_PyHeapTypeObject_GC_Del(obj)  {\
    PyTypeObject *type = Py_TYPE((PyObject*)obj);\
    assert(__Pyx_PyType_HasFeature(type, Py_TPFLAGS_HEAPTYPE));\
    PyObject_GC_Del(obj);\
    Py_DECREF(type);\
}
#else
#define __Pyx_PyHeapTypeObject_GC_Del(obj)  PyObject_GC_Del(obj)
#endif
#if CYTHON_COMPILING_IN_LIMITED_API
  #define __Pyx_PyUnicode_READY(op)       (0)
  #define __Pyx_PyUnicode_READ_CHAR(u, i) PyUnicode_ReadChar(u, i)
  #define __Pyx_PyUnicode_MAX_CHAR_VALUE(u)   ((void)u, 1114111U)
  #define __Pyx_PyUnicode_KIND(u)         ((void)u, (0))
  #define __Pyx_PyUnicode_DATA(u)         ((void*)u)
  #define __Pyx_PyUnicode_READ(k, d, i)   ((void)k, PyUnicode_ReadChar((PyObject*)(d), i))
  #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != PyUnicode_GetLength(u))
#else
  #if PY_VERSION_HEX >= 0x030C0000
    #define __Pyx_PyUnicode_READY(op)       (0)
  #else
    #define __Pyx_PyUnicode_READY(op)       (likely(PyUnicode_IS_READY(op)) ?\
                                                0 : _PyUnicode_Ready((PyObject *)(op)))
  #endif
  #define __Pyx_PyUnicode_READ_CHAR(u, i) PyUnicode_READ_CHAR(u, i)
  #define __Pyx_PyUnicode_MAX_CHAR_VALUE(u)   PyUnicode_MAX_CHAR_VALUE(u)
  #define __Pyx_PyUnicode_KIND(u)         ((int)PyUnicode_KIND(u))
  #define __Pyx_PyUnicode_DATA(u)         PyUnicode_DATA(u)
  #define __Pyx_PyUnicode_READ(k, d, i)   PyUnicode_READ(k, d, i)
  #define __Pyx_PyUnicode_WRITE(k, d, i, ch)  PyUnicode_WRITE(k, d, i, (Py_UCS4) ch)
  #if PY_VERSION_HEX >= 0x030C0000
    #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != PyUnicode_GET_LENGTH(u))
  #else
    #if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x03090000
    #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != (likely(PyUnicode_IS_READY(u)) ? PyUnicode_GET_LENGTH(u) : ((PyCompactUnicodeObject *)(u))->wstr_length))
    #else
    #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != (likely(PyUnicode_IS_READY(u)) ? PyUnicode_GET_LENGTH(u) : PyUnicode_GET_SIZE(u)))
    #endif
  #endif
#endif
#if CYTHON_COMPILING_IN_PYPY
  #define __Pyx_PyUnicode_Concat(a, b)      PyNumber_Add(a, b)
  #define __Pyx_PyUnicode_ConcatSafe(a, b)  PyNumber_Add(a, b)
#else
  #define __Pyx_PyUnicode_Concat(a, b)      PyUnicode_Concat(a, b)
  #define __Pyx_PyUnicode_ConcatSafe(a, b)  ((unlikely((a) == Py_None) || unlikely((b) == Py_None)) ?\
      PyNumber_Add(a, b) : __Pyx_PyUnicode_Concat(a, b))
#endif
#if CYTHON_COMPILING_IN_PYPY
  #if !defined(PyUnicode_DecodeUnicodeEscape)
    #define PyUnicode_DecodeUnicodeEscape(s, size, errors)  PyUnicode_Decode(s, size, "unicode_escape", errors)
  #endif
  #if !defined(PyUnicode_Contains)
    #define PyUnicode_Contains(u, s)  PySequence_Contains(u, s)
  #endif
  #if !defined(PyByteArray_Check)
    #define PyByteArray_Check(obj)  PyObject_TypeCheck(obj, &PyByteArray_Type)
  #endif
  #if !defined(PyObject_Format)
    #define PyObject_Format(obj, fmt)  PyObject_CallMethod(obj, "__format__", "O", fmt)
  #endif
#endif
#define __Pyx_PyUnicode_FormatSafe(a, b)  ((unlikely((a) == Py_None || (PyUnicode_Check(b) && !PyUnicode_CheckExact(b)))) ? PyNumber_Remainder(a, b) : PyUnicode_Format(a, b))
#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030E0000
  #define __Pyx_PySequence_ListKeepNew(obj)\
    (likely(PyList_CheckExact(obj) && PyUnstable_Object_IsUniquelyReferenced(obj)) ? __Pyx_NewRef(obj) : PySequence_List(obj))
#elif CYTHON_COMPILING_IN_CPYTHON
  #define __Pyx_PySequence_ListKeepNew(obj)\
    (likely(PyList_CheckExact(obj) && Py_REFCNT(obj) == 1) ? __Pyx_NewRef(obj) : PySequence_List(obj))
#else
  #define __Pyx_PySequence_ListKeepNew(obj)  PySequence_List(obj)
#endif
#ifndef PySet_CheckExact
  #define PySet_CheckExact(obj)        __Pyx_IS_TYPE(obj, &PySet_Type)
#endif
#if PY_VERSION_HEX >= 0x030900A4
  #define __Pyx_SET_REFCNT(obj, refcnt) Py_SET_REFCNT(obj, refcnt)
  #define __Pyx_SET_SIZE(obj, size) Py_SET_SIZE(obj, size)
#else
  #define __Pyx_SET_REFCNT(obj, refcnt) Py_REFCNT(obj) = (refcnt)
  #define __Pyx_SET_SIZE(obj, size) Py_SIZE(obj) = (size)
#endif
enum __Pyx_ReferenceSharing {
  __Pyx_ReferenceSharing_DefinitelyUnique, // We created it so we know it's unshared - no need to check
  __Pyx_ReferenceSharing_OwnStrongReference,
  __Pyx_ReferenceSharing_FunctionArgument,
  __Pyx_ReferenceSharing_SharedReference, // Never trust it to be unshared because it's a global or similar
};
#if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING && PY_VERSION_HEX >= 0x030E0000
#define __Pyx_IS_UNIQUELY_REFERENCED(o, sharing)\
    (sharing == __Pyx_ReferenceSharing_DefinitelyUnique ? 1 :\
      (sharing == __Pyx_ReferenceSharing_FunctionArgument ? PyUnstable_Object_IsUniqueReferencedTemporary(o) :\
      (sharing == __Pyx_ReferenceSharing_OwnStrongReference ? PyUnstable_Object_IsUniquelyReferenced(o) : 0)))
#elif (CYTHON_COMPILING_IN_CPYTHON && !CYTHON_COMPILING_IN_CPYTHON_FREETHREADING) || CYTHON_COMPILING_IN_LIMITED_API
#define __Pyx_IS_UNIQUELY_REFERENCED(o, sharing) (((void)sharing), Py_REFCNT(o) == 1)
#else
#define __Pyx_IS_UNIQUELY_REFERENCED(o, sharing) (((void)o), ((void)sharing), 0)
#endif
#if CYTHON_AVOID_BORROWED_REFS || CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS
  #if __PYX_LIMITED_VERSION_HEX >= 0x030d0000
    #define __Pyx_PyList_GetItemRef(o, i) PyList_GetItemRef(o, i)
  #elif CYTHON_COMPILING_IN_LIMITED_API || !CYTHON_ASSUME_SAFE_MACROS
    #define __Pyx_PyList_GetItemRef(o, i) (likely((i) >= 0) ? PySequence_GetItem(o, i) : (PyErr_SetString(PyExc_IndexError, "list index out of range"), (PyObject*)NULL))
  #else
    #define __Pyx_PyList_GetItemRef(o, i) PySequence_ITEM(o, i)
  #endif
#elif CYTHON_COMPILING_IN_LIMITED_API || !CYTHON_ASSUME_SAFE_MACROS
  #if __PYX_LIMITED_VERSION_HEX >= 0x030d0000
    #define __Pyx_PyList_GetItemRef(o, i) PyList_GetItemRef(o, i)
  #else
    #define __Pyx_PyList_GetItemRef(o, i) __Pyx_XNewRef(PyList_GetItem(o, i))
  #endif
#else
  #define __Pyx_PyList_GetItemRef(o, i) __Pyx_NewRef(PyList_GET_ITEM(o, i))
#endif
#if CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS && !CYTHON_COMPILING_IN_LIMITED_API && CYTHON_ASSUME_SAFE_MACROS
  #define __Pyx_PyList_GetItemRefFast(o, i, unsafe_shared) (__Pyx_IS_UNIQUELY_REFERENCED(o, unsafe_shared) ?\
    __Pyx_NewRef(PyList_GET_ITEM(o, i)) : __Pyx_PyList_GetItemRef(o, i))
#else
  #define __Pyx_PyList_GetItemRefFast(o, i, unsafe_shared) __Pyx_PyList_GetItemRef(o, i)
#endif
#if __PYX_LIMITED_VERSION_HEX >= 0x030d0000
#define __Pyx_PyDict_GetItemRef(dict, key, result) PyDict_GetItemRef(dict, key, result)
#elif CYTHON_AVOID_BORROWED_REFS || CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS
static CYTHON_INLINE int __Pyx_PyDict_GetItemRef(PyObject *dict, PyObject *key, PyObject **result) {
  *result = PyObject_GetItem(dict, key);
  if (*result == NULL) {
    if (PyErr_ExceptionMatches(PyExc_KeyError)) {
      PyErr_Clear();
      return 0;
    }
    return -1;
  }
  return 1;
}
#else
static CYTHON_INLINE int __Pyx_PyDict_GetItemRef(PyObject *dict, PyObject *key, PyObject **result) {
  *result = PyDict_GetItemWithError(dict, key);
  if (*result == NULL) {
    return PyErr_Occurred() ? -1 : 0;
  }
  Py_INCREF(*result);
  return 1;
}
#endif
#if defined(CYTHON_DEBUG_VISIT_CONST) && CYTHON_DEBUG_VISIT_CONST
  #define __Pyx_VISIT_CONST(obj)  Py_VISIT(obj)
#else
  #define __Pyx_VISIT_CONST(obj)
#endif
#if CYTHON_ASSUME_SAFE_MACROS
  #define __Pyx_PySequence_ITEM(o, i) PySequence_ITEM(o, i)
  #define __Pyx_PySequence_SIZE(seq)  Py_SIZE(seq)
  #define __Pyx_PyTuple_SET_ITEM(o, i, v) (PyTuple_SET_ITEM(o, i, v), (0))
  #define __Pyx_PyTuple_GET_ITEM(o, i) PyTuple_GET_ITEM(o, i)
  #define __Pyx_PyList_SET_ITEM(o, i, v) (PyList_SET_ITEM(o, i, v), (0))
  #define __Pyx_PyList_GET_ITEM(o, i) PyList_GET_ITEM(o, i)
#else
  #define __Pyx_PySequence_ITEM(o, i) PySequence_GetItem(o, i)
  #define __Pyx_PySequence_SIZE(seq)  PySequence_Size(seq)
  #define __Pyx_PyTuple_SET_ITEM(o, i, v) PyTuple_SetItem(o, i, v)
  #define __Pyx_PyTuple_GET_ITEM(o, i) PyTuple_GetItem(o, i)
  #define __Pyx_PyList_SET_ITEM(o, i, v) PyList_SetItem(o, i, v)
  #define __Pyx_PyList_GET_ITEM(o, i) PyList_GetItem(o, i)
#endif
#if CYTHON_ASSUME_SAFE_SIZE
  #define __Pyx_PyTuple_GET_SIZE(o) PyTuple_GET_SIZE(o)
  #define __Pyx_PyList_GET_SIZE(o) PyList_GET_SIZE(o)
  #define __Pyx_PySet_GET_SIZE(o) PySet_GET_SIZE(o)
  #define __Pyx_PyBytes_GET_SIZE(o) PyBytes_GET_SIZE(o)
  #define __Pyx_PyByteArray_GET_SIZE(o) PyByteArray_GET_SIZE(o)
  #define __Pyx_PyUnicode_GET_LENGTH(o) PyUnicode_GET_LENGTH(o)
#else
  #define __Pyx_PyTuple_GET_SIZE(o) PyTuple_Size(o)
  #define __Pyx_PyList_GET_SIZE(o) PyList_Size(o)
  #define __Pyx_PySet_GET_SIZE(o) PySet_Size(o)
  #define __Pyx_PyBytes_GET_SIZE(o) PyBytes_Size(o)
  #define __Pyx_PyByteArray_GET_SIZE(o) PyByteArray_Size(o)
  #define __Pyx_PyUnicode_GET_LENGTH(o) PyUnicode_GetLength(o)
#endif
#if CYTHON_COMPILING_IN_PYPY && !defined(PyUnicode_InternFromString)
  #define PyUnicode_InternFromString(s) PyUnicode_FromString(s)
#endif
#define __Pyx_PyLong_FromHash_t PyLong_FromSsize_t
#define __Pyx_PyLong_AsHash_t   __Pyx_PyIndex_AsSsize_t
#if __PYX_LIMITED_VERSION_HEX >= 0x030A0000
    #define __Pyx_PySendResult PySendResult
#else
    typedef enum {
        PYGEN_RETURN = 0,
        PYGEN_ERROR = -1,
        PYGEN_NEXT = 1,
    } __Pyx_PySendResult;
#endif
#if CYTHON_COMPILING_IN_LIMITED_API || PY_VERSION_HEX < 0x030A00A3
  typedef __Pyx_PySendResult (*__Pyx_pyiter_sendfunc)(PyObject *iter, PyObject *value, PyObject **result);
#else
  #define __Pyx_pyiter_sendfunc sendfunc
#endif
#if !CYTHON_USE_AM_SEND
#define __PYX_HAS_PY_AM_SEND 0
#elif __PYX_LIMITED_VERSION_HEX >= 0x030A0000
#define __PYX_HAS_PY_AM_SEND 1
#else
#define __PYX_HAS_PY_AM_SEND 2  // our own backported implementation
#endif
#if __PYX_HAS_PY_AM_SEND < 2
    #define __Pyx_PyAsyncMethodsStruct PyAsyncMethods
#else
    typedef struct {
        unaryfunc am_await;
        unaryfunc am_aiter;
        unaryfunc am_anext;
        __Pyx_pyiter_sendfunc am_send;
    } __Pyx_PyAsyncMethodsStruct;
    #define __Pyx_SlotTpAsAsync(s) ((PyAsyncMethods*)(s))
#endif
#if CYTHON_USE_AM_SEND && PY_VERSION_HEX < 0x030A00F0
    #define __Pyx_TPFLAGS_HAVE_AM_SEND (1UL << 21)
#else
    #define __Pyx_TPFLAGS_HAVE_AM_SEND (0)
#endif
#if PY_VERSION_HEX >= 0x03090000
#define __Pyx_PyInterpreterState_Get() PyInterpreterState_Get()
#else
#define __Pyx_PyInterpreterState_Get() PyThreadState_Get()->interp
#endif
#if CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX < 0x030A0000
#ifdef __cplusplus
extern "C"
#endif
PyAPI_FUNC(void *) PyMem_Calloc(size_t nelem, size_t elsize);
#endif
#if CYTHON_COMPILING_IN_LIMITED_API
static int __Pyx_init_co_variable(PyObject *inspect, const char* name, int *write_to) {
    int value;
    PyObject *py_value = PyObject_GetAttrString(inspect, name);
    if (!py_value) return 0;
    value = (int) PyLong_AsLong(py_value);
    Py_DECREF(py_value);
    *write_to = value;
    return value != -1 || !PyErr_Occurred();
}
static int __Pyx_init_co_variables(void) {
    PyObject *inspect;
    int result;
    inspect = PyImport_ImportModule("inspect");
    result =
#if !defined(CO_OPTIMIZED)
        __Pyx_init_co_variable(inspect, "CO_OPTIMIZED", &CO_OPTIMIZED) &&
#endif
#if !defined(CO_NEWLOCALS)
        __Pyx_init_co_variable(inspect, "CO_NEWLOCALS", &CO_NEWLOCALS) &&
#endif
#if !defined(CO_VARARGS)
        __Pyx_init_co_variable(inspect, "CO_VARARGS", &CO_VARARGS) &&
#endif
#if !defined(CO_VARKEYWORDS)
        __Pyx_init_co_variable(inspect, "CO_VARKEYWORDS", &CO_VARKEYWORDS) &&
#endif
#if !defined(CO_ASYNC_GENERATOR)
        __Pyx_init_co_variable(inspect, "CO_ASYNC_GENERATOR", &CO_ASYNC_GENERATOR) &&
#endif
#if !defined(CO_GENERATOR)
        __Pyx_init_co_variable(inspect, "CO_GENERATOR", &CO_GENERATOR) &&
#endif
#if !defined(CO_COROUTINE)
        __Pyx_init_co_variable(inspect, "CO_COROUTINE", &CO_COROUTINE) &&
#endif
        1;
    Py_DECREF(inspect);
    return result ? 0 : -1;
}
#else
static int __Pyx_init_co_variables(void) {
    return 0;  // It's a limited API-only feature
}
#endif

/* MathInitCode */
#if defined(_WIN32) || defined(WIN32) || defined(MS_WINDOWS)
  #ifndef _USE_MATH_DEFINES
    #define _USE_MATH_DEFINES
  #endif
#endif
#include <math.h>
#if defined(__CYGWIN__) && defined(_LDBL_EQ_DBL)
#define __Pyx_truncl trunc
#else
#define __Pyx_truncl truncl
#endif

#ifndef CYTHON_CLINE_IN_TRACEBACK_RUNTIME
#define CYTHON_CLINE_IN_TRACEBACK_RUNTIME 0
#endif
#ifndef CYTHON_CLINE_IN_TRACEBACK
#define CYTHON_CLINE_IN_TRACEBACK CYTHON_CLINE_IN_TRACEBACK_RUNTIME
#endif
#if CYTHON_CLINE_IN_TRACEBACK
#define __PYX_MARK_ERR_POS(f_index, lineno)  { __pyx_filename = __pyx_f[f_index]; (void) __pyx_filename; __pyx_lineno = lineno; (void) __pyx_lineno; __pyx_clineno = __LINE__; (void) __pyx_clineno; }
#else
#define __PYX_MARK_ERR_POS(f_index, lineno)  { __pyx_filename = __pyx_f[f_index]; (void) __pyx_filename; __pyx_lineno = lineno; (void) __pyx_lineno; (void) __pyx_clineno; }
#endif
#define __PYX_ERR(f_index, lineno, Ln_error) \
    { __PYX_MARK_ERR_POS(f_index, lineno) goto Ln_error; }

#ifdef CYTHON_EXTERN_C
    #undef __PYX_EXTERN_C
    #define __PYX_EXTERN_C CYTHON_EXTERN_C
#elif defined(__PYX_EXTERN_C)
    #ifdef _MSC_VER
    #pragma message ("Please do not define the '__PYX_EXTERN_C' macro externally. Use 'CYTHON_EXTERN_C' instead.")
    #else
    #warning Please do not define the '__PYX_EXTERN_C' macro externally. Use 'CYTHON_EXTERN_C' instead.
    #endif
#else
    #define __PYX_EXTERN_C extern "C++"
#endif

#define __PYX_HAVE__cuda__bindings___bindings__cyruntime_ptds
#define __PYX_HAVE_API__cuda__bindings___bindings__cyruntime_ptds
/* Early includes */

    #define CUDA_API_PER_THREAD_DEFAULT_STREAM
    
#include "vector_types.h"
#include "driver_types.h"
#include "surface_types.h"
#include "texture_types.h"
#include "library_types.h"
#include "cuda_runtime_api.h"
#include "device_types.h"

    #define CUDA_API_PER_THREAD_DEFAULT_STREAM
    
#include "cuda_runtime.h"
#include "cuda_profiler_api.h"
#ifdef _OPENMP
#include <omp.h>
#endif /* _OPENMP */

#if defined(PYREX_WITHOUT_ASSERTIONS) && !defined(CYTHON_WITHOUT_ASSERTIONS)
#define CYTHON_WITHOUT_ASSERTIONS
#endif

#define __PYX_DEFAULT_STRING_ENCODING_IS_ASCII 0
#define __PYX_DEFAULT_STRING_ENCODING_IS_UTF8 0
#define __PYX_DEFAULT_STRING_ENCODING ""
#define __Pyx_PyObject_FromString __Pyx_PyBytes_FromString
#define __Pyx_PyObject_FromStringAndSize __Pyx_PyBytes_FromStringAndSize
#define __Pyx_uchar_cast(c) ((unsigned char)c)
#define __Pyx_long_cast(x) ((long)x)
#define __Pyx_fits_Py_ssize_t(v, type, is_signed)  (\
    (sizeof(type) < sizeof(Py_ssize_t))  ||\
    (sizeof(type) > sizeof(Py_ssize_t) &&\
          likely(v < (type)PY_SSIZE_T_MAX ||\
                 v == (type)PY_SSIZE_T_MAX)  &&\
          (!is_signed || likely(v > (type)PY_SSIZE_T_MIN ||\
                                v == (type)PY_SSIZE_T_MIN)))  ||\
    (sizeof(type) == sizeof(Py_ssize_t) &&\
          (is_signed || likely(v < (type)PY_SSIZE_T_MAX ||\
                               v == (type)PY_SSIZE_T_MAX)))  )
static CYTHON_INLINE int __Pyx_is_valid_index(Py_ssize_t i, Py_ssize_t limit) {
    return (size_t) i < (size_t) limit;
}
#if defined (__cplusplus) && __cplusplus >= 201103L
    #include <cstdlib>
    #define __Pyx_sst_abs(value) std::abs(value)
#elif SIZEOF_INT >= SIZEOF_SIZE_T
    #define __Pyx_sst_abs(value) abs(value)
#elif SIZEOF_LONG >= SIZEOF_SIZE_T
    #define __Pyx_sst_abs(value) labs(value)
#elif defined (_MSC_VER)
    #define __Pyx_sst_abs(value) ((Py_ssize_t)_abs64(value))
#elif defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
    #define __Pyx_sst_abs(value) llabs(value)
#elif defined (__GNUC__)
    #define __Pyx_sst_abs(value) __builtin_llabs(value)
#else
    #define __Pyx_sst_abs(value) ((value<0) ? -value : value)
#endif
static CYTHON_INLINE Py_ssize_t __Pyx_ssize_strlen(const char *s);
static CYTHON_INLINE const char* __Pyx_PyObject_AsString(PyObject*);
static CYTHON_INLINE const char* __Pyx_PyObject_AsStringAndSize(PyObject*, Py_ssize_t* length);
static CYTHON_INLINE PyObject* __Pyx_PyByteArray_FromString(const char*);
#define __Pyx_PyByteArray_FromStringAndSize(s, l) PyByteArray_FromStringAndSize((const char*)s, l)
#define __Pyx_PyBytes_FromString        PyBytes_FromString
#define __Pyx_PyBytes_FromStringAndSize PyBytes_FromStringAndSize
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char*);
#if CYTHON_ASSUME_SAFE_MACROS
    #define __Pyx_PyBytes_AsWritableString(s)     ((char*) PyBytes_AS_STRING(s))
    #define __Pyx_PyBytes_AsWritableSString(s)    ((signed char*) PyBytes_AS_STRING(s))
    #define __Pyx_PyBytes_AsWritableUString(s)    ((unsigned char*) PyBytes_AS_STRING(s))
    #define __Pyx_PyBytes_AsString(s)     ((const char*) PyBytes_AS_STRING(s))
    #define __Pyx_PyBytes_AsSString(s)    ((const signed char*) PyBytes_AS_STRING(s))
    #define __Pyx_PyBytes_AsUString(s)    ((const unsigned char*) PyBytes_AS_STRING(s))
    #define __Pyx_PyByteArray_AsString(s) PyByteArray_AS_STRING(s)
#else
    #define __Pyx_PyBytes_AsWritableString(s)     ((char*) PyBytes_AsString(s))
    #define __Pyx_PyBytes_AsWritableSString(s)    ((signed char*) PyBytes_AsString(s))
    #define __Pyx_PyBytes_AsWritableUString(s)    ((unsigned char*) PyBytes_AsString(s))
    #define __Pyx_PyBytes_AsString(s)     ((const char*) PyBytes_AsString(s))
    #define __Pyx_PyBytes_AsSString(s)    ((const signed char*) PyBytes_AsString(s))
    #define __Pyx_PyBytes_AsUString(s)    ((const unsigned char*) PyBytes_AsString(s))
    #define __Pyx_PyByteArray_AsString(s) PyByteArray_AsString(s)
#endif
#define __Pyx_PyObject_AsWritableString(s)    ((char*)(__pyx_uintptr_t) __Pyx_PyObject_AsString(s))
#define __Pyx_PyObject_AsWritableSString(s)    ((signed char*)(__pyx_uintptr_t) __Pyx_PyObject_AsString(s))
#define __Pyx_PyObject_AsWritableUString(s)    ((unsigned char*)(__pyx_uintptr_t) __Pyx_PyObject_AsString(s))
#define __Pyx_PyObject_AsSString(s)    ((const signed char*) __Pyx_PyObject_AsString(s))
#define __Pyx_PyObject_AsUString(s)    ((const unsigned char*) __Pyx_PyObject_AsString(s))
#define __Pyx_PyObject_FromCString(s)  __Pyx_PyObject_FromString((const char*)s)
#define __Pyx_PyBytes_FromCString(s)   __Pyx_PyBytes_FromString((const char*)s)
#define __Pyx_PyByteArray_FromCString(s)   __Pyx_PyByteArray_FromString((const char*)s)
#define __Pyx_PyUnicode_FromCString(s) __Pyx_PyUnicode_FromString((const char*)s)
#define __Pyx_PyUnicode_FromOrdinal(o)       PyUnicode_FromOrdinal((int)o)
#define __Pyx_PyUnicode_AsUnicode            PyUnicode_AsUnicode
static CYTHON_INLINE PyObject *__Pyx_NewRef(PyObject *obj) {
#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030a0000 || defined(Py_NewRef)
    return Py_NewRef(obj);
#else
    Py_INCREF(obj);
    return obj;
#endif
}
static CYTHON_INLINE PyObject *__Pyx_XNewRef(PyObject *obj) {
#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX >= 0x030a0000 || defined(Py_XNewRef)
    return Py_XNewRef(obj);
#else
    Py_XINCREF(obj);
    return obj;
#endif
}
static CYTHON_INLINE PyObject *__Pyx_Owned_Py_None(int b);
static CYTHON_INLINE PyObject * __Pyx_PyBool_FromLong(long b);
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject*);
static CYTHON_INLINE int __Pyx_PyObject_IsTrueAndDecref(PyObject*);
static CYTHON_INLINE PyObject* __Pyx_PyNumber_Long(PyObject* x);
#define __Pyx_PySequence_Tuple(obj)\
    (likely(PyTuple_CheckExact(obj)) ? __Pyx_NewRef(obj) : PySequence_Tuple(obj))
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject*);
static CYTHON_INLINE PyObject * __Pyx_PyLong_FromSize_t(size_t);
static CYTHON_INLINE Py_hash_t __Pyx_PyIndex_AsHash_t(PyObject*);
#if CYTHON_ASSUME_SAFE_MACROS
#define __Pyx_PyFloat_AsDouble(x) (PyFloat_CheckExact(x) ? PyFloat_AS_DOUBLE(x) : PyFloat_AsDouble(x))
#define __Pyx_PyFloat_AS_DOUBLE(x) PyFloat_AS_DOUBLE(x)
#else
#define __Pyx_PyFloat_AsDouble(x) PyFloat_AsDouble(x)
#define __Pyx_PyFloat_AS_DOUBLE(x) PyFloat_AsDouble(x)
#endif
#define __Pyx_PyFloat_AsFloat(x) ((float) __Pyx_PyFloat_AsDouble(x))
#define __Pyx_PyNumber_Int(x) (PyLong_CheckExact(x) ? __Pyx_NewRef(x) : PyNumber_Long(x))
#if CYTHON_USE_PYLONG_INTERNALS
  #if PY_VERSION_HEX >= 0x030C00A7
  #ifndef _PyLong_SIGN_MASK
    #define _PyLong_SIGN_MASK 3
  #endif
  #ifndef _PyLong_NON_SIZE_BITS
    #define _PyLong_NON_SIZE_BITS 3
  #endif
  #define __Pyx_PyLong_Sign(x)  (((PyLongObject*)x)->long_value.lv_tag & _PyLong_SIGN_MASK)
  #define __Pyx_PyLong_IsNeg(x)  ((__Pyx_PyLong_Sign(x) & 2) != 0)
  #define __Pyx_PyLong_IsNonNeg(x)  (!__Pyx_PyLong_IsNeg(x))
  #define __Pyx_PyLong_IsZero(x)  (__Pyx_PyLong_Sign(x) & 1)
  #define __Pyx_PyLong_IsPos(x)  (__Pyx_PyLong_Sign(x) == 0)
  #define __Pyx_PyLong_CompactValueUnsigned(x)  (__Pyx_PyLong_Digits(x)[0])
  #define __Pyx_PyLong_DigitCount(x)  ((Py_ssize_t) (((PyLongObject*)x)->long_value.lv_tag >> _PyLong_NON_SIZE_BITS))
  #define __Pyx_PyLong_SignedDigitCount(x)\
        ((1 - (Py_ssize_t) __Pyx_PyLong_Sign(x)) * __Pyx_PyLong_DigitCount(x))
  #if defined(PyUnstable_Long_IsCompact) && defined(PyUnstable_Long_CompactValue)
    #define __Pyx_PyLong_IsCompact(x)     PyUnstable_Long_IsCompact((PyLongObject*) x)
    #define __Pyx_PyLong_CompactValue(x)  PyUnstable_Long_CompactValue((PyLongObject*) x)
  #else
    #define __Pyx_PyLong_IsCompact(x)     (((PyLongObject*)x)->long_value.lv_tag < (2 << _PyLong_NON_SIZE_BITS))
    #define __Pyx_PyLong_CompactValue(x)  ((1 - (Py_ssize_t) __Pyx_PyLong_Sign(x)) * (Py_ssize_t) __Pyx_PyLong_Digits(x)[0])
  #endif
  typedef Py_ssize_t  __Pyx_compact_pylong;
  typedef size_t  __Pyx_compact_upylong;
  #else
  #define __Pyx_PyLong_IsNeg(x)  (Py_SIZE(x) < 0)
  #define __Pyx_PyLong_IsNonNeg(x)  (Py_SIZE(x) >= 0)
  #define __Pyx_PyLong_IsZero(x)  (Py_SIZE(x) == 0)
  #define __Pyx_PyLong_IsPos(x)  (Py_SIZE(x) > 0)
  #define __Pyx_PyLong_CompactValueUnsigned(x)  ((Py_SIZE(x) == 0) ? 0 : __Pyx_PyLong_Digits(x)[0])
  #define __Pyx_PyLong_DigitCount(x)  __Pyx_sst_abs(Py_SIZE(x))
  #define __Pyx_PyLong_SignedDigitCount(x)  Py_SIZE(x)
  #define __Pyx_PyLong_IsCompact(x)  (Py_SIZE(x) == 0 || Py_SIZE(x) == 1 || Py_SIZE(x) == -1)
  #define __Pyx_PyLong_CompactValue(x)\
        ((Py_SIZE(x) == 0) ? (sdigit) 0 : ((Py_SIZE(x) < 0) ? -(sdigit)__Pyx_PyLong_Digits(x)[0] : (sdigit)__Pyx_PyLong_Digits(x)[0]))
  typedef sdigit  __Pyx_compact_pylong;
  typedef digit  __Pyx_compact_upylong;
  #endif
  #if PY_VERSION_HEX >= 0x030C00A5
  #define __Pyx_PyLong_Digits(x)  (((PyLongObject*)x)->long_value.ob_digit)
  #else
  #define __Pyx_PyLong_Digits(x)  (((PyLongObject*)x)->ob_digit)
  #endif
#endif
#if __PYX_DEFAULT_STRING_ENCODING_IS_UTF8
  #define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL)
#elif __PYX_DEFAULT_STRING_ENCODING_IS_ASCII
  #define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeASCII(c_str, size, NULL)
#else
  #define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_STRING_ENCODING, NULL)
#endif


/* Test for GCC > 2.95 */
#if defined(__GNUC__)     && (__GNUC__ > 2 || (__GNUC__ == 2 && (__GNUC_MINOR__ > 95)))
  #define likely(x)   __builtin_expect(!!(x), 1)
  #define unlikely(x) __builtin_expect(!!(x), 0)
#else /* !__GNUC__ or GCC < 2.95 */
  #define likely(x)   (x)
  #define unlikely(x) (x)
#endif /* __GNUC__ */
/* PretendToInitialize */
#ifdef __cplusplus
#if __cplusplus > 201103L
#include <type_traits>
#endif
template <typename T>
static void __Pyx_pretend_to_initialize(T* ptr) {
#if __cplusplus > 201103L
    if ((std::is_trivially_default_constructible<T>::value))
#endif
        *ptr = T();
    (void)ptr;
}
#else
static CYTHON_INLINE void __Pyx_pretend_to_initialize(void* ptr) { (void)ptr; }
#endif


#if !CYTHON_USE_MODULE_STATE
static PyObject *__pyx_m = NULL;
#endif
static int __pyx_lineno;
static int __pyx_clineno = 0;
static const char * const __pyx_cfilenm = __FILE__;
static const char *__pyx_filename;

/* #### Code section: filename_table ### */

static const char* const __pyx_f[] = {
  "cuda/bindings/_bindings/cyruntime_ptds.pyx",
};
/* #### Code section: utility_code_proto_before_types ### */
/* Atomics.proto (used by CodeObjectCache) */
#include <pythread.h>
#ifndef CYTHON_ATOMICS
    #define CYTHON_ATOMICS 1
#endif
#define __PYX_CYTHON_ATOMICS_ENABLED() CYTHON_ATOMICS
#define __PYX_GET_CYTHON_COMPILING_IN_CPYTHON_FREETHREADING() CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
#define __pyx_atomic_int_type int
#define __pyx_nonatomic_int_type int
#if CYTHON_ATOMICS && (defined(__STDC_VERSION__) &&\
                        (__STDC_VERSION__ >= 201112L) &&\
                        !defined(__STDC_NO_ATOMICS__))
    #include <stdatomic.h>
#elif CYTHON_ATOMICS && (defined(__cplusplus) && (\
                    (__cplusplus >= 201103L) ||\
                    (defined(_MSC_VER) && _MSC_VER >= 1700)))
    #include <atomic>
#endif
#if CYTHON_ATOMICS && (defined(__STDC_VERSION__) &&\
                        (__STDC_VERSION__ >= 201112L) &&\
                        !defined(__STDC_NO_ATOMICS__) &&\
                       ATOMIC_INT_LOCK_FREE == 2)
    #undef __pyx_atomic_int_type
    #define __pyx_atomic_int_type atomic_int
    #define __pyx_atomic_ptr_type atomic_uintptr_t
    #define __pyx_nonatomic_ptr_type uintptr_t
    #define __pyx_atomic_incr_relaxed(value) atomic_fetch_add_explicit(value, 1, memory_order_relaxed)
    #define __pyx_atomic_incr_acq_rel(value) atomic_fetch_add_explicit(value, 1, memory_order_acq_rel)
    #define __pyx_atomic_decr_acq_rel(value) atomic_fetch_sub_explicit(value, 1, memory_order_acq_rel)
    #define __pyx_atomic_sub(value, arg) atomic_fetch_sub(value, arg)
    #define __pyx_atomic_int_cmp_exchange(value, expected, desired) atomic_compare_exchange_strong(value, expected, desired)
    #define __pyx_atomic_load(value) atomic_load(value)
    #define __pyx_atomic_store(value, new_value) atomic_store(value, new_value)
    #define __pyx_atomic_pointer_load_relaxed(value) atomic_load_explicit(value, memory_order_relaxed)
    #define __pyx_atomic_pointer_load_acquire(value) atomic_load_explicit(value, memory_order_acquire)
    #define __pyx_atomic_pointer_exchange(value, new_value) atomic_exchange(value, (__pyx_nonatomic_ptr_type)new_value)
    #define __pyx_atomic_pointer_cmp_exchange(value, expected, desired) atomic_compare_exchange_strong(value, expected, desired)
    #if defined(__PYX_DEBUG_ATOMICS) && defined(_MSC_VER)
        #pragma message ("Using standard C atomics")
    #elif defined(__PYX_DEBUG_ATOMICS)
        #warning "Using standard C atomics"
    #endif
#elif CYTHON_ATOMICS && (defined(__cplusplus) && (\
                    (__cplusplus >= 201103L) ||\
\
                    (defined(_MSC_VER) && _MSC_VER >= 1700)) &&\
                    ATOMIC_INT_LOCK_FREE == 2)
    #undef __pyx_atomic_int_type
    #define __pyx_atomic_int_type std::atomic_int
    #define __pyx_atomic_ptr_type std::atomic_uintptr_t
    #define __pyx_nonatomic_ptr_type uintptr_t
    #define __pyx_atomic_incr_relaxed(value) std::atomic_fetch_add_explicit(value, 1, std::memory_order_relaxed)
    #define __pyx_atomic_incr_acq_rel(value) std::atomic_fetch_add_explicit(value, 1, std::memory_order_acq_rel)
    #define __pyx_atomic_decr_acq_rel(value) std::atomic_fetch_sub_explicit(value, 1, std::memory_order_acq_rel)
    #define __pyx_atomic_sub(value, arg) std::atomic_fetch_sub(value, arg)
    #define __pyx_atomic_int_cmp_exchange(value, expected, desired) std::atomic_compare_exchange_strong(value, expected, desired)
    #define __pyx_atomic_load(value) std::atomic_load(value)
    #define __pyx_atomic_store(value, new_value) std::atomic_store(value, new_value)
    #define __pyx_atomic_pointer_load_relaxed(value) std::atomic_load_explicit(value, std::memory_order_relaxed)
    #define __pyx_atomic_pointer_load_acquire(value) std::atomic_load_explicit(value, std::memory_order_acquire)
    #define __pyx_atomic_pointer_exchange(value, new_value) std::atomic_exchange(value, (__pyx_nonatomic_ptr_type)new_value)
    #define __pyx_atomic_pointer_cmp_exchange(value, expected, desired) std::atomic_compare_exchange_strong(value, expected, desired)
    #if defined(__PYX_DEBUG_ATOMICS) && defined(_MSC_VER)
        #pragma message ("Using standard C++ atomics")
    #elif defined(__PYX_DEBUG_ATOMICS)
        #warning "Using standard C++ atomics"
    #endif
#elif CYTHON_ATOMICS && (__GNUC__ >= 5 || (__GNUC__ == 4 &&\
                    (__GNUC_MINOR__ > 1 ||\
                    (__GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ >= 2))))
    #define __pyx_atomic_ptr_type void*
    #define __pyx_nonatomic_ptr_type void*
    #define __pyx_atomic_incr_relaxed(value) __sync_fetch_and_add(value, 1)
    #define __pyx_atomic_incr_acq_rel(value) __sync_fetch_and_add(value, 1)
    #define __pyx_atomic_decr_acq_rel(value) __sync_fetch_and_sub(value, 1)
    #define __pyx_atomic_sub(value, arg) __sync_fetch_and_sub(value, arg)
    static CYTHON_INLINE int __pyx_atomic_int_cmp_exchange(__pyx_atomic_int_type* value, __pyx_nonatomic_int_type* expected, __pyx_nonatomic_int_type desired) {
        __pyx_nonatomic_int_type old = __sync_val_compare_and_swap(value, *expected, desired);
        int result = old == *expected;
        *expected = old;
        return result;
    }
    #define __pyx_atomic_load(value) __sync_fetch_and_add(value, 0)
    #define __pyx_atomic_store(value, new_value) __sync_lock_test_and_set(value, new_value)
    #define __pyx_atomic_pointer_load_relaxed(value) __sync_fetch_and_add(value, 0)
    #define __pyx_atomic_pointer_load_acquire(value) __sync_fetch_and_add(value, 0)
    #define __pyx_atomic_pointer_exchange(value, new_value) __sync_lock_test_and_set(value, (__pyx_atomic_ptr_type)new_value)
    static CYTHON_INLINE int __pyx_atomic_pointer_cmp_exchange(__pyx_atomic_ptr_type* value, __pyx_nonatomic_ptr_type* expected, __pyx_nonatomic_ptr_type desired) {
        __pyx_nonatomic_ptr_type old = __sync_val_compare_and_swap(value, *expected, desired);
        int result = old == *expected;
        *expected = old;
        return result;
    }
    #ifdef __PYX_DEBUG_ATOMICS
        #warning "Using GNU atomics"
    #endif
#elif CYTHON_ATOMICS && defined(_MSC_VER)
    #include <intrin.h>
    #undef __pyx_atomic_int_type
    #define __pyx_atomic_int_type long
    #define __pyx_atomic_ptr_type void*
    #undef __pyx_nonatomic_int_type
    #define __pyx_nonatomic_int_type long
    #define __pyx_nonatomic_ptr_type void*
    #pragma intrinsic (_InterlockedExchangeAdd, _InterlockedExchange, _InterlockedCompareExchange, _InterlockedCompareExchangePointer, _InterlockedExchangePointer)
    #define __pyx_atomic_incr_relaxed(value) _InterlockedExchangeAdd(value, 1)
    #define __pyx_atomic_incr_acq_rel(value) _InterlockedExchangeAdd(value, 1)
    #define __pyx_atomic_decr_acq_rel(value) _InterlockedExchangeAdd(value, -1)
    #define __pyx_atomic_sub(value, arg) _InterlockedExchangeAdd(value, -arg)
    static CYTHON_INLINE int __pyx_atomic_int_cmp_exchange(__pyx_atomic_int_type* value, __pyx_nonatomic_int_type* expected, __pyx_nonatomic_int_type desired) {
        __pyx_nonatomic_int_type old = _InterlockedCompareExchange(value, desired, *expected);
        int result = old == *expected;
        *expected = old;
        return result;
    }
    #define __pyx_atomic_load(value) _InterlockedExchangeAdd(value, 0)
    #define __pyx_atomic_store(value, new_value) _InterlockedExchange(value, new_value)
    #define __pyx_atomic_pointer_load_relaxed(value) *(void * volatile *)value
    #define __pyx_atomic_pointer_load_acquire(value) _InterlockedCompareExchangePointer(value, 0, 0)
    #define __pyx_atomic_pointer_exchange(value, new_value) _InterlockedExchangePointer(value, (__pyx_atomic_ptr_type)new_value)
    static CYTHON_INLINE int __pyx_atomic_pointer_cmp_exchange(__pyx_atomic_ptr_type* value, __pyx_nonatomic_ptr_type* expected, __pyx_nonatomic_ptr_type desired) {
        __pyx_atomic_ptr_type old = _InterlockedCompareExchangePointer(value, desired, *expected);
        int result = old == *expected;
        *expected = old;
        return result;
    }
    #ifdef __PYX_DEBUG_ATOMICS
        #pragma message ("Using MSVC atomics")
    #endif
#else
    #undef CYTHON_ATOMICS
    #define CYTHON_ATOMICS 0
    #ifdef __PYX_DEBUG_ATOMICS
        #warning "Not using atomics"
    #endif
#endif

/* #### Code section: numeric_typedefs ### */
/* #### Code section: complex_type_declarations ### */
/* #### Code section: type_declarations ### */

/*--- Type declarations ---*/

/* "cuda/bindings/cyruntime_types.pxi":1694
 *         cudaRoundMinInf = 3
 * 
 * ctypedef cudaLaunchAttributeID cudaStreamAttrID             # <<<<<<<<<<<<<<
 * 
 * ctypedef cudaLaunchAttributeID cudaKernelNodeAttrID
*/
typedef enum cudaLaunchAttributeID __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrID;

/* "cuda/bindings/cyruntime_types.pxi":1696
 * ctypedef cudaLaunchAttributeID cudaStreamAttrID
 * 
 * ctypedef cudaLaunchAttributeID cudaKernelNodeAttrID             # <<<<<<<<<<<<<<
 * 
 * ctypedef cudaLaunchAttributeValue cudaStreamAttrValue
*/
typedef enum cudaLaunchAttributeID __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrID;

/* "cuda/bindings/cyruntime_types.pxi":1698
 * ctypedef cudaLaunchAttributeID cudaKernelNodeAttrID
 * 
 * ctypedef cudaLaunchAttributeValue cudaStreamAttrValue             # <<<<<<<<<<<<<<
 * 
 * ctypedef cudaLaunchAttributeValue cudaKernelNodeAttrValue
*/
typedef union cudaLaunchAttributeValue __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrValue;

/* "cuda/bindings/cyruntime_types.pxi":1700
 * ctypedef cudaLaunchAttributeValue cudaStreamAttrValue
 * 
 * ctypedef cudaLaunchAttributeValue cudaKernelNodeAttrValue             # <<<<<<<<<<<<<<
*/
typedef union cudaLaunchAttributeValue __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrValue;
/* #### Code section: utility_code_proto ### */

/* --- Runtime support code (head) --- */
/* Refnanny.proto */
#ifndef CYTHON_REFNANNY
  #define CYTHON_REFNANNY 0
#endif
#if CYTHON_REFNANNY
  typedef struct {
    void (*INCREF)(void*, PyObject*, Py_ssize_t);
    void (*DECREF)(void*, PyObject*, Py_ssize_t);
    void (*GOTREF)(void*, PyObject*, Py_ssize_t);
    void (*GIVEREF)(void*, PyObject*, Py_ssize_t);
    void* (*SetupContext)(const char*, Py_ssize_t, const char*);
    void (*FinishContext)(void**);
  } __Pyx_RefNannyAPIStruct;
  static __Pyx_RefNannyAPIStruct *__Pyx_RefNanny = NULL;
  static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname);
  #define __Pyx_RefNannyDeclarations void *__pyx_refnanny = NULL;
  #define __Pyx_RefNannySetupContext(name, acquire_gil)\
          if (acquire_gil) {\
              PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();\
              __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), (__LINE__), (__FILE__));\
              PyGILState_Release(__pyx_gilstate_save);\
          } else {\
              __pyx_refnanny = __Pyx_RefNanny->SetupContext((name), (__LINE__), (__FILE__));\
          }
  #define __Pyx_RefNannyFinishContextNogil() {\
              PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();\
              __Pyx_RefNannyFinishContext();\
              PyGILState_Release(__pyx_gilstate_save);\
          }
  #define __Pyx_RefNannyFinishContextNogil() {\
              PyGILState_STATE __pyx_gilstate_save = PyGILState_Ensure();\
              __Pyx_RefNannyFinishContext();\
              PyGILState_Release(__pyx_gilstate_save);\
          }
  #define __Pyx_RefNannyFinishContext()\
          __Pyx_RefNanny->FinishContext(&__pyx_refnanny)
  #define __Pyx_INCREF(r)  __Pyx_RefNanny->INCREF(__pyx_refnanny, (PyObject *)(r), (__LINE__))
  #define __Pyx_DECREF(r)  __Pyx_RefNanny->DECREF(__pyx_refnanny, (PyObject *)(r), (__LINE__))
  #define __Pyx_GOTREF(r)  __Pyx_RefNanny->GOTREF(__pyx_refnanny, (PyObject *)(r), (__LINE__))
  #define __Pyx_GIVEREF(r) __Pyx_RefNanny->GIVEREF(__pyx_refnanny, (PyObject *)(r), (__LINE__))
  #define __Pyx_XINCREF(r)  do { if((r) == NULL); else {__Pyx_INCREF(r); }} while(0)
  #define __Pyx_XDECREF(r)  do { if((r) == NULL); else {__Pyx_DECREF(r); }} while(0)
  #define __Pyx_XGOTREF(r)  do { if((r) == NULL); else {__Pyx_GOTREF(r); }} while(0)
  #define __Pyx_XGIVEREF(r) do { if((r) == NULL); else {__Pyx_GIVEREF(r);}} while(0)
#else
  #define __Pyx_RefNannyDeclarations
  #define __Pyx_RefNannySetupContext(name, acquire_gil)
  #define __Pyx_RefNannyFinishContextNogil()
  #define __Pyx_RefNannyFinishContext()
  #define __Pyx_INCREF(r) Py_INCREF(r)
  #define __Pyx_DECREF(r) Py_DECREF(r)
  #define __Pyx_GOTREF(r)
  #define __Pyx_GIVEREF(r)
  #define __Pyx_XINCREF(r) Py_XINCREF(r)
  #define __Pyx_XDECREF(r) Py_XDECREF(r)
  #define __Pyx_XGOTREF(r)
  #define __Pyx_XGIVEREF(r)
#endif
#define __Pyx_Py_XDECREF_SET(r, v) do {\
        PyObject *tmp = (PyObject *) r;\
        r = v; Py_XDECREF(tmp);\
    } while (0)
#define __Pyx_XDECREF_SET(r, v) do {\
        PyObject *tmp = (PyObject *) r;\
        r = v; __Pyx_XDECREF(tmp);\
    } while (0)
#define __Pyx_DECREF_SET(r, v) do {\
        PyObject *tmp = (PyObject *) r;\
        r = v; __Pyx_DECREF(tmp);\
    } while (0)
#define __Pyx_CLEAR(r)    do { PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);} while(0)
#define __Pyx_XCLEAR(r)   do { if((r) != NULL) {PyObject* tmp = ((PyObject*)(r)); r = NULL; __Pyx_DECREF(tmp);}} while(0)

/* FunctionExport.proto */
static int __Pyx_ExportFunction(PyObject *api_dict, const char *name, void (*f)(void), const char *sig);

/* GetApiDict.proto */
static PyObject *__Pyx_ApiExport_GetApiDict(void);

/* IncludeStringH.proto */
#include <string.h>

/* dict_setdefault.proto (used by CLineInTraceback) */
static CYTHON_INLINE PyObject *__Pyx_PyDict_SetDefault(PyObject *d, PyObject *key, PyObject *default_value);

/* PyDictVersioning.proto (used by CLineInTraceback) */
#if CYTHON_USE_DICT_VERSIONS && CYTHON_USE_TYPE_SLOTS
#define __PYX_DICT_VERSION_INIT  ((PY_UINT64_T) -1)
#define __PYX_GET_DICT_VERSION(dict)  (((PyDictObject*)(dict))->ma_version_tag)
#define __PYX_UPDATE_DICT_CACHE(dict, value, cache_var, version_var)\
    (version_var) = __PYX_GET_DICT_VERSION(dict);\
    (cache_var) = (value);
#define __PYX_PY_DICT_LOOKUP_IF_MODIFIED(VAR, DICT, LOOKUP) {\
    static PY_UINT64_T __pyx_dict_version = 0;\
    static PyObject *__pyx_dict_cached_value = NULL;\
    if (likely(__PYX_GET_DICT_VERSION(DICT) == __pyx_dict_version)) {\
        (VAR) = __Pyx_XNewRef(__pyx_dict_cached_value);\
    } else {\
        (VAR) = __pyx_dict_cached_value = (LOOKUP);\
        __pyx_dict_version = __PYX_GET_DICT_VERSION(DICT);\
    }\
}
static CYTHON_INLINE PY_UINT64_T __Pyx_get_tp_dict_version(PyObject *obj);
static CYTHON_INLINE PY_UINT64_T __Pyx_get_object_dict_version(PyObject *obj);
static CYTHON_INLINE int __Pyx_object_dict_version_matches(PyObject* obj, PY_UINT64_T tp_dict_version, PY_UINT64_T obj_dict_version);
#else
#define __PYX_GET_DICT_VERSION(dict)  (0)
#define __PYX_UPDATE_DICT_CACHE(dict, value, cache_var, version_var)
#define __PYX_PY_DICT_LOOKUP_IF_MODIFIED(VAR, DICT, LOOKUP)  (VAR) = (LOOKUP);
#endif

/* PyErrExceptionMatches.proto (used by PyObjectGetAttrStrNoError) */
#if CYTHON_FAST_THREAD_STATE
#define __Pyx_PyErr_ExceptionMatches(err) __Pyx_PyErr_ExceptionMatchesInState(__pyx_tstate, err)
static CYTHON_INLINE int __Pyx_PyErr_ExceptionMatchesInState(PyThreadState* tstate, PyObject* err);
#else
#define __Pyx_PyErr_ExceptionMatches(err)  PyErr_ExceptionMatches(err)
#endif

/* PyThreadStateGet.proto (used by PyErrFetchRestore) */
#if CYTHON_FAST_THREAD_STATE
#define __Pyx_PyThreadState_declare  PyThreadState *__pyx_tstate;
#define __Pyx_PyThreadState_assign  __pyx_tstate = __Pyx_PyThreadState_Current;
#if PY_VERSION_HEX >= 0x030C00A6
#define __Pyx_PyErr_Occurred()  (__pyx_tstate->current_exception != NULL)
#define __Pyx_PyErr_CurrentExceptionType()  (__pyx_tstate->current_exception ? (PyObject*) Py_TYPE(__pyx_tstate->current_exception) : (PyObject*) NULL)
#else
#define __Pyx_PyErr_Occurred()  (__pyx_tstate->curexc_type != NULL)
#define __Pyx_PyErr_CurrentExceptionType()  (__pyx_tstate->curexc_type)
#endif
#else
#define __Pyx_PyThreadState_declare
#define __Pyx_PyThreadState_assign
#define __Pyx_PyErr_Occurred()  (PyErr_Occurred() != NULL)
#define __Pyx_PyErr_CurrentExceptionType()  PyErr_Occurred()
#endif

/* PyErrFetchRestore.proto (used by PyObjectGetAttrStrNoError) */
#if CYTHON_FAST_THREAD_STATE
#define __Pyx_PyErr_Clear() __Pyx_ErrRestore(NULL, NULL, NULL)
#define __Pyx_ErrRestoreWithState(type, value, tb)  __Pyx_ErrRestoreInState(PyThreadState_GET(), type, value, tb)
#define __Pyx_ErrFetchWithState(type, value, tb)    __Pyx_ErrFetchInState(PyThreadState_GET(), type, value, tb)
#define __Pyx_ErrRestore(type, value, tb)  __Pyx_ErrRestoreInState(__pyx_tstate, type, value, tb)
#define __Pyx_ErrFetch(type, value, tb)    __Pyx_ErrFetchInState(__pyx_tstate, type, value, tb)
static CYTHON_INLINE void __Pyx_ErrRestoreInState(PyThreadState *tstate, PyObject *type, PyObject *value, PyObject *tb);
static CYTHON_INLINE void __Pyx_ErrFetchInState(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb);
#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX < 0x030C00A6
#define __Pyx_PyErr_SetNone(exc) (Py_INCREF(exc), __Pyx_ErrRestore((exc), NULL, NULL))
#else
#define __Pyx_PyErr_SetNone(exc) PyErr_SetNone(exc)
#endif
#else
#define __Pyx_PyErr_Clear() PyErr_Clear()
#define __Pyx_PyErr_SetNone(exc) PyErr_SetNone(exc)
#define __Pyx_ErrRestoreWithState(type, value, tb)  PyErr_Restore(type, value, tb)
#define __Pyx_ErrFetchWithState(type, value, tb)  PyErr_Fetch(type, value, tb)
#define __Pyx_ErrRestoreInState(tstate, type, value, tb)  PyErr_Restore(type, value, tb)
#define __Pyx_ErrFetchInState(tstate, type, value, tb)  PyErr_Fetch(type, value, tb)
#define __Pyx_ErrRestore(type, value, tb)  PyErr_Restore(type, value, tb)
#define __Pyx_ErrFetch(type, value, tb)  PyErr_Fetch(type, value, tb)
#endif

/* PyObjectGetAttrStr.proto (used by PyObjectGetAttrStrNoError) */
#if CYTHON_USE_TYPE_SLOTS
static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, PyObject* attr_name);
#else
#define __Pyx_PyObject_GetAttrStr(o,n) PyObject_GetAttr(o,n)
#endif

/* PyObjectGetAttrStrNoError.proto (used by CLineInTraceback) */
static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStrNoError(PyObject* obj, PyObject* attr_name);

/* CLineInTraceback.proto (used by AddTraceback) */
#if CYTHON_CLINE_IN_TRACEBACK && CYTHON_CLINE_IN_TRACEBACK_RUNTIME
static int __Pyx_CLineForTraceback(PyThreadState *tstate, int c_line);
#else
#define __Pyx_CLineForTraceback(tstate, c_line)  (((CYTHON_CLINE_IN_TRACEBACK)) ? c_line : 0)
#endif

/* CodeObjectCache.proto (used by AddTraceback) */
#if CYTHON_COMPILING_IN_LIMITED_API
typedef PyObject __Pyx_CachedCodeObjectType;
#else
typedef PyCodeObject __Pyx_CachedCodeObjectType;
#endif
typedef struct {
    __Pyx_CachedCodeObjectType* code_object;
    int code_line;
} __Pyx_CodeObjectCacheEntry;
struct __Pyx_CodeObjectCache {
    int count;
    int max_count;
    __Pyx_CodeObjectCacheEntry* entries;
  #if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
    __pyx_atomic_int_type accessor_count;
  #endif
};
static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line);
static __Pyx_CachedCodeObjectType *__pyx_find_code_object(int code_line);
static void __pyx_insert_code_object(int code_line, __Pyx_CachedCodeObjectType* code_object);

/* AddTraceback.proto */
static void __Pyx_AddTraceback(const char *funcname, int c_line,
                               int py_line, const char *filename);

/* FormatTypeName.proto */
#if CYTHON_COMPILING_IN_LIMITED_API
typedef PyObject *__Pyx_TypeName;
#define __Pyx_FMT_TYPENAME "%U"
#define __Pyx_DECREF_TypeName(obj) Py_XDECREF(obj)
#if __PYX_LIMITED_VERSION_HEX >= 0x030d0000
#define __Pyx_PyType_GetFullyQualifiedName PyType_GetFullyQualifiedName
#else
static __Pyx_TypeName __Pyx_PyType_GetFullyQualifiedName(PyTypeObject* tp);
#endif
#else  // !LIMITED_API
typedef const char *__Pyx_TypeName;
#define __Pyx_FMT_TYPENAME "%.200s"
#define __Pyx_PyType_GetFullyQualifiedName(tp) ((tp)->tp_name)
#define __Pyx_DECREF_TypeName(obj)
#endif

/* GCCDiagnostics.proto (used by CIntToPy) */
#if !defined(__INTEL_COMPILER) && defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6))
#define __Pyx_HAS_GCC_DIAGNOSTIC
#endif

/* PyObjectCall.proto (used by PyObjectFastCall) */
#if CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw);
#else
#define __Pyx_PyObject_Call(func, arg, kw) PyObject_Call(func, arg, kw)
#endif

/* PyObjectCallMethO.proto (used by PyObjectFastCall) */
#if CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg);
#endif

/* PyObjectFastCall.proto (used by PyObjectVectorCallKwBuilder) */
#define __Pyx_PyObject_FastCall(func, args, nargs)  __Pyx_PyObject_FastCallDict(func, args, (size_t)(nargs), NULL)
static CYTHON_INLINE PyObject* __Pyx_PyObject_FastCallDict(PyObject *func, PyObject * const*args, size_t nargs, PyObject *kwargs);

/* PyObjectVectorCallKwBuilder.proto (used by CIntToPy) */
CYTHON_UNUSED static int __Pyx_VectorcallBuilder_AddArg_Check(PyObject *key, PyObject *value, PyObject *builder, PyObject **args, int n);
#if CYTHON_VECTORCALL
#if PY_VERSION_HEX >= 0x03090000
#define __Pyx_Object_Vectorcall_CallFromBuilder PyObject_Vectorcall
#else
#define __Pyx_Object_Vectorcall_CallFromBuilder _PyObject_Vectorcall
#endif
#define __Pyx_MakeVectorcallBuilderKwds(n) PyTuple_New(n)
static int __Pyx_VectorcallBuilder_AddArg(PyObject *key, PyObject *value, PyObject *builder, PyObject **args, int n);
static int __Pyx_VectorcallBuilder_AddArgStr(const char *key, PyObject *value, PyObject *builder, PyObject **args, int n);
#else
#define __Pyx_Object_Vectorcall_CallFromBuilder __Pyx_PyObject_FastCallDict
#define __Pyx_MakeVectorcallBuilderKwds(n) __Pyx_PyDict_NewPresized(n)
#define __Pyx_VectorcallBuilder_AddArg(key, value, builder, args, n) PyDict_SetItem(builder, key, value)
#define __Pyx_VectorcallBuilder_AddArgStr(key, value, builder, args, n) PyDict_SetItemString(builder, key, value)
#endif

/* CIntToPy.proto */
static CYTHON_INLINE PyObject* __Pyx_PyLong_From_long(long value);

/* CIntFromPy.proto */
static CYTHON_INLINE long __Pyx_PyLong_As_long(PyObject *);

/* CIntFromPy.proto */
static CYTHON_INLINE int __Pyx_PyLong_As_int(PyObject *);

/* FastTypeChecks.proto */
#if CYTHON_COMPILING_IN_CPYTHON
#define __Pyx_TypeCheck(obj, type) __Pyx_IsSubtype(Py_TYPE(obj), (PyTypeObject *)type)
#define __Pyx_TypeCheck2(obj, type1, type2) __Pyx_IsAnySubtype2(Py_TYPE(obj), (PyTypeObject *)type1, (PyTypeObject *)type2)
static CYTHON_INLINE int __Pyx_IsSubtype(PyTypeObject *a, PyTypeObject *b);
static CYTHON_INLINE int __Pyx_IsAnySubtype2(PyTypeObject *cls, PyTypeObject *a, PyTypeObject *b);
static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches(PyObject *err, PyObject *type);
static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches2(PyObject *err, PyObject *type1, PyObject *type2);
#else
#define __Pyx_TypeCheck(obj, type) PyObject_TypeCheck(obj, (PyTypeObject *)type)
#define __Pyx_TypeCheck2(obj, type1, type2) (PyObject_TypeCheck(obj, (PyTypeObject *)type1) || PyObject_TypeCheck(obj, (PyTypeObject *)type2))
#define __Pyx_PyErr_GivenExceptionMatches(err, type) PyErr_GivenExceptionMatches(err, type)
static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches2(PyObject *err, PyObject *type1, PyObject *type2) {
    return PyErr_GivenExceptionMatches(err, type1) || PyErr_GivenExceptionMatches(err, type2);
}
#endif
#define __Pyx_PyErr_ExceptionMatches2(err1, err2)  __Pyx_PyErr_GivenExceptionMatches2(__Pyx_PyErr_CurrentExceptionType(), err1, err2)
#define __Pyx_PyException_Check(obj) __Pyx_TypeCheck(obj, PyExc_Exception)
#ifdef PyExceptionInstance_Check
  #define __Pyx_PyBaseException_Check(obj) PyExceptionInstance_Check(obj)
#else
  #define __Pyx_PyBaseException_Check(obj) __Pyx_TypeCheck(obj, PyExc_BaseException)
#endif

/* GetRuntimeVersion.proto */
#if __PYX_LIMITED_VERSION_HEX < 0x030b0000
static unsigned long __Pyx_cached_runtime_version = 0;
static void __Pyx_init_runtime_version(void);
#else
#define __Pyx_init_runtime_version()
#endif
static unsigned long __Pyx_get_runtime_version(void);

/* AddModuleRef.proto */
#if ((CYTHON_COMPILING_IN_CPYTHON_FREETHREADING ) ||\
     __PYX_LIMITED_VERSION_HEX < 0x030d0000)
  static PyObject *__Pyx_PyImport_AddModuleRef(const char *name);
#else
  #define __Pyx_PyImport_AddModuleRef(name) PyImport_AddModuleRef(name)
#endif

/* CheckBinaryVersion.proto */
static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt_version, int allow_newer);

/* DecompressString.proto */
static PyObject *__Pyx_DecompressString(const char *s, Py_ssize_t length, int algo);

/* MultiPhaseInitModuleState.proto */
#if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
static PyObject *__Pyx_State_FindModule(void*);
static int __Pyx_State_AddModule(PyObject* module, void*);
static int __Pyx_State_RemoveModule(void*);
#elif CYTHON_USE_MODULE_STATE
#define __Pyx_State_FindModule PyState_FindModule
#define __Pyx_State_AddModule PyState_AddModule
#define __Pyx_State_RemoveModule PyState_RemoveModule
#endif

/* #### Code section: module_declarations ### */
/* CythonABIVersion.proto */
#if CYTHON_COMPILING_IN_LIMITED_API
    #if CYTHON_METH_FASTCALL
        #define __PYX_FASTCALL_ABI_SUFFIX  "_fastcall"
    #else
        #define __PYX_FASTCALL_ABI_SUFFIX
    #endif
    #define __PYX_LIMITED_ABI_SUFFIX "limited" __PYX_FASTCALL_ABI_SUFFIX __PYX_AM_SEND_ABI_SUFFIX
#else
    #define __PYX_LIMITED_ABI_SUFFIX
#endif
#if __PYX_HAS_PY_AM_SEND == 1
    #define __PYX_AM_SEND_ABI_SUFFIX
#elif __PYX_HAS_PY_AM_SEND == 2
    #define __PYX_AM_SEND_ABI_SUFFIX "amsendbackport"
#else
    #define __PYX_AM_SEND_ABI_SUFFIX "noamsend"
#endif
#ifndef __PYX_MONITORING_ABI_SUFFIX
    #define __PYX_MONITORING_ABI_SUFFIX
#endif
#if CYTHON_USE_TP_FINALIZE
    #define __PYX_TP_FINALIZE_ABI_SUFFIX
#else
    #define __PYX_TP_FINALIZE_ABI_SUFFIX "nofinalize"
#endif
#if CYTHON_USE_FREELISTS || !defined(__Pyx_AsyncGen_USED)
    #define __PYX_FREELISTS_ABI_SUFFIX
#else
    #define __PYX_FREELISTS_ABI_SUFFIX "nofreelists"
#endif
#define CYTHON_ABI  __PYX_ABI_VERSION __PYX_LIMITED_ABI_SUFFIX __PYX_MONITORING_ABI_SUFFIX __PYX_TP_FINALIZE_ABI_SUFFIX __PYX_FREELISTS_ABI_SUFFIX __PYX_AM_SEND_ABI_SUFFIX
#define __PYX_ABI_MODULE_NAME "_cython_" CYTHON_ABI
#define __PYX_TYPE_MODULE_PREFIX __PYX_ABI_MODULE_NAME "."


/* Module declarations from "cython" */

/* Module declarations from "cuda.bindings._bindings.cyruntime_ptds" */
/* #### Code section: typeinfo ### */
/* #### Code section: before_global_var ### */
#define __Pyx_MODULE_NAME "cuda.bindings._bindings.cyruntime_ptds"
extern int __pyx_module_is_main_cuda__bindings___bindings__cyruntime_ptds;
int __pyx_module_is_main_cuda__bindings___bindings__cyruntime_ptds = 0;

/* Implementation of "cuda.bindings._bindings.cyruntime_ptds" */
/* #### Code section: global_var ### */
/* #### Code section: string_decls ### */
/* #### Code section: decls ### */
/* #### Code section: late_includes ### */
/* #### Code section: module_state ### */
/* SmallCodeConfig */
#ifndef CYTHON_SMALL_CODE
#if defined(__clang__)
    #define CYTHON_SMALL_CODE
#elif defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3))
    #define CYTHON_SMALL_CODE __attribute__((cold))
#else
    #define CYTHON_SMALL_CODE
#endif
#endif

typedef struct {
  PyObject *__pyx_d;
  PyObject *__pyx_b;
  PyObject *__pyx_cython_runtime;
  PyObject *__pyx_empty_tuple;
  PyObject *__pyx_empty_bytes;
  PyObject *__pyx_empty_unicode;
  PyObject *__pyx_string_tab[10];
/* #### Code section: module_state_contents ### */
/* CodeObjectCache.module_state_decls */
struct __Pyx_CodeObjectCache __pyx_code_cache;

/* #### Code section: module_state_end ### */
} __pyx_mstatetype;

#if CYTHON_USE_MODULE_STATE
#ifdef __cplusplus
namespace {
extern struct PyModuleDef __pyx_moduledef;
} /* anonymous namespace */
#else
static struct PyModuleDef __pyx_moduledef;
#endif

#define __pyx_mstate_global (__Pyx_PyModule_GetState(__Pyx_State_FindModule(&__pyx_moduledef)))

#define __pyx_m (__Pyx_State_FindModule(&__pyx_moduledef))
#else
static __pyx_mstatetype __pyx_mstate_global_static =
#ifdef __cplusplus
    {};
#else
    {0};
#endif
static __pyx_mstatetype * const __pyx_mstate_global = &__pyx_mstate_global_static;
#endif
/* #### Code section: constant_name_defines ### */
#define __pyx_kp_u_ __pyx_string_tab[0]
#define __pyx_n_u_cline_in_traceback __pyx_string_tab[1]
#define __pyx_n_u_main __pyx_string_tab[2]
#define __pyx_n_u_module __pyx_string_tab[3]
#define __pyx_n_u_name __pyx_string_tab[4]
#define __pyx_n_u_pyx_capi __pyx_string_tab[5]
#define __pyx_n_u_qualname __pyx_string_tab[6]
#define __pyx_n_u_setdefault __pyx_string_tab[7]
#define __pyx_n_u_test __pyx_string_tab[8]
#define __pyx_kp_b_char_const_cudaError_t_cudaError __pyx_string_tab[9]
/* #### Code section: module_state_clear ### */
#if CYTHON_USE_MODULE_STATE
static CYTHON_SMALL_CODE int __pyx_m_clear(PyObject *m) {
  __pyx_mstatetype *clear_module_state = __Pyx_PyModule_GetState(m);
  if (!clear_module_state) return 0;
  Py_CLEAR(clear_module_state->__pyx_d);
  Py_CLEAR(clear_module_state->__pyx_b);
  Py_CLEAR(clear_module_state->__pyx_cython_runtime);
  Py_CLEAR(clear_module_state->__pyx_empty_tuple);
  Py_CLEAR(clear_module_state->__pyx_empty_bytes);
  Py_CLEAR(clear_module_state->__pyx_empty_unicode);
  #if CYTHON_PEP489_MULTI_PHASE_INIT
  __Pyx_State_RemoveModule(NULL);
  #endif
  for (int i=0; i<10; ++i) { Py_CLEAR(clear_module_state->__pyx_string_tab[i]); }
/* #### Code section: module_state_clear_contents ### */
/* #### Code section: module_state_clear_end ### */
return 0;
}
#endif
/* #### Code section: module_state_traverse ### */
#if CYTHON_USE_MODULE_STATE
static CYTHON_SMALL_CODE int __pyx_m_traverse(PyObject *m, visitproc visit, void *arg) {
  __pyx_mstatetype *traverse_module_state = __Pyx_PyModule_GetState(m);
  if (!traverse_module_state) return 0;
  Py_VISIT(traverse_module_state->__pyx_d);
  Py_VISIT(traverse_module_state->__pyx_b);
  Py_VISIT(traverse_module_state->__pyx_cython_runtime);
  __Pyx_VISIT_CONST(traverse_module_state->__pyx_empty_tuple);
  __Pyx_VISIT_CONST(traverse_module_state->__pyx_empty_bytes);
  __Pyx_VISIT_CONST(traverse_module_state->__pyx_empty_unicode);
  for (int i=0; i<10; ++i) { __Pyx_VISIT_CONST(traverse_module_state->__pyx_string_tab[i]); }
/* #### Code section: module_state_traverse_contents ### */
/* #### Code section: module_state_traverse_end ### */
return 0;
}
#endif
/* #### Code section: module_code ### */

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":14
 * cimport cython
 * 
 * cdef cudaError_t _cudaDeviceReset() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceReset()
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceReset(void) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":15
 * 
 * cdef cudaError_t _cudaDeviceReset() except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceReset()             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceReset();
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":14
 * cimport cython
 * 
 * cdef cudaError_t _cudaDeviceReset() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceReset()
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":17
 *     return cudaDeviceReset()
 * 
 * cdef cudaError_t _cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceSynchronize()
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSynchronize(void) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":18
 * 
 * cdef cudaError_t _cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceSynchronize()             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceSynchronize();
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":17
 *     return cudaDeviceReset()
 * 
 * cdef cudaError_t _cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceSynchronize()
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":20
 *     return cudaDeviceSynchronize()
 * 
 * cdef cudaError_t _cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceSetLimit(limit, value)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetLimit(enum cudaLimit __pyx_v_limit, size_t __pyx_v_value) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":21
 * 
 * cdef cudaError_t _cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceSetLimit(limit, value)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceSetLimit(__pyx_v_limit, __pyx_v_value);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":20
 *     return cudaDeviceSynchronize()
 * 
 * cdef cudaError_t _cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceSetLimit(limit, value)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":23
 *     return cudaDeviceSetLimit(limit, value)
 * 
 * cdef cudaError_t _cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetLimit(pValue, limit)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetLimit(size_t *__pyx_v_pValue, enum cudaLimit __pyx_v_limit) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":24
 * 
 * cdef cudaError_t _cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetLimit(pValue, limit)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetLimit(__pyx_v_pValue, __pyx_v_limit);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":23
 *     return cudaDeviceSetLimit(limit, value)
 * 
 * cdef cudaError_t _cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetLimit(pValue, limit)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":26
 *     return cudaDeviceGetLimit(pValue, limit)
 * 
 * cdef cudaError_t _cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetTexture1DLinearMaxWidth(size_t *__pyx_v_maxWidthInElements, struct cudaChannelFormatDesc const *__pyx_v_fmtDesc, int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":27
 * 
 * cdef cudaError_t _cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetTexture1DLinearMaxWidth(__pyx_v_maxWidthInElements, __pyx_v_fmtDesc, __pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":26
 *     return cudaDeviceGetLimit(pValue, limit)
 * 
 * cdef cudaError_t _cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":29
 *     return cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device)
 * 
 * cdef cudaError_t _cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetCacheConfig(pCacheConfig)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetCacheConfig(enum cudaFuncCache *__pyx_v_pCacheConfig) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":30
 * 
 * cdef cudaError_t _cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetCacheConfig(pCacheConfig)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetCacheConfig(__pyx_v_pCacheConfig);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":29
 *     return cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device)
 * 
 * cdef cudaError_t _cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetCacheConfig(pCacheConfig)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":32
 *     return cudaDeviceGetCacheConfig(pCacheConfig)
 * 
 * cdef cudaError_t _cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetStreamPriorityRange(int *__pyx_v_leastPriority, int *__pyx_v_greatestPriority) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":33
 * 
 * cdef cudaError_t _cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetStreamPriorityRange(__pyx_v_leastPriority, __pyx_v_greatestPriority);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":32
 *     return cudaDeviceGetCacheConfig(pCacheConfig)
 * 
 * cdef cudaError_t _cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":35
 *     return cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority)
 * 
 * cdef cudaError_t _cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceSetCacheConfig(cacheConfig)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetCacheConfig(enum cudaFuncCache __pyx_v_cacheConfig) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":36
 * 
 * cdef cudaError_t _cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceSetCacheConfig(cacheConfig)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceSetCacheConfig(__pyx_v_cacheConfig);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":35
 *     return cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority)
 * 
 * cdef cudaError_t _cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceSetCacheConfig(cacheConfig)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":38
 *     return cudaDeviceSetCacheConfig(cacheConfig)
 * 
 * cdef cudaError_t _cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetByPCIBusId(device, pciBusId)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetByPCIBusId(int *__pyx_v_device, char const *__pyx_v_pciBusId) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":39
 * 
 * cdef cudaError_t _cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetByPCIBusId(device, pciBusId)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetByPCIBusId(__pyx_v_device, __pyx_v_pciBusId);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":38
 *     return cudaDeviceSetCacheConfig(cacheConfig)
 * 
 * cdef cudaError_t _cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetByPCIBusId(device, pciBusId)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":41
 *     return cudaDeviceGetByPCIBusId(device, pciBusId)
 * 
 * cdef cudaError_t _cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetPCIBusId(pciBusId, length, device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetPCIBusId(char *__pyx_v_pciBusId, int __pyx_v_length, int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":42
 * 
 * cdef cudaError_t _cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetPCIBusId(pciBusId, length, device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetPCIBusId(__pyx_v_pciBusId, __pyx_v_length, __pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":41
 *     return cudaDeviceGetByPCIBusId(device, pciBusId)
 * 
 * cdef cudaError_t _cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetPCIBusId(pciBusId, length, device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":44
 *     return cudaDeviceGetPCIBusId(pciBusId, length, device)
 * 
 * cdef cudaError_t _cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaIpcGetEventHandle(handle, event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcGetEventHandle(cudaIpcEventHandle_t *__pyx_v_handle, cudaEvent_t __pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":45
 * 
 * cdef cudaError_t _cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaIpcGetEventHandle(handle, event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaIpcGetEventHandle(__pyx_v_handle, __pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":44
 *     return cudaDeviceGetPCIBusId(pciBusId, length, device)
 * 
 * cdef cudaError_t _cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaIpcGetEventHandle(handle, event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":47
 *     return cudaIpcGetEventHandle(handle, event)
 * 
 * cdef cudaError_t _cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaIpcOpenEventHandle(event, handle)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcOpenEventHandle(cudaEvent_t *__pyx_v_event, cudaIpcEventHandle_t __pyx_v_handle) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":48
 * 
 * cdef cudaError_t _cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaIpcOpenEventHandle(event, handle)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaIpcOpenEventHandle(__pyx_v_event, __pyx_v_handle);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":47
 *     return cudaIpcGetEventHandle(handle, event)
 * 
 * cdef cudaError_t _cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaIpcOpenEventHandle(event, handle)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":50
 *     return cudaIpcOpenEventHandle(event, handle)
 * 
 * cdef cudaError_t _cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaIpcGetMemHandle(handle, devPtr)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcGetMemHandle(cudaIpcMemHandle_t *__pyx_v_handle, void *__pyx_v_devPtr) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":51
 * 
 * cdef cudaError_t _cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaIpcGetMemHandle(handle, devPtr)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaIpcGetMemHandle(__pyx_v_handle, __pyx_v_devPtr);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":50
 *     return cudaIpcOpenEventHandle(event, handle)
 * 
 * cdef cudaError_t _cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaIpcGetMemHandle(handle, devPtr)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":53
 *     return cudaIpcGetMemHandle(handle, devPtr)
 * 
 * cdef cudaError_t _cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaIpcOpenMemHandle(devPtr, handle, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcOpenMemHandle(void **__pyx_v_devPtr, cudaIpcMemHandle_t __pyx_v_handle, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":54
 * 
 * cdef cudaError_t _cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaIpcOpenMemHandle(devPtr, handle, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaIpcOpenMemHandle(__pyx_v_devPtr, __pyx_v_handle, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":53
 *     return cudaIpcGetMemHandle(handle, devPtr)
 * 
 * cdef cudaError_t _cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaIpcOpenMemHandle(devPtr, handle, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":56
 *     return cudaIpcOpenMemHandle(devPtr, handle, flags)
 * 
 * cdef cudaError_t _cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaIpcCloseMemHandle(devPtr)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcCloseMemHandle(void *__pyx_v_devPtr) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":57
 * 
 * cdef cudaError_t _cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaIpcCloseMemHandle(devPtr)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaIpcCloseMemHandle(__pyx_v_devPtr);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":56
 *     return cudaIpcOpenMemHandle(devPtr, handle, flags)
 * 
 * cdef cudaError_t _cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaIpcCloseMemHandle(devPtr)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":59
 *     return cudaIpcCloseMemHandle(devPtr)
 * 
 * cdef cudaError_t _cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceFlushGPUDirectRDMAWrites(target, scope)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceFlushGPUDirectRDMAWrites(enum cudaFlushGPUDirectRDMAWritesTarget __pyx_v_target, enum cudaFlushGPUDirectRDMAWritesScope __pyx_v_scope) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":60
 * 
 * cdef cudaError_t _cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceFlushGPUDirectRDMAWrites(target, scope)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceFlushGPUDirectRDMAWrites(__pyx_v_target, __pyx_v_scope);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":59
 *     return cudaIpcCloseMemHandle(devPtr)
 * 
 * cdef cudaError_t _cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceFlushGPUDirectRDMAWrites(target, scope)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":62
 *     return cudaDeviceFlushGPUDirectRDMAWrites(target, scope)
 * 
 * cdef cudaError_t _cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceRegisterAsyncNotification(int __pyx_v_device, cudaAsyncCallback __pyx_v_callbackFunc, void *__pyx_v_userData, cudaAsyncCallbackHandle_t *__pyx_v_callback) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":63
 * 
 * cdef cudaError_t _cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceRegisterAsyncNotification(__pyx_v_device, __pyx_v_callbackFunc, __pyx_v_userData, __pyx_v_callback);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":62
 *     return cudaDeviceFlushGPUDirectRDMAWrites(target, scope)
 * 
 * cdef cudaError_t _cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":65
 *     return cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback)
 * 
 * cdef cudaError_t _cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceUnregisterAsyncNotification(device, callback)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceUnregisterAsyncNotification(int __pyx_v_device, cudaAsyncCallbackHandle_t __pyx_v_callback) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":66
 * 
 * cdef cudaError_t _cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceUnregisterAsyncNotification(device, callback)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceUnregisterAsyncNotification(__pyx_v_device, __pyx_v_callback);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":65
 *     return cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback)
 * 
 * cdef cudaError_t _cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceUnregisterAsyncNotification(device, callback)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":68
 *     return cudaDeviceUnregisterAsyncNotification(device, callback)
 * 
 * cdef cudaError_t _cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetSharedMemConfig(pConfig)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetSharedMemConfig(enum cudaSharedMemConfig *__pyx_v_pConfig) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":69
 * 
 * cdef cudaError_t _cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetSharedMemConfig(pConfig)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetSharedMemConfig(__pyx_v_pConfig);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":68
 *     return cudaDeviceUnregisterAsyncNotification(device, callback)
 * 
 * cdef cudaError_t _cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetSharedMemConfig(pConfig)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":71
 *     return cudaDeviceGetSharedMemConfig(pConfig)
 * 
 * cdef cudaError_t _cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceSetSharedMemConfig(config)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetSharedMemConfig(enum cudaSharedMemConfig __pyx_v_config) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":72
 * 
 * cdef cudaError_t _cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceSetSharedMemConfig(config)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceSetSharedMemConfig(__pyx_v_config);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":71
 *     return cudaDeviceGetSharedMemConfig(pConfig)
 * 
 * cdef cudaError_t _cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceSetSharedMemConfig(config)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":74
 *     return cudaDeviceSetSharedMemConfig(config)
 * 
 * cdef cudaError_t _cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetLastError()
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetLastError(void) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":75
 * 
 * cdef cudaError_t _cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetLastError()             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetLastError();
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":74
 *     return cudaDeviceSetSharedMemConfig(config)
 * 
 * cdef cudaError_t _cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetLastError()
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":77
 *     return cudaGetLastError()
 * 
 * cdef cudaError_t _cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaPeekAtLastError()
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaPeekAtLastError(void) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":78
 * 
 * cdef cudaError_t _cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaPeekAtLastError()             # <<<<<<<<<<<<<<
 * 
 * cdef const char* _cudaGetErrorName(cudaError_t error) except ?NULL nogil:
*/
  __pyx_r = cudaPeekAtLastError();
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":77
 *     return cudaGetLastError()
 * 
 * cdef cudaError_t _cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaPeekAtLastError()
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":80
 *     return cudaPeekAtLastError()
 * 
 * cdef const char* _cudaGetErrorName(cudaError_t error) except ?NULL nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetErrorName(error)
 * 
*/

static char const *__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetErrorName(cudaError_t __pyx_v_error) {
  char const *__pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":81
 * 
 * cdef const char* _cudaGetErrorName(cudaError_t error) except ?NULL nogil:
 *     return cudaGetErrorName(error)             # <<<<<<<<<<<<<<
 * 
 * cdef const char* _cudaGetErrorString(cudaError_t error) except ?NULL nogil:
*/
  __pyx_r = cudaGetErrorName(__pyx_v_error);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":80
 *     return cudaPeekAtLastError()
 * 
 * cdef const char* _cudaGetErrorName(cudaError_t error) except ?NULL nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetErrorName(error)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":83
 *     return cudaGetErrorName(error)
 * 
 * cdef const char* _cudaGetErrorString(cudaError_t error) except ?NULL nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetErrorString(error)
 * 
*/

static char const *__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetErrorString(cudaError_t __pyx_v_error) {
  char const *__pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":84
 * 
 * cdef const char* _cudaGetErrorString(cudaError_t error) except ?NULL nogil:
 *     return cudaGetErrorString(error)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetErrorString(__pyx_v_error);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":83
 *     return cudaGetErrorName(error)
 * 
 * cdef const char* _cudaGetErrorString(cudaError_t error) except ?NULL nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetErrorString(error)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":86
 *     return cudaGetErrorString(error)
 * 
 * cdef cudaError_t _cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetDeviceCount(count)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceCount(int *__pyx_v_count) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":87
 * 
 * cdef cudaError_t _cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetDeviceCount(count)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetDeviceCount(__pyx_v_count);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":86
 *     return cudaGetErrorString(error)
 * 
 * cdef cudaError_t _cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetDeviceCount(count)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":89
 *     return cudaGetDeviceCount(count)
 * 
 * cdef cudaError_t _cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetDeviceProperties(prop, device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceProperties(struct cudaDeviceProp *__pyx_v_prop, int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":90
 * 
 * cdef cudaError_t _cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetDeviceProperties(prop, device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetDeviceProperties(__pyx_v_prop, __pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":89
 *     return cudaGetDeviceCount(count)
 * 
 * cdef cudaError_t _cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetDeviceProperties(prop, device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":92
 *     return cudaGetDeviceProperties(prop, device)
 * 
 * cdef cudaError_t _cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetAttribute(value, attr, device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetAttribute(int *__pyx_v_value, enum cudaDeviceAttr __pyx_v_attr, int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":93
 * 
 * cdef cudaError_t _cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetAttribute(value, attr, device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetAttribute(__pyx_v_value, __pyx_v_attr, __pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":92
 *     return cudaGetDeviceProperties(prop, device)
 * 
 * cdef cudaError_t _cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetAttribute(value, attr, device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":95
 *     return cudaDeviceGetAttribute(value, attr, device)
 * 
 * cdef cudaError_t _cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetHostAtomicCapabilities(unsigned int *__pyx_v_capabilities, enum cudaAtomicOperation const *__pyx_v_operations, unsigned int __pyx_v_count, int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":96
 * 
 * cdef cudaError_t _cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetHostAtomicCapabilities(__pyx_v_capabilities, __pyx_v_operations, __pyx_v_count, __pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":95
 *     return cudaDeviceGetAttribute(value, attr, device)
 * 
 * cdef cudaError_t _cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":98
 *     return cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device)
 * 
 * cdef cudaError_t _cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetDefaultMemPool(memPool, device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetDefaultMemPool(cudaMemPool_t *__pyx_v_memPool, int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":99
 * 
 * cdef cudaError_t _cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetDefaultMemPool(memPool, device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetDefaultMemPool(__pyx_v_memPool, __pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":98
 *     return cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device)
 * 
 * cdef cudaError_t _cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetDefaultMemPool(memPool, device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":101
 *     return cudaDeviceGetDefaultMemPool(memPool, device)
 * 
 * cdef cudaError_t _cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceSetMemPool(device, memPool)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetMemPool(int __pyx_v_device, cudaMemPool_t __pyx_v_memPool) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":102
 * 
 * cdef cudaError_t _cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceSetMemPool(device, memPool)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceSetMemPool(__pyx_v_device, __pyx_v_memPool);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":101
 *     return cudaDeviceGetDefaultMemPool(memPool, device)
 * 
 * cdef cudaError_t _cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceSetMemPool(device, memPool)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":104
 *     return cudaDeviceSetMemPool(device, memPool)
 * 
 * cdef cudaError_t _cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetMemPool(memPool, device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetMemPool(cudaMemPool_t *__pyx_v_memPool, int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":105
 * 
 * cdef cudaError_t _cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetMemPool(memPool, device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetMemPool(__pyx_v_memPool, __pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":104
 *     return cudaDeviceSetMemPool(device, memPool)
 * 
 * cdef cudaError_t _cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetMemPool(memPool, device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":107
 *     return cudaDeviceGetMemPool(memPool, device)
 * 
 * cdef cudaError_t _cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetNvSciSyncAttributes(void *__pyx_v_nvSciSyncAttrList, int __pyx_v_device, int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":108
 * 
 * cdef cudaError_t _cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetNvSciSyncAttributes(__pyx_v_nvSciSyncAttrList, __pyx_v_device, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":107
 *     return cudaDeviceGetMemPool(memPool, device)
 * 
 * cdef cudaError_t _cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":110
 *     return cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags)
 * 
 * cdef cudaError_t _cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetP2PAttribute(int *__pyx_v_value, enum cudaDeviceP2PAttr __pyx_v_attr, int __pyx_v_srcDevice, int __pyx_v_dstDevice) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":111
 * 
 * cdef cudaError_t _cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetP2PAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetP2PAttribute(__pyx_v_value, __pyx_v_attr, __pyx_v_srcDevice, __pyx_v_dstDevice);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":110
 *     return cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags)
 * 
 * cdef cudaError_t _cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":113
 *     return cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice)
 * 
 * cdef cudaError_t _cudaDeviceGetP2PAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetP2PAtomicCapabilities(unsigned int *__pyx_v_capabilities, enum cudaAtomicOperation const *__pyx_v_operations, unsigned int __pyx_v_count, int __pyx_v_srcDevice, int __pyx_v_dstDevice) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":114
 * 
 * cdef cudaError_t _cudaDeviceGetP2PAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetP2PAtomicCapabilities(__pyx_v_capabilities, __pyx_v_operations, __pyx_v_count, __pyx_v_srcDevice, __pyx_v_dstDevice);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":113
 *     return cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice)
 * 
 * cdef cudaError_t _cudaDeviceGetP2PAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":116
 *     return cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice)
 * 
 * cdef cudaError_t _cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaChooseDevice(device, prop)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaChooseDevice(int *__pyx_v_device, struct cudaDeviceProp const *__pyx_v_prop) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":117
 * 
 * cdef cudaError_t _cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaChooseDevice(device, prop)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaChooseDevice(__pyx_v_device, __pyx_v_prop);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":116
 *     return cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice)
 * 
 * cdef cudaError_t _cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaChooseDevice(device, prop)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":119
 *     return cudaChooseDevice(device, prop)
 * 
 * cdef cudaError_t _cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaInitDevice(device, deviceFlags, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaInitDevice(int __pyx_v_device, unsigned int __pyx_v_deviceFlags, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":120
 * 
 * cdef cudaError_t _cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaInitDevice(device, deviceFlags, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaInitDevice(__pyx_v_device, __pyx_v_deviceFlags, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":119
 *     return cudaChooseDevice(device, prop)
 * 
 * cdef cudaError_t _cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaInitDevice(device, deviceFlags, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":122
 *     return cudaInitDevice(device, deviceFlags, flags)
 * 
 * cdef cudaError_t _cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaSetDevice(device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSetDevice(int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":123
 * 
 * cdef cudaError_t _cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaSetDevice(device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaSetDevice(__pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":122
 *     return cudaInitDevice(device, deviceFlags, flags)
 * 
 * cdef cudaError_t _cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaSetDevice(device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":125
 *     return cudaSetDevice(device)
 * 
 * cdef cudaError_t _cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetDevice(device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDevice(int *__pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":126
 * 
 * cdef cudaError_t _cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetDevice(device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetDevice(__pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":125
 *     return cudaSetDevice(device)
 * 
 * cdef cudaError_t _cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetDevice(device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":128
 *     return cudaGetDevice(device)
 * 
 * cdef cudaError_t _cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaSetDeviceFlags(flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSetDeviceFlags(unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":129
 * 
 * cdef cudaError_t _cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaSetDeviceFlags(flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaSetDeviceFlags(__pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":128
 *     return cudaGetDevice(device)
 * 
 * cdef cudaError_t _cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaSetDeviceFlags(flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":131
 *     return cudaSetDeviceFlags(flags)
 * 
 * cdef cudaError_t _cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetDeviceFlags(flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceFlags(unsigned int *__pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":132
 * 
 * cdef cudaError_t _cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetDeviceFlags(flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetDeviceFlags(__pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":131
 *     return cudaSetDeviceFlags(flags)
 * 
 * cdef cudaError_t _cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetDeviceFlags(flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":134
 *     return cudaGetDeviceFlags(flags)
 * 
 * cdef cudaError_t _cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamCreate(pStream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreate(cudaStream_t *__pyx_v_pStream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":135
 * 
 * cdef cudaError_t _cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamCreate(pStream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamCreate(__pyx_v_pStream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":134
 *     return cudaGetDeviceFlags(flags)
 * 
 * cdef cudaError_t _cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamCreate(pStream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":137
 *     return cudaStreamCreate(pStream)
 * 
 * cdef cudaError_t _cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamCreateWithFlags(pStream, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreateWithFlags(cudaStream_t *__pyx_v_pStream, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":138
 * 
 * cdef cudaError_t _cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamCreateWithFlags(pStream, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamCreateWithFlags(__pyx_v_pStream, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":137
 *     return cudaStreamCreate(pStream)
 * 
 * cdef cudaError_t _cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamCreateWithFlags(pStream, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":140
 *     return cudaStreamCreateWithFlags(pStream, flags)
 * 
 * cdef cudaError_t _cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamCreateWithPriority(pStream, flags, priority)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreateWithPriority(cudaStream_t *__pyx_v_pStream, unsigned int __pyx_v_flags, int __pyx_v_priority) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":141
 * 
 * cdef cudaError_t _cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamCreateWithPriority(pStream, flags, priority)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamCreateWithPriority(__pyx_v_pStream, __pyx_v_flags, __pyx_v_priority);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":140
 *     return cudaStreamCreateWithFlags(pStream, flags)
 * 
 * cdef cudaError_t _cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamCreateWithPriority(pStream, flags, priority)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":143
 *     return cudaStreamCreateWithPriority(pStream, flags, priority)
 * 
 * cdef cudaError_t _cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetPriority(hStream, priority)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetPriority(cudaStream_t __pyx_v_hStream, int *__pyx_v_priority) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":144
 * 
 * cdef cudaError_t _cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamGetPriority(hStream, priority)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamGetPriority(__pyx_v_hStream, __pyx_v_priority);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":143
 *     return cudaStreamCreateWithPriority(pStream, flags, priority)
 * 
 * cdef cudaError_t _cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetPriority(hStream, priority)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":146
 *     return cudaStreamGetPriority(hStream, priority)
 * 
 * cdef cudaError_t _cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetFlags(hStream, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetFlags(cudaStream_t __pyx_v_hStream, unsigned int *__pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":147
 * 
 * cdef cudaError_t _cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamGetFlags(hStream, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamGetFlags(__pyx_v_hStream, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":146
 *     return cudaStreamGetPriority(hStream, priority)
 * 
 * cdef cudaError_t _cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetFlags(hStream, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":149
 *     return cudaStreamGetFlags(hStream, flags)
 * 
 * cdef cudaError_t _cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetId(hStream, streamId)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetId(cudaStream_t __pyx_v_hStream, unsigned PY_LONG_LONG *__pyx_v_streamId) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":150
 * 
 * cdef cudaError_t _cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamGetId(hStream, streamId)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamGetId(__pyx_v_hStream, __pyx_v_streamId);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":149
 *     return cudaStreamGetFlags(hStream, flags)
 * 
 * cdef cudaError_t _cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetId(hStream, streamId)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":152
 *     return cudaStreamGetId(hStream, streamId)
 * 
 * cdef cudaError_t _cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetDevice(hStream, device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetDevice(cudaStream_t __pyx_v_hStream, int *__pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":153
 * 
 * cdef cudaError_t _cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamGetDevice(hStream, device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamGetDevice(__pyx_v_hStream, __pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":152
 *     return cudaStreamGetId(hStream, streamId)
 * 
 * cdef cudaError_t _cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetDevice(hStream, device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":155
 *     return cudaStreamGetDevice(hStream, device)
 * 
 * cdef cudaError_t _cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaCtxResetPersistingL2Cache()
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCtxResetPersistingL2Cache(void) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":156
 * 
 * cdef cudaError_t _cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaCtxResetPersistingL2Cache()             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaCtxResetPersistingL2Cache();
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":155
 *     return cudaStreamGetDevice(hStream, device)
 * 
 * cdef cudaError_t _cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaCtxResetPersistingL2Cache()
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":158
 *     return cudaCtxResetPersistingL2Cache()
 * 
 * cdef cudaError_t _cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamCopyAttributes(dst, src)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCopyAttributes(cudaStream_t __pyx_v_dst, cudaStream_t __pyx_v_src) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":159
 * 
 * cdef cudaError_t _cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamCopyAttributes(dst, src)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamCopyAttributes(__pyx_v_dst, __pyx_v_src);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":158
 *     return cudaCtxResetPersistingL2Cache()
 * 
 * cdef cudaError_t _cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamCopyAttributes(dst, src)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":161
 *     return cudaStreamCopyAttributes(dst, src)
 * 
 * cdef cudaError_t _cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetAttribute(hStream, attr, value_out)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetAttribute(cudaStream_t __pyx_v_hStream, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrID __pyx_v_attr, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrValue *__pyx_v_value_out) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":162
 * 
 * cdef cudaError_t _cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamGetAttribute(hStream, attr, value_out)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamGetAttribute(__pyx_v_hStream, __pyx_v_attr, __pyx_v_value_out);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":161
 *     return cudaStreamCopyAttributes(dst, src)
 * 
 * cdef cudaError_t _cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetAttribute(hStream, attr, value_out)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":164
 *     return cudaStreamGetAttribute(hStream, attr, value_out)
 * 
 * cdef cudaError_t _cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamSetAttribute(hStream, attr, value)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamSetAttribute(cudaStream_t __pyx_v_hStream, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrID __pyx_v_attr, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrValue const *__pyx_v_value) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":165
 * 
 * cdef cudaError_t _cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamSetAttribute(hStream, attr, value)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamSetAttribute(__pyx_v_hStream, __pyx_v_attr, __pyx_v_value);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":164
 *     return cudaStreamGetAttribute(hStream, attr, value_out)
 * 
 * cdef cudaError_t _cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamSetAttribute(hStream, attr, value)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":167
 *     return cudaStreamSetAttribute(hStream, attr, value)
 * 
 * cdef cudaError_t _cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamDestroy(stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamDestroy(cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":168
 * 
 * cdef cudaError_t _cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamDestroy(stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamDestroy(__pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":167
 *     return cudaStreamSetAttribute(hStream, attr, value)
 * 
 * cdef cudaError_t _cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamDestroy(stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":170
 *     return cudaStreamDestroy(stream)
 * 
 * cdef cudaError_t _cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamWaitEvent(stream, event, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamWaitEvent(cudaStream_t __pyx_v_stream, cudaEvent_t __pyx_v_event, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":171
 * 
 * cdef cudaError_t _cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamWaitEvent(stream, event, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamWaitEvent(__pyx_v_stream, __pyx_v_event, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":170
 *     return cudaStreamDestroy(stream)
 * 
 * cdef cudaError_t _cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamWaitEvent(stream, event, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":173
 *     return cudaStreamWaitEvent(stream, event, flags)
 * 
 * cdef cudaError_t _cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamAddCallback(stream, callback, userData, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamAddCallback(cudaStream_t __pyx_v_stream, cudaStreamCallback_t __pyx_v_callback, void *__pyx_v_userData, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":174
 * 
 * cdef cudaError_t _cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamAddCallback(stream, callback, userData, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamAddCallback(__pyx_v_stream, __pyx_v_callback, __pyx_v_userData, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":173
 *     return cudaStreamWaitEvent(stream, event, flags)
 * 
 * cdef cudaError_t _cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamAddCallback(stream, callback, userData, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":176
 *     return cudaStreamAddCallback(stream, callback, userData, flags)
 * 
 * cdef cudaError_t _cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamSynchronize(stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamSynchronize(cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":177
 * 
 * cdef cudaError_t _cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamSynchronize(stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamSynchronize(__pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":176
 *     return cudaStreamAddCallback(stream, callback, userData, flags)
 * 
 * cdef cudaError_t _cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamSynchronize(stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":179
 *     return cudaStreamSynchronize(stream)
 * 
 * cdef cudaError_t _cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamQuery(stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamQuery(cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":180
 * 
 * cdef cudaError_t _cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamQuery(stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamQuery(__pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":179
 *     return cudaStreamSynchronize(stream)
 * 
 * cdef cudaError_t _cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamQuery(stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":182
 *     return cudaStreamQuery(stream)
 * 
 * cdef cudaError_t _cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamAttachMemAsync(stream, devPtr, length, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamAttachMemAsync(cudaStream_t __pyx_v_stream, void *__pyx_v_devPtr, size_t __pyx_v_length, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":183
 * 
 * cdef cudaError_t _cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamAttachMemAsync(stream, devPtr, length, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamAttachMemAsync(__pyx_v_stream, __pyx_v_devPtr, __pyx_v_length, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":182
 *     return cudaStreamQuery(stream)
 * 
 * cdef cudaError_t _cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamAttachMemAsync(stream, devPtr, length, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":185
 *     return cudaStreamAttachMemAsync(stream, devPtr, length, flags)
 * 
 * cdef cudaError_t _cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamBeginCapture(stream, mode)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamBeginCapture(cudaStream_t __pyx_v_stream, enum cudaStreamCaptureMode __pyx_v_mode) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":186
 * 
 * cdef cudaError_t _cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamBeginCapture(stream, mode)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamBeginCaptureToGraph(cudaStream_t stream, cudaGraph_t graph, const cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamBeginCapture(__pyx_v_stream, __pyx_v_mode);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":185
 *     return cudaStreamAttachMemAsync(stream, devPtr, length, flags)
 * 
 * cdef cudaError_t _cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamBeginCapture(stream, mode)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":188
 *     return cudaStreamBeginCapture(stream, mode)
 * 
 * cdef cudaError_t _cudaStreamBeginCaptureToGraph(cudaStream_t stream, cudaGraph_t graph, const cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamBeginCaptureToGraph(cudaStream_t __pyx_v_stream, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_dependencies, cudaGraphEdgeData const *__pyx_v_dependencyData, size_t __pyx_v_numDependencies, enum cudaStreamCaptureMode __pyx_v_mode) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":189
 * 
 * cdef cudaError_t _cudaStreamBeginCaptureToGraph(cudaStream_t stream, cudaGraph_t graph, const cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamBeginCaptureToGraph(__pyx_v_stream, __pyx_v_graph, __pyx_v_dependencies, __pyx_v_dependencyData, __pyx_v_numDependencies, __pyx_v_mode);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":188
 *     return cudaStreamBeginCapture(stream, mode)
 * 
 * cdef cudaError_t _cudaStreamBeginCaptureToGraph(cudaStream_t stream, cudaGraph_t graph, const cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":191
 *     return cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode)
 * 
 * cdef cudaError_t _cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaThreadExchangeStreamCaptureMode(mode)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaThreadExchangeStreamCaptureMode(enum cudaStreamCaptureMode *__pyx_v_mode) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":192
 * 
 * cdef cudaError_t _cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaThreadExchangeStreamCaptureMode(mode)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaThreadExchangeStreamCaptureMode(__pyx_v_mode);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":191
 *     return cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode)
 * 
 * cdef cudaError_t _cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaThreadExchangeStreamCaptureMode(mode)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":194
 *     return cudaThreadExchangeStreamCaptureMode(mode)
 * 
 * cdef cudaError_t _cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamEndCapture(stream, pGraph)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamEndCapture(cudaStream_t __pyx_v_stream, cudaGraph_t *__pyx_v_pGraph) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":195
 * 
 * cdef cudaError_t _cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamEndCapture(stream, pGraph)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamEndCapture(__pyx_v_stream, __pyx_v_pGraph);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":194
 *     return cudaThreadExchangeStreamCaptureMode(mode)
 * 
 * cdef cudaError_t _cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamEndCapture(stream, pGraph)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":197
 *     return cudaStreamEndCapture(stream, pGraph)
 * 
 * cdef cudaError_t _cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamIsCapturing(stream, pCaptureStatus)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamIsCapturing(cudaStream_t __pyx_v_stream, enum cudaStreamCaptureStatus *__pyx_v_pCaptureStatus) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":198
 * 
 * cdef cudaError_t _cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamIsCapturing(stream, pCaptureStatus)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamGetCaptureInfo(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) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamIsCapturing(__pyx_v_stream, __pyx_v_pCaptureStatus);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":197
 *     return cudaStreamEndCapture(stream, pGraph)
 * 
 * cdef cudaError_t _cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamIsCapturing(stream, pCaptureStatus)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":200
 *     return cudaStreamIsCapturing(stream, pCaptureStatus)
 * 
 * cdef cudaError_t _cudaStreamGetCaptureInfo(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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetCaptureInfo(cudaStream_t __pyx_v_stream, enum cudaStreamCaptureStatus *__pyx_v_captureStatus_out, unsigned PY_LONG_LONG *__pyx_v_id_out, cudaGraph_t *__pyx_v_graph_out, cudaGraphNode_t const **__pyx_v_dependencies_out, cudaGraphEdgeData const **__pyx_v_edgeData_out, size_t *__pyx_v_numDependencies_out) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":201
 * 
 * cdef cudaError_t _cudaStreamGetCaptureInfo(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) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamUpdateCaptureDependencies(cudaStream_t stream, cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamGetCaptureInfo(__pyx_v_stream, __pyx_v_captureStatus_out, __pyx_v_id_out, __pyx_v_graph_out, __pyx_v_dependencies_out, __pyx_v_edgeData_out, __pyx_v_numDependencies_out);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":200
 *     return cudaStreamIsCapturing(stream, pCaptureStatus)
 * 
 * cdef cudaError_t _cudaStreamGetCaptureInfo(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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":203
 *     return cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out)
 * 
 * cdef cudaError_t _cudaStreamUpdateCaptureDependencies(cudaStream_t stream, cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamUpdateCaptureDependencies(cudaStream_t __pyx_v_stream, cudaGraphNode_t *__pyx_v_dependencies, cudaGraphEdgeData const *__pyx_v_dependencyData, size_t __pyx_v_numDependencies, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":204
 * 
 * cdef cudaError_t _cudaStreamUpdateCaptureDependencies(cudaStream_t stream, cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamUpdateCaptureDependencies(__pyx_v_stream, __pyx_v_dependencies, __pyx_v_dependencyData, __pyx_v_numDependencies, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":203
 *     return cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out)
 * 
 * cdef cudaError_t _cudaStreamUpdateCaptureDependencies(cudaStream_t stream, cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":206
 *     return cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags)
 * 
 * cdef cudaError_t _cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventCreate(event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventCreate(cudaEvent_t *__pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":207
 * 
 * cdef cudaError_t _cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaEventCreate(event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaEventCreate(__pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":206
 *     return cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags)
 * 
 * cdef cudaError_t _cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventCreate(event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":209
 *     return cudaEventCreate(event)
 * 
 * cdef cudaError_t _cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventCreateWithFlags(event, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventCreateWithFlags(cudaEvent_t *__pyx_v_event, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":210
 * 
 * cdef cudaError_t _cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaEventCreateWithFlags(event, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaEventCreateWithFlags(__pyx_v_event, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":209
 *     return cudaEventCreate(event)
 * 
 * cdef cudaError_t _cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventCreateWithFlags(event, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":212
 *     return cudaEventCreateWithFlags(event, flags)
 * 
 * cdef cudaError_t _cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventRecord(event, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventRecord(cudaEvent_t __pyx_v_event, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":213
 * 
 * cdef cudaError_t _cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaEventRecord(event, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaEventRecord(__pyx_v_event, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":212
 *     return cudaEventCreateWithFlags(event, flags)
 * 
 * cdef cudaError_t _cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventRecord(event, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":215
 *     return cudaEventRecord(event, stream)
 * 
 * cdef cudaError_t _cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventRecordWithFlags(event, stream, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventRecordWithFlags(cudaEvent_t __pyx_v_event, cudaStream_t __pyx_v_stream, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":216
 * 
 * cdef cudaError_t _cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaEventRecordWithFlags(event, stream, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaEventRecordWithFlags(__pyx_v_event, __pyx_v_stream, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":215
 *     return cudaEventRecord(event, stream)
 * 
 * cdef cudaError_t _cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventRecordWithFlags(event, stream, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":218
 *     return cudaEventRecordWithFlags(event, stream, flags)
 * 
 * cdef cudaError_t _cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventQuery(event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventQuery(cudaEvent_t __pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":219
 * 
 * cdef cudaError_t _cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaEventQuery(event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaEventQuery(__pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":218
 *     return cudaEventRecordWithFlags(event, stream, flags)
 * 
 * cdef cudaError_t _cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventQuery(event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":221
 *     return cudaEventQuery(event)
 * 
 * cdef cudaError_t _cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventSynchronize(event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventSynchronize(cudaEvent_t __pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":222
 * 
 * cdef cudaError_t _cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaEventSynchronize(event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaEventSynchronize(__pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":221
 *     return cudaEventQuery(event)
 * 
 * cdef cudaError_t _cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventSynchronize(event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":224
 *     return cudaEventSynchronize(event)
 * 
 * cdef cudaError_t _cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventDestroy(event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventDestroy(cudaEvent_t __pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":225
 * 
 * cdef cudaError_t _cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaEventDestroy(event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaEventDestroy(__pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":224
 *     return cudaEventSynchronize(event)
 * 
 * cdef cudaError_t _cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventDestroy(event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":227
 *     return cudaEventDestroy(event)
 * 
 * cdef cudaError_t _cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventElapsedTime(ms, start, end)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventElapsedTime(float *__pyx_v_ms, cudaEvent_t __pyx_v_start, cudaEvent_t __pyx_v_end) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":228
 * 
 * cdef cudaError_t _cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaEventElapsedTime(ms, start, end)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaEventElapsedTime(__pyx_v_ms, __pyx_v_start, __pyx_v_end);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":227
 *     return cudaEventDestroy(event)
 * 
 * cdef cudaError_t _cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaEventElapsedTime(ms, start, end)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":230
 *     return cudaEventElapsedTime(ms, start, end)
 * 
 * cdef cudaError_t _cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaImportExternalMemory(extMem_out, memHandleDesc)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaImportExternalMemory(cudaExternalMemory_t *__pyx_v_extMem_out, struct cudaExternalMemoryHandleDesc const *__pyx_v_memHandleDesc) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":231
 * 
 * cdef cudaError_t _cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaImportExternalMemory(extMem_out, memHandleDesc)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaImportExternalMemory(__pyx_v_extMem_out, __pyx_v_memHandleDesc);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":230
 *     return cudaEventElapsedTime(ms, start, end)
 * 
 * cdef cudaError_t _cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaImportExternalMemory(extMem_out, memHandleDesc)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":233
 *     return cudaImportExternalMemory(extMem_out, memHandleDesc)
 * 
 * cdef cudaError_t _cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExternalMemoryGetMappedBuffer(void **__pyx_v_devPtr, cudaExternalMemory_t __pyx_v_extMem, struct cudaExternalMemoryBufferDesc const *__pyx_v_bufferDesc) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":234
 * 
 * cdef cudaError_t _cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaExternalMemoryGetMappedBuffer(__pyx_v_devPtr, __pyx_v_extMem, __pyx_v_bufferDesc);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":233
 *     return cudaImportExternalMemory(extMem_out, memHandleDesc)
 * 
 * cdef cudaError_t _cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":236
 *     return cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc)
 * 
 * cdef cudaError_t _cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t *__pyx_v_mipmap, cudaExternalMemory_t __pyx_v_extMem, struct cudaExternalMemoryMipmappedArrayDesc const *__pyx_v_mipmapDesc) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":237
 * 
 * cdef cudaError_t _cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaExternalMemoryGetMappedMipmappedArray(__pyx_v_mipmap, __pyx_v_extMem, __pyx_v_mipmapDesc);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":236
 *     return cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc)
 * 
 * cdef cudaError_t _cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":239
 *     return cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc)
 * 
 * cdef cudaError_t _cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDestroyExternalMemory(extMem)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyExternalMemory(cudaExternalMemory_t __pyx_v_extMem) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":240
 * 
 * cdef cudaError_t _cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDestroyExternalMemory(extMem)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDestroyExternalMemory(__pyx_v_extMem);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":239
 *     return cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc)
 * 
 * cdef cudaError_t _cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDestroyExternalMemory(extMem)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":242
 *     return cudaDestroyExternalMemory(extMem)
 * 
 * cdef cudaError_t _cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaImportExternalSemaphore(extSem_out, semHandleDesc)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaImportExternalSemaphore(cudaExternalSemaphore_t *__pyx_v_extSem_out, struct cudaExternalSemaphoreHandleDesc const *__pyx_v_semHandleDesc) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":243
 * 
 * cdef cudaError_t _cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaImportExternalSemaphore(extSem_out, semHandleDesc)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaSignalExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaImportExternalSemaphore(__pyx_v_extSem_out, __pyx_v_semHandleDesc);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":242
 *     return cudaDestroyExternalMemory(extMem)
 * 
 * cdef cudaError_t _cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaImportExternalSemaphore(extSem_out, semHandleDesc)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":245
 *     return cudaImportExternalSemaphore(extSem_out, semHandleDesc)
 * 
 * cdef cudaError_t _cudaSignalExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSignalExternalSemaphoresAsync(cudaExternalSemaphore_t const *__pyx_v_extSemArray, struct cudaExternalSemaphoreSignalParams const *__pyx_v_paramsArray, unsigned int __pyx_v_numExtSems, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":246
 * 
 * cdef cudaError_t _cudaSignalExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaWaitExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaSignalExternalSemaphoresAsync(__pyx_v_extSemArray, __pyx_v_paramsArray, __pyx_v_numExtSems, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":245
 *     return cudaImportExternalSemaphore(extSem_out, semHandleDesc)
 * 
 * cdef cudaError_t _cudaSignalExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":248
 *     return cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream)
 * 
 * cdef cudaError_t _cudaWaitExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaWaitExternalSemaphoresAsync(cudaExternalSemaphore_t const *__pyx_v_extSemArray, struct cudaExternalSemaphoreWaitParams const *__pyx_v_paramsArray, unsigned int __pyx_v_numExtSems, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":249
 * 
 * cdef cudaError_t _cudaWaitExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaWaitExternalSemaphoresAsync(__pyx_v_extSemArray, __pyx_v_paramsArray, __pyx_v_numExtSems, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":248
 *     return cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream)
 * 
 * cdef cudaError_t _cudaWaitExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":251
 *     return cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream)
 * 
 * cdef cudaError_t _cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDestroyExternalSemaphore(extSem)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyExternalSemaphore(cudaExternalSemaphore_t __pyx_v_extSem) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":252
 * 
 * cdef cudaError_t _cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDestroyExternalSemaphore(extSem)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDestroyExternalSemaphore(__pyx_v_extSem);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":251
 *     return cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream)
 * 
 * cdef cudaError_t _cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDestroyExternalSemaphore(extSem)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":254
 *     return cudaDestroyExternalSemaphore(extSem)
 * 
 * cdef cudaError_t _cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFuncSetCacheConfig(func, cacheConfig)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetCacheConfig(void const *__pyx_v_func, enum cudaFuncCache __pyx_v_cacheConfig) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":255
 * 
 * cdef cudaError_t _cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaFuncSetCacheConfig(func, cacheConfig)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaFuncSetCacheConfig(__pyx_v_func, __pyx_v_cacheConfig);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":254
 *     return cudaDestroyExternalSemaphore(extSem)
 * 
 * cdef cudaError_t _cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFuncSetCacheConfig(func, cacheConfig)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":257
 *     return cudaFuncSetCacheConfig(func, cacheConfig)
 * 
 * cdef cudaError_t _cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFuncGetAttributes(attr, func)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncGetAttributes(struct cudaFuncAttributes *__pyx_v_attr, void const *__pyx_v_func) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":258
 * 
 * cdef cudaError_t _cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaFuncGetAttributes(attr, func)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaFuncGetAttributes(__pyx_v_attr, __pyx_v_func);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":257
 *     return cudaFuncSetCacheConfig(func, cacheConfig)
 * 
 * cdef cudaError_t _cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFuncGetAttributes(attr, func)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":260
 *     return cudaFuncGetAttributes(attr, func)
 * 
 * cdef cudaError_t _cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFuncSetAttribute(func, attr, value)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetAttribute(void const *__pyx_v_func, enum cudaFuncAttribute __pyx_v_attr, int __pyx_v_value) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":261
 * 
 * cdef cudaError_t _cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaFuncSetAttribute(func, attr, value)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaFuncSetAttribute(__pyx_v_func, __pyx_v_attr, __pyx_v_value);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":260
 *     return cudaFuncGetAttributes(attr, func)
 * 
 * cdef cudaError_t _cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFuncSetAttribute(func, attr, value)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":263
 *     return cudaFuncSetAttribute(func, attr, value)
 * 
 * cdef cudaError_t _cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLaunchHostFunc(stream, fn, userData)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLaunchHostFunc(cudaStream_t __pyx_v_stream, cudaHostFn_t __pyx_v_fn, void *__pyx_v_userData) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":264
 * 
 * cdef cudaError_t _cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLaunchHostFunc(stream, fn, userData)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLaunchHostFunc(__pyx_v_stream, __pyx_v_fn, __pyx_v_userData);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":263
 *     return cudaFuncSetAttribute(func, attr, value)
 * 
 * cdef cudaError_t _cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLaunchHostFunc(stream, fn, userData)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":266
 *     return cudaLaunchHostFunc(stream, fn, userData)
 * 
 * cdef cudaError_t _cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFuncSetSharedMemConfig(func, config)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetSharedMemConfig(void const *__pyx_v_func, enum cudaSharedMemConfig __pyx_v_config) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":267
 * 
 * cdef cudaError_t _cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaFuncSetSharedMemConfig(func, config)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaFuncSetSharedMemConfig(__pyx_v_func, __pyx_v_config);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":266
 *     return cudaLaunchHostFunc(stream, fn, userData)
 * 
 * cdef cudaError_t _cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFuncSetSharedMemConfig(func, config)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":269
 *     return cudaFuncSetSharedMemConfig(func, config)
 * 
 * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyMaxActiveBlocksPerMultiprocessor(int *__pyx_v_numBlocks, void const *__pyx_v_func, int __pyx_v_blockSize, size_t __pyx_v_dynamicSMemSize) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":270
 * 
 * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaOccupancyMaxActiveBlocksPerMultiprocessor(__pyx_v_numBlocks, __pyx_v_func, __pyx_v_blockSize, __pyx_v_dynamicSMemSize);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":269
 *     return cudaFuncSetSharedMemConfig(func, config)
 * 
 * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":272
 *     return cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize)
 * 
 * cdef cudaError_t _cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyAvailableDynamicSMemPerBlock(size_t *__pyx_v_dynamicSmemSize, void const *__pyx_v_func, int __pyx_v_numBlocks, int __pyx_v_blockSize) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":273
 * 
 * cdef cudaError_t _cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaOccupancyAvailableDynamicSMemPerBlock(__pyx_v_dynamicSmemSize, __pyx_v_func, __pyx_v_numBlocks, __pyx_v_blockSize);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":272
 *     return cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize)
 * 
 * cdef cudaError_t _cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":275
 *     return cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize)
 * 
 * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int *__pyx_v_numBlocks, void const *__pyx_v_func, int __pyx_v_blockSize, size_t __pyx_v_dynamicSMemSize, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":276
 * 
 * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(__pyx_v_numBlocks, __pyx_v_func, __pyx_v_blockSize, __pyx_v_dynamicSMemSize, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":275
 *     return cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize)
 * 
 * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":278
 *     return cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags)
 * 
 * cdef cudaError_t _cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocManaged(devPtr, size, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocManaged(void **__pyx_v_devPtr, size_t __pyx_v_size, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":279
 * 
 * cdef cudaError_t _cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMallocManaged(devPtr, size, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMallocManaged(__pyx_v_devPtr, __pyx_v_size, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":278
 *     return cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags)
 * 
 * cdef cudaError_t _cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocManaged(devPtr, size, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":281
 *     return cudaMallocManaged(devPtr, size, flags)
 * 
 * cdef cudaError_t _cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMalloc(devPtr, size)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc(void **__pyx_v_devPtr, size_t __pyx_v_size) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":282
 * 
 * cdef cudaError_t _cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMalloc(devPtr, size)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMalloc(__pyx_v_devPtr, __pyx_v_size);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":281
 *     return cudaMallocManaged(devPtr, size, flags)
 * 
 * cdef cudaError_t _cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMalloc(devPtr, size)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":284
 *     return cudaMalloc(devPtr, size)
 * 
 * cdef cudaError_t _cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocHost(ptr, size)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocHost(void **__pyx_v_ptr, size_t __pyx_v_size) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":285
 * 
 * cdef cudaError_t _cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMallocHost(ptr, size)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMallocHost(__pyx_v_ptr, __pyx_v_size);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":284
 *     return cudaMalloc(devPtr, size)
 * 
 * cdef cudaError_t _cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocHost(ptr, size)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":287
 *     return cudaMallocHost(ptr, size)
 * 
 * cdef cudaError_t _cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocPitch(devPtr, pitch, width, height)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocPitch(void **__pyx_v_devPtr, size_t *__pyx_v_pitch, size_t __pyx_v_width, size_t __pyx_v_height) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":288
 * 
 * cdef cudaError_t _cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMallocPitch(devPtr, pitch, width, height)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMallocArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMallocPitch(__pyx_v_devPtr, __pyx_v_pitch, __pyx_v_width, __pyx_v_height);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":287
 *     return cudaMallocHost(ptr, size)
 * 
 * cdef cudaError_t _cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocPitch(devPtr, pitch, width, height)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":290
 *     return cudaMallocPitch(devPtr, pitch, width, height)
 * 
 * cdef cudaError_t _cudaMallocArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocArray(array, desc, width, height, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocArray(cudaArray_t *__pyx_v_array, struct cudaChannelFormatDesc const *__pyx_v_desc, size_t __pyx_v_width, size_t __pyx_v_height, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":291
 * 
 * cdef cudaError_t _cudaMallocArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMallocArray(array, desc, width, height, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMallocArray(__pyx_v_array, __pyx_v_desc, __pyx_v_width, __pyx_v_height, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":290
 *     return cudaMallocPitch(devPtr, pitch, width, height)
 * 
 * cdef cudaError_t _cudaMallocArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocArray(array, desc, width, height, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":293
 *     return cudaMallocArray(array, desc, width, height, flags)
 * 
 * cdef cudaError_t _cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFree(devPtr)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFree(void *__pyx_v_devPtr) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":294
 * 
 * cdef cudaError_t _cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaFree(devPtr)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaFree(__pyx_v_devPtr);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":293
 *     return cudaMallocArray(array, desc, width, height, flags)
 * 
 * cdef cudaError_t _cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFree(devPtr)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":296
 *     return cudaFree(devPtr)
 * 
 * cdef cudaError_t _cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFreeHost(ptr)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeHost(void *__pyx_v_ptr) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":297
 * 
 * cdef cudaError_t _cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaFreeHost(ptr)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaFreeHost(__pyx_v_ptr);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":296
 *     return cudaFree(devPtr)
 * 
 * cdef cudaError_t _cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFreeHost(ptr)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":299
 *     return cudaFreeHost(ptr)
 * 
 * cdef cudaError_t _cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFreeArray(array)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeArray(cudaArray_t __pyx_v_array) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":300
 * 
 * cdef cudaError_t _cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaFreeArray(array)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaFreeArray(__pyx_v_array);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":299
 *     return cudaFreeHost(ptr)
 * 
 * cdef cudaError_t _cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFreeArray(array)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":302
 *     return cudaFreeArray(array)
 * 
 * cdef cudaError_t _cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFreeMipmappedArray(mipmappedArray)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeMipmappedArray(cudaMipmappedArray_t __pyx_v_mipmappedArray) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":303
 * 
 * cdef cudaError_t _cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaFreeMipmappedArray(mipmappedArray)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaFreeMipmappedArray(__pyx_v_mipmappedArray);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":302
 *     return cudaFreeArray(array)
 * 
 * cdef cudaError_t _cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFreeMipmappedArray(mipmappedArray)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":305
 *     return cudaFreeMipmappedArray(mipmappedArray)
 * 
 * cdef cudaError_t _cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaHostAlloc(pHost, size, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostAlloc(void **__pyx_v_pHost, size_t __pyx_v_size, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":306
 * 
 * cdef cudaError_t _cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaHostAlloc(pHost, size, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaHostAlloc(__pyx_v_pHost, __pyx_v_size, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":305
 *     return cudaFreeMipmappedArray(mipmappedArray)
 * 
 * cdef cudaError_t _cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaHostAlloc(pHost, size, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":308
 *     return cudaHostAlloc(pHost, size, flags)
 * 
 * cdef cudaError_t _cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaHostRegister(ptr, size, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostRegister(void *__pyx_v_ptr, size_t __pyx_v_size, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":309
 * 
 * cdef cudaError_t _cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaHostRegister(ptr, size, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaHostRegister(__pyx_v_ptr, __pyx_v_size, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":308
 *     return cudaHostAlloc(pHost, size, flags)
 * 
 * cdef cudaError_t _cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaHostRegister(ptr, size, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":311
 *     return cudaHostRegister(ptr, size, flags)
 * 
 * cdef cudaError_t _cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaHostUnregister(ptr)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostUnregister(void *__pyx_v_ptr) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":312
 * 
 * cdef cudaError_t _cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaHostUnregister(ptr)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaHostUnregister(__pyx_v_ptr);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":311
 *     return cudaHostRegister(ptr, size, flags)
 * 
 * cdef cudaError_t _cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaHostUnregister(ptr)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":314
 *     return cudaHostUnregister(ptr)
 * 
 * cdef cudaError_t _cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaHostGetDevicePointer(pDevice, pHost, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostGetDevicePointer(void **__pyx_v_pDevice, void *__pyx_v_pHost, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":315
 * 
 * cdef cudaError_t _cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaHostGetDevicePointer(pDevice, pHost, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaHostGetDevicePointer(__pyx_v_pDevice, __pyx_v_pHost, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":314
 *     return cudaHostUnregister(ptr)
 * 
 * cdef cudaError_t _cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaHostGetDevicePointer(pDevice, pHost, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":317
 *     return cudaHostGetDevicePointer(pDevice, pHost, flags)
 * 
 * cdef cudaError_t _cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaHostGetFlags(pFlags, pHost)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostGetFlags(unsigned int *__pyx_v_pFlags, void *__pyx_v_pHost) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":318
 * 
 * cdef cudaError_t _cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaHostGetFlags(pFlags, pHost)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaHostGetFlags(__pyx_v_pFlags, __pyx_v_pHost);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":317
 *     return cudaHostGetDevicePointer(pDevice, pHost, flags)
 * 
 * cdef cudaError_t _cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaHostGetFlags(pFlags, pHost)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":320
 *     return cudaHostGetFlags(pFlags, pHost)
 * 
 * cdef cudaError_t _cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMalloc3D(pitchedDevPtr, extent)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc3D(struct cudaPitchedPtr *__pyx_v_pitchedDevPtr, struct cudaExtent __pyx_v_extent) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":321
 * 
 * cdef cudaError_t _cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMalloc3D(pitchedDevPtr, extent)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMalloc3D(__pyx_v_pitchedDevPtr, __pyx_v_extent);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":320
 *     return cudaHostGetFlags(pFlags, pHost)
 * 
 * cdef cudaError_t _cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMalloc3D(pitchedDevPtr, extent)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":323
 *     return cudaMalloc3D(pitchedDevPtr, extent)
 * 
 * cdef cudaError_t _cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMalloc3DArray(array, desc, extent, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc3DArray(cudaArray_t *__pyx_v_array, struct cudaChannelFormatDesc const *__pyx_v_desc, struct cudaExtent __pyx_v_extent, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":324
 * 
 * cdef cudaError_t _cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMalloc3DArray(array, desc, extent, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMallocMipmappedArray(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int numLevels, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMalloc3DArray(__pyx_v_array, __pyx_v_desc, __pyx_v_extent, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":323
 *     return cudaMalloc3D(pitchedDevPtr, extent)
 * 
 * cdef cudaError_t _cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMalloc3DArray(array, desc, extent, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":326
 *     return cudaMalloc3DArray(array, desc, extent, flags)
 * 
 * cdef cudaError_t _cudaMallocMipmappedArray(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int numLevels, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocMipmappedArray(cudaMipmappedArray_t *__pyx_v_mipmappedArray, struct cudaChannelFormatDesc const *__pyx_v_desc, struct cudaExtent __pyx_v_extent, unsigned int __pyx_v_numLevels, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":327
 * 
 * cdef cudaError_t _cudaMallocMipmappedArray(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int numLevels, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMallocMipmappedArray(__pyx_v_mipmappedArray, __pyx_v_desc, __pyx_v_extent, __pyx_v_numLevels, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":326
 *     return cudaMalloc3DArray(array, desc, extent, flags)
 * 
 * cdef cudaError_t _cudaMallocMipmappedArray(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int numLevels, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":329
 *     return cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags)
 * 
 * cdef cudaError_t _cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetMipmappedArrayLevel(cudaArray_t *__pyx_v_levelArray, cudaMipmappedArray_const_t __pyx_v_mipmappedArray, unsigned int __pyx_v_level) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":330
 * 
 * cdef cudaError_t _cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetMipmappedArrayLevel(__pyx_v_levelArray, __pyx_v_mipmappedArray, __pyx_v_level);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":329
 *     return cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags)
 * 
 * cdef cudaError_t _cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":332
 *     return cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level)
 * 
 * cdef cudaError_t _cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy3D(p)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3D(struct cudaMemcpy3DParms const *__pyx_v_p) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":333
 * 
 * cdef cudaError_t _cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy3D(p)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy3D(__pyx_v_p);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":332
 *     return cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level)
 * 
 * cdef cudaError_t _cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy3D(p)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":335
 *     return cudaMemcpy3D(p)
 * 
 * cdef cudaError_t _cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy3DPeer(p)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DPeer(struct cudaMemcpy3DPeerParms const *__pyx_v_p) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":336
 * 
 * cdef cudaError_t _cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy3DPeer(p)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy3DPeer(__pyx_v_p);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":335
 *     return cudaMemcpy3D(p)
 * 
 * cdef cudaError_t _cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy3DPeer(p)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":338
 *     return cudaMemcpy3DPeer(p)
 * 
 * cdef cudaError_t _cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy3DAsync(p, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DAsync(struct cudaMemcpy3DParms const *__pyx_v_p, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":339
 * 
 * cdef cudaError_t _cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy3DAsync(p, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy3DAsync(__pyx_v_p, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":338
 *     return cudaMemcpy3DPeer(p)
 * 
 * cdef cudaError_t _cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy3DAsync(p, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":341
 *     return cudaMemcpy3DAsync(p, stream)
 * 
 * cdef cudaError_t _cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy3DPeerAsync(p, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DPeerAsync(struct cudaMemcpy3DPeerParms const *__pyx_v_p, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":342
 * 
 * cdef cudaError_t _cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy3DPeerAsync(p, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy3DPeerAsync(__pyx_v_p, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":341
 *     return cudaMemcpy3DAsync(p, stream)
 * 
 * cdef cudaError_t _cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy3DPeerAsync(p, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":344
 *     return cudaMemcpy3DPeerAsync(p, stream)
 * 
 * cdef cudaError_t _cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemGetInfo(free, total)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetInfo(size_t *__pyx_v_free, size_t *__pyx_v_total) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":345
 * 
 * cdef cudaError_t _cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemGetInfo(free, total)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemGetInfo(__pyx_v_free, __pyx_v_total);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":344
 *     return cudaMemcpy3DPeerAsync(p, stream)
 * 
 * cdef cudaError_t _cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemGetInfo(free, total)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":347
 *     return cudaMemGetInfo(free, total)
 * 
 * cdef cudaError_t _cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaArrayGetInfo(desc, extent, flags, array)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetInfo(struct cudaChannelFormatDesc *__pyx_v_desc, struct cudaExtent *__pyx_v_extent, unsigned int *__pyx_v_flags, cudaArray_t __pyx_v_array) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":348
 * 
 * cdef cudaError_t _cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaArrayGetInfo(desc, extent, flags, array)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaArrayGetInfo(__pyx_v_desc, __pyx_v_extent, __pyx_v_flags, __pyx_v_array);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":347
 *     return cudaMemGetInfo(free, total)
 * 
 * cdef cudaError_t _cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaArrayGetInfo(desc, extent, flags, array)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":350
 *     return cudaArrayGetInfo(desc, extent, flags, array)
 * 
 * cdef cudaError_t _cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaArrayGetPlane(pPlaneArray, hArray, planeIdx)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetPlane(cudaArray_t *__pyx_v_pPlaneArray, cudaArray_t __pyx_v_hArray, unsigned int __pyx_v_planeIdx) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":351
 * 
 * cdef cudaError_t _cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaArrayGetPlane(pPlaneArray, hArray, planeIdx)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaArrayGetPlane(__pyx_v_pPlaneArray, __pyx_v_hArray, __pyx_v_planeIdx);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":350
 *     return cudaArrayGetInfo(desc, extent, flags, array)
 * 
 * cdef cudaError_t _cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaArrayGetPlane(pPlaneArray, hArray, planeIdx)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":353
 *     return cudaArrayGetPlane(pPlaneArray, hArray, planeIdx)
 * 
 * cdef cudaError_t _cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaArrayGetMemoryRequirements(memoryRequirements, array, device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetMemoryRequirements(struct cudaArrayMemoryRequirements *__pyx_v_memoryRequirements, cudaArray_t __pyx_v_array, int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":354
 * 
 * cdef cudaError_t _cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaArrayGetMemoryRequirements(memoryRequirements, array, device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaArrayGetMemoryRequirements(__pyx_v_memoryRequirements, __pyx_v_array, __pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":353
 *     return cudaArrayGetPlane(pPlaneArray, hArray, planeIdx)
 * 
 * cdef cudaError_t _cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaArrayGetMemoryRequirements(memoryRequirements, array, device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":356
 *     return cudaArrayGetMemoryRequirements(memoryRequirements, array, device)
 * 
 * cdef cudaError_t _cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMipmappedArrayGetMemoryRequirements(struct cudaArrayMemoryRequirements *__pyx_v_memoryRequirements, cudaMipmappedArray_t __pyx_v_mipmap, int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":357
 * 
 * cdef cudaError_t _cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMipmappedArrayGetMemoryRequirements(__pyx_v_memoryRequirements, __pyx_v_mipmap, __pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":356
 *     return cudaArrayGetMemoryRequirements(memoryRequirements, array, device)
 * 
 * cdef cudaError_t _cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":359
 *     return cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device)
 * 
 * cdef cudaError_t _cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaArrayGetSparseProperties(sparseProperties, array)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetSparseProperties(struct cudaArraySparseProperties *__pyx_v_sparseProperties, cudaArray_t __pyx_v_array) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":360
 * 
 * cdef cudaError_t _cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaArrayGetSparseProperties(sparseProperties, array)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaArrayGetSparseProperties(__pyx_v_sparseProperties, __pyx_v_array);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":359
 *     return cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device)
 * 
 * cdef cudaError_t _cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaArrayGetSparseProperties(sparseProperties, array)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":362
 *     return cudaArrayGetSparseProperties(sparseProperties, array)
 * 
 * cdef cudaError_t _cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMipmappedArrayGetSparseProperties(struct cudaArraySparseProperties *__pyx_v_sparseProperties, cudaMipmappedArray_t __pyx_v_mipmap) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":363
 * 
 * cdef cudaError_t _cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMipmappedArrayGetSparseProperties(__pyx_v_sparseProperties, __pyx_v_mipmap);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":362
 *     return cudaArrayGetSparseProperties(sparseProperties, array)
 * 
 * cdef cudaError_t _cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":365
 *     return cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap)
 * 
 * cdef cudaError_t _cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy(dst, src, count, kind)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy(void *__pyx_v_dst, void const *__pyx_v_src, size_t __pyx_v_count, enum cudaMemcpyKind __pyx_v_kind) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":366
 * 
 * cdef cudaError_t _cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy(dst, src, count, kind)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpyPeer(void* dst, int dstDevice, const void* src, int srcDevice, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy(__pyx_v_dst, __pyx_v_src, __pyx_v_count, __pyx_v_kind);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":365
 *     return cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap)
 * 
 * cdef cudaError_t _cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy(dst, src, count, kind)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":368
 *     return cudaMemcpy(dst, src, count, kind)
 * 
 * cdef cudaError_t _cudaMemcpyPeer(void* dst, int dstDevice, const void* src, int srcDevice, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyPeer(void *__pyx_v_dst, int __pyx_v_dstDevice, void const *__pyx_v_src, int __pyx_v_srcDevice, size_t __pyx_v_count) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":369
 * 
 * cdef cudaError_t _cudaMemcpyPeer(void* dst, int dstDevice, const void* src, int srcDevice, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpy2D(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpyPeer(__pyx_v_dst, __pyx_v_dstDevice, __pyx_v_src, __pyx_v_srcDevice, __pyx_v_count);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":368
 *     return cudaMemcpy(dst, src, count, kind)
 * 
 * cdef cudaError_t _cudaMemcpyPeer(void* dst, int dstDevice, const void* src, int srcDevice, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":371
 *     return cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count)
 * 
 * cdef cudaError_t _cudaMemcpy2D(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2D(void *__pyx_v_dst, size_t __pyx_v_dpitch, void const *__pyx_v_src, size_t __pyx_v_spitch, size_t __pyx_v_width, size_t __pyx_v_height, enum cudaMemcpyKind __pyx_v_kind) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":372
 * 
 * cdef cudaError_t _cudaMemcpy2D(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind)             # <<<<<<<<<<<<<<
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy2D(__pyx_v_dst, __pyx_v_dpitch, __pyx_v_src, __pyx_v_spitch, __pyx_v_width, __pyx_v_height, __pyx_v_kind);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":371
 *     return cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count)
 * 
 * cdef cudaError_t _cudaMemcpy2D(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":374
 *     return cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DToArray(cudaArray_t __pyx_v_dst, size_t __pyx_v_wOffset, size_t __pyx_v_hOffset, void const *__pyx_v_src, size_t __pyx_v_spitch, size_t __pyx_v_width, size_t __pyx_v_height, enum cudaMemcpyKind __pyx_v_kind) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":375
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind)             # <<<<<<<<<<<<<<
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy2DToArray(__pyx_v_dst, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_src, __pyx_v_spitch, __pyx_v_width, __pyx_v_height, __pyx_v_kind);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":374
 *     return cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":377
 *     return cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DFromArray(void *__pyx_v_dst, size_t __pyx_v_dpitch, cudaArray_const_t __pyx_v_src, size_t __pyx_v_wOffset, size_t __pyx_v_hOffset, size_t __pyx_v_width, size_t __pyx_v_height, enum cudaMemcpyKind __pyx_v_kind) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":378
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind)             # <<<<<<<<<<<<<<
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy2DFromArray(__pyx_v_dst, __pyx_v_dpitch, __pyx_v_src, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_width, __pyx_v_height, __pyx_v_kind);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":377
 *     return cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":380
 *     return cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DArrayToArray(cudaArray_t __pyx_v_dst, size_t __pyx_v_wOffsetDst, size_t __pyx_v_hOffsetDst, cudaArray_const_t __pyx_v_src, size_t __pyx_v_wOffsetSrc, size_t __pyx_v_hOffsetSrc, size_t __pyx_v_width, size_t __pyx_v_height, enum cudaMemcpyKind __pyx_v_kind) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":381
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpyAsync(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy2DArrayToArray(__pyx_v_dst, __pyx_v_wOffsetDst, __pyx_v_hOffsetDst, __pyx_v_src, __pyx_v_wOffsetSrc, __pyx_v_hOffsetSrc, __pyx_v_width, __pyx_v_height, __pyx_v_kind);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":380
 *     return cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":383
 *     return cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind)
 * 
 * cdef cudaError_t _cudaMemcpyAsync(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyAsync(dst, src, count, kind, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyAsync(void *__pyx_v_dst, void const *__pyx_v_src, size_t __pyx_v_count, enum cudaMemcpyKind __pyx_v_kind, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":384
 * 
 * cdef cudaError_t _cudaMemcpyAsync(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpyAsync(dst, src, count, kind, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpyPeerAsync(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpyAsync(__pyx_v_dst, __pyx_v_src, __pyx_v_count, __pyx_v_kind, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":383
 *     return cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind)
 * 
 * cdef cudaError_t _cudaMemcpyAsync(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyAsync(dst, src, count, kind, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":386
 *     return cudaMemcpyAsync(dst, src, count, kind, stream)
 * 
 * cdef cudaError_t _cudaMemcpyPeerAsync(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyPeerAsync(void *__pyx_v_dst, int __pyx_v_dstDevice, void const *__pyx_v_src, int __pyx_v_srcDevice, size_t __pyx_v_count, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":387
 * 
 * cdef cudaError_t _cudaMemcpyPeerAsync(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpyBatchAsync(const void** dsts, const void** srcs, const size_t* sizes, size_t count, cudaMemcpyAttributes* attrs, size_t* attrsIdxs, size_t numAttrs, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpyPeerAsync(__pyx_v_dst, __pyx_v_dstDevice, __pyx_v_src, __pyx_v_srcDevice, __pyx_v_count, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":386
 *     return cudaMemcpyAsync(dst, src, count, kind, stream)
 * 
 * cdef cudaError_t _cudaMemcpyPeerAsync(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":389
 *     return cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream)
 * 
 * cdef cudaError_t _cudaMemcpyBatchAsync(const void** dsts, const void** srcs, const size_t* sizes, size_t count, cudaMemcpyAttributes* attrs, size_t* attrsIdxs, size_t numAttrs, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyBatchAsync(void const **__pyx_v_dsts, void const **__pyx_v_srcs, size_t const *__pyx_v_sizes, size_t __pyx_v_count, struct cudaMemcpyAttributes *__pyx_v_attrs, size_t *__pyx_v_attrsIdxs, size_t __pyx_v_numAttrs, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":390
 * 
 * cdef cudaError_t _cudaMemcpyBatchAsync(const void** dsts, const void** srcs, const size_t* sizes, size_t count, cudaMemcpyAttributes* attrs, size_t* attrsIdxs, size_t numAttrs, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpy3DBatchAsync(size_t numOps, cudaMemcpy3DBatchOp* opList, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpyBatchAsync(__pyx_v_dsts, __pyx_v_srcs, __pyx_v_sizes, __pyx_v_count, __pyx_v_attrs, __pyx_v_attrsIdxs, __pyx_v_numAttrs, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":389
 *     return cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream)
 * 
 * cdef cudaError_t _cudaMemcpyBatchAsync(const void** dsts, const void** srcs, const size_t* sizes, size_t count, cudaMemcpyAttributes* attrs, size_t* attrsIdxs, size_t numAttrs, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":392
 *     return cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream)
 * 
 * cdef cudaError_t _cudaMemcpy3DBatchAsync(size_t numOps, cudaMemcpy3DBatchOp* opList, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy3DBatchAsync(numOps, opList, flags, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DBatchAsync(size_t __pyx_v_numOps, struct cudaMemcpy3DBatchOp *__pyx_v_opList, unsigned PY_LONG_LONG __pyx_v_flags, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":393
 * 
 * cdef cudaError_t _cudaMemcpy3DBatchAsync(size_t numOps, cudaMemcpy3DBatchOp* opList, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy3DBatchAsync(numOps, opList, flags, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy3DBatchAsync(__pyx_v_numOps, __pyx_v_opList, __pyx_v_flags, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":392
 *     return cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream)
 * 
 * cdef cudaError_t _cudaMemcpy3DBatchAsync(size_t numOps, cudaMemcpy3DBatchOp* opList, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy3DBatchAsync(numOps, opList, flags, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":395
 *     return cudaMemcpy3DBatchAsync(numOps, opList, flags, stream)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DAsync(void *__pyx_v_dst, size_t __pyx_v_dpitch, void const *__pyx_v_src, size_t __pyx_v_spitch, size_t __pyx_v_width, size_t __pyx_v_height, enum cudaMemcpyKind __pyx_v_kind, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":396
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy2DAsync(__pyx_v_dst, __pyx_v_dpitch, __pyx_v_src, __pyx_v_spitch, __pyx_v_width, __pyx_v_height, __pyx_v_kind, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":395
 *     return cudaMemcpy3DBatchAsync(numOps, opList, flags, stream)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":398
 *     return cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DToArrayAsync(cudaArray_t __pyx_v_dst, size_t __pyx_v_wOffset, size_t __pyx_v_hOffset, void const *__pyx_v_src, size_t __pyx_v_spitch, size_t __pyx_v_width, size_t __pyx_v_height, enum cudaMemcpyKind __pyx_v_kind, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":399
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy2DToArrayAsync(__pyx_v_dst, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_src, __pyx_v_spitch, __pyx_v_width, __pyx_v_height, __pyx_v_kind, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":398
 *     return cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":401
 *     return cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DFromArrayAsync(void *__pyx_v_dst, size_t __pyx_v_dpitch, cudaArray_const_t __pyx_v_src, size_t __pyx_v_wOffset, size_t __pyx_v_hOffset, size_t __pyx_v_width, size_t __pyx_v_height, enum cudaMemcpyKind __pyx_v_kind, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":402
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemset(void* devPtr, int value, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpy2DFromArrayAsync(__pyx_v_dst, __pyx_v_dpitch, __pyx_v_src, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_width, __pyx_v_height, __pyx_v_kind, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":401
 *     return cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":404
 *     return cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream)
 * 
 * cdef cudaError_t _cudaMemset(void* devPtr, int value, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemset(devPtr, value, count)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset(void *__pyx_v_devPtr, int __pyx_v_value, size_t __pyx_v_count) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":405
 * 
 * cdef cudaError_t _cudaMemset(void* devPtr, int value, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemset(devPtr, value, count)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemset2D(void* devPtr, size_t pitch, int value, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemset(__pyx_v_devPtr, __pyx_v_value, __pyx_v_count);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":404
 *     return cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream)
 * 
 * cdef cudaError_t _cudaMemset(void* devPtr, int value, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemset(devPtr, value, count)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":407
 *     return cudaMemset(devPtr, value, count)
 * 
 * cdef cudaError_t _cudaMemset2D(void* devPtr, size_t pitch, int value, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemset2D(devPtr, pitch, value, width, height)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset2D(void *__pyx_v_devPtr, size_t __pyx_v_pitch, int __pyx_v_value, size_t __pyx_v_width, size_t __pyx_v_height) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":408
 * 
 * cdef cudaError_t _cudaMemset2D(void* devPtr, size_t pitch, int value, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemset2D(devPtr, pitch, value, width, height)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemset2D(__pyx_v_devPtr, __pyx_v_pitch, __pyx_v_value, __pyx_v_width, __pyx_v_height);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":407
 *     return cudaMemset(devPtr, value, count)
 * 
 * cdef cudaError_t _cudaMemset2D(void* devPtr, size_t pitch, int value, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemset2D(devPtr, pitch, value, width, height)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":410
 *     return cudaMemset2D(devPtr, pitch, value, width, height)
 * 
 * cdef cudaError_t _cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemset3D(pitchedDevPtr, value, extent)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset3D(struct cudaPitchedPtr __pyx_v_pitchedDevPtr, int __pyx_v_value, struct cudaExtent __pyx_v_extent) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":411
 * 
 * cdef cudaError_t _cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemset3D(pitchedDevPtr, value, extent)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemset3D(__pyx_v_pitchedDevPtr, __pyx_v_value, __pyx_v_extent);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":410
 *     return cudaMemset2D(devPtr, pitch, value, width, height)
 * 
 * cdef cudaError_t _cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemset3D(pitchedDevPtr, value, extent)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":413
 *     return cudaMemset3D(pitchedDevPtr, value, extent)
 * 
 * cdef cudaError_t _cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemsetAsync(devPtr, value, count, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemsetAsync(void *__pyx_v_devPtr, int __pyx_v_value, size_t __pyx_v_count, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":414
 * 
 * cdef cudaError_t _cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemsetAsync(devPtr, value, count, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemset2DAsync(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemsetAsync(__pyx_v_devPtr, __pyx_v_value, __pyx_v_count, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":413
 *     return cudaMemset3D(pitchedDevPtr, value, extent)
 * 
 * cdef cudaError_t _cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemsetAsync(devPtr, value, count, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":416
 *     return cudaMemsetAsync(devPtr, value, count, stream)
 * 
 * cdef cudaError_t _cudaMemset2DAsync(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemset2DAsync(devPtr, pitch, value, width, height, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset2DAsync(void *__pyx_v_devPtr, size_t __pyx_v_pitch, int __pyx_v_value, size_t __pyx_v_width, size_t __pyx_v_height, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":417
 * 
 * cdef cudaError_t _cudaMemset2DAsync(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemset2DAsync(devPtr, pitch, value, width, height, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemset2DAsync(__pyx_v_devPtr, __pyx_v_pitch, __pyx_v_value, __pyx_v_width, __pyx_v_height, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":416
 *     return cudaMemsetAsync(devPtr, value, count, stream)
 * 
 * cdef cudaError_t _cudaMemset2DAsync(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemset2DAsync(devPtr, pitch, value, width, height, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":419
 *     return cudaMemset2DAsync(devPtr, pitch, value, width, height, stream)
 * 
 * cdef cudaError_t _cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemset3DAsync(pitchedDevPtr, value, extent, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset3DAsync(struct cudaPitchedPtr __pyx_v_pitchedDevPtr, int __pyx_v_value, struct cudaExtent __pyx_v_extent, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":420
 * 
 * cdef cudaError_t _cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemset3DAsync(pitchedDevPtr, value, extent, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPrefetchAsync(const void* devPtr, size_t count, cudaMemLocation location, unsigned int flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemset3DAsync(__pyx_v_pitchedDevPtr, __pyx_v_value, __pyx_v_extent, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":419
 *     return cudaMemset2DAsync(devPtr, pitch, value, width, height, stream)
 * 
 * cdef cudaError_t _cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemset3DAsync(pitchedDevPtr, value, extent, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":422
 *     return cudaMemset3DAsync(pitchedDevPtr, value, extent, stream)
 * 
 * cdef cudaError_t _cudaMemPrefetchAsync(const void* devPtr, size_t count, cudaMemLocation location, unsigned int flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPrefetchAsync(devPtr, count, location, flags, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPrefetchAsync(void const *__pyx_v_devPtr, size_t __pyx_v_count, struct cudaMemLocation __pyx_v_location, unsigned int __pyx_v_flags, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":423
 * 
 * cdef cudaError_t _cudaMemPrefetchAsync(const void* devPtr, size_t count, cudaMemLocation location, unsigned int flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPrefetchAsync(devPtr, count, location, flags, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPrefetchAsync(__pyx_v_devPtr, __pyx_v_count, __pyx_v_location, __pyx_v_flags, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":422
 *     return cudaMemset3DAsync(pitchedDevPtr, value, extent, stream)
 * 
 * cdef cudaError_t _cudaMemPrefetchAsync(const void* devPtr, size_t count, cudaMemLocation location, unsigned int flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPrefetchAsync(devPtr, count, location, flags, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":425
 *     return cudaMemPrefetchAsync(devPtr, count, location, flags, stream)
 * 
 * cdef cudaError_t _cudaMemPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPrefetchBatchAsync(void **__pyx_v_dptrs, size_t *__pyx_v_sizes, size_t __pyx_v_count, struct cudaMemLocation *__pyx_v_prefetchLocs, size_t *__pyx_v_prefetchLocIdxs, size_t __pyx_v_numPrefetchLocs, unsigned PY_LONG_LONG __pyx_v_flags, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":426
 * 
 * cdef cudaError_t _cudaMemPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemDiscardBatchAsync(void** dptrs, size_t* sizes, size_t count, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPrefetchBatchAsync(__pyx_v_dptrs, __pyx_v_sizes, __pyx_v_count, __pyx_v_prefetchLocs, __pyx_v_prefetchLocIdxs, __pyx_v_numPrefetchLocs, __pyx_v_flags, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":425
 *     return cudaMemPrefetchAsync(devPtr, count, location, flags, stream)
 * 
 * cdef cudaError_t _cudaMemPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":428
 *     return cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream)
 * 
 * cdef cudaError_t _cudaMemDiscardBatchAsync(void** dptrs, size_t* sizes, size_t count, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemDiscardBatchAsync(void **__pyx_v_dptrs, size_t *__pyx_v_sizes, size_t __pyx_v_count, unsigned PY_LONG_LONG __pyx_v_flags, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":429
 * 
 * cdef cudaError_t _cudaMemDiscardBatchAsync(void** dptrs, size_t* sizes, size_t count, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemDiscardAndPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemDiscardBatchAsync(__pyx_v_dptrs, __pyx_v_sizes, __pyx_v_count, __pyx_v_flags, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":428
 *     return cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream)
 * 
 * cdef cudaError_t _cudaMemDiscardBatchAsync(void** dptrs, size_t* sizes, size_t count, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":431
 *     return cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream)
 * 
 * cdef cudaError_t _cudaMemDiscardAndPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemDiscardAndPrefetchBatchAsync(void **__pyx_v_dptrs, size_t *__pyx_v_sizes, size_t __pyx_v_count, struct cudaMemLocation *__pyx_v_prefetchLocs, size_t *__pyx_v_prefetchLocIdxs, size_t __pyx_v_numPrefetchLocs, unsigned PY_LONG_LONG __pyx_v_flags, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":432
 * 
 * cdef cudaError_t _cudaMemDiscardAndPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemAdvise(const void* devPtr, size_t count, cudaMemoryAdvise advice, cudaMemLocation location) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemDiscardAndPrefetchBatchAsync(__pyx_v_dptrs, __pyx_v_sizes, __pyx_v_count, __pyx_v_prefetchLocs, __pyx_v_prefetchLocIdxs, __pyx_v_numPrefetchLocs, __pyx_v_flags, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":431
 *     return cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream)
 * 
 * cdef cudaError_t _cudaMemDiscardAndPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":434
 *     return cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream)
 * 
 * cdef cudaError_t _cudaMemAdvise(const void* devPtr, size_t count, cudaMemoryAdvise advice, cudaMemLocation location) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemAdvise(devPtr, count, advice, location)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemAdvise(void const *__pyx_v_devPtr, size_t __pyx_v_count, enum cudaMemoryAdvise __pyx_v_advice, struct cudaMemLocation __pyx_v_location) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":435
 * 
 * cdef cudaError_t _cudaMemAdvise(const void* devPtr, size_t count, cudaMemoryAdvise advice, cudaMemLocation location) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemAdvise(devPtr, count, advice, location)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemRangeGetAttribute(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemAdvise(__pyx_v_devPtr, __pyx_v_count, __pyx_v_advice, __pyx_v_location);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":434
 *     return cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream)
 * 
 * cdef cudaError_t _cudaMemAdvise(const void* devPtr, size_t count, cudaMemoryAdvise advice, cudaMemLocation location) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemAdvise(devPtr, count, advice, location)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":437
 *     return cudaMemAdvise(devPtr, count, advice, location)
 * 
 * cdef cudaError_t _cudaMemRangeGetAttribute(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemRangeGetAttribute(void *__pyx_v_data, size_t __pyx_v_dataSize, enum cudaMemRangeAttribute __pyx_v_attribute, void const *__pyx_v_devPtr, size_t __pyx_v_count) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":438
 * 
 * cdef cudaError_t _cudaMemRangeGetAttribute(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemRangeGetAttributes(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemRangeGetAttribute(__pyx_v_data, __pyx_v_dataSize, __pyx_v_attribute, __pyx_v_devPtr, __pyx_v_count);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":437
 *     return cudaMemAdvise(devPtr, count, advice, location)
 * 
 * cdef cudaError_t _cudaMemRangeGetAttribute(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":440
 *     return cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count)
 * 
 * cdef cudaError_t _cudaMemRangeGetAttributes(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemRangeGetAttributes(void **__pyx_v_data, size_t *__pyx_v_dataSizes, enum cudaMemRangeAttribute *__pyx_v_attributes, size_t __pyx_v_numAttributes, void const *__pyx_v_devPtr, size_t __pyx_v_count) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":441
 * 
 * cdef cudaError_t _cudaMemRangeGetAttributes(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemRangeGetAttributes(__pyx_v_data, __pyx_v_dataSizes, __pyx_v_attributes, __pyx_v_numAttributes, __pyx_v_devPtr, __pyx_v_count);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":440
 *     return cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count)
 * 
 * cdef cudaError_t _cudaMemRangeGetAttributes(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":443
 *     return cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count)
 * 
 * cdef cudaError_t _cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyToArray(cudaArray_t __pyx_v_dst, size_t __pyx_v_wOffset, size_t __pyx_v_hOffset, void const *__pyx_v_src, size_t __pyx_v_count, enum cudaMemcpyKind __pyx_v_kind) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":444
 * 
 * cdef cudaError_t _cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpyFromArray(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpyToArray(__pyx_v_dst, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_src, __pyx_v_count, __pyx_v_kind);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":443
 *     return cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count)
 * 
 * cdef cudaError_t _cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":446
 *     return cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind)
 * 
 * cdef cudaError_t _cudaMemcpyFromArray(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyFromArray(void *__pyx_v_dst, cudaArray_const_t __pyx_v_src, size_t __pyx_v_wOffset, size_t __pyx_v_hOffset, size_t __pyx_v_count, enum cudaMemcpyKind __pyx_v_kind) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":447
 * 
 * cdef cudaError_t _cudaMemcpyFromArray(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind)             # <<<<<<<<<<<<<<
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpyFromArray(__pyx_v_dst, __pyx_v_src, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_count, __pyx_v_kind);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":446
 *     return cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind)
 * 
 * cdef cudaError_t _cudaMemcpyFromArray(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":449
 *     return cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyArrayToArray(cudaArray_t __pyx_v_dst, size_t __pyx_v_wOffsetDst, size_t __pyx_v_hOffsetDst, cudaArray_const_t __pyx_v_src, size_t __pyx_v_wOffsetSrc, size_t __pyx_v_hOffsetSrc, size_t __pyx_v_count, enum cudaMemcpyKind __pyx_v_kind) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":450
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpyToArrayAsync(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpyArrayToArray(__pyx_v_dst, __pyx_v_wOffsetDst, __pyx_v_hOffsetDst, __pyx_v_src, __pyx_v_wOffsetSrc, __pyx_v_hOffsetSrc, __pyx_v_count, __pyx_v_kind);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":449
 *     return cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":452
 *     return cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind)
 * 
 * cdef cudaError_t _cudaMemcpyToArrayAsync(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyToArrayAsync(cudaArray_t __pyx_v_dst, size_t __pyx_v_wOffset, size_t __pyx_v_hOffset, void const *__pyx_v_src, size_t __pyx_v_count, enum cudaMemcpyKind __pyx_v_kind, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":453
 * 
 * cdef cudaError_t _cudaMemcpyToArrayAsync(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemcpyFromArrayAsync(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpyToArrayAsync(__pyx_v_dst, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_src, __pyx_v_count, __pyx_v_kind, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":452
 *     return cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind)
 * 
 * cdef cudaError_t _cudaMemcpyToArrayAsync(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":455
 *     return cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream)
 * 
 * cdef cudaError_t _cudaMemcpyFromArrayAsync(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyFromArrayAsync(void *__pyx_v_dst, cudaArray_const_t __pyx_v_src, size_t __pyx_v_wOffset, size_t __pyx_v_hOffset, size_t __pyx_v_count, enum cudaMemcpyKind __pyx_v_kind, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":456
 * 
 * cdef cudaError_t _cudaMemcpyFromArrayAsync(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemcpyFromArrayAsync(__pyx_v_dst, __pyx_v_src, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_count, __pyx_v_kind, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":455
 *     return cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream)
 * 
 * cdef cudaError_t _cudaMemcpyFromArrayAsync(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":458
 *     return cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream)
 * 
 * cdef cudaError_t _cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocAsync(devPtr, size, hStream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocAsync(void **__pyx_v_devPtr, size_t __pyx_v_size, cudaStream_t __pyx_v_hStream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":459
 * 
 * cdef cudaError_t _cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMallocAsync(devPtr, size, hStream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMallocAsync(__pyx_v_devPtr, __pyx_v_size, __pyx_v_hStream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":458
 *     return cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream)
 * 
 * cdef cudaError_t _cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocAsync(devPtr, size, hStream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":461
 *     return cudaMallocAsync(devPtr, size, hStream)
 * 
 * cdef cudaError_t _cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFreeAsync(devPtr, hStream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeAsync(void *__pyx_v_devPtr, cudaStream_t __pyx_v_hStream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":462
 * 
 * cdef cudaError_t _cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaFreeAsync(devPtr, hStream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaFreeAsync(__pyx_v_devPtr, __pyx_v_hStream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":461
 *     return cudaMallocAsync(devPtr, size, hStream)
 * 
 * cdef cudaError_t _cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaFreeAsync(devPtr, hStream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":464
 *     return cudaFreeAsync(devPtr, hStream)
 * 
 * cdef cudaError_t _cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolTrimTo(memPool, minBytesToKeep)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolTrimTo(cudaMemPool_t __pyx_v_memPool, size_t __pyx_v_minBytesToKeep) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":465
 * 
 * cdef cudaError_t _cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPoolTrimTo(memPool, minBytesToKeep)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPoolTrimTo(__pyx_v_memPool, __pyx_v_minBytesToKeep);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":464
 *     return cudaFreeAsync(devPtr, hStream)
 * 
 * cdef cudaError_t _cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolTrimTo(memPool, minBytesToKeep)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":467
 *     return cudaMemPoolTrimTo(memPool, minBytesToKeep)
 * 
 * cdef cudaError_t _cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolSetAttribute(memPool, attr, value)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolSetAttribute(cudaMemPool_t __pyx_v_memPool, enum cudaMemPoolAttr __pyx_v_attr, void *__pyx_v_value) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":468
 * 
 * cdef cudaError_t _cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPoolSetAttribute(memPool, attr, value)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPoolSetAttribute(__pyx_v_memPool, __pyx_v_attr, __pyx_v_value);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":467
 *     return cudaMemPoolTrimTo(memPool, minBytesToKeep)
 * 
 * cdef cudaError_t _cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolSetAttribute(memPool, attr, value)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":470
 *     return cudaMemPoolSetAttribute(memPool, attr, value)
 * 
 * cdef cudaError_t _cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolGetAttribute(memPool, attr, value)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolGetAttribute(cudaMemPool_t __pyx_v_memPool, enum cudaMemPoolAttr __pyx_v_attr, void *__pyx_v_value) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":471
 * 
 * cdef cudaError_t _cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPoolGetAttribute(memPool, attr, value)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPoolGetAttribute(__pyx_v_memPool, __pyx_v_attr, __pyx_v_value);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":470
 *     return cudaMemPoolSetAttribute(memPool, attr, value)
 * 
 * cdef cudaError_t _cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolGetAttribute(memPool, attr, value)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":473
 *     return cudaMemPoolGetAttribute(memPool, attr, value)
 * 
 * cdef cudaError_t _cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolSetAccess(memPool, descList, count)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolSetAccess(cudaMemPool_t __pyx_v_memPool, struct cudaMemAccessDesc const *__pyx_v_descList, size_t __pyx_v_count) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":474
 * 
 * cdef cudaError_t _cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPoolSetAccess(memPool, descList, count)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPoolSetAccess(__pyx_v_memPool, __pyx_v_descList, __pyx_v_count);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":473
 *     return cudaMemPoolGetAttribute(memPool, attr, value)
 * 
 * cdef cudaError_t _cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolSetAccess(memPool, descList, count)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":476
 *     return cudaMemPoolSetAccess(memPool, descList, count)
 * 
 * cdef cudaError_t _cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolGetAccess(flags, memPool, location)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolGetAccess(enum cudaMemAccessFlags *__pyx_v_flags, cudaMemPool_t __pyx_v_memPool, struct cudaMemLocation *__pyx_v_location) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":477
 * 
 * cdef cudaError_t _cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPoolGetAccess(flags, memPool, location)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPoolGetAccess(__pyx_v_flags, __pyx_v_memPool, __pyx_v_location);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":476
 *     return cudaMemPoolSetAccess(memPool, descList, count)
 * 
 * cdef cudaError_t _cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolGetAccess(flags, memPool, location)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":479
 *     return cudaMemPoolGetAccess(flags, memPool, location)
 * 
 * cdef cudaError_t _cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolCreate(memPool, poolProps)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolCreate(cudaMemPool_t *__pyx_v_memPool, struct cudaMemPoolProps const *__pyx_v_poolProps) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":480
 * 
 * cdef cudaError_t _cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPoolCreate(memPool, poolProps)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPoolCreate(__pyx_v_memPool, __pyx_v_poolProps);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":479
 *     return cudaMemPoolGetAccess(flags, memPool, location)
 * 
 * cdef cudaError_t _cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolCreate(memPool, poolProps)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":482
 *     return cudaMemPoolCreate(memPool, poolProps)
 * 
 * cdef cudaError_t _cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolDestroy(memPool)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolDestroy(cudaMemPool_t __pyx_v_memPool) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":483
 * 
 * cdef cudaError_t _cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPoolDestroy(memPool)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPoolDestroy(__pyx_v_memPool);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":482
 *     return cudaMemPoolCreate(memPool, poolProps)
 * 
 * cdef cudaError_t _cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolDestroy(memPool)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":485
 *     return cudaMemPoolDestroy(memPool)
 * 
 * cdef cudaError_t _cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemGetDefaultMemPool(memPool, location, typename)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetDefaultMemPool(cudaMemPool_t *__pyx_v_memPool, struct cudaMemLocation *__pyx_v_location, enum cudaMemAllocationType __pyx_v_typename) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":486
 * 
 * cdef cudaError_t _cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemGetDefaultMemPool(memPool, location, typename)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemGetDefaultMemPool(__pyx_v_memPool, __pyx_v_location, __pyx_v_typename);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":485
 *     return cudaMemPoolDestroy(memPool)
 * 
 * cdef cudaError_t _cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemGetDefaultMemPool(memPool, location, typename)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":488
 *     return cudaMemGetDefaultMemPool(memPool, location, typename)
 * 
 * cdef cudaError_t _cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemGetMemPool(memPool, location, typename)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetMemPool(cudaMemPool_t *__pyx_v_memPool, struct cudaMemLocation *__pyx_v_location, enum cudaMemAllocationType __pyx_v_typename) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":489
 * 
 * cdef cudaError_t _cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemGetMemPool(memPool, location, typename)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemGetMemPool(__pyx_v_memPool, __pyx_v_location, __pyx_v_typename);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":488
 *     return cudaMemGetDefaultMemPool(memPool, location, typename)
 * 
 * cdef cudaError_t _cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemGetMemPool(memPool, location, typename)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":491
 *     return cudaMemGetMemPool(memPool, location, typename)
 * 
 * cdef cudaError_t _cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemSetMemPool(location, typename, memPool)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemSetMemPool(struct cudaMemLocation *__pyx_v_location, enum cudaMemAllocationType __pyx_v_typename, cudaMemPool_t __pyx_v_memPool) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":492
 * 
 * cdef cudaError_t _cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemSetMemPool(location, typename, memPool)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemSetMemPool(__pyx_v_location, __pyx_v_typename, __pyx_v_memPool);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":491
 *     return cudaMemGetMemPool(memPool, location, typename)
 * 
 * cdef cudaError_t _cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemSetMemPool(location, typename, memPool)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":494
 *     return cudaMemSetMemPool(location, typename, memPool)
 * 
 * cdef cudaError_t _cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocFromPoolAsync(ptr, size, memPool, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocFromPoolAsync(void **__pyx_v_ptr, size_t __pyx_v_size, cudaMemPool_t __pyx_v_memPool, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":495
 * 
 * cdef cudaError_t _cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMallocFromPoolAsync(ptr, size, memPool, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMallocFromPoolAsync(__pyx_v_ptr, __pyx_v_size, __pyx_v_memPool, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":494
 *     return cudaMemSetMemPool(location, typename, memPool)
 * 
 * cdef cudaError_t _cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMallocFromPoolAsync(ptr, size, memPool, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":497
 *     return cudaMallocFromPoolAsync(ptr, size, memPool, stream)
 * 
 * cdef cudaError_t _cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolExportToShareableHandle(void *__pyx_v_shareableHandle, cudaMemPool_t __pyx_v_memPool, enum cudaMemAllocationHandleType __pyx_v_handleType, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":498
 * 
 * cdef cudaError_t _cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPoolExportToShareableHandle(__pyx_v_shareableHandle, __pyx_v_memPool, __pyx_v_handleType, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":497
 *     return cudaMallocFromPoolAsync(ptr, size, memPool, stream)
 * 
 * cdef cudaError_t _cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":500
 *     return cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags)
 * 
 * cdef cudaError_t _cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolImportFromShareableHandle(cudaMemPool_t *__pyx_v_memPool, void *__pyx_v_shareableHandle, enum cudaMemAllocationHandleType __pyx_v_handleType, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":501
 * 
 * cdef cudaError_t _cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPoolImportFromShareableHandle(__pyx_v_memPool, __pyx_v_shareableHandle, __pyx_v_handleType, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":500
 *     return cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags)
 * 
 * cdef cudaError_t _cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":503
 *     return cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags)
 * 
 * cdef cudaError_t _cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolExportPointer(exportData, ptr)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolExportPointer(struct cudaMemPoolPtrExportData *__pyx_v_exportData, void *__pyx_v_ptr) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":504
 * 
 * cdef cudaError_t _cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPoolExportPointer(exportData, ptr)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPoolExportPointer(__pyx_v_exportData, __pyx_v_ptr);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":503
 *     return cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags)
 * 
 * cdef cudaError_t _cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolExportPointer(exportData, ptr)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":506
 *     return cudaMemPoolExportPointer(exportData, ptr)
 * 
 * cdef cudaError_t _cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolImportPointer(ptr, memPool, exportData)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolImportPointer(void **__pyx_v_ptr, cudaMemPool_t __pyx_v_memPool, struct cudaMemPoolPtrExportData *__pyx_v_exportData) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":507
 * 
 * cdef cudaError_t _cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaMemPoolImportPointer(ptr, memPool, exportData)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaMemPoolImportPointer(__pyx_v_ptr, __pyx_v_memPool, __pyx_v_exportData);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":506
 *     return cudaMemPoolExportPointer(exportData, ptr)
 * 
 * cdef cudaError_t _cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaMemPoolImportPointer(ptr, memPool, exportData)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":509
 *     return cudaMemPoolImportPointer(ptr, memPool, exportData)
 * 
 * cdef cudaError_t _cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaPointerGetAttributes(attributes, ptr)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaPointerGetAttributes(struct cudaPointerAttributes *__pyx_v_attributes, void const *__pyx_v_ptr) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":510
 * 
 * cdef cudaError_t _cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaPointerGetAttributes(attributes, ptr)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaPointerGetAttributes(__pyx_v_attributes, __pyx_v_ptr);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":509
 *     return cudaMemPoolImportPointer(ptr, memPool, exportData)
 * 
 * cdef cudaError_t _cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaPointerGetAttributes(attributes, ptr)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":512
 *     return cudaPointerGetAttributes(attributes, ptr)
 * 
 * cdef cudaError_t _cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceCanAccessPeer(int *__pyx_v_canAccessPeer, int __pyx_v_device, int __pyx_v_peerDevice) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":513
 * 
 * cdef cudaError_t _cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceCanAccessPeer(__pyx_v_canAccessPeer, __pyx_v_device, __pyx_v_peerDevice);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":512
 *     return cudaPointerGetAttributes(attributes, ptr)
 * 
 * cdef cudaError_t _cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":515
 *     return cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice)
 * 
 * cdef cudaError_t _cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceEnablePeerAccess(peerDevice, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceEnablePeerAccess(int __pyx_v_peerDevice, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":516
 * 
 * cdef cudaError_t _cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceEnablePeerAccess(peerDevice, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceEnablePeerAccess(__pyx_v_peerDevice, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":515
 *     return cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice)
 * 
 * cdef cudaError_t _cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceEnablePeerAccess(peerDevice, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":518
 *     return cudaDeviceEnablePeerAccess(peerDevice, flags)
 * 
 * cdef cudaError_t _cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceDisablePeerAccess(peerDevice)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceDisablePeerAccess(int __pyx_v_peerDevice) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":519
 * 
 * cdef cudaError_t _cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceDisablePeerAccess(peerDevice)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceDisablePeerAccess(__pyx_v_peerDevice);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":518
 *     return cudaDeviceEnablePeerAccess(peerDevice, flags)
 * 
 * cdef cudaError_t _cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceDisablePeerAccess(peerDevice)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":521
 *     return cudaDeviceDisablePeerAccess(peerDevice)
 * 
 * cdef cudaError_t _cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsUnregisterResource(resource)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsUnregisterResource(cudaGraphicsResource_t __pyx_v_resource) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":522
 * 
 * cdef cudaError_t _cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphicsUnregisterResource(resource)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphicsUnregisterResource(__pyx_v_resource);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":521
 *     return cudaDeviceDisablePeerAccess(peerDevice)
 * 
 * cdef cudaError_t _cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsUnregisterResource(resource)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":524
 *     return cudaGraphicsUnregisterResource(resource)
 * 
 * cdef cudaError_t _cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsResourceSetMapFlags(resource, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t __pyx_v_resource, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":525
 * 
 * cdef cudaError_t _cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphicsResourceSetMapFlags(resource, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphicsResourceSetMapFlags(__pyx_v_resource, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":524
 *     return cudaGraphicsUnregisterResource(resource)
 * 
 * cdef cudaError_t _cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsResourceSetMapFlags(resource, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":527
 *     return cudaGraphicsResourceSetMapFlags(resource, flags)
 * 
 * cdef cudaError_t _cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsMapResources(count, resources, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsMapResources(int __pyx_v_count, cudaGraphicsResource_t *__pyx_v_resources, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":528
 * 
 * cdef cudaError_t _cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphicsMapResources(count, resources, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphicsMapResources(__pyx_v_count, __pyx_v_resources, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":527
 *     return cudaGraphicsResourceSetMapFlags(resource, flags)
 * 
 * cdef cudaError_t _cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsMapResources(count, resources, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":530
 *     return cudaGraphicsMapResources(count, resources, stream)
 * 
 * cdef cudaError_t _cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsUnmapResources(count, resources, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsUnmapResources(int __pyx_v_count, cudaGraphicsResource_t *__pyx_v_resources, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":531
 * 
 * cdef cudaError_t _cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphicsUnmapResources(count, resources, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphicsUnmapResources(__pyx_v_count, __pyx_v_resources, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":530
 *     return cudaGraphicsMapResources(count, resources, stream)
 * 
 * cdef cudaError_t _cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsUnmapResources(count, resources, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":533
 *     return cudaGraphicsUnmapResources(count, resources, stream)
 * 
 * cdef cudaError_t _cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsResourceGetMappedPointer(devPtr, size, resource)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceGetMappedPointer(void **__pyx_v_devPtr, size_t *__pyx_v_size, cudaGraphicsResource_t __pyx_v_resource) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":534
 * 
 * cdef cudaError_t _cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphicsResourceGetMappedPointer(devPtr, size, resource)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphicsResourceGetMappedPointer(__pyx_v_devPtr, __pyx_v_size, __pyx_v_resource);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":533
 *     return cudaGraphicsUnmapResources(count, resources, stream)
 * 
 * cdef cudaError_t _cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsResourceGetMappedPointer(devPtr, size, resource)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":536
 *     return cudaGraphicsResourceGetMappedPointer(devPtr, size, resource)
 * 
 * cdef cudaError_t _cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsSubResourceGetMappedArray(cudaArray_t *__pyx_v_array, cudaGraphicsResource_t __pyx_v_resource, unsigned int __pyx_v_arrayIndex, unsigned int __pyx_v_mipLevel) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":537
 * 
 * cdef cudaError_t _cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphicsSubResourceGetMappedArray(__pyx_v_array, __pyx_v_resource, __pyx_v_arrayIndex, __pyx_v_mipLevel);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":536
 *     return cudaGraphicsResourceGetMappedPointer(devPtr, size, resource)
 * 
 * cdef cudaError_t _cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":539
 *     return cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel)
 * 
 * cdef cudaError_t _cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t *__pyx_v_mipmappedArray, cudaGraphicsResource_t __pyx_v_resource) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":540
 * 
 * cdef cudaError_t _cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphicsResourceGetMappedMipmappedArray(__pyx_v_mipmappedArray, __pyx_v_resource);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":539
 *     return cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel)
 * 
 * cdef cudaError_t _cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":542
 *     return cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource)
 * 
 * cdef cudaError_t _cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetChannelDesc(desc, array)
 * @cython.show_performance_hints(False)
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetChannelDesc(struct cudaChannelFormatDesc *__pyx_v_desc, cudaArray_const_t __pyx_v_array) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":543
 * 
 * cdef cudaError_t _cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetChannelDesc(desc, array)             # <<<<<<<<<<<<<<
 * @cython.show_performance_hints(False)
 * cdef cudaChannelFormatDesc _cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil:
*/
  __pyx_r = cudaGetChannelDesc(__pyx_v_desc, __pyx_v_array);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":542
 *     return cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource)
 * 
 * cdef cudaError_t _cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetChannelDesc(desc, array)
 * @cython.show_performance_hints(False)
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":544
 * cdef cudaError_t _cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetChannelDesc(desc, array)
 * @cython.show_performance_hints(False)             # <<<<<<<<<<<<<<
 * cdef cudaChannelFormatDesc _cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil:
 *     return cudaCreateChannelDesc(x, y, z, w, f)
*/

static struct cudaChannelFormatDesc __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateChannelDesc(int __pyx_v_x, int __pyx_v_y, int __pyx_v_z, int __pyx_v_w, enum cudaChannelFormatKind __pyx_v_f) {
  struct cudaChannelFormatDesc __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":546
 * @cython.show_performance_hints(False)
 * cdef cudaChannelFormatDesc _cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil:
 *     return cudaCreateChannelDesc(x, y, z, w, f)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaCreateTextureObject(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaCreateChannelDesc(__pyx_v_x, __pyx_v_y, __pyx_v_z, __pyx_v_w, __pyx_v_f);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":544
 * cdef cudaError_t _cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetChannelDesc(desc, array)
 * @cython.show_performance_hints(False)             # <<<<<<<<<<<<<<
 * cdef cudaChannelFormatDesc _cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil:
 *     return cudaCreateChannelDesc(x, y, z, w, f)
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":548
 *     return cudaCreateChannelDesc(x, y, z, w, f)
 * 
 * cdef cudaError_t _cudaCreateTextureObject(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateTextureObject(cudaTextureObject_t *__pyx_v_pTexObject, struct cudaResourceDesc const *__pyx_v_pResDesc, struct cudaTextureDesc const *__pyx_v_pTexDesc, struct cudaResourceViewDesc const *__pyx_v_pResViewDesc) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":549
 * 
 * cdef cudaError_t _cudaCreateTextureObject(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaCreateTextureObject(__pyx_v_pTexObject, __pyx_v_pResDesc, __pyx_v_pTexDesc, __pyx_v_pResViewDesc);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":548
 *     return cudaCreateChannelDesc(x, y, z, w, f)
 * 
 * cdef cudaError_t _cudaCreateTextureObject(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":551
 *     return cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc)
 * 
 * cdef cudaError_t _cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDestroyTextureObject(texObject)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyTextureObject(cudaTextureObject_t __pyx_v_texObject) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":552
 * 
 * cdef cudaError_t _cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDestroyTextureObject(texObject)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDestroyTextureObject(__pyx_v_texObject);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":551
 *     return cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc)
 * 
 * cdef cudaError_t _cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDestroyTextureObject(texObject)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":554
 *     return cudaDestroyTextureObject(texObject)
 * 
 * cdef cudaError_t _cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetTextureObjectResourceDesc(pResDesc, texObject)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectResourceDesc(struct cudaResourceDesc *__pyx_v_pResDesc, cudaTextureObject_t __pyx_v_texObject) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":555
 * 
 * cdef cudaError_t _cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetTextureObjectResourceDesc(pResDesc, texObject)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetTextureObjectResourceDesc(__pyx_v_pResDesc, __pyx_v_texObject);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":554
 *     return cudaDestroyTextureObject(texObject)
 * 
 * cdef cudaError_t _cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetTextureObjectResourceDesc(pResDesc, texObject)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":557
 *     return cudaGetTextureObjectResourceDesc(pResDesc, texObject)
 * 
 * cdef cudaError_t _cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetTextureObjectTextureDesc(pTexDesc, texObject)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectTextureDesc(struct cudaTextureDesc *__pyx_v_pTexDesc, cudaTextureObject_t __pyx_v_texObject) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":558
 * 
 * cdef cudaError_t _cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetTextureObjectTextureDesc(pTexDesc, texObject)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetTextureObjectTextureDesc(__pyx_v_pTexDesc, __pyx_v_texObject);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":557
 *     return cudaGetTextureObjectResourceDesc(pResDesc, texObject)
 * 
 * cdef cudaError_t _cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetTextureObjectTextureDesc(pTexDesc, texObject)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":560
 *     return cudaGetTextureObjectTextureDesc(pTexDesc, texObject)
 * 
 * cdef cudaError_t _cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectResourceViewDesc(struct cudaResourceViewDesc *__pyx_v_pResViewDesc, cudaTextureObject_t __pyx_v_texObject) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":561
 * 
 * cdef cudaError_t _cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetTextureObjectResourceViewDesc(__pyx_v_pResViewDesc, __pyx_v_texObject);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":560
 *     return cudaGetTextureObjectTextureDesc(pTexDesc, texObject)
 * 
 * cdef cudaError_t _cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":563
 *     return cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject)
 * 
 * cdef cudaError_t _cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaCreateSurfaceObject(pSurfObject, pResDesc)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateSurfaceObject(cudaSurfaceObject_t *__pyx_v_pSurfObject, struct cudaResourceDesc const *__pyx_v_pResDesc) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":564
 * 
 * cdef cudaError_t _cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaCreateSurfaceObject(pSurfObject, pResDesc)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaCreateSurfaceObject(__pyx_v_pSurfObject, __pyx_v_pResDesc);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":563
 *     return cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject)
 * 
 * cdef cudaError_t _cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaCreateSurfaceObject(pSurfObject, pResDesc)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":566
 *     return cudaCreateSurfaceObject(pSurfObject, pResDesc)
 * 
 * cdef cudaError_t _cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDestroySurfaceObject(surfObject)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroySurfaceObject(cudaSurfaceObject_t __pyx_v_surfObject) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":567
 * 
 * cdef cudaError_t _cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDestroySurfaceObject(surfObject)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDestroySurfaceObject(__pyx_v_surfObject);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":566
 *     return cudaCreateSurfaceObject(pSurfObject, pResDesc)
 * 
 * cdef cudaError_t _cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDestroySurfaceObject(surfObject)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":569
 *     return cudaDestroySurfaceObject(surfObject)
 * 
 * cdef cudaError_t _cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetSurfaceObjectResourceDesc(struct cudaResourceDesc *__pyx_v_pResDesc, cudaSurfaceObject_t __pyx_v_surfObject) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":570
 * 
 * cdef cudaError_t _cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetSurfaceObjectResourceDesc(__pyx_v_pResDesc, __pyx_v_surfObject);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":569
 *     return cudaDestroySurfaceObject(surfObject)
 * 
 * cdef cudaError_t _cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":572
 *     return cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject)
 * 
 * cdef cudaError_t _cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDriverGetVersion(driverVersion)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDriverGetVersion(int *__pyx_v_driverVersion) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":573
 * 
 * cdef cudaError_t _cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDriverGetVersion(driverVersion)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDriverGetVersion(__pyx_v_driverVersion);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":572
 *     return cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject)
 * 
 * cdef cudaError_t _cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDriverGetVersion(driverVersion)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":575
 *     return cudaDriverGetVersion(driverVersion)
 * 
 * cdef cudaError_t _cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaRuntimeGetVersion(runtimeVersion)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaRuntimeGetVersion(int *__pyx_v_runtimeVersion) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":576
 * 
 * cdef cudaError_t _cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaRuntimeGetVersion(runtimeVersion)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaRuntimeGetVersion(__pyx_v_runtimeVersion);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":575
 *     return cudaDriverGetVersion(driverVersion)
 * 
 * cdef cudaError_t _cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaRuntimeGetVersion(runtimeVersion)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":578
 *     return cudaRuntimeGetVersion(runtimeVersion)
 * 
 * cdef cudaError_t _cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLogsRegisterCallback(callbackFunc, userData, callback_out)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsRegisterCallback(cudaLogsCallback_t __pyx_v_callbackFunc, void *__pyx_v_userData, cudaLogsCallbackHandle *__pyx_v_callback_out) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":579
 * 
 * cdef cudaError_t _cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLogsRegisterCallback(callbackFunc, userData, callback_out)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLogsRegisterCallback(__pyx_v_callbackFunc, __pyx_v_userData, __pyx_v_callback_out);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":578
 *     return cudaRuntimeGetVersion(runtimeVersion)
 * 
 * cdef cudaError_t _cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLogsRegisterCallback(callbackFunc, userData, callback_out)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":581
 *     return cudaLogsRegisterCallback(callbackFunc, userData, callback_out)
 * 
 * cdef cudaError_t _cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLogsUnregisterCallback(callback)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsUnregisterCallback(cudaLogsCallbackHandle __pyx_v_callback) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":582
 * 
 * cdef cudaError_t _cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLogsUnregisterCallback(callback)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLogsUnregisterCallback(__pyx_v_callback);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":581
 *     return cudaLogsRegisterCallback(callbackFunc, userData, callback_out)
 * 
 * cdef cudaError_t _cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLogsUnregisterCallback(callback)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":584
 *     return cudaLogsUnregisterCallback(callback)
 * 
 * cdef cudaError_t _cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLogsCurrent(iterator_out, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsCurrent(cudaLogIterator *__pyx_v_iterator_out, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":585
 * 
 * cdef cudaError_t _cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLogsCurrent(iterator_out, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLogsCurrent(__pyx_v_iterator_out, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":584
 *     return cudaLogsUnregisterCallback(callback)
 * 
 * cdef cudaError_t _cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLogsCurrent(iterator_out, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":587
 *     return cudaLogsCurrent(iterator_out, flags)
 * 
 * cdef cudaError_t _cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLogsDumpToFile(iterator, pathToFile, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsDumpToFile(cudaLogIterator *__pyx_v_iterator, char const *__pyx_v_pathToFile, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":588
 * 
 * cdef cudaError_t _cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLogsDumpToFile(iterator, pathToFile, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLogsDumpToFile(__pyx_v_iterator, __pyx_v_pathToFile, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":587
 *     return cudaLogsCurrent(iterator_out, flags)
 * 
 * cdef cudaError_t _cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLogsDumpToFile(iterator, pathToFile, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":590
 *     return cudaLogsDumpToFile(iterator, pathToFile, flags)
 * 
 * cdef cudaError_t _cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLogsDumpToMemory(iterator, buffer, size, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsDumpToMemory(cudaLogIterator *__pyx_v_iterator, char *__pyx_v_buffer, size_t *__pyx_v_size, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":591
 * 
 * cdef cudaError_t _cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLogsDumpToMemory(iterator, buffer, size, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLogsDumpToMemory(__pyx_v_iterator, __pyx_v_buffer, __pyx_v_size, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":590
 *     return cudaLogsDumpToFile(iterator, pathToFile, flags)
 * 
 * cdef cudaError_t _cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLogsDumpToMemory(iterator, buffer, size, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":593
 *     return cudaLogsDumpToMemory(iterator, buffer, size, flags)
 * 
 * cdef cudaError_t _cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphCreate(pGraph, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphCreate(cudaGraph_t *__pyx_v_pGraph, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":594
 * 
 * cdef cudaError_t _cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphCreate(pGraph, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddKernelNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphCreate(__pyx_v_pGraph, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":593
 *     return cudaLogsDumpToMemory(iterator, buffer, size, flags)
 * 
 * cdef cudaError_t _cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphCreate(pGraph, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":596
 *     return cudaGraphCreate(pGraph, flags)
 * 
 * cdef cudaError_t _cudaGraphAddKernelNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddKernelNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies, struct cudaKernelNodeParams const *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":597
 * 
 * cdef cudaError_t _cudaGraphAddKernelNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddKernelNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":596
 *     return cudaGraphCreate(pGraph, flags)
 * 
 * cdef cudaError_t _cudaGraphAddKernelNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":599
 *     return cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphKernelNodeGetParams(node, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaKernelNodeParams *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":600
 * 
 * cdef cudaError_t _cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphKernelNodeGetParams(node, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphKernelNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":599
 *     return cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphKernelNodeGetParams(node, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":602
 *     return cudaGraphKernelNodeGetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphKernelNodeSetParams(node, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaKernelNodeParams const *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":603
 * 
 * cdef cudaError_t _cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphKernelNodeSetParams(node, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphKernelNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":602
 *     return cudaGraphKernelNodeGetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphKernelNodeSetParams(node, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":605
 *     return cudaGraphKernelNodeSetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphKernelNodeCopyAttributes(hDst, hSrc)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t __pyx_v_hDst, cudaGraphNode_t __pyx_v_hSrc) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":606
 * 
 * cdef cudaError_t _cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphKernelNodeCopyAttributes(hDst, hSrc)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphKernelNodeCopyAttributes(__pyx_v_hDst, __pyx_v_hSrc);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":605
 *     return cudaGraphKernelNodeSetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphKernelNodeCopyAttributes(hDst, hSrc)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":608
 *     return cudaGraphKernelNodeCopyAttributes(hDst, hSrc)
 * 
 * cdef cudaError_t _cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphKernelNodeGetAttribute(hNode, attr, value_out)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeGetAttribute(cudaGraphNode_t __pyx_v_hNode, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrID __pyx_v_attr, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrValue *__pyx_v_value_out) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":609
 * 
 * cdef cudaError_t _cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphKernelNodeGetAttribute(hNode, attr, value_out)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphKernelNodeGetAttribute(__pyx_v_hNode, __pyx_v_attr, __pyx_v_value_out);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":608
 *     return cudaGraphKernelNodeCopyAttributes(hDst, hSrc)
 * 
 * cdef cudaError_t _cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphKernelNodeGetAttribute(hNode, attr, value_out)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":611
 *     return cudaGraphKernelNodeGetAttribute(hNode, attr, value_out)
 * 
 * cdef cudaError_t _cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphKernelNodeSetAttribute(hNode, attr, value)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeSetAttribute(cudaGraphNode_t __pyx_v_hNode, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrID __pyx_v_attr, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrValue const *__pyx_v_value) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":612
 * 
 * cdef cudaError_t _cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphKernelNodeSetAttribute(hNode, attr, value)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddMemcpyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphKernelNodeSetAttribute(__pyx_v_hNode, __pyx_v_attr, __pyx_v_value);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":611
 *     return cudaGraphKernelNodeGetAttribute(hNode, attr, value_out)
 * 
 * cdef cudaError_t _cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphKernelNodeSetAttribute(hNode, attr, value)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":614
 *     return cudaGraphKernelNodeSetAttribute(hNode, attr, value)
 * 
 * cdef cudaError_t _cudaGraphAddMemcpyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemcpyNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies, struct cudaMemcpy3DParms const *__pyx_v_pCopyParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":615
 * 
 * cdef cudaError_t _cudaGraphAddMemcpyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams)             # <<<<<<<<<<<<<<
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddMemcpyNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pCopyParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":614
 *     return cudaGraphKernelNodeSetAttribute(hNode, attr, value)
 * 
 * cdef cudaError_t _cudaGraphAddMemcpyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":617
 *     return cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemcpyNode1D(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies, void *__pyx_v_dst, void const *__pyx_v_src, size_t __pyx_v_count, enum cudaMemcpyKind __pyx_v_kind) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":618
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddMemcpyNode1D(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_dst, __pyx_v_src, __pyx_v_count, __pyx_v_kind);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":617
 *     return cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams)
 * 
 * cdef 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) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":620
 *     return cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind)
 * 
 * cdef cudaError_t _cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemcpyNodeGetParams(node, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemcpy3DParms *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":621
 * 
 * cdef cudaError_t _cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphMemcpyNodeGetParams(node, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphMemcpyNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":620
 *     return cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind)
 * 
 * cdef cudaError_t _cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemcpyNodeGetParams(node, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":623
 *     return cudaGraphMemcpyNodeGetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemcpyNodeSetParams(node, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemcpy3DParms const *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":624
 * 
 * cdef cudaError_t _cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphMemcpyNodeSetParams(node, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphMemcpyNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":623
 *     return cudaGraphMemcpyNodeGetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemcpyNodeSetParams(node, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":626
 *     return cudaGraphMemcpyNodeSetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t __pyx_v_node, void *__pyx_v_dst, void const *__pyx_v_src, size_t __pyx_v_count, enum cudaMemcpyKind __pyx_v_kind) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":627
 * 
 * cdef cudaError_t _cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddMemsetNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphMemcpyNodeSetParams1D(__pyx_v_node, __pyx_v_dst, __pyx_v_src, __pyx_v_count, __pyx_v_kind);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":626
 *     return cudaGraphMemcpyNodeSetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":629
 *     return cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind)
 * 
 * cdef cudaError_t _cudaGraphAddMemsetNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemsetNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies, struct cudaMemsetParams const *__pyx_v_pMemsetParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":630
 * 
 * cdef cudaError_t _cudaGraphAddMemsetNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddMemsetNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pMemsetParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":629
 *     return cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind)
 * 
 * cdef cudaError_t _cudaGraphAddMemsetNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":632
 *     return cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams)
 * 
 * cdef cudaError_t _cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemsetNodeGetParams(node, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemsetNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemsetParams *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":633
 * 
 * cdef cudaError_t _cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphMemsetNodeGetParams(node, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphMemsetNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":632
 *     return cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams)
 * 
 * cdef cudaError_t _cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemsetNodeGetParams(node, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":635
 *     return cudaGraphMemsetNodeGetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemsetNodeSetParams(node, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemsetNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemsetParams const *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":636
 * 
 * cdef cudaError_t _cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphMemsetNodeSetParams(node, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddHostNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphMemsetNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":635
 *     return cudaGraphMemsetNodeGetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemsetNodeSetParams(node, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":638
 *     return cudaGraphMemsetNodeSetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphAddHostNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddHostNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies, struct cudaHostNodeParams const *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":639
 * 
 * cdef cudaError_t _cudaGraphAddHostNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddHostNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":638
 *     return cudaGraphMemsetNodeSetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphAddHostNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":641
 *     return cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphHostNodeGetParams(node, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphHostNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaHostNodeParams *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":642
 * 
 * cdef cudaError_t _cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphHostNodeGetParams(node, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphHostNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":641
 *     return cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphHostNodeGetParams(node, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":644
 *     return cudaGraphHostNodeGetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphHostNodeSetParams(node, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphHostNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaHostNodeParams const *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":645
 * 
 * cdef cudaError_t _cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphHostNodeSetParams(node, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddChildGraphNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphHostNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":644
 *     return cudaGraphHostNodeGetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphHostNodeSetParams(node, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":647
 *     return cudaGraphHostNodeSetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphAddChildGraphNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddChildGraphNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies, cudaGraph_t __pyx_v_childGraph) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":648
 * 
 * cdef cudaError_t _cudaGraphAddChildGraphNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddChildGraphNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_childGraph);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":647
 *     return cudaGraphHostNodeSetParams(node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphAddChildGraphNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":650
 *     return cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph)
 * 
 * cdef cudaError_t _cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphChildGraphNodeGetGraph(node, pGraph)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t __pyx_v_node, cudaGraph_t *__pyx_v_pGraph) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":651
 * 
 * cdef cudaError_t _cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphChildGraphNodeGetGraph(node, pGraph)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphChildGraphNodeGetGraph(__pyx_v_node, __pyx_v_pGraph);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":650
 *     return cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph)
 * 
 * cdef cudaError_t _cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphChildGraphNodeGetGraph(node, pGraph)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":653
 *     return cudaGraphChildGraphNodeGetGraph(node, pGraph)
 * 
 * cdef cudaError_t _cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEmptyNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":654
 * 
 * cdef cudaError_t _cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddEventRecordNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddEmptyNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":653
 *     return cudaGraphChildGraphNodeGetGraph(node, pGraph)
 * 
 * cdef cudaError_t _cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":656
 *     return cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies)
 * 
 * cdef cudaError_t _cudaGraphAddEventRecordNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEventRecordNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies, cudaEvent_t __pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":657
 * 
 * cdef cudaError_t _cudaGraphAddEventRecordNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddEventRecordNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":656
 *     return cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies)
 * 
 * cdef cudaError_t _cudaGraphAddEventRecordNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":659
 *     return cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event)
 * 
 * cdef cudaError_t _cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphEventRecordNodeGetEvent(node, event_out)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t __pyx_v_node, cudaEvent_t *__pyx_v_event_out) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":660
 * 
 * cdef cudaError_t _cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphEventRecordNodeGetEvent(node, event_out)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphEventRecordNodeGetEvent(__pyx_v_node, __pyx_v_event_out);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":659
 *     return cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event)
 * 
 * cdef cudaError_t _cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphEventRecordNodeGetEvent(node, event_out)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":662
 *     return cudaGraphEventRecordNodeGetEvent(node, event_out)
 * 
 * cdef cudaError_t _cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphEventRecordNodeSetEvent(node, event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t __pyx_v_node, cudaEvent_t __pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":663
 * 
 * cdef cudaError_t _cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphEventRecordNodeSetEvent(node, event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddEventWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphEventRecordNodeSetEvent(__pyx_v_node, __pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":662
 *     return cudaGraphEventRecordNodeGetEvent(node, event_out)
 * 
 * cdef cudaError_t _cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphEventRecordNodeSetEvent(node, event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":665
 *     return cudaGraphEventRecordNodeSetEvent(node, event)
 * 
 * cdef cudaError_t _cudaGraphAddEventWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEventWaitNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies, cudaEvent_t __pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":666
 * 
 * cdef cudaError_t _cudaGraphAddEventWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddEventWaitNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":665
 *     return cudaGraphEventRecordNodeSetEvent(node, event)
 * 
 * cdef cudaError_t _cudaGraphAddEventWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":668
 *     return cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event)
 * 
 * cdef cudaError_t _cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphEventWaitNodeGetEvent(node, event_out)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t __pyx_v_node, cudaEvent_t *__pyx_v_event_out) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":669
 * 
 * cdef cudaError_t _cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphEventWaitNodeGetEvent(node, event_out)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphEventWaitNodeGetEvent(__pyx_v_node, __pyx_v_event_out);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":668
 *     return cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event)
 * 
 * cdef cudaError_t _cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphEventWaitNodeGetEvent(node, event_out)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":671
 *     return cudaGraphEventWaitNodeGetEvent(node, event_out)
 * 
 * cdef cudaError_t _cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphEventWaitNodeSetEvent(node, event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t __pyx_v_node, cudaEvent_t __pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":672
 * 
 * cdef cudaError_t _cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphEventWaitNodeSetEvent(node, event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphEventWaitNodeSetEvent(__pyx_v_node, __pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":671
 *     return cudaGraphEventWaitNodeGetEvent(node, event_out)
 * 
 * cdef cudaError_t _cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphEventWaitNodeSetEvent(node, event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":674
 *     return cudaGraphEventWaitNodeSetEvent(node, event)
 * 
 * cdef cudaError_t _cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies, struct cudaExternalSemaphoreSignalNodeParams const *__pyx_v_nodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":675
 * 
 * cdef cudaError_t _cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddExternalSemaphoresSignalNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_nodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":674
 *     return cudaGraphEventWaitNodeSetEvent(node, event)
 * 
 * cdef cudaError_t _cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":677
 *     return cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreSignalNodeParams *__pyx_v_params_out) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":678
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExternalSemaphoresSignalNodeGetParams(__pyx_v_hNode, __pyx_v_params_out);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":677
 *     return cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":680
 *     return cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out)
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreSignalNodeParams const *__pyx_v_nodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":681
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExternalSemaphoresSignalNodeSetParams(__pyx_v_hNode, __pyx_v_nodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":680
 *     return cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out)
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":683
 *     return cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies, struct cudaExternalSemaphoreWaitNodeParams const *__pyx_v_nodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":684
 * 
 * cdef cudaError_t _cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddExternalSemaphoresWaitNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_nodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":683
 *     return cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":686
 *     return cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreWaitNodeParams *__pyx_v_params_out) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":687
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExternalSemaphoresWaitNodeGetParams(__pyx_v_hNode, __pyx_v_params_out);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":686
 *     return cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":689
 *     return cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out)
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreWaitNodeParams const *__pyx_v_nodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":690
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddMemAllocNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaMemAllocNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExternalSemaphoresWaitNodeSetParams(__pyx_v_hNode, __pyx_v_nodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":689
 *     return cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out)
 * 
 * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":692
 *     return cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphAddMemAllocNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaMemAllocNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemAllocNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies, struct cudaMemAllocNodeParams *__pyx_v_nodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":693
 * 
 * cdef cudaError_t _cudaGraphAddMemAllocNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaMemAllocNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddMemAllocNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_nodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":692
 *     return cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphAddMemAllocNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaMemAllocNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":695
 *     return cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemAllocNodeGetParams(node, params_out)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemAllocNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemAllocNodeParams *__pyx_v_params_out) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":696
 * 
 * cdef cudaError_t _cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphMemAllocNodeGetParams(node, params_out)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddMemFreeNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dptr) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphMemAllocNodeGetParams(__pyx_v_node, __pyx_v_params_out);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":695
 *     return cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemAllocNodeGetParams(node, params_out)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":698
 *     return cudaGraphMemAllocNodeGetParams(node, params_out)
 * 
 * cdef cudaError_t _cudaGraphAddMemFreeNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dptr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemFreeNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies, void *__pyx_v_dptr) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":699
 * 
 * cdef cudaError_t _cudaGraphAddMemFreeNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dptr) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddMemFreeNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_dptr);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":698
 *     return cudaGraphMemAllocNodeGetParams(node, params_out)
 * 
 * cdef cudaError_t _cudaGraphAddMemFreeNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dptr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":701
 *     return cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr)
 * 
 * cdef cudaError_t _cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemFreeNodeGetParams(node, dptr_out)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemFreeNodeGetParams(cudaGraphNode_t __pyx_v_node, void *__pyx_v_dptr_out) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":702
 * 
 * cdef cudaError_t _cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphMemFreeNodeGetParams(node, dptr_out)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphMemFreeNodeGetParams(__pyx_v_node, __pyx_v_dptr_out);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":701
 *     return cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr)
 * 
 * cdef cudaError_t _cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphMemFreeNodeGetParams(node, dptr_out)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":704
 *     return cudaGraphMemFreeNodeGetParams(node, dptr_out)
 * 
 * cdef cudaError_t _cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGraphMemTrim(device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGraphMemTrim(int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":705
 * 
 * cdef cudaError_t _cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGraphMemTrim(device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGraphMemTrim(__pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":704
 *     return cudaGraphMemFreeNodeGetParams(node, dptr_out)
 * 
 * cdef cudaError_t _cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGraphMemTrim(device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":707
 *     return cudaDeviceGraphMemTrim(device)
 * 
 * cdef cudaError_t _cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetGraphMemAttribute(device, attr, value)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetGraphMemAttribute(int __pyx_v_device, enum cudaGraphMemAttributeType __pyx_v_attr, void *__pyx_v_value) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":708
 * 
 * cdef cudaError_t _cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetGraphMemAttribute(device, attr, value)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetGraphMemAttribute(__pyx_v_device, __pyx_v_attr, __pyx_v_value);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":707
 *     return cudaDeviceGraphMemTrim(device)
 * 
 * cdef cudaError_t _cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetGraphMemAttribute(device, attr, value)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":710
 *     return cudaDeviceGetGraphMemAttribute(device, attr, value)
 * 
 * cdef cudaError_t _cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceSetGraphMemAttribute(device, attr, value)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetGraphMemAttribute(int __pyx_v_device, enum cudaGraphMemAttributeType __pyx_v_attr, void *__pyx_v_value) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":711
 * 
 * cdef cudaError_t _cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceSetGraphMemAttribute(device, attr, value)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceSetGraphMemAttribute(__pyx_v_device, __pyx_v_attr, __pyx_v_value);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":710
 *     return cudaDeviceGetGraphMemAttribute(device, attr, value)
 * 
 * cdef cudaError_t _cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceSetGraphMemAttribute(device, attr, value)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":713
 *     return cudaDeviceSetGraphMemAttribute(device, attr, value)
 * 
 * cdef cudaError_t _cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphClone(pGraphClone, originalGraph)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphClone(cudaGraph_t *__pyx_v_pGraphClone, cudaGraph_t __pyx_v_originalGraph) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":714
 * 
 * cdef cudaError_t _cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphClone(pGraphClone, originalGraph)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphClone(__pyx_v_pGraphClone, __pyx_v_originalGraph);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":713
 *     return cudaDeviceSetGraphMemAttribute(device, attr, value)
 * 
 * cdef cudaError_t _cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphClone(pGraphClone, originalGraph)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":716
 *     return cudaGraphClone(pGraphClone, originalGraph)
 * 
 * cdef cudaError_t _cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeFindInClone(cudaGraphNode_t *__pyx_v_pNode, cudaGraphNode_t __pyx_v_originalNode, cudaGraph_t __pyx_v_clonedGraph) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":717
 * 
 * cdef cudaError_t _cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphNodeFindInClone(__pyx_v_pNode, __pyx_v_originalNode, __pyx_v_clonedGraph);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":716
 *     return cudaGraphClone(pGraphClone, originalGraph)
 * 
 * cdef cudaError_t _cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":719
 *     return cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph)
 * 
 * cdef cudaError_t _cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetType(node, pType)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetType(cudaGraphNode_t __pyx_v_node, enum cudaGraphNodeType *__pyx_v_pType) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":720
 * 
 * cdef cudaError_t _cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphNodeGetType(node, pType)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphNodeGetType(__pyx_v_node, __pyx_v_pType);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":719
 *     return cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph)
 * 
 * cdef cudaError_t _cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetType(node, pType)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":722
 *     return cudaGraphNodeGetType(node, pType)
 * 
 * cdef cudaError_t _cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetContainingGraph(hNode, phGraph)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetContainingGraph(cudaGraphNode_t __pyx_v_hNode, cudaGraph_t *__pyx_v_phGraph) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":723
 * 
 * cdef cudaError_t _cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphNodeGetContainingGraph(hNode, phGraph)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphNodeGetContainingGraph(__pyx_v_hNode, __pyx_v_phGraph);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":722
 *     return cudaGraphNodeGetType(node, pType)
 * 
 * cdef cudaError_t _cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetContainingGraph(hNode, phGraph)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":725
 *     return cudaGraphNodeGetContainingGraph(hNode, phGraph)
 * 
 * cdef cudaError_t _cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetLocalId(hNode, nodeId)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetLocalId(cudaGraphNode_t __pyx_v_hNode, unsigned int *__pyx_v_nodeId) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":726
 * 
 * cdef cudaError_t _cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphNodeGetLocalId(hNode, nodeId)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphNodeGetLocalId(__pyx_v_hNode, __pyx_v_nodeId);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":725
 *     return cudaGraphNodeGetContainingGraph(hNode, phGraph)
 * 
 * cdef cudaError_t _cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetLocalId(hNode, nodeId)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":728
 *     return cudaGraphNodeGetLocalId(hNode, nodeId)
 * 
 * cdef cudaError_t _cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetToolsId(hNode, toolsNodeId)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetToolsId(cudaGraphNode_t __pyx_v_hNode, unsigned PY_LONG_LONG *__pyx_v_toolsNodeId) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":729
 * 
 * cdef cudaError_t _cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphNodeGetToolsId(hNode, toolsNodeId)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphNodeGetToolsId(__pyx_v_hNode, __pyx_v_toolsNodeId);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":728
 *     return cudaGraphNodeGetLocalId(hNode, nodeId)
 * 
 * cdef cudaError_t _cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetToolsId(hNode, toolsNodeId)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":731
 *     return cudaGraphNodeGetToolsId(hNode, toolsNodeId)
 * 
 * cdef cudaError_t _cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphGetId(hGraph, graphID)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetId(cudaGraph_t __pyx_v_hGraph, unsigned int *__pyx_v_graphID) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":732
 * 
 * cdef cudaError_t _cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphGetId(hGraph, graphID)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphGetId(__pyx_v_hGraph, __pyx_v_graphID);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":731
 *     return cudaGraphNodeGetToolsId(hNode, toolsNodeId)
 * 
 * cdef cudaError_t _cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphGetId(hGraph, graphID)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":734
 *     return cudaGraphGetId(hGraph, graphID)
 * 
 * cdef cudaError_t _cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecGetId(hGraphExec, graphID)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecGetId(cudaGraphExec_t __pyx_v_hGraphExec, unsigned int *__pyx_v_graphID) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":735
 * 
 * cdef cudaError_t _cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecGetId(hGraphExec, graphID)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecGetId(__pyx_v_hGraphExec, __pyx_v_graphID);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":734
 *     return cudaGraphGetId(hGraph, graphID)
 * 
 * cdef cudaError_t _cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecGetId(hGraphExec, graphID)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":737
 *     return cudaGraphExecGetId(hGraphExec, graphID)
 * 
 * cdef cudaError_t _cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphGetNodes(graph, nodes, numNodes)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetNodes(cudaGraph_t __pyx_v_graph, cudaGraphNode_t *__pyx_v_nodes, size_t *__pyx_v_numNodes) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":738
 * 
 * cdef cudaError_t _cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphGetNodes(graph, nodes, numNodes)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphGetNodes(__pyx_v_graph, __pyx_v_nodes, __pyx_v_numNodes);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":737
 *     return cudaGraphExecGetId(hGraphExec, graphID)
 * 
 * cdef cudaError_t _cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphGetNodes(graph, nodes, numNodes)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":740
 *     return cudaGraphGetNodes(graph, nodes, numNodes)
 * 
 * cdef cudaError_t _cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetRootNodes(cudaGraph_t __pyx_v_graph, cudaGraphNode_t *__pyx_v_pRootNodes, size_t *__pyx_v_pNumRootNodes) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":741
 * 
 * cdef cudaError_t _cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphGetEdges(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, cudaGraphEdgeData* edgeData, size_t* numEdges) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphGetRootNodes(__pyx_v_graph, __pyx_v_pRootNodes, __pyx_v_pNumRootNodes);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":740
 *     return cudaGraphGetNodes(graph, nodes, numNodes)
 * 
 * cdef cudaError_t _cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":743
 *     return cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes)
 * 
 * cdef cudaError_t _cudaGraphGetEdges(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, cudaGraphEdgeData* edgeData, size_t* numEdges) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphGetEdges(graph, from_, to, edgeData, numEdges)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetEdges(cudaGraph_t __pyx_v_graph, cudaGraphNode_t *__pyx_v_from_, cudaGraphNode_t *__pyx_v_to, cudaGraphEdgeData *__pyx_v_edgeData, size_t *__pyx_v_numEdges) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":744
 * 
 * cdef cudaError_t _cudaGraphGetEdges(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, cudaGraphEdgeData* edgeData, size_t* numEdges) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphGetEdges(graph, from_, to, edgeData, numEdges)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphNodeGetDependencies(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, cudaGraphEdgeData* edgeData, size_t* pNumDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphGetEdges(__pyx_v_graph, __pyx_v_from_, __pyx_v_to, __pyx_v_edgeData, __pyx_v_numEdges);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":743
 *     return cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes)
 * 
 * cdef cudaError_t _cudaGraphGetEdges(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, cudaGraphEdgeData* edgeData, size_t* numEdges) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphGetEdges(graph, from_, to, edgeData, numEdges)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":746
 *     return cudaGraphGetEdges(graph, from_, to, edgeData, numEdges)
 * 
 * cdef cudaError_t _cudaGraphNodeGetDependencies(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, cudaGraphEdgeData* edgeData, size_t* pNumDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetDependencies(cudaGraphNode_t __pyx_v_node, cudaGraphNode_t *__pyx_v_pDependencies, cudaGraphEdgeData *__pyx_v_edgeData, size_t *__pyx_v_pNumDependencies) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":747
 * 
 * cdef cudaError_t _cudaGraphNodeGetDependencies(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, cudaGraphEdgeData* edgeData, size_t* pNumDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphNodeGetDependencies(__pyx_v_node, __pyx_v_pDependencies, __pyx_v_edgeData, __pyx_v_pNumDependencies);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":746
 *     return cudaGraphGetEdges(graph, from_, to, edgeData, numEdges)
 * 
 * cdef cudaError_t _cudaGraphNodeGetDependencies(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, cudaGraphEdgeData* edgeData, size_t* pNumDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":749
 *     return cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies)
 * 
 * cdef cudaError_t _cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetDependentNodes(cudaGraphNode_t __pyx_v_node, cudaGraphNode_t *__pyx_v_pDependentNodes, cudaGraphEdgeData *__pyx_v_edgeData, size_t *__pyx_v_pNumDependentNodes) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":750
 * 
 * cdef cudaError_t _cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphNodeGetDependentNodes(__pyx_v_node, __pyx_v_pDependentNodes, __pyx_v_edgeData, __pyx_v_pNumDependentNodes);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":749
 *     return cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies)
 * 
 * cdef cudaError_t _cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":752
 *     return cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes)
 * 
 * cdef cudaError_t _cudaGraphAddDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddDependencies(cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_from_, cudaGraphNode_t const *__pyx_v_to, cudaGraphEdgeData const *__pyx_v_edgeData, size_t __pyx_v_numDependencies) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":753
 * 
 * cdef cudaError_t _cudaGraphAddDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphRemoveDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddDependencies(__pyx_v_graph, __pyx_v_from_, __pyx_v_to, __pyx_v_edgeData, __pyx_v_numDependencies);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":752
 *     return cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes)
 * 
 * cdef cudaError_t _cudaGraphAddDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":755
 *     return cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies)
 * 
 * cdef cudaError_t _cudaGraphRemoveDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphRemoveDependencies(cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_from_, cudaGraphNode_t const *__pyx_v_to, cudaGraphEdgeData const *__pyx_v_edgeData, size_t __pyx_v_numDependencies) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":756
 * 
 * cdef cudaError_t _cudaGraphRemoveDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphRemoveDependencies(__pyx_v_graph, __pyx_v_from_, __pyx_v_to, __pyx_v_edgeData, __pyx_v_numDependencies);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":755
 *     return cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies)
 * 
 * cdef cudaError_t _cudaGraphRemoveDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":758
 *     return cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies)
 * 
 * cdef cudaError_t _cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphDestroyNode(node)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDestroyNode(cudaGraphNode_t __pyx_v_node) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":759
 * 
 * cdef cudaError_t _cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphDestroyNode(node)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphDestroyNode(__pyx_v_node);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":758
 *     return cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies)
 * 
 * cdef cudaError_t _cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphDestroyNode(node)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":761
 *     return cudaGraphDestroyNode(node)
 * 
 * cdef cudaError_t _cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphInstantiate(pGraphExec, graph, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiate(cudaGraphExec_t *__pyx_v_pGraphExec, cudaGraph_t __pyx_v_graph, unsigned PY_LONG_LONG __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":762
 * 
 * cdef cudaError_t _cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphInstantiate(pGraphExec, graph, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphInstantiate(__pyx_v_pGraphExec, __pyx_v_graph, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":761
 *     return cudaGraphDestroyNode(node)
 * 
 * cdef cudaError_t _cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphInstantiate(pGraphExec, graph, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":764
 *     return cudaGraphInstantiate(pGraphExec, graph, flags)
 * 
 * cdef cudaError_t _cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphInstantiateWithFlags(pGraphExec, graph, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiateWithFlags(cudaGraphExec_t *__pyx_v_pGraphExec, cudaGraph_t __pyx_v_graph, unsigned PY_LONG_LONG __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":765
 * 
 * cdef cudaError_t _cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphInstantiateWithFlags(pGraphExec, graph, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphInstantiateWithFlags(__pyx_v_pGraphExec, __pyx_v_graph, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":764
 *     return cudaGraphInstantiate(pGraphExec, graph, flags)
 * 
 * cdef cudaError_t _cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphInstantiateWithFlags(pGraphExec, graph, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":767
 *     return cudaGraphInstantiateWithFlags(pGraphExec, graph, flags)
 * 
 * cdef cudaError_t _cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiateWithParams(cudaGraphExec_t *__pyx_v_pGraphExec, cudaGraph_t __pyx_v_graph, cudaGraphInstantiateParams *__pyx_v_instantiateParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":768
 * 
 * cdef cudaError_t _cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphInstantiateWithParams(__pyx_v_pGraphExec, __pyx_v_graph, __pyx_v_instantiateParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":767
 *     return cudaGraphInstantiateWithFlags(pGraphExec, graph, flags)
 * 
 * cdef cudaError_t _cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":770
 *     return cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams)
 * 
 * cdef cudaError_t _cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecGetFlags(graphExec, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecGetFlags(cudaGraphExec_t __pyx_v_graphExec, unsigned PY_LONG_LONG *__pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":771
 * 
 * cdef cudaError_t _cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecGetFlags(graphExec, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecGetFlags(__pyx_v_graphExec, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":770
 *     return cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams)
 * 
 * cdef cudaError_t _cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecGetFlags(graphExec, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":773
 *     return cudaGraphExecGetFlags(graphExec, flags)
 * 
 * cdef cudaError_t _cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecKernelNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, struct cudaKernelNodeParams const *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":774
 * 
 * cdef cudaError_t _cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecKernelNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":773
 *     return cudaGraphExecGetFlags(graphExec, flags)
 * 
 * cdef cudaError_t _cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":776
 *     return cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, struct cudaMemcpy3DParms const *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":777
 * 
 * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecMemcpyNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":776
 *     return cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":779
 *     return cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, void *__pyx_v_dst, void const *__pyx_v_src, size_t __pyx_v_count, enum cudaMemcpyKind __pyx_v_kind) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":780
 * 
 * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecMemcpyNodeSetParams1D(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_dst, __pyx_v_src, __pyx_v_count, __pyx_v_kind);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":779
 *     return cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":782
 *     return cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind)
 * 
 * cdef cudaError_t _cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, struct cudaMemsetParams const *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":783
 * 
 * cdef cudaError_t _cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecMemsetNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":782
 *     return cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind)
 * 
 * cdef cudaError_t _cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":785
 *     return cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecHostNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, struct cudaHostNodeParams const *__pyx_v_pNodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":786
 * 
 * cdef cudaError_t _cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecHostNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":785
 *     return cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":788
 *     return cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, cudaGraph_t __pyx_v_childGraph) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":789
 * 
 * cdef cudaError_t _cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecChildGraphNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_childGraph);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":788
 *     return cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams)
 * 
 * cdef cudaError_t _cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":791
 *     return cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph)
 * 
 * cdef cudaError_t _cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, cudaEvent_t __pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":792
 * 
 * cdef cudaError_t _cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecEventRecordNodeSetEvent(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":791
 *     return cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph)
 * 
 * cdef cudaError_t _cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":794
 *     return cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event)
 * 
 * cdef cudaError_t _cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, cudaEvent_t __pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":795
 * 
 * cdef cudaError_t _cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecEventWaitNodeSetEvent(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":794
 *     return cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event)
 * 
 * cdef cudaError_t _cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":797
 *     return cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event)
 * 
 * cdef cudaError_t _cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreSignalNodeParams const *__pyx_v_nodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":798
 * 
 * cdef cudaError_t _cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecExternalSemaphoresSignalNodeSetParams(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_nodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":797
 *     return cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event)
 * 
 * cdef cudaError_t _cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":800
 *     return cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreWaitNodeParams const *__pyx_v_nodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":801
 * 
 * cdef cudaError_t _cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecExternalSemaphoresWaitNodeSetParams(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_nodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":800
 *     return cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":803
 *     return cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeSetEnabled(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, unsigned int __pyx_v_isEnabled) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":804
 * 
 * cdef cudaError_t _cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphNodeSetEnabled(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_isEnabled);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":803
 *     return cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":806
 *     return cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled)
 * 
 * cdef cudaError_t _cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetEnabled(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, unsigned int *__pyx_v_isEnabled) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":807
 * 
 * cdef cudaError_t _cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphNodeGetEnabled(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_isEnabled);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":806
 *     return cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled)
 * 
 * cdef cudaError_t _cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":809
 *     return cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled)
 * 
 * cdef cudaError_t _cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecUpdate(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraph_t __pyx_v_hGraph, cudaGraphExecUpdateResultInfo *__pyx_v_resultInfo) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":810
 * 
 * cdef cudaError_t _cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecUpdate(__pyx_v_hGraphExec, __pyx_v_hGraph, __pyx_v_resultInfo);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":809
 *     return cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled)
 * 
 * cdef cudaError_t _cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":812
 *     return cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo)
 * 
 * cdef cudaError_t _cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphUpload(graphExec, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphUpload(cudaGraphExec_t __pyx_v_graphExec, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":813
 * 
 * cdef cudaError_t _cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphUpload(graphExec, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphUpload(__pyx_v_graphExec, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":812
 *     return cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo)
 * 
 * cdef cudaError_t _cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphUpload(graphExec, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":815
 *     return cudaGraphUpload(graphExec, stream)
 * 
 * cdef cudaError_t _cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphLaunch(graphExec, stream)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphLaunch(cudaGraphExec_t __pyx_v_graphExec, cudaStream_t __pyx_v_stream) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":816
 * 
 * cdef cudaError_t _cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphLaunch(graphExec, stream)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphLaunch(__pyx_v_graphExec, __pyx_v_stream);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":815
 *     return cudaGraphUpload(graphExec, stream)
 * 
 * cdef cudaError_t _cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphLaunch(graphExec, stream)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":818
 *     return cudaGraphLaunch(graphExec, stream)
 * 
 * cdef cudaError_t _cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecDestroy(graphExec)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecDestroy(cudaGraphExec_t __pyx_v_graphExec) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":819
 * 
 * cdef cudaError_t _cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecDestroy(graphExec)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecDestroy(__pyx_v_graphExec);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":818
 *     return cudaGraphLaunch(graphExec, stream)
 * 
 * cdef cudaError_t _cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecDestroy(graphExec)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":821
 *     return cudaGraphExecDestroy(graphExec)
 * 
 * cdef cudaError_t _cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphDestroy(graph)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDestroy(cudaGraph_t __pyx_v_graph) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":822
 * 
 * cdef cudaError_t _cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphDestroy(graph)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphDestroy(__pyx_v_graph);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":821
 *     return cudaGraphExecDestroy(graphExec)
 * 
 * cdef cudaError_t _cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphDestroy(graph)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":824
 *     return cudaGraphDestroy(graph)
 * 
 * cdef cudaError_t _cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphDebugDotPrint(graph, path, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDebugDotPrint(cudaGraph_t __pyx_v_graph, char const *__pyx_v_path, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":825
 * 
 * cdef cudaError_t _cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphDebugDotPrint(graph, path, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaUserObjectCreate(cudaUserObject_t* object_out, void* ptr, cudaHostFn_t destroy, unsigned int initialRefcount, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphDebugDotPrint(__pyx_v_graph, __pyx_v_path, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":824
 *     return cudaGraphDestroy(graph)
 * 
 * cdef cudaError_t _cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphDebugDotPrint(graph, path, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":827
 *     return cudaGraphDebugDotPrint(graph, path, flags)
 * 
 * cdef cudaError_t _cudaUserObjectCreate(cudaUserObject_t* object_out, void* ptr, cudaHostFn_t destroy, unsigned int initialRefcount, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectCreate(cudaUserObject_t *__pyx_v_object_out, void *__pyx_v_ptr, cudaHostFn_t __pyx_v_destroy, unsigned int __pyx_v_initialRefcount, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":828
 * 
 * cdef cudaError_t _cudaUserObjectCreate(cudaUserObject_t* object_out, void* ptr, cudaHostFn_t destroy, unsigned int initialRefcount, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaUserObjectCreate(__pyx_v_object_out, __pyx_v_ptr, __pyx_v_destroy, __pyx_v_initialRefcount, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":827
 *     return cudaGraphDebugDotPrint(graph, path, flags)
 * 
 * cdef cudaError_t _cudaUserObjectCreate(cudaUserObject_t* object_out, void* ptr, cudaHostFn_t destroy, unsigned int initialRefcount, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":830
 *     return cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags)
 * 
 * cdef cudaError_t _cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaUserObjectRetain(object, count)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectRetain(cudaUserObject_t __pyx_v_object, unsigned int __pyx_v_count) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":831
 * 
 * cdef cudaError_t _cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaUserObjectRetain(object, count)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaUserObjectRetain(__pyx_v_object, __pyx_v_count);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":830
 *     return cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags)
 * 
 * cdef cudaError_t _cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaUserObjectRetain(object, count)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":833
 *     return cudaUserObjectRetain(object, count)
 * 
 * cdef cudaError_t _cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaUserObjectRelease(object, count)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectRelease(cudaUserObject_t __pyx_v_object, unsigned int __pyx_v_count) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":834
 * 
 * cdef cudaError_t _cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaUserObjectRelease(object, count)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaUserObjectRelease(__pyx_v_object, __pyx_v_count);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":833
 *     return cudaUserObjectRetain(object, count)
 * 
 * cdef cudaError_t _cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaUserObjectRelease(object, count)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":836
 *     return cudaUserObjectRelease(object, count)
 * 
 * cdef cudaError_t _cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphRetainUserObject(graph, object, count, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphRetainUserObject(cudaGraph_t __pyx_v_graph, cudaUserObject_t __pyx_v_object, unsigned int __pyx_v_count, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":837
 * 
 * cdef cudaError_t _cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphRetainUserObject(graph, object, count, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphRetainUserObject(__pyx_v_graph, __pyx_v_object, __pyx_v_count, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":836
 *     return cudaUserObjectRelease(object, count)
 * 
 * cdef cudaError_t _cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphRetainUserObject(graph, object, count, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":839
 *     return cudaGraphRetainUserObject(graph, object, count, flags)
 * 
 * cdef cudaError_t _cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphReleaseUserObject(graph, object, count)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphReleaseUserObject(cudaGraph_t __pyx_v_graph, cudaUserObject_t __pyx_v_object, unsigned int __pyx_v_count) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":840
 * 
 * cdef cudaError_t _cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphReleaseUserObject(graph, object, count)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphAddNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphReleaseUserObject(__pyx_v_graph, __pyx_v_object, __pyx_v_count);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":839
 *     return cudaGraphRetainUserObject(graph, object, count, flags)
 * 
 * cdef cudaError_t _cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphReleaseUserObject(graph, object, count)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":842
 *     return cudaGraphReleaseUserObject(graph, object, count)
 * 
 * cdef cudaError_t _cudaGraphAddNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, cudaGraphEdgeData const *__pyx_v_dependencyData, size_t __pyx_v_numDependencies, struct cudaGraphNodeParams *__pyx_v_nodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":843
 * 
 * cdef cudaError_t _cudaGraphAddNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphAddNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_dependencyData, __pyx_v_numDependencies, __pyx_v_nodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":842
 *     return cudaGraphReleaseUserObject(graph, object, count)
 * 
 * cdef cudaError_t _cudaGraphAddNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":845
 *     return cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeSetParams(node, nodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaGraphNodeParams *__pyx_v_nodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":846
 * 
 * cdef cudaError_t _cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphNodeSetParams(node, nodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphNodeSetParams(__pyx_v_node, __pyx_v_nodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":845
 *     return cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphNodeSetParams(node, nodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":848
 *     return cudaGraphNodeSetParams(node, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecNodeSetParams(graphExec, node, nodeParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecNodeSetParams(cudaGraphExec_t __pyx_v_graphExec, cudaGraphNode_t __pyx_v_node, struct cudaGraphNodeParams *__pyx_v_nodeParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":849
 * 
 * cdef cudaError_t _cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphExecNodeSetParams(graphExec, node, nodeParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphExecNodeSetParams(__pyx_v_graphExec, __pyx_v_node, __pyx_v_nodeParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":848
 *     return cudaGraphNodeSetParams(node, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphExecNodeSetParams(graphExec, node, nodeParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":851
 *     return cudaGraphExecNodeSetParams(graphExec, node, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle *__pyx_v_pHandle_out, cudaGraph_t __pyx_v_graph, unsigned int __pyx_v_defaultLaunchValue, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":852
 * 
 * cdef cudaError_t _cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGraphConditionalHandleCreate_v2(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, cudaExecutionContext_t ctx, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphConditionalHandleCreate(__pyx_v_pHandle_out, __pyx_v_graph, __pyx_v_defaultLaunchValue, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":851
 *     return cudaGraphExecNodeSetParams(graphExec, node, nodeParams)
 * 
 * cdef cudaError_t _cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":854
 *     return cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags)
 * 
 * cdef cudaError_t _cudaGraphConditionalHandleCreate_v2(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, cudaExecutionContext_t ctx, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphConditionalHandleCreate_v2(cudaGraphConditionalHandle *__pyx_v_pHandle_out, cudaGraph_t __pyx_v_graph, cudaExecutionContext_t __pyx_v_ctx, unsigned int __pyx_v_defaultLaunchValue, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":855
 * 
 * cdef cudaError_t _cudaGraphConditionalHandleCreate_v2(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, cudaExecutionContext_t ctx, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetDriverEntryPoint(const char* symbol, void** funcPtr, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGraphConditionalHandleCreate_v2(__pyx_v_pHandle_out, __pyx_v_graph, __pyx_v_ctx, __pyx_v_defaultLaunchValue, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":854
 *     return cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags)
 * 
 * cdef cudaError_t _cudaGraphConditionalHandleCreate_v2(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, cudaExecutionContext_t ctx, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":857
 *     return cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags)
 * 
 * cdef cudaError_t _cudaGetDriverEntryPoint(const char* symbol, void** funcPtr, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDriverEntryPoint(char const *__pyx_v_symbol, void **__pyx_v_funcPtr, unsigned PY_LONG_LONG __pyx_v_flags, enum cudaDriverEntryPointQueryResult *__pyx_v_driverStatus) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":858
 * 
 * cdef cudaError_t _cudaGetDriverEntryPoint(const char* symbol, void** funcPtr, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetDriverEntryPointByVersion(const char* symbol, void** funcPtr, unsigned int cudaVersion, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetDriverEntryPoint(__pyx_v_symbol, __pyx_v_funcPtr, __pyx_v_flags, __pyx_v_driverStatus);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":857
 *     return cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags)
 * 
 * cdef cudaError_t _cudaGetDriverEntryPoint(const char* symbol, void** funcPtr, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":860
 *     return cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus)
 * 
 * cdef cudaError_t _cudaGetDriverEntryPointByVersion(const char* symbol, void** funcPtr, unsigned int cudaVersion, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDriverEntryPointByVersion(char const *__pyx_v_symbol, void **__pyx_v_funcPtr, unsigned int __pyx_v_cudaVersion, unsigned PY_LONG_LONG __pyx_v_flags, enum cudaDriverEntryPointQueryResult *__pyx_v_driverStatus) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":861
 * 
 * cdef cudaError_t _cudaGetDriverEntryPointByVersion(const char* symbol, void** funcPtr, unsigned int cudaVersion, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLibraryLoadData(cudaLibrary_t* library, const void* code, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetDriverEntryPointByVersion(__pyx_v_symbol, __pyx_v_funcPtr, __pyx_v_cudaVersion, __pyx_v_flags, __pyx_v_driverStatus);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":860
 *     return cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus)
 * 
 * cdef cudaError_t _cudaGetDriverEntryPointByVersion(const char* symbol, void** funcPtr, unsigned int cudaVersion, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":863
 *     return cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus)
 * 
 * cdef cudaError_t _cudaLibraryLoadData(cudaLibrary_t* library, const void* code, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryLoadData(cudaLibrary_t *__pyx_v_library, void const *__pyx_v_code, enum cudaJitOption *__pyx_v_jitOptions, void **__pyx_v_jitOptionsValues, unsigned int __pyx_v_numJitOptions, enum cudaLibraryOption *__pyx_v_libraryOptions, void **__pyx_v_libraryOptionValues, unsigned int __pyx_v_numLibraryOptions) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":864
 * 
 * cdef cudaError_t _cudaLibraryLoadData(cudaLibrary_t* library, const void* code, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLibraryLoadFromFile(cudaLibrary_t* library, const char* fileName, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLibraryLoadData(__pyx_v_library, __pyx_v_code, __pyx_v_jitOptions, __pyx_v_jitOptionsValues, __pyx_v_numJitOptions, __pyx_v_libraryOptions, __pyx_v_libraryOptionValues, __pyx_v_numLibraryOptions);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":863
 *     return cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus)
 * 
 * cdef cudaError_t _cudaLibraryLoadData(cudaLibrary_t* library, const void* code, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":866
 *     return cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions)
 * 
 * cdef cudaError_t _cudaLibraryLoadFromFile(cudaLibrary_t* library, const char* fileName, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryLoadFromFile(cudaLibrary_t *__pyx_v_library, char const *__pyx_v_fileName, enum cudaJitOption *__pyx_v_jitOptions, void **__pyx_v_jitOptionsValues, unsigned int __pyx_v_numJitOptions, enum cudaLibraryOption *__pyx_v_libraryOptions, void **__pyx_v_libraryOptionValues, unsigned int __pyx_v_numLibraryOptions) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":867
 * 
 * cdef cudaError_t _cudaLibraryLoadFromFile(cudaLibrary_t* library, const char* fileName, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLibraryLoadFromFile(__pyx_v_library, __pyx_v_fileName, __pyx_v_jitOptions, __pyx_v_jitOptionsValues, __pyx_v_numJitOptions, __pyx_v_libraryOptions, __pyx_v_libraryOptionValues, __pyx_v_numLibraryOptions);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":866
 *     return cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions)
 * 
 * cdef cudaError_t _cudaLibraryLoadFromFile(cudaLibrary_t* library, const char* fileName, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":869
 *     return cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions)
 * 
 * cdef cudaError_t _cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryUnload(library)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryUnload(cudaLibrary_t __pyx_v_library) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":870
 * 
 * cdef cudaError_t _cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLibraryUnload(library)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLibraryUnload(__pyx_v_library);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":869
 *     return cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions)
 * 
 * cdef cudaError_t _cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryUnload(library)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":872
 *     return cudaLibraryUnload(library)
 * 
 * cdef cudaError_t _cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryGetKernel(pKernel, library, name)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetKernel(cudaKernel_t *__pyx_v_pKernel, cudaLibrary_t __pyx_v_library, char const *__pyx_v_name) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":873
 * 
 * cdef cudaError_t _cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLibraryGetKernel(pKernel, library, name)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLibraryGetKernel(__pyx_v_pKernel, __pyx_v_library, __pyx_v_name);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":872
 *     return cudaLibraryUnload(library)
 * 
 * cdef cudaError_t _cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryGetKernel(pKernel, library, name)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":875
 *     return cudaLibraryGetKernel(pKernel, library, name)
 * 
 * cdef cudaError_t _cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryGetGlobal(dptr, numbytes, library, name)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetGlobal(void **__pyx_v_dptr, size_t *__pyx_v_numbytes, cudaLibrary_t __pyx_v_library, char const *__pyx_v_name) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":876
 * 
 * cdef cudaError_t _cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLibraryGetGlobal(dptr, numbytes, library, name)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLibraryGetGlobal(__pyx_v_dptr, __pyx_v_numbytes, __pyx_v_library, __pyx_v_name);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":875
 *     return cudaLibraryGetKernel(pKernel, library, name)
 * 
 * cdef cudaError_t _cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryGetGlobal(dptr, numbytes, library, name)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":878
 *     return cudaLibraryGetGlobal(dptr, numbytes, library, name)
 * 
 * cdef cudaError_t _cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryGetManaged(dptr, numbytes, library, name)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetManaged(void **__pyx_v_dptr, size_t *__pyx_v_numbytes, cudaLibrary_t __pyx_v_library, char const *__pyx_v_name) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":879
 * 
 * cdef cudaError_t _cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLibraryGetManaged(dptr, numbytes, library, name)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLibraryGetManaged(__pyx_v_dptr, __pyx_v_numbytes, __pyx_v_library, __pyx_v_name);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":878
 *     return cudaLibraryGetGlobal(dptr, numbytes, library, name)
 * 
 * cdef cudaError_t _cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryGetManaged(dptr, numbytes, library, name)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":881
 *     return cudaLibraryGetManaged(dptr, numbytes, library, name)
 * 
 * cdef cudaError_t _cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryGetUnifiedFunction(fptr, library, symbol)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetUnifiedFunction(void **__pyx_v_fptr, cudaLibrary_t __pyx_v_library, char const *__pyx_v_symbol) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":882
 * 
 * cdef cudaError_t _cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLibraryGetUnifiedFunction(fptr, library, symbol)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLibraryGetUnifiedFunction(__pyx_v_fptr, __pyx_v_library, __pyx_v_symbol);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":881
 *     return cudaLibraryGetManaged(dptr, numbytes, library, name)
 * 
 * cdef cudaError_t _cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryGetUnifiedFunction(fptr, library, symbol)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":884
 *     return cudaLibraryGetUnifiedFunction(fptr, library, symbol)
 * 
 * cdef cudaError_t _cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryGetKernelCount(count, lib)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetKernelCount(unsigned int *__pyx_v_count, cudaLibrary_t __pyx_v_lib) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":885
 * 
 * cdef cudaError_t _cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLibraryGetKernelCount(count, lib)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLibraryGetKernelCount(__pyx_v_count, __pyx_v_lib);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":884
 *     return cudaLibraryGetUnifiedFunction(fptr, library, symbol)
 * 
 * cdef cudaError_t _cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryGetKernelCount(count, lib)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":887
 *     return cudaLibraryGetKernelCount(count, lib)
 * 
 * cdef cudaError_t _cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryEnumerateKernels(kernels, numKernels, lib)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryEnumerateKernels(cudaKernel_t *__pyx_v_kernels, unsigned int __pyx_v_numKernels, cudaLibrary_t __pyx_v_lib) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":888
 * 
 * cdef cudaError_t _cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaLibraryEnumerateKernels(kernels, numKernels, lib)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaLibraryEnumerateKernels(__pyx_v_kernels, __pyx_v_numKernels, __pyx_v_lib);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":887
 *     return cudaLibraryGetKernelCount(count, lib)
 * 
 * cdef cudaError_t _cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaLibraryEnumerateKernels(kernels, numKernels, lib)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":890
 *     return cudaLibraryEnumerateKernels(kernels, numKernels, lib)
 * 
 * cdef cudaError_t _cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaKernelSetAttributeForDevice(kernel, attr, value, device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaKernelSetAttributeForDevice(cudaKernel_t __pyx_v_kernel, enum cudaFuncAttribute __pyx_v_attr, int __pyx_v_value, int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":891
 * 
 * cdef cudaError_t _cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaKernelSetAttributeForDevice(kernel, attr, value, device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaKernelSetAttributeForDevice(__pyx_v_kernel, __pyx_v_attr, __pyx_v_value, __pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":890
 *     return cudaLibraryEnumerateKernels(kernels, numKernels, lib)
 * 
 * cdef cudaError_t _cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaKernelSetAttributeForDevice(kernel, attr, value, device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":893
 *     return cudaKernelSetAttributeForDevice(kernel, attr, value, device)
 * 
 * cdef cudaError_t _cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetDevResource(device, resource, typename)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetDevResource(int __pyx_v_device, cudaDevResource *__pyx_v_resource, enum cudaDevResourceType __pyx_v_typename) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":894
 * 
 * cdef cudaError_t _cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetDevResource(device, resource, typename)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDevSmResourceSplitByCount(cudaDevResource* result, unsigned int* nbGroups, const cudaDevResource* input, cudaDevResource* remaining, unsigned int flags, unsigned int minCount) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetDevResource(__pyx_v_device, __pyx_v_resource, __pyx_v_typename);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":893
 *     return cudaKernelSetAttributeForDevice(kernel, attr, value, device)
 * 
 * cdef cudaError_t _cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetDevResource(device, resource, typename)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":896
 *     return cudaDeviceGetDevResource(device, resource, typename)
 * 
 * cdef cudaError_t _cudaDevSmResourceSplitByCount(cudaDevResource* result, unsigned int* nbGroups, const cudaDevResource* input, cudaDevResource* remaining, unsigned int flags, unsigned int minCount) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevSmResourceSplitByCount(cudaDevResource *__pyx_v_result, unsigned int *__pyx_v_nbGroups, cudaDevResource const *__pyx_v_input, cudaDevResource *__pyx_v_remaining, unsigned int __pyx_v_flags, unsigned int __pyx_v_minCount) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":897
 * 
 * cdef cudaError_t _cudaDevSmResourceSplitByCount(cudaDevResource* result, unsigned int* nbGroups, const cudaDevResource* input, cudaDevResource* remaining, unsigned int flags, unsigned int minCount) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDevSmResourceSplit(cudaDevResource* result, unsigned int nbGroups, const cudaDevResource* input, cudaDevResource* remainder, unsigned int flags, cudaDevSmResourceGroupParams* groupParams) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDevSmResourceSplitByCount(__pyx_v_result, __pyx_v_nbGroups, __pyx_v_input, __pyx_v_remaining, __pyx_v_flags, __pyx_v_minCount);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":896
 *     return cudaDeviceGetDevResource(device, resource, typename)
 * 
 * cdef cudaError_t _cudaDevSmResourceSplitByCount(cudaDevResource* result, unsigned int* nbGroups, const cudaDevResource* input, cudaDevResource* remaining, unsigned int flags, unsigned int minCount) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":899
 *     return cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount)
 * 
 * cdef cudaError_t _cudaDevSmResourceSplit(cudaDevResource* result, unsigned int nbGroups, const cudaDevResource* input, cudaDevResource* remainder, unsigned int flags, cudaDevSmResourceGroupParams* groupParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevSmResourceSplit(cudaDevResource *__pyx_v_result, unsigned int __pyx_v_nbGroups, cudaDevResource const *__pyx_v_input, cudaDevResource *__pyx_v_remainder, unsigned int __pyx_v_flags, cudaDevSmResourceGroupParams *__pyx_v_groupParams) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":900
 * 
 * cdef cudaError_t _cudaDevSmResourceSplit(cudaDevResource* result, unsigned int nbGroups, const cudaDevResource* input, cudaDevResource* remainder, unsigned int flags, cudaDevSmResourceGroupParams* groupParams) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDevSmResourceSplit(__pyx_v_result, __pyx_v_nbGroups, __pyx_v_input, __pyx_v_remainder, __pyx_v_flags, __pyx_v_groupParams);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":899
 *     return cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount)
 * 
 * cdef cudaError_t _cudaDevSmResourceSplit(cudaDevResource* result, unsigned int nbGroups, const cudaDevResource* input, cudaDevResource* remainder, unsigned int flags, cudaDevSmResourceGroupParams* groupParams) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":902
 *     return cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams)
 * 
 * cdef cudaError_t _cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDevResourceGenerateDesc(phDesc, resources, nbResources)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevResourceGenerateDesc(cudaDevResourceDesc_t *__pyx_v_phDesc, cudaDevResource *__pyx_v_resources, unsigned int __pyx_v_nbResources) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":903
 * 
 * cdef cudaError_t _cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDevResourceGenerateDesc(phDesc, resources, nbResources)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDevResourceGenerateDesc(__pyx_v_phDesc, __pyx_v_resources, __pyx_v_nbResources);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":902
 *     return cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams)
 * 
 * cdef cudaError_t _cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDevResourceGenerateDesc(phDesc, resources, nbResources)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":905
 *     return cudaDevResourceGenerateDesc(phDesc, resources, nbResources)
 * 
 * cdef cudaError_t _cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGreenCtxCreate(phCtx, desc, device, flags)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGreenCtxCreate(cudaExecutionContext_t *__pyx_v_phCtx, cudaDevResourceDesc_t __pyx_v_desc, int __pyx_v_device, unsigned int __pyx_v_flags) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":906
 * 
 * cdef cudaError_t _cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGreenCtxCreate(phCtx, desc, device, flags)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGreenCtxCreate(__pyx_v_phCtx, __pyx_v_desc, __pyx_v_device, __pyx_v_flags);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":905
 *     return cudaDevResourceGenerateDesc(phDesc, resources, nbResources)
 * 
 * cdef cudaError_t _cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGreenCtxCreate(phCtx, desc, device, flags)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":908
 *     return cudaGreenCtxCreate(phCtx, desc, device, flags)
 * 
 * cdef cudaError_t _cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxDestroy(ctx)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxDestroy(cudaExecutionContext_t __pyx_v_ctx) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":909
 * 
 * cdef cudaError_t _cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaExecutionCtxDestroy(ctx)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaExecutionCtxDestroy(__pyx_v_ctx);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":908
 *     return cudaGreenCtxCreate(phCtx, desc, device, flags)
 * 
 * cdef cudaError_t _cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxDestroy(ctx)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":911
 *     return cudaExecutionCtxDestroy(ctx)
 * 
 * cdef cudaError_t _cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxGetDevResource(ctx, resource, typename)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetDevResource(cudaExecutionContext_t __pyx_v_ctx, cudaDevResource *__pyx_v_resource, enum cudaDevResourceType __pyx_v_typename) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":912
 * 
 * cdef cudaError_t _cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaExecutionCtxGetDevResource(ctx, resource, typename)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaExecutionCtxGetDevResource(__pyx_v_ctx, __pyx_v_resource, __pyx_v_typename);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":911
 *     return cudaExecutionCtxDestroy(ctx)
 * 
 * cdef cudaError_t _cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxGetDevResource(ctx, resource, typename)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":914
 *     return cudaExecutionCtxGetDevResource(ctx, resource, typename)
 * 
 * cdef cudaError_t _cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxGetDevice(device, ctx)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetDevice(int *__pyx_v_device, cudaExecutionContext_t __pyx_v_ctx) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":915
 * 
 * cdef cudaError_t _cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaExecutionCtxGetDevice(device, ctx)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaExecutionCtxGetDevice(__pyx_v_device, __pyx_v_ctx);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":914
 *     return cudaExecutionCtxGetDevResource(ctx, resource, typename)
 * 
 * cdef cudaError_t _cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxGetDevice(device, ctx)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":917
 *     return cudaExecutionCtxGetDevice(device, ctx)
 * 
 * cdef cudaError_t _cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxGetId(ctx, ctxId)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetId(cudaExecutionContext_t __pyx_v_ctx, unsigned PY_LONG_LONG *__pyx_v_ctxId) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":918
 * 
 * cdef cudaError_t _cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaExecutionCtxGetId(ctx, ctxId)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaExecutionCtxGetId(__pyx_v_ctx, __pyx_v_ctxId);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":917
 *     return cudaExecutionCtxGetDevice(device, ctx)
 * 
 * cdef cudaError_t _cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxGetId(ctx, ctxId)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":920
 *     return cudaExecutionCtxGetId(ctx, ctxId)
 * 
 * cdef cudaError_t _cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxStreamCreate(cudaStream_t *__pyx_v_phStream, cudaExecutionContext_t __pyx_v_ctx, unsigned int __pyx_v_flags, int __pyx_v_priority) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":921
 * 
 * cdef cudaError_t _cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaExecutionCtxStreamCreate(__pyx_v_phStream, __pyx_v_ctx, __pyx_v_flags, __pyx_v_priority);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":920
 *     return cudaExecutionCtxGetId(ctx, ctxId)
 * 
 * cdef cudaError_t _cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":923
 *     return cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority)
 * 
 * cdef cudaError_t _cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxSynchronize(ctx)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxSynchronize(cudaExecutionContext_t __pyx_v_ctx) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":924
 * 
 * cdef cudaError_t _cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaExecutionCtxSynchronize(ctx)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaExecutionCtxSynchronize(__pyx_v_ctx);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":923
 *     return cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority)
 * 
 * cdef cudaError_t _cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxSynchronize(ctx)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":926
 *     return cudaExecutionCtxSynchronize(ctx)
 * 
 * cdef cudaError_t _cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetDevResource(hStream, resource, typename)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetDevResource(cudaStream_t __pyx_v_hStream, cudaDevResource *__pyx_v_resource, enum cudaDevResourceType __pyx_v_typename) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":927
 * 
 * cdef cudaError_t _cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaStreamGetDevResource(hStream, resource, typename)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaStreamGetDevResource(__pyx_v_hStream, __pyx_v_resource, __pyx_v_typename);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":926
 *     return cudaExecutionCtxSynchronize(ctx)
 * 
 * cdef cudaError_t _cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaStreamGetDevResource(hStream, resource, typename)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":929
 *     return cudaStreamGetDevResource(hStream, resource, typename)
 * 
 * cdef cudaError_t _cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxRecordEvent(ctx, event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxRecordEvent(cudaExecutionContext_t __pyx_v_ctx, cudaEvent_t __pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":930
 * 
 * cdef cudaError_t _cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaExecutionCtxRecordEvent(ctx, event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaExecutionCtxRecordEvent(__pyx_v_ctx, __pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":929
 *     return cudaStreamGetDevResource(hStream, resource, typename)
 * 
 * cdef cudaError_t _cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxRecordEvent(ctx, event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":932
 *     return cudaExecutionCtxRecordEvent(ctx, event)
 * 
 * cdef cudaError_t _cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxWaitEvent(ctx, event)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxWaitEvent(cudaExecutionContext_t __pyx_v_ctx, cudaEvent_t __pyx_v_event) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":933
 * 
 * cdef cudaError_t _cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaExecutionCtxWaitEvent(ctx, event)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaExecutionCtxWaitEvent(__pyx_v_ctx, __pyx_v_event);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":932
 *     return cudaExecutionCtxRecordEvent(ctx, event)
 * 
 * cdef cudaError_t _cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaExecutionCtxWaitEvent(ctx, event)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":935
 *     return cudaExecutionCtxWaitEvent(ctx, event)
 * 
 * cdef cudaError_t _cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetExecutionCtx(ctx, device)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetExecutionCtx(cudaExecutionContext_t *__pyx_v_ctx, int __pyx_v_device) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":936
 * 
 * cdef cudaError_t _cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaDeviceGetExecutionCtx(ctx, device)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaDeviceGetExecutionCtx(__pyx_v_ctx, __pyx_v_device);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":935
 *     return cudaExecutionCtxWaitEvent(ctx, event)
 * 
 * cdef cudaError_t _cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaDeviceGetExecutionCtx(ctx, device)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":938
 *     return cudaDeviceGetExecutionCtx(ctx, device)
 * 
 * cdef cudaError_t _cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetExportTable(ppExportTable, pExportTableId)
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetExportTable(void const **__pyx_v_ppExportTable, cudaUUID_t const *__pyx_v_pExportTableId) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":939
 * 
 * cdef cudaError_t _cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetExportTable(ppExportTable, pExportTableId)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaGetExportTable(__pyx_v_ppExportTable, __pyx_v_pExportTableId);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":938
 *     return cudaDeviceGetExecutionCtx(ctx, device)
 * 
 * cdef cudaError_t _cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetExportTable(ppExportTable, pExportTableId)
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":941
 *     return cudaGetExportTable(ppExportTable, pExportTableId)
 * 
 * cdef cudaError_t _cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetKernel(kernelPtr, entryFuncAddr)
 * @cython.show_performance_hints(False)
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetKernel(cudaKernel_t *__pyx_v_kernelPtr, void const *__pyx_v_entryFuncAddr) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":942
 * 
 * cdef cudaError_t _cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetKernel(kernelPtr, entryFuncAddr)             # <<<<<<<<<<<<<<
 * @cython.show_performance_hints(False)
 * cdef cudaPitchedPtr _make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil:
*/
  __pyx_r = cudaGetKernel(__pyx_v_kernelPtr, __pyx_v_entryFuncAddr);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":941
 *     return cudaGetExportTable(ppExportTable, pExportTableId)
 * 
 * cdef cudaError_t _cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaGetKernel(kernelPtr, entryFuncAddr)
 * @cython.show_performance_hints(False)
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":943
 * cdef cudaError_t _cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetKernel(kernelPtr, entryFuncAddr)
 * @cython.show_performance_hints(False)             # <<<<<<<<<<<<<<
 * cdef cudaPitchedPtr _make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil:
 *     return make_cudaPitchedPtr(d, p, xsz, ysz)
*/

static struct cudaPitchedPtr __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaPitchedPtr(void *__pyx_v_d, size_t __pyx_v_p, size_t __pyx_v_xsz, size_t __pyx_v_ysz) {
  struct cudaPitchedPtr __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":945
 * @cython.show_performance_hints(False)
 * cdef cudaPitchedPtr _make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil:
 *     return make_cudaPitchedPtr(d, p, xsz, ysz)             # <<<<<<<<<<<<<<
 * @cython.show_performance_hints(False)
 * cdef cudaPos _make_cudaPos(size_t x, size_t y, size_t z) except* nogil:
*/
  __pyx_r = make_cudaPitchedPtr(__pyx_v_d, __pyx_v_p, __pyx_v_xsz, __pyx_v_ysz);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":943
 * cdef cudaError_t _cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaGetKernel(kernelPtr, entryFuncAddr)
 * @cython.show_performance_hints(False)             # <<<<<<<<<<<<<<
 * cdef cudaPitchedPtr _make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil:
 *     return make_cudaPitchedPtr(d, p, xsz, ysz)
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":946
 * cdef cudaPitchedPtr _make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil:
 *     return make_cudaPitchedPtr(d, p, xsz, ysz)
 * @cython.show_performance_hints(False)             # <<<<<<<<<<<<<<
 * cdef cudaPos _make_cudaPos(size_t x, size_t y, size_t z) except* nogil:
 *     return make_cudaPos(x, y, z)
*/

static struct cudaPos __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaPos(size_t __pyx_v_x, size_t __pyx_v_y, size_t __pyx_v_z) {
  struct cudaPos __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":948
 * @cython.show_performance_hints(False)
 * cdef cudaPos _make_cudaPos(size_t x, size_t y, size_t z) except* nogil:
 *     return make_cudaPos(x, y, z)             # <<<<<<<<<<<<<<
 * @cython.show_performance_hints(False)
 * cdef cudaExtent _make_cudaExtent(size_t w, size_t h, size_t d) except* nogil:
*/
  __pyx_r = make_cudaPos(__pyx_v_x, __pyx_v_y, __pyx_v_z);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":946
 * cdef cudaPitchedPtr _make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil:
 *     return make_cudaPitchedPtr(d, p, xsz, ysz)
 * @cython.show_performance_hints(False)             # <<<<<<<<<<<<<<
 * cdef cudaPos _make_cudaPos(size_t x, size_t y, size_t z) except* nogil:
 *     return make_cudaPos(x, y, z)
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":949
 * cdef cudaPos _make_cudaPos(size_t x, size_t y, size_t z) except* nogil:
 *     return make_cudaPos(x, y, z)
 * @cython.show_performance_hints(False)             # <<<<<<<<<<<<<<
 * cdef cudaExtent _make_cudaExtent(size_t w, size_t h, size_t d) except* nogil:
 *     return make_cudaExtent(w, h, d)
*/

static struct cudaExtent __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaExtent(size_t __pyx_v_w, size_t __pyx_v_h, size_t __pyx_v_d) {
  struct cudaExtent __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":951
 * @cython.show_performance_hints(False)
 * cdef cudaExtent _make_cudaExtent(size_t w, size_t h, size_t d) except* nogil:
 *     return make_cudaExtent(w, h, d)             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = make_cudaExtent(__pyx_v_w, __pyx_v_h, __pyx_v_d);
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":949
 * cdef cudaPos _make_cudaPos(size_t x, size_t y, size_t z) except* nogil:
 *     return make_cudaPos(x, y, z)
 * @cython.show_performance_hints(False)             # <<<<<<<<<<<<<<
 * cdef cudaExtent _make_cudaExtent(size_t w, size_t h, size_t d) except* nogil:
 *     return make_cudaExtent(w, h, d)
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":953
 *     return make_cudaExtent(w, h, d)
 * 
 * cdef cudaError_t _cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaProfilerStart()
 * 
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaProfilerStart(void) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":954
 * 
 * cdef cudaError_t _cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaProfilerStart()             # <<<<<<<<<<<<<<
 * 
 * cdef cudaError_t _cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil:
*/
  __pyx_r = cudaProfilerStart();
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":953
 *     return make_cudaExtent(w, h, d)
 * 
 * cdef cudaError_t _cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaProfilerStart()
 * 
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}

/* "cuda/bindings/_bindings/cyruntime_ptds.pyx":956
 *     return cudaProfilerStart()
 * 
 * cdef cudaError_t _cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaProfilerStop()
*/

static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaProfilerStop(void) {
  cudaError_t __pyx_r;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":957
 * 
 * cdef cudaError_t _cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil:
 *     return cudaProfilerStop()             # <<<<<<<<<<<<<<
*/
  __pyx_r = cudaProfilerStop();
  goto __pyx_L0;

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":956
 *     return cudaProfilerStart()
 * 
 * cdef cudaError_t _cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil:             # <<<<<<<<<<<<<<
 *     return cudaProfilerStop()
*/

  /* function exit code */
  __pyx_L0:;
  return __pyx_r;
}
/* #### Code section: module_exttypes ### */

static PyMethodDef __pyx_methods[] = {
  {0, 0, 0, 0}
};
/* #### Code section: initfunc_declarations ### */
static CYTHON_SMALL_CODE int __Pyx_InitCachedBuiltins(__pyx_mstatetype *__pyx_mstate); /*proto*/
static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(__pyx_mstatetype *__pyx_mstate); /*proto*/
static CYTHON_SMALL_CODE int __Pyx_InitGlobals(void); /*proto*/
static CYTHON_SMALL_CODE int __Pyx_InitConstants(__pyx_mstatetype *__pyx_mstate); /*proto*/
static CYTHON_SMALL_CODE int __Pyx_modinit_global_init_code(__pyx_mstatetype *__pyx_mstate); /*proto*/
static CYTHON_SMALL_CODE int __Pyx_modinit_variable_export_code(__pyx_mstatetype *__pyx_mstate); /*proto*/
static CYTHON_SMALL_CODE int __Pyx_modinit_function_export_code(__pyx_mstatetype *__pyx_mstate); /*proto*/
static CYTHON_SMALL_CODE int __Pyx_modinit_type_init_code(__pyx_mstatetype *__pyx_mstate); /*proto*/
static CYTHON_SMALL_CODE int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate); /*proto*/
static CYTHON_SMALL_CODE int __Pyx_modinit_variable_import_code(__pyx_mstatetype *__pyx_mstate); /*proto*/
static CYTHON_SMALL_CODE int __Pyx_modinit_function_import_code(__pyx_mstatetype *__pyx_mstate); /*proto*/
static CYTHON_SMALL_CODE int __Pyx_CreateCodeObjects(__pyx_mstatetype *__pyx_mstate); /*proto*/
/* #### Code section: init_module ### */

static int __Pyx_modinit_global_init_code(__pyx_mstatetype *__pyx_mstate) {
  __Pyx_RefNannyDeclarations
  CYTHON_UNUSED_VAR(__pyx_mstate);
  __Pyx_RefNannySetupContext("__Pyx_modinit_global_init_code", 0);
  /*--- Global init code ---*/
  __Pyx_RefNannyFinishContext();
  return 0;
}

static int __Pyx_modinit_variable_export_code(__pyx_mstatetype *__pyx_mstate) {
  __Pyx_RefNannyDeclarations
  CYTHON_UNUSED_VAR(__pyx_mstate);
  __Pyx_RefNannySetupContext("__Pyx_modinit_variable_export_code", 0);
  /*--- Variable export code ---*/
  __Pyx_RefNannyFinishContext();
  return 0;
}

static int __Pyx_modinit_function_export_code(__pyx_mstatetype *__pyx_mstate) {
  __Pyx_RefNannyDeclarations
  CYTHON_UNUSED_VAR(__pyx_mstate);
  PyObject *__pyx_t_1 = NULL;
  int __pyx_lineno = 0;
  const char *__pyx_filename = NULL;
  int __pyx_clineno = 0;
  __Pyx_RefNannySetupContext("__Pyx_modinit_function_export_code", 0);
  /*--- Function export code ---*/
  {
    __pyx_t_1 = __Pyx_ApiExport_GetApiDict(); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1, __pyx_L1_error)
    __Pyx_GOTREF(__pyx_t_1);
    const char * __pyx_export_signature = __Pyx_PyBytes_AsString(__pyx_mstate_global->__pyx_kp_b_char_const_cudaError_t_cudaError);
    #if !CYTHON_ASSUME_SAFE_MACROS
    if (unlikely(!__pyx_export_signature)) __PYX_ERR(0, 1, __pyx_L1_error)
    #endif
    const char * __pyx_export_name = __pyx_export_signature + 18315;
    void (*const __pyx_export_pointers[])(void) = {(void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetErrorName, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetErrorString, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetPCIBusId, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDriverEntryPoint, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDriverEntryPointByVersion, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetPlane, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsSubResourceGetMappedArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetMipmappedArrayLevel, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc3DArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyArrayToArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DArrayToArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyToArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyToArrayAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DToArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DToArrayAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevSmResourceSplitByCount, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevSmResourceSplit, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevResourceGenerateDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcOpenEventHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventCreateWithFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventDestroy, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventQuery, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventSynchronize, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventRecord, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventRecordWithFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGreenCtxCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetExecutionCtx, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxDestroy, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxSynchronize, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetDevResource, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxRecordEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxWaitEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetId, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaImportExternalMemory, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyExternalMemory, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaImportExternalSemaphore, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSignalExternalSemaphoresAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaWaitExternalSemaphoresAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyExternalSemaphore, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphConditionalHandleCreate_v2, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphConditionalHandleCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiateWithParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiate, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiateWithFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecDestroy, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecEventRecordNodeSetEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecEventWaitNodeSetEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecChildGraphNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecExternalSemaphoresSignalNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecExternalSemaphoresWaitNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecHostNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecKernelNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemcpyNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemsetNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetEnabled, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeSetEnabled, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemcpyNodeSetParams1D, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecUpdate, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphLaunch, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphUpload, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecGetFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecGetId, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeFindInClone, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEmptyNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEventRecordNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEventWaitNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddChildGraphNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddExternalSemaphoresSignalNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddExternalSemaphoresWaitNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddHostNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddKernelNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemAllocNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemcpyNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemsetNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemFreeNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemcpyNode1D, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDestroyNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeGetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeSetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventRecordNodeGetEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventWaitNodeGetEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventRecordNodeSetEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventWaitNodeSetEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetDependencies, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetDependentNodes, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeCopyAttributes, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphChildGraphNodeGetGraph, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetContainingGraph, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetType, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresSignalNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresSignalNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresWaitNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresWaitNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphHostNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphHostNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemAllocNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemsetNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemsetNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetToolsId, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetLocalId, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemFreeNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeSetParams1D, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphClone, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDestroy, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDebugDotPrint, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetEdges, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetNodes, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetRootNodes, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddDependencies, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphRemoveDependencies, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphReleaseUserObject, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphRetainUserObject, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetId, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsUnregisterResource, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceSetMapFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcGetEventHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcGetMemHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetKernel, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryEnumerateKernels, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetKernel, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaKernelSetAttributeForDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryLoadFromFile, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryLoadData, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryUnload, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsDumpToMemory, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsDumpToFile, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsCurrent, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsUnregisterCallback, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsRegisterCallback, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetDefaultMemPool, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetMemPool, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetDefaultMemPool, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetMemPool, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolImportFromShareableHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolDestroy, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolGetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolSetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolTrimTo, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolSetAccess, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExternalMemoryGetMappedMipmappedArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceGetMappedMipmappedArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocMipmappedArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeMipmappedArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxStreamCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreateWithFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreateWithPriority, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamDestroy, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamQuery, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamSynchronize, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamSetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetDevResource, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamWaitEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamUpdateCaptureDependencies, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamEndCapture, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamBeginCaptureToGraph, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLaunchHostFunc, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamAddCallback, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCopyAttributes, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamBeginCapture, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamIsCapturing, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetCaptureInfo, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetPriority, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetId, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamAttachMemAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateSurfaceObject, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroySurfaceObject, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateTextureObject, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyTextureObject, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectRelease, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectRetain, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceFlushGPUDirectRDMAWrites, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetCacheConfig, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetCacheConfig, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetLimit, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolGetAccess, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetSharedMemConfig, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetSharedMemConfig, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaThreadExchangeStreamCaptureMode, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventElapsedTime, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDriverGetVersion, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceCount, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaRuntimeGetVersion, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetByPCIBusId, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetP2PAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetStreamPriorityRange, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceCanAccessPeer, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaChooseDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyMaxActiveBlocksPerMultiprocessor, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceDisablePeerAccess, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGraphMemTrim, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSetDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceRegisterAsyncNotification, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceUnregisterAsyncNotification, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetDevResource, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsMapResources, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsUnmapResources, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetMemPool, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetGraphMemAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetGraphMemAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceEnablePeerAccess, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaInitDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetLimit, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetInfo, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetTexture1DLinearMaxWidth, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyAvailableDynamicSMemPerBlock, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DBatchAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetMemoryRequirements, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMipmappedArrayGetMemoryRequirements, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetSparseProperties, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMipmappedArrayGetSparseProperties, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetChannelDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetInfo, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceProperties, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncGetAttributes, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemSetMemPool, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolExportPointer, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3D, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DPeer, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DPeerAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc3D, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset3D, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset3DAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaPointerGetAttributes, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetSurfaceObjectResourceDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectResourceDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectResourceViewDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectTextureDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetKernelCount, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetHostAtomicCapabilities, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetP2PAtomicCapabilities, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostGetFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSetDeviceFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFree, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeHost, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostUnregister, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcCloseMemHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExternalMemoryGetMappedBuffer, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcOpenMemHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetUnifiedFunction, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolImportPointer, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceGetMappedPointer, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetGlobal, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetManaged, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemRangeGetAttributes, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocPitch, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemDiscardAndPrefetchBatchAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPrefetchBatchAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemDiscardBatchAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocHost, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocFromPoolAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostAlloc, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocManaged, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostGetDevicePointer, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyFromArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyFromArrayAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolExportToShareableHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetNvSciSyncAttributes, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemsetAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyPeer, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyPeerAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DFromArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DFromArrayAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemRangeGetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset2D, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset2DAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostRegister, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2D, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetExportTable, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyBatchAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetCacheConfig, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetSharedMemConfig, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemAdvise, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPrefetchAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCtxResetPersistingL2Cache, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceReset, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSynchronize, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetLastError, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaPeekAtLastError, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaProfilerStart, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaProfilerStop, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateChannelDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaExtent, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaPitchedPtr, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaPos, (void (*)(void)) NULL};
    void (*const *__pyx_export_pointer)(void) = __pyx_export_pointers;
    const char *__pyx_export_current_signature = __pyx_export_signature;
    while (*__pyx_export_pointer) {
      if (__Pyx_ExportFunction(__pyx_t_1, __pyx_export_name, *__pyx_export_pointer, __pyx_export_current_signature) < (0)) __PYX_ERR(0, 1, __pyx_L1_error)
      ++__pyx_export_pointer;
      __pyx_export_name = strchr(__pyx_export_name, '\0') + 1;
      __pyx_export_signature = strchr(__pyx_export_signature, '\0') + 1;
      if (*__pyx_export_signature != '\0') __pyx_export_current_signature = __pyx_export_signature;
    }
    __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0;
  }
  __Pyx_RefNannyFinishContext();
  return 0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_1);
  __Pyx_RefNannyFinishContext();
  return -1;
}

static int __Pyx_modinit_type_init_code(__pyx_mstatetype *__pyx_mstate) {
  __Pyx_RefNannyDeclarations
  CYTHON_UNUSED_VAR(__pyx_mstate);
  __Pyx_RefNannySetupContext("__Pyx_modinit_type_init_code", 0);
  /*--- Type init code ---*/
  __Pyx_RefNannyFinishContext();
  return 0;
}

static int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate) {
  __Pyx_RefNannyDeclarations
  CYTHON_UNUSED_VAR(__pyx_mstate);
  __Pyx_RefNannySetupContext("__Pyx_modinit_type_import_code", 0);
  /*--- Type import code ---*/
  __Pyx_RefNannyFinishContext();
  return 0;
}

static int __Pyx_modinit_variable_import_code(__pyx_mstatetype *__pyx_mstate) {
  __Pyx_RefNannyDeclarations
  CYTHON_UNUSED_VAR(__pyx_mstate);
  __Pyx_RefNannySetupContext("__Pyx_modinit_variable_import_code", 0);
  /*--- Variable import code ---*/
  __Pyx_RefNannyFinishContext();
  return 0;
}

static int __Pyx_modinit_function_import_code(__pyx_mstatetype *__pyx_mstate) {
  __Pyx_RefNannyDeclarations
  CYTHON_UNUSED_VAR(__pyx_mstate);
  __Pyx_RefNannySetupContext("__Pyx_modinit_function_import_code", 0);
  /*--- Function import code ---*/
  __Pyx_RefNannyFinishContext();
  return 0;
}

#if CYTHON_PEP489_MULTI_PHASE_INIT
static PyObject* __pyx_pymod_create(PyObject *spec, PyModuleDef *def); /*proto*/
static int __pyx_pymod_exec_cyruntime_ptds(PyObject* module); /*proto*/
static PyModuleDef_Slot __pyx_moduledef_slots[] = {
  {Py_mod_create, (void*)__pyx_pymod_create},
  {Py_mod_exec, (void*)__pyx_pymod_exec_cyruntime_ptds},
  #if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
  {Py_mod_gil, Py_MOD_GIL_NOT_USED},
  #endif
  #if PY_VERSION_HEX >= 0x030C0000 && CYTHON_USE_MODULE_STATE
  {Py_mod_multiple_interpreters, Py_MOD_MULTIPLE_INTERPRETERS_NOT_SUPPORTED},
  #endif
  {0, NULL}
};
#endif

#ifdef __cplusplus
namespace {
  struct PyModuleDef __pyx_moduledef =
  #else
  static struct PyModuleDef __pyx_moduledef =
  #endif
  {
      PyModuleDef_HEAD_INIT,
      "cyruntime_ptds",
      0, /* m_doc */
    #if CYTHON_USE_MODULE_STATE
      sizeof(__pyx_mstatetype), /* m_size */
    #else
      (CYTHON_PEP489_MULTI_PHASE_INIT) ? 0 : -1, /* m_size */
    #endif
      __pyx_methods /* m_methods */,
    #if CYTHON_PEP489_MULTI_PHASE_INIT
      __pyx_moduledef_slots, /* m_slots */
    #else
      NULL, /* m_reload */
    #endif
    #if CYTHON_USE_MODULE_STATE
      __pyx_m_traverse, /* m_traverse */
      __pyx_m_clear, /* m_clear */
      NULL /* m_free */
    #else
      NULL, /* m_traverse */
      NULL, /* m_clear */
      NULL /* m_free */
    #endif
  };
  #ifdef __cplusplus
} /* anonymous namespace */
#endif

/* PyModInitFuncType */
#ifndef CYTHON_NO_PYINIT_EXPORT
  #define __Pyx_PyMODINIT_FUNC PyMODINIT_FUNC
#else
  #ifdef __cplusplus
  #define __Pyx_PyMODINIT_FUNC extern "C" PyObject *
  #else
  #define __Pyx_PyMODINIT_FUNC PyObject *
  #endif
#endif

__Pyx_PyMODINIT_FUNC PyInit_cyruntime_ptds(void) CYTHON_SMALL_CODE; /*proto*/
__Pyx_PyMODINIT_FUNC PyInit_cyruntime_ptds(void)
#if CYTHON_PEP489_MULTI_PHASE_INIT
{
  return PyModuleDef_Init(&__pyx_moduledef);
}
/* ModuleCreationPEP489 */
#if CYTHON_COMPILING_IN_LIMITED_API && (__PYX_LIMITED_VERSION_HEX < 0x03090000\
      || ((defined(_WIN32) || defined(WIN32) || defined(MS_WINDOWS)) && __PYX_LIMITED_VERSION_HEX < 0x030A0000))
static PY_INT64_T __Pyx_GetCurrentInterpreterId(void) {
    {
        PyObject *module = PyImport_ImportModule("_interpreters"); // 3.13+ I think
        if (!module) {
            PyErr_Clear(); // just try the 3.8-3.12 version
            module = PyImport_ImportModule("_xxsubinterpreters");
            if (!module) goto bad;
        }
        PyObject *current = PyObject_CallMethod(module, "get_current", NULL);
        Py_DECREF(module);
        if (!current) goto bad;
        if (PyTuple_Check(current)) {
            PyObject *new_current = PySequence_GetItem(current, 0);
            Py_DECREF(current);
            current = new_current;
            if (!new_current) goto bad;
        }
        long long as_c_int = PyLong_AsLongLong(current);
        Py_DECREF(current);
        return as_c_int;
    }
  bad:
    PySys_WriteStderr("__Pyx_GetCurrentInterpreterId failed. Try setting the C define CYTHON_PEP489_MULTI_PHASE_INIT=0\n");
    return -1;
}
#endif
#if !CYTHON_USE_MODULE_STATE
static CYTHON_SMALL_CODE int __Pyx_check_single_interpreter(void) {
    static PY_INT64_T main_interpreter_id = -1;
#if CYTHON_COMPILING_IN_GRAAL && defined(GRAALPY_VERSION_NUM) && GRAALPY_VERSION_NUM > 0x19000000
    PY_INT64_T current_id = GraalPyInterpreterState_GetIDFromThreadState(PyThreadState_Get());
#elif CYTHON_COMPILING_IN_GRAAL
    PY_INT64_T current_id = PyInterpreterState_GetIDFromThreadState(PyThreadState_Get());
#elif CYTHON_COMPILING_IN_LIMITED_API && (__PYX_LIMITED_VERSION_HEX < 0x03090000\
      || ((defined(_WIN32) || defined(WIN32) || defined(MS_WINDOWS)) && __PYX_LIMITED_VERSION_HEX < 0x030A0000))
    PY_INT64_T current_id = __Pyx_GetCurrentInterpreterId();
#elif CYTHON_COMPILING_IN_LIMITED_API
    PY_INT64_T current_id = PyInterpreterState_GetID(PyInterpreterState_Get());
#else
    PY_INT64_T current_id = PyInterpreterState_GetID(PyThreadState_Get()->interp);
#endif
    if (unlikely(current_id == -1)) {
        return -1;
    }
    if (main_interpreter_id == -1) {
        main_interpreter_id = current_id;
        return 0;
    } else if (unlikely(main_interpreter_id != current_id)) {
        PyErr_SetString(
            PyExc_ImportError,
            "Interpreter change detected - this module can only be loaded into one interpreter per process.");
        return -1;
    }
    return 0;
}
#endif
static CYTHON_SMALL_CODE int __Pyx_copy_spec_to_module(PyObject *spec, PyObject *moddict, const char* from_name, const char* to_name, int allow_none)
{
    PyObject *value = PyObject_GetAttrString(spec, from_name);
    int result = 0;
    if (likely(value)) {
        if (allow_none || value != Py_None) {
            result = PyDict_SetItemString(moddict, to_name, value);
        }
        Py_DECREF(value);
    } else if (PyErr_ExceptionMatches(PyExc_AttributeError)) {
        PyErr_Clear();
    } else {
        result = -1;
    }
    return result;
}
static CYTHON_SMALL_CODE PyObject* __pyx_pymod_create(PyObject *spec, PyModuleDef *def) {
    PyObject *module = NULL, *moddict, *modname;
    CYTHON_UNUSED_VAR(def);
    #if !CYTHON_USE_MODULE_STATE
    if (__Pyx_check_single_interpreter())
        return NULL;
    #endif
    if (__pyx_m)
        return __Pyx_NewRef(__pyx_m);
    modname = PyObject_GetAttrString(spec, "name");
    if (unlikely(!modname)) goto bad;
    module = PyModule_NewObject(modname);
    Py_DECREF(modname);
    if (unlikely(!module)) goto bad;
    moddict = PyModule_GetDict(module);
    if (unlikely(!moddict)) goto bad;
    if (unlikely(__Pyx_copy_spec_to_module(spec, moddict, "loader", "__loader__", 1) < 0)) goto bad;
    if (unlikely(__Pyx_copy_spec_to_module(spec, moddict, "origin", "__file__", 1) < 0)) goto bad;
    if (unlikely(__Pyx_copy_spec_to_module(spec, moddict, "parent", "__package__", 1) < 0)) goto bad;
    if (unlikely(__Pyx_copy_spec_to_module(spec, moddict, "submodule_search_locations", "__path__", 0) < 0)) goto bad;
    return module;
bad:
    Py_XDECREF(module);
    return NULL;
}


static CYTHON_SMALL_CODE int __pyx_pymod_exec_cyruntime_ptds(PyObject *__pyx_pyinit_module)
#endif
{
  int stringtab_initialized = 0;
  #if CYTHON_USE_MODULE_STATE
  int pystate_addmodule_run = 0;
  #endif
  __pyx_mstatetype *__pyx_mstate = NULL;
  PyObject *__pyx_t_1 = NULL;
  PyObject *__pyx_t_2 = NULL;
  int __pyx_lineno = 0;
  const char *__pyx_filename = NULL;
  int __pyx_clineno = 0;
  __Pyx_RefNannyDeclarations
  #if CYTHON_PEP489_MULTI_PHASE_INIT
  if (__pyx_m) {
    if (__pyx_m == __pyx_pyinit_module) return 0;
    PyErr_SetString(PyExc_RuntimeError, "Module 'cyruntime_ptds' has already been imported. Re-initialisation is not supported.");
    return -1;
  }
  #else
  if (__pyx_m) return __Pyx_NewRef(__pyx_m);
  #endif
  /*--- Module creation code ---*/
  #if CYTHON_PEP489_MULTI_PHASE_INIT
  __pyx_t_1 = __pyx_pyinit_module;
  Py_INCREF(__pyx_t_1);
  #else
  __pyx_t_1 = PyModule_Create(&__pyx_moduledef); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1, __pyx_L1_error)
  #endif
  #if CYTHON_USE_MODULE_STATE
  {
    int add_module_result = __Pyx_State_AddModule(__pyx_t_1, &__pyx_moduledef);
    __pyx_t_1 = 0; /* transfer ownership from __pyx_t_1 to "cyruntime_ptds" pseudovariable */
    if (unlikely((add_module_result < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
    pystate_addmodule_run = 1;
  }
  #else
  __pyx_m = __pyx_t_1;
  #endif
  #if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
  PyUnstable_Module_SetGIL(__pyx_m, Py_MOD_GIL_NOT_USED);
  #endif
  __pyx_mstate = __pyx_mstate_global;
  CYTHON_UNUSED_VAR(__pyx_t_1);
  __pyx_mstate->__pyx_d = PyModule_GetDict(__pyx_m); if (unlikely(!__pyx_mstate->__pyx_d)) __PYX_ERR(0, 1, __pyx_L1_error)
  Py_INCREF(__pyx_mstate->__pyx_d);
  __pyx_mstate->__pyx_b = __Pyx_PyImport_AddModuleRef(__Pyx_BUILTIN_MODULE_NAME); if (unlikely(!__pyx_mstate->__pyx_b)) __PYX_ERR(0, 1, __pyx_L1_error)
  __pyx_mstate->__pyx_cython_runtime = __Pyx_PyImport_AddModuleRef("cython_runtime"); if (unlikely(!__pyx_mstate->__pyx_cython_runtime)) __PYX_ERR(0, 1, __pyx_L1_error)
  if (PyObject_SetAttrString(__pyx_m, "__builtins__", __pyx_mstate->__pyx_b) < 0) __PYX_ERR(0, 1, __pyx_L1_error)
  /* ImportRefnannyAPI */
  #if CYTHON_REFNANNY
  __Pyx_RefNanny = __Pyx_RefNannyImportAPI("refnanny");
  if (!__Pyx_RefNanny) {
    PyErr_Clear();
    __Pyx_RefNanny = __Pyx_RefNannyImportAPI("Cython.Runtime.refnanny");
    if (!__Pyx_RefNanny)
        Py_FatalError("failed to import 'refnanny' module");
  }
  #endif
  
__Pyx_RefNannySetupContext("PyInit_cyruntime_ptds", 0);
  __Pyx_init_runtime_version();
  if (__Pyx_check_binary_version(__PYX_LIMITED_VERSION_HEX, __Pyx_get_runtime_version(), CYTHON_COMPILING_IN_LIMITED_API) < (0)) __PYX_ERR(0, 1, __pyx_L1_error)
  __pyx_mstate->__pyx_empty_tuple = PyTuple_New(0); if (unlikely(!__pyx_mstate->__pyx_empty_tuple)) __PYX_ERR(0, 1, __pyx_L1_error)
  __pyx_mstate->__pyx_empty_bytes = PyBytes_FromStringAndSize("", 0); if (unlikely(!__pyx_mstate->__pyx_empty_bytes)) __PYX_ERR(0, 1, __pyx_L1_error)
  __pyx_mstate->__pyx_empty_unicode = PyUnicode_FromStringAndSize("", 0); if (unlikely(!__pyx_mstate->__pyx_empty_unicode)) __PYX_ERR(0, 1, __pyx_L1_error)
  /*--- Library function declarations ---*/
  /*--- Initialize various global constants etc. ---*/
  if (__Pyx_InitConstants(__pyx_mstate) < (0)) __PYX_ERR(0, 1, __pyx_L1_error)
  stringtab_initialized = 1;
  if (__Pyx_InitGlobals() < (0)) __PYX_ERR(0, 1, __pyx_L1_error)
  if (__pyx_module_is_main_cuda__bindings___bindings__cyruntime_ptds) {
    if (PyObject_SetAttr(__pyx_m, __pyx_mstate_global->__pyx_n_u_name, __pyx_mstate_global->__pyx_n_u_main) < (0)) __PYX_ERR(0, 1, __pyx_L1_error)
  }
  {
    PyObject *modules = PyImport_GetModuleDict(); if (unlikely(!modules)) __PYX_ERR(0, 1, __pyx_L1_error)
    if (!PyDict_GetItemString(modules, "cuda.bindings._bindings.cyruntime_ptds")) {
      if (unlikely((PyDict_SetItemString(modules, "cuda.bindings._bindings.cyruntime_ptds", __pyx_m) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
    }
  }
  /*--- Builtin init code ---*/
  if (__Pyx_InitCachedBuiltins(__pyx_mstate) < (0)) __PYX_ERR(0, 1, __pyx_L1_error)
  /*--- Constants init code ---*/
  if (__Pyx_InitCachedConstants(__pyx_mstate) < (0)) __PYX_ERR(0, 1, __pyx_L1_error)
  if (__Pyx_CreateCodeObjects(__pyx_mstate) < (0)) __PYX_ERR(0, 1, __pyx_L1_error)
  /*--- Global type/function init code ---*/
  (void)__Pyx_modinit_global_init_code(__pyx_mstate);
  (void)__Pyx_modinit_variable_export_code(__pyx_mstate);
  if (unlikely((__Pyx_modinit_function_export_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error)
  (void)__Pyx_modinit_type_init_code(__pyx_mstate);
  (void)__Pyx_modinit_type_import_code(__pyx_mstate);
  (void)__Pyx_modinit_variable_import_code(__pyx_mstate);
  (void)__Pyx_modinit_function_import_code(__pyx_mstate);
  /*--- Execution code ---*/

  /* "cuda/bindings/_bindings/cyruntime_ptds.pyx":1
 * # SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.             # <<<<<<<<<<<<<<
 * # SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
 * 
*/
  __pyx_t_2 = __Pyx_PyDict_NewPresized(0); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1, __pyx_L1_error)
  __Pyx_GOTREF(__pyx_t_2);
  if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_test, __pyx_t_2) < (0)) __PYX_ERR(0, 1, __pyx_L1_error)
  __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0;

  /*--- Wrapped vars code ---*/

  goto __pyx_L0;
  __pyx_L1_error:;
  __Pyx_XDECREF(__pyx_t_2);
  if (__pyx_m) {
    if (__pyx_mstate->__pyx_d && stringtab_initialized) {
      __Pyx_AddTraceback("init cuda.bindings._bindings.cyruntime_ptds", __pyx_clineno, __pyx_lineno, __pyx_filename);
    }
    #if !CYTHON_USE_MODULE_STATE
    Py_CLEAR(__pyx_m);
    #else
    Py_DECREF(__pyx_m);
    if (pystate_addmodule_run) {
      PyObject *tp, *value, *tb;
      PyErr_Fetch(&tp, &value, &tb);
      PyState_RemoveModule(&__pyx_moduledef);
      PyErr_Restore(tp, value, tb);
    }
    #endif
  } else if (!PyErr_Occurred()) {
    PyErr_SetString(PyExc_ImportError, "init cuda.bindings._bindings.cyruntime_ptds");
  }
  __pyx_L0:;
  __Pyx_RefNannyFinishContext();
  #if CYTHON_PEP489_MULTI_PHASE_INIT
  return (__pyx_m != NULL) ? 0 : -1;
  #else
  return __pyx_m;
  #endif
}
/* #### Code section: pystring_table ### */
/* #### Code section: cached_builtins ### */

static int __Pyx_InitCachedBuiltins(__pyx_mstatetype *__pyx_mstate) {
  CYTHON_UNUSED_VAR(__pyx_mstate);
  return 0;
}
/* #### Code section: cached_constants ### */

static int __Pyx_InitCachedConstants(__pyx_mstatetype *__pyx_mstate) {
  __Pyx_RefNannyDeclarations
  CYTHON_UNUSED_VAR(__pyx_mstate);
  __Pyx_RefNannySetupContext("__Pyx_InitCachedConstants", 0);
  __Pyx_RefNannyFinishContext();
  return 0;
}
/* #### Code section: init_constants ### */

static int __Pyx_InitConstants(__pyx_mstatetype *__pyx_mstate) {
  CYTHON_UNUSED_VAR(__pyx_mstate);
  {
    const struct { const unsigned int length: 15; } index[] = {{1},{18},{8},{10},{8},{12},{12},{10},{8},{26425}};
    #if (CYTHON_COMPRESS_STRINGS) == 2 /* compression: bz2 (3544 bytes) */
const char* const cstring = "BZh91AY&SYi\234\343\230\000\007e_\200H\000@t<`\277\377\377\240\277\377\377\360`\025\335\202\004>\307\320\000+\203\240\001\310\031\n\306\231\331\000\334\215\027\034\231d\266\332\332\301\260d-\333\235\320\n\227\034k\2349\200L\000\230\000\004\300\000L\000\004\204A\020\021\010\324\323\322hd\003 \365\036\243M\006\203\230\004\300\t\200\000L\000\004\300\000I\352\224\220\205=S\324?B\206\232\003@h\0004h\000D\242\0040\206\251\224\331\221\251<OH\23154=\023\3243@*(\204\320\200S\310\023\322\036\243@\320\000\320\000\365\231\010m\211\"\237\242\377O\325\372\277\337\327\374?\365\324\377\037w\301\337\342W\337\2313\232\371I\370HSq\347W\227\207\303\371O\306\253P\2710T\034\315n\267W\306\367\343\030\324\342R\250\320\237\325\363\321\207OA\213\220\333\006\314b+\032 \333m\273h\177}\321N\244UW\237Hc/\211&\2537\227\222x\333\225u\027\367y\327\247\034\227\251L\255\371\351y\3138uZ\277>b\301\323\231\333]\3527U\332\352\315IR\031\274\256h\353y4\360\177\254\343\020\234q*>\373\237_\257\267\220\371\367\267u\362\273\351\370}\265\242\202\320V4k0\253&\324\230\264k\025\032\215F\r\2524A\033[\375\251\273\325\266\332\366[\362+m\356\333}\024\033\307\363\256F\276\276w\212/_Ny\302\010zzE\351\213\275w\246\365\373?^\362\336\352/\275\306K\033O\232}<\276~\216V\276o\206\330\336)z\344\335\354\020\264\322\256\010/\233p\266\333c8\215\3578\244`i\264\014m\244\014f\241\021\273\200\263\271\221\242\336J \233\3336\01440\300\007\345\000\321\301\200[b\254K\266_\030\300\356\364W\014\321A\222\2143-\031\305Q\006\0050\252)\252j2\2062\3148\260\320\342\223\271\211.!e\254+\004\302*\310\301n\355N\316\255WR\353\251v\223\271)cu\272\353KR\273+v\346\225\267K[|\264lE\242\243`\3233e\005\211&1\2222\014\025P\356\020\345\005U\205l\034\243Y\030cB\222i-\353\013\205\274\353\215\022\247\235\270\225wtZ\273\253\221\220\333\316\272\214e\335w:\356\256\013\271\335}\3160G\212\345\241\n(\300\233zTh9y\353\351\347\262\370\325j\367b\2521\215\243Z\206 \025&\2525\261d\332LV1\253\257\332\222\363\240D\312\024\304\260#S\031-Ec \333\024F\237\016\262|\275\357+""\274\273\227\236u\304\335\244\215yw\t$Cj4\206\374\213\230\336\316\357:\360\232N\273\266\240F4\263$3%4*\210\2221Kb)\205I\002\2126\307\216m)D\026J\223I\232\356\344Y\335\332\371.P\267\257]xU\370\270\214\331\036:\205~\025}\336\217\374\376\317\333\367\032\375\031\255e)\001\300\016\200@\r\237F\334\244\3544\361)\315Y\266\352\001\257\340\337\254\375\337O\267u\343\247~R\n\371|v\336\022\200\214\270\313\357\235\324\343u\333\351\230n\356N\257|\254\0376=\226u\353]!Cm\230\271\000\256\243\224\3722\340\370\235\037n\305h\306\314g\3558\\\237WEKf\253\300\307\3174_\255k\002\254\325\370\003=\367Z\252a\203m\243XAU\333\305z\336\253X\271\302p\275\245mt\367.\377\245\263\320\034L\031_\025B(\277=9\033Gh\2459\332\007\343(\242\234g\227^\267\331\253\007\351\307\257\036\276\245\263id)\307|ej\251\026\255\207\272gg\303\253Y\315\256\362hw\250k\200\357A\264$\000\362\322\201\355\235\212/\202\250\252\247I*\211\001\020[\003Gjt\004\334@\344I:\316t\343\217\217\177J\033\323\375\025Ev\256K' R6{\372\217\257]\231\021_\024\216\211\244s\313\033\347\274\341\225\270Fz\271*3\226\270\304\031\227%\343\256\025\347X1\246<\221\261\231wE\346\301U\325P\355\264\310\367\263\323\316A$P\3144vhm&\320\200%q$'\321\330l\346\275K\316\\\227\333xgfs \\\207\334w\017o\260\357\304k%\034Q\313\276\001\240\351\345B\326`a0}\\F\274$e\213_H\221Fs\206\220P\317m\025\310\255\"\323\021\305\235Z2w\302\353\304\023\010(9\027\\\372pX\276V(\0102\320\221\242a\216\203\301\354\221\031:\020(Z\326\235\004\243\234\331\246\225\007C\373\t\016\363\227\276,o\215\345Z0\330c0\252\036q\233\300^*\234\247\0061\214ef\233\225u3%\311TaQP\243a=\302\227\270\022\021\221\220c\265\272\340\274\275\272rkO7\321J\003|S\225\342R\004\201 Lc\252c&:\327\246\211\031\355\263]\364\211\220~^\354\320 c.\372\272\263\tt\312\031\2144j\004\372\030\263\314\340\310^>\263\263H\311\320\"\37489l\245\214\026/\007'8\350\363\337{\354\tV\247.VH\202\332\002\237\272\266\260\0320\014{VrQ\331\217(#K\273\005\206$+\326s\214/\3675|V\231\222\365J\205\3477\350\306\374\351\350\307\211~\366\233_b\370t\307""\035fa\353\313\366s\215\245\350\034pZ\363\306o\226\360\020\204\306\241\345\257\346\273\244|\003@n8\214\017D\217\346F\243\253\213\303\177\213\3244\317\336;7\356\037P\033Y\001\322T#\026\321\202\242cLL\014C\270\022\000\335{\\~\332\213g\273\025\213\201\206\361\020\235G\211\363\324R\240\024\016\212X\254\333\227F+\3620E\343qFT\031\210G\0317\26261\343\006\351L\331Le\325\226\352\225\005Z\2446\330\306\206\014\213\024\027r4\345*\221\0012\t\323R\021\313\231\264\316\254\346\251\032\0330\332\351H\312\243km\266`\304SH)\215\215\210\253\230\314T\345]fJq\266\206\335\277J\037\233eD\314\014m\255\302~\010\n\001\334\177\334\2558^\376\343\277g\242\364S\243\204\274\330\017K\316\023\367\000\243\205\311\331\025M\242|\304\376\177\200\311\021>7:*7\336j\377\345M\377D\357S\200]\276`l\005V\252:]*Jo\2518\023\247\331$N\014\217>GI\317\234\207\007\320\363d\007\210\237a\265\363\234\340I\201Z\325\244\220\314l \307i\311\334ql\025}\272\201\2043\352x\201\377\000\371 \324\014\324/\212>\356C\033m4l`\242\021\002\010\242\375\315\214.\352\207Pp\212!\321E\226\351Y\206\200l\276(\301B?r\\*]\233\032kL\251\243S5>\226\353\\\221\215\\\276\333{\233x\241-\247\227\355\360\312-\013V\324\270?8\0250\210C\355z\250\340\005\333\327\220\013\2324\036\301D\202\233x\027\206\nd1\203-\273Sp\243\224\213i\232\223\364V\325^u^u6F2\355J\222\351\254\245\332Ym]-\3336\247m]\265\315E\263&\272\331j\030\244\210\"1\020\035]\272Rd\212\310u9\035\244\224\267w]\335%)\324\325\323\256,\305\333n\2134\331S7k\251\227Il\331$f\251E\224\235K\264\320\31335,\332\273]k*\2154\306\243j\020\237x\036\213b\r\252\003\327\342zb&\333\222v\022LH\251%D.\310k\220\267\3077j\322\261WOL\316\265\224\245]Lf\246:\340\220=\023\260;\322\021\341\301\021\177\220\"B(\016\267\203\343~[c\372\347\315\343\307\3763\213<\312\3162\205\327\313\311\341\226\315\027\3055L\213\341%h\233uR<zq\251\327\2324\264\321\201\231-\340ym\344\324R\367\324\335\007c\355+'\013\025\311\224\263\275=\251\355w7\321\343\341\275\227|]q\030b\245L\273\303\006\271z\335P3\004\033M\266\332w\244#%\006A\227q\241\203@<""!\214\335\323\253\245\222\346Z\302)\027\263\356^ \036\002\333\340A\r\2624\266\355\320\223j\210\252J.\r\227!^JE\233\032\333#\021\214\014\202\220\204!)F\262\222\244\221p\264\005/\270\242\267zx\250\037\005\376V\326\010TB\3433\004D\342\201\333x\321\3258U}dC\023}_Rg!\017f\343\262*\330Oz\202y(\300\026\340\210iRm\322\342X\374x\216\027\300Q\255\221<\347\224\217\216\252\212\260\225m:\343\240\347\273\350\263\026\305\235\265\236&.]\320ZY\332q\307yb\t\367\001\372;,O\020\267\333\316\024\326w\320\253d\261\2221\354$\t\003T]EKP\262\252U\340a\003\267\333JP\204\006\223h\305\215)Q\254E\210\335Mv\300\0147Rut\326\365~;\327\275\265\375L\251\271\330\207\310\\G\265\300\216\205\317b\036G}\022\251 YK\030;\244\263\330\307\035\341\302I#Bl6\016\367}\2758\222`RI\210\354\2303bZ\"\\\260#\037Z);\305\032\243P\212;\352\224\2648\250d\243\334\234NJ\247DsQO\322\314\035\254$90\337b\032\t\275\0218m\177\202\323\374\232\034v\241\332o\342\257\253\341C\227\020\370\270ru\362\365\007.\375||\205\253e\213skfAF\330\332\202\363W\332\370\215\265{o%htz\004{\315V\3759\004\3235~\344\363\034\237\005\270\342\025s$nr\204\035\360\236\270\362\262s\225\3572\315\302[Vc\003\027i+v\300\004\016\315\254\270`\245O/A:\275\275H\322u%^TX\257\n\234Yh\347\344\303\242C\362\200@\220%t\351\357\305C\253\357q\343\240\033C\213\225T[K#^\324\3553R\313'u\321H\321\255\315\266\241\003\321\245+KkE\007\3102\252\216j\366\201@\026\353\244 0q\334\323C\354\325\r_Y\346\332A\275\213b\330\266\224\325&\373\3303\206\331F\224Z\265\227J\360\233=z\233\310\304,\211\313\267\362\023\242\325\245\226\254S\231\215\347$9_\rc\001\314\326H\253\2078\210\347:\321b6\332\035F\307\004\241\356\271\320\313DS\234DfH\223C\r\233X\265\213;Z-\254\233Q\266\306\242\226\222\326\365\326!pX\206\340\265U\235\247\254 \232\035H\201\026\006$}>\242\306*!\347aj\236\212)\356\0234B\305\362\r\340\2470\334D,\016\212\213A/\0042\370\374\266^_\006\363\322\205\217\205\n\304P\013V\365\035\315\240x\241\275\003\023<\376\252\024\370jh\345\230)\262\212\\\177\271\337\337\013HQ\363\016hx?\212_\023\200&""\303\305!\244q\022\r\334;\344\237k\240\263R2\333\036\301\271\202m\350\023U\007\263ay\244\322z\225\301\214a\030\214\310\3150\252\025\241X,\250AP\tUG\250*\276\252\026\256\242\256\240\245\367\020\n,\212\304\214B\207<\021\023\265]\033\007\232\356\346\372\005\241\273h\233\207\r\252=\t\\\003\342\334\370$\002\3604\025{\213\214\327xP\014P\0204\305OQW.\250\010\033\216e\350\206#d\210\361\031\315Z\322*\332\265\241\2037\227\013/?\243\325\3743\271\327\347n\374\321WLTf\345\302,86\363\204.k\030\221\323,A\350\300\315\031_\235\355\217G\037\034\376\rs\016\021m\305\301\200\366\217NbK:\2577\274g\253\312\013\264\026t\321\346\210\230\007\315\1779\"I\" B(\310\t\300\275\021\304\271Ta\211\025\255A\310\n)x}\341\200G\347V\271Th\322\232\356\242\350=o\313\255\276\375\361\262\332\no\244v_[0\373\202\0016\002\014\310\016{\212\201y5\234\352\342\356\307J\345N.\273\257\273\272\274\314k\\\256\272\225\323\272\356k\246\306\243h\244\312\356\272J]\327\t\023\272\355t\326\275\255\255.T\230Y\220e$Xa1J\026\021\230K\344\271(\311e,\005F6\3113U\204\244,g\313\270\226\263d\331\257;\223IX\242\254Rkh\250\221\220a6\rI\267\226\366\030V\355\211\341\354\240\322U\003\r\"3#)\211\265\202EE7W\252m\362ow\315[\301\257\213\337\272\356\356\001\016\247y\247C\022M\206\313\226\270LY\210\240+\022\232\215[,9\002\267G\330\336\210\334h\203\227A\nT)Q\325\023\240\217~\317oz\376m\365\367\366Rv\273\361\253\357\364\300\214\304S\031jr\033\357mU\253}3)\r\366\205t\355\017>d\301z\326\316\306a\307\223\256\235\0059!M\316\306\256\323\263Y\353\235\312\265G^\221\021\211\022\363\201:\007\t!\320\354\266X\244\201\260\363S\"\263\372\331\300Q3@P\r\003\372\017\360z\336\035\233\334\237\241\300\025\352uR\302r\000\347\010\020\020\221\007\275\371\360\002\234\030\n{Pu\031\333\016'\261\325F\361\016\357\005\017\224yw\030\327\251my\256\333k\367/\267\332\245\262\314\310\3323I\210\311\005\220!W?a\004\235P\301E\261\010*Au\332\336\023\034\031\030|\030h\253\264!\273m5\341\327\255\314\026Jhhd@H`\204\315\341\212\214\302\005\261`\300\313+\024\014QV\312R\212\276\177P""\236k\024\366\243\220\336\035\261 \377\305\334\221N\024$\032g8\346\000";
    PyObject *data = __Pyx_DecompressString(cstring, 3544, 2);
    if (unlikely(!data)) __PYX_ERR(0, 1, __pyx_L1_error)
    const char* const bytes = __Pyx_PyBytes_AsString(data);
    #if !CYTHON_ASSUME_SAFE_MACROS
    if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
    #endif
    #elif (CYTHON_COMPRESS_STRINGS) != 0 /* compression: zlib (3933 bytes) */
const char* const cstring = "x\332\315\034\313v\333\2705\237\342e\222\223\315df\321\256zl\313\326\270c'\256eONW:0\t[h(\202\005I\327\352\327\027\017\022\300\305\213\240\314L'\013G\272O\020\270O\000\324\337\212\212\324xK\352m\307P\201\037Q\361}\273\335#\376\235\377\333\323\262\257\260\370T\243\275\374\2779\274n\013\324\020\361\371\337=\252\024\274\305]\211\237P_u\333m\207[\376\267\330!vR\320\272\355N>\276/\372\022]0F\331\266\373\360\356\235\365\355\344\275\244\373\370\351\204\324\235\374\363!\200\036\304|:y\241\244<\371\310?\364uK\236k\\\236\334\376s{\375\365\313Z\376\371t\202\353~\177\"\370W\214\274`vQw\354pK\271\324\177\364\230\035\356p\313\007x\362q\246\n9\262E\025\362/\247\214\241\303Vj\264\276B\255\323lk\206\232\035)Z\256\210\366\254\300\256\204\271\362nH\263GM\203K\005\227\2232oTm\307\372\242\223\302\316w\250\256quI\331\036u+\334\026f\222[\362_9\326\361\377\305\345\033\252\213\327\016\347OD\034\343\017\332 \365<\271$\343\377\332Ln\360\276h\016\277\221\272\374A\232\026\322(\275\300[\256?J\250z\342M\3070\332\317[\223\260\212?dr2\224L>\327\n\277\214\256|\342\204\240\321Em\022=\206\t\336I\353O\362\036\257u \330\354G\2225\243}s\213\030\332\267\301\250hI\023\016\275\315Q\023\020s\361\302]~\033\016\274\032\247\004_5\205\204\374\212\352\222'\272.\315\221\247\227\247\270(n\322\004\202t\323\232_q\321w\204\326\347\264\356\360k\027\23495\245\237\262,\",0\227\366\303\273\034\252\340\322\232\214j\340\367\207\006\177\310\227h\226!\213%\230\332\303\266\303s\t\253Q\305=\2322?!A\264\262(;/eHL\220l0O\315;\312pT\257\246\230\245\332\226\033K\240\200n\303g\013U\203\027k\016\337\363SF~\254\356o\210tKk\016P\311\272\212\233HI\204\255\240JM(\250\272\264\261\245,*\307\3232u\315\227)F\346\224\212\343\240\345\227+>\177\250\356\010\352p\"$\247D\005='\344v\226\220\264\nK\301\027Z\342\014\217\236f\036\206;[\361\264\017\010Jh\215\213*\021\306\276\254\n\r\317[\360\264\260_i\273\360\360~\343\317\217\027\236UU}\375\274\342\022\027\023\310\273\3357\016\020Vvob\237\315\254:\334\267\325\370a\r\340\213\300>4%\217.\252\r\276\252""\237h\336\243\232\360=A\234\237\271\303l\311\311W\323\005b\336\214\250\022\340\016,\006\254\245\325 \313g\274B\035\n4\030G\370\361\334a(]\313J\313\013\341o\221\275\360Z\004&\374\315\t\340G\214a^~X`\004\363\"\376\002\n\347&\204\005T\362\260wZU\264\370q\336u|zZF_v\366:V\235J0?F\352\002iK)Hc?\235\250\235\356n\373\213\300l\377\362\310\005\222\372\271\335\376u\253?\376\364Kq`=\257\240\367x\333te\273\205&{\332u\354j\265\224\244\337Q\325\343\251Y\375\263\016;\313\320@\236\020\304\371\324Y\2641\353\323\031W\233S\246\362\031\326d\231z\206pm\314\032*v@\246\347oV\302ZVZ\346\n\317HgK\312\232?\272\231\025V*M\276\201u\376\270\275\214\371&\346\371\372\347\247\317D:<\236\363\250\201\233\304x4c\246\336\231\215\313\274\256\021\366yyT\013\244U/\247\247\tsZ\330\224\014\256\n\234\333\346\311Kg\202\354\3440K\374dN\311k\014gw\214\223\372\036Z\314\276>\376\013\027]\356\236\3024g\276\234<c\006\207\333YD\223#p\217|\306\311\324\265D\210\203\333\277M\037\365-\025B\215\320k\362\310\020;\270\366:\301\351oik9\023\234\266\033'H-\317\276\354\353BTj\344\261\357p\374\036\206=\006\371p\300\373\264\264\277\223\356k#6\262\023w)4\361 p\202aj$0r\375\277F\022\302\321\347+^\227\240\2162=cV<\230\226\035\340\317\215w\016\3574u{\216\252J\\\376Qf>Adg\216\260\200\240\371q/\272\245\264\262\016\023'h`\236\275\246\005\032\027\310\316L\262\342\220\030uR8K\250\200\3372\332\244\2227`\037\237;<\002\365\364b\034\223\263\256\245\246pP\217\200\tg5\021(\311\032\335\316\263i`\361V\024\270mC\267uBR\340u!\023I\235S\315\304))\0241qd\031\323\227\225)B\314\213\334&\232^gGs\200d\334\362\016>\266A\346\0369\206\307a\313\231\030r\214tJt\360\352\203\271\305p\354\236\202\222\360\326\235\t#%\276\231\362g\035k\334)\314\210\337v\233\002\312\321\327P2\r%\263\212\366\032\214\371\342\2679\323\260\310\201\213\236<%\373\0345]\317\360\r\0274\251_\364\361\227u\262\013\203\014\243\n?\275\316\232\241\304\315\007Cx\344s\205\3316\035\352\372v\342\t\323\254\321~\330Y\365\350j\246\2263\335\267\231!\016]H\212$\277k\017\337\333\232 \035\027<\3275z\366""\204\n<\266aN\242\262\357|\245\202\007\024\022\240\270\347\t\206\257\325\0145\200``\217\342G\001\277\023\374\237\211\261:#\tP\330m\251]\251A\217\234\225\273S=2\2446\rU\325\267\273\365\355\303\2120\316v\267\2729\375\306H\207\333{\304\2361\350\274\"\204\233\202z\021\032\264k\347\250\330\371\351\313'\211\021\\\223=\211U\207\240\252\225\305\340e\205\236[}C<V8\232\332<&p\303\373\027\\rR^\266<\221\347l\302(\231\033\275<\211O\025En{\237\352\365\307\030\360.\000N\366\357\326\375\334\320e\310\020\255\235\231I\201UQ\357\333`\230\372\366\363\255fHp\205b\216A%\030\255\245\035\024\362\006)\375\354\260\013\227\342\203\3665E\236\364H\345v\036l\270!\337\036\204\335\253\014\n\235\037\240\314>\316\207\034I\221\233\301\301\253\321\371\025\227f\367{\227q\320\261k0\2325\326?\302\255\r\251@8\363\270\307\243z\323p\3778\025\022\311\254\346\307\354t\300\320\023%\213dj\213 \253aK\215$`x1\362\340\371\302\031\352\212\335\327\346$\376\022R\242\016\263\344\311^P\365\300w\370\337=O\001{\036\222Z\357\205\240\300\340\262\205\270\215g\216\264M\203X+\375\035\263\216`w@GrO\264\300\311e\375\030x\001f&\277\327\301\307\336\256\230\034\236\025\016?NL'\330Xm'6g\217\331\350JG\201\300.W\307.^\033\312\272\361@#\330\233\314<S\233\"\317\365\007\315\2141\233\253\317e\311\325yK\270/\343\222\317K\320Hr\030\307\334\265$o\366\360\305\213\206\230\035cc\240n\037\347+\331\013L0\247\213\363T\301?W\200\335Qd\361&[\260P\020\210\355\351\273\264\3323O;\272'\305\327F\354\267\013\257\215\274\232\340G\213\005$\346\210\r\372y\"o\353\332\340]\010>\177\223\367\254\177z\302,\321\336\001\301\360\264-Y`\000\276\274\2436\300\022\355f\002\3412&\307\224\026Y[\321\021\276\350\340'\271\355\374p\207\352g\254\343\201w{.\275\243\037\220\r\337i\234A\037\315f>mV\025\225\255y~M\346\010\233\320\345\331M\276\344y\264\251\255\006M\234\261G\010\332\240\245\336V^Fh\306\204x\323\375\246C7[\346\204\332Hd\005\350\204W8-m\256\302\334&:\217)K\357\017}\307\374\307(\231\365\\\361\3608#(\032q`z\217\345\230\365\000\031\366\274\364\333\357\213\311\315z\320co""\236\315\346\237\036\r<Oxx\270Z\231C\2064\275\363uHL\3237\377a\361\356\347\263\314\021'\357\363\344\363\205v\215#\344\351M\332\3515\341e\341i\371BZ\034\253\026\262$\206Yg\274\023,\304\312B\227\377K\356\"\274\007\005\367'\347\376\020\240W\266\352\3579\274\017{\016 \265ZR\317\rSl\264\215\213\227\007\312k\334\311\207\376\202\366\030B\370\314\220\372Y\301\324\366\006\307\334\236_\235\365\355U\251I\335\037\270\211\"\316\016\277c\326\362UP\0242\334\013\201\025\252G\305C\215\274\351\037\365\017C\340\356\306\354\017i\331p\333\350\032\277\340J\341n\220\310\375\026\261\002\374\274\262@\227\014c\233B\371\233\000\334S\017\376y\025\303\304Ar\233\030\n\tJ\366\311\301\217bl\232\212\360Y;\247\3758\253>Z\303\315\204\325\2427\224m\260B\312#\215sn\344\3350\315\274\217\342\rdm\335u\364\010\277\221n'\217w,\014\227\3301z\260 \362\267\214\254\357\033\376\034;Fkn^\026\364\016\027\224\225\036\300Q\261\346\213R\237w\257\366@\265\321\231\263\223\356u\020dA\340\300,\204?\036\013),\324L\233\217W\243\224\003\366\221\3425\202\010\212\313\035\275\343j/\272D\330\362\216O&\207\034BA&\375\342\202B\252\327+<dk\231\220\034Z\212\300\321\355h\010\377\352\200Z\225\355\313\347i\"\213\302\372!\001\261\332\352*|\030\037\347\00262\274\254\013V\\C-\343\022\327\0006\330^\"H5\276\006\022\2419\337\221\252\324\367\t6\343-~W\2227\313\346\355\227|\036k(A\216\024n|+$\2067\357m\304(T(\232\240hqT\213\200\013\007\255\321c\205K\007\261\t!\"Z\177Z94\352\025q\013x\215x!\262\263\000\017ME\221+\232\017&d1\226W\352\341]\362t|U\237W\024\344\237\323RZ\017\204\\\354\233\356\020\000C\213\013 \307\325\205(h_\016[\302\252\246(\303\332F+\201Pc\033\020n\277\250\343a\206U\363\340\203\205xp\221jS\202\300\252\017^\355\320\233q\3625\324\365k\220`\023&pVi\035\360y{\251b\370td\231\210*\203\340\025\346\211\267\304uAp\033\307J!m\360\021\317\251\335\032\330\321\030\230\024\027&?\373:\304\355\003Dj^\330E\010\304f\tp\236\2709\256\203!cnP\214\031\361z\026u,8\205\340\243C\254\023\270\020\0370\305\0046\304k\273\325:\214\037|\"\215\215\310\036\034p""\235\304&\002\370=\245U\353EH\216\020\255S\005\020\226[g\016\025x\271\033o\275\252\301O\356+\374\330?\257hw\313\010p*\341\251\3453p\2035\366\234\207\203\356(\365\300<\016E\274\361\216Wc/8\212\2540j\261\271\376\005p\302\265\202(7\377\360.\347\241f\370\231\264\334\240a\021\352\236\024ld\013d%5^\277\2171\312.\337\025X\237\220(\340p|\300\021\312<\001\364\202w\251\262YP\270V\267W6\255\372l\207V\336\314\252\312\034\010\273\346\271\370\222\321\375%\251|\2048)\001\300\207\332\344n\361\216\310\252\3377\367\324\256\203\r\324\222(\336&\351\031\323\261U\000\314<\2167s\014\356.\210\321}\305J\3754\355\260\215\354 \001\224\177\211\320+\214\013\022_l\313\036@\252\270\027\323$\267IDmd\257\326@\005<`\200\371\311o@lb\210{F\366\367\324\243\225W\367\306\266\305n?t\253\r\233\353\260Q&\211U\317\035\302\210\300\021\202\017W\366\254\t\003}\234\207\265!N\223\340\242x\320\240\214t@\021\230`\005\262zY\005\360\232G\005\366\327a \217\300Cm\246\3028=\244\002\252\252w\270\273\350\207 EtQ\227\003\205\r=\343\266^\017\360{jewU8\313{\256\375\330\004\016\257\021\360R\024x\3060y\201\"\303\327a\303\257Z\005\324\373E\372\341\007b\361#O\376\264\220\302\235\253\320jY\261S\003\274\005\347\343E\205\314\262\246\323UF\000\256/\200\0268\200Q,\340\336\000`\t`L\274\267-\324@\207\214\341\203E\262\260cN\354\332\257\023\227\344^\254\332\\\2651\233\024F\336\256\363\342\211\025\n\264tg\373\326\221\023\304\336\357\370s\363n\244\330\211c\024\357\366\255\265\363sQ\241\246\305\345=\031\267\032\325\036!W\013\266\006\035\343\320_\255\235\260;\365^\214\313\251\037\343\354\0007*\375\235\037-^\3638\376k\266<\325\245\332\020J=\354h\264\362\030\311\2468G\265\232dq\023i0\260\035\245-\266\365\177-\212\276Auq\270A\257\247E\307'\344\214G\317\357\234\207\335\360dC\032F\205\010\312f\222;qQ\251\\\221V$\0351\236\300\362\017\365\233\310\034\203o\205\246jL\252\322\323\276\320\216<\021\265\275n\023\231\254\234$\013\205\3071\327\360\0043\"Z\267t\332{8m\243\341l\356\335vu\270\222x\265\213\341N\332UM\302\206\004\275M\204/\035\3754\315\020H~Z]""\223\032#\306\027\363\033)\273\235\263\306\247/\210TB\367\352P\243=)6\342\3410\223+n\357%\017\327O\255\3307n\257\373\227@\007>\220\205\023\204#\336\275\301\031\021\023&\023aK\235\204\230}\351\221\303L\216vL\227]\344-\333A[\375\354\233p\351\245\356\347\014\367\340\340D\301o\336V\275\2725\350Cl\302\341HA\023\361\366\312\375f\221\017\243\010\214_L\227\235\202\354\373s\232\002d\234|\212\361\032]\230\312\272+\347L\275\0251\334\336\001\036D(3\026U\205\272\223\306#>z$\0251\253\006\003h\230F\360;\351<0\022Q6\232O\202\307p\233@\243\333 \336b\266\330i\204\"\265\256\272\201\006\316E\242\035\324C\315C\030.\2051\2320\006\n{`p\321\222\031P\031\361\353\212>\242\312\205\336\240\032=\217\033\250\343U\205\220/H\243\224\247\204\232\226\007\373\002\261\362\264.o\031~\302\034\345F\t1\3728j\340\3670R\225\375\331\254\210\372.\032\034\371F\272\313d\001\244\345\270\202\300\323\016\2661\204\004\337\227\205\026\357TM\003\235\247\324A\341\236\006[/y(\010\016\342\224\355~y\331\024D\364\002\201\340\303=\335\376\354\305\0227\222\270qd8\006\014>\207\005\206,\236\001\330C\370\274\202\337\234\371\276\003\2362*r\216;\335\001\202SR\203\224\307rrB\305T\332D\256\275\010\207\361\333\243\001\352\325\254\003<Xi\212\374,\357\006x\326kW\375\342\354N\374\362\222(\014\333\216\267$\327\237\245\026X\303\350\305\033J\000\267\335\023y\034\265\352$|\010\344\030\177?\365\200\214>\221\n\263M\207X\347\202hcw\025 \003\356\321w\2745w\000,\2009\351\267\201\264\375\037\007\343\223\367";
    PyObject *data = __Pyx_DecompressString(cstring, 3933, 1);
    if (unlikely(!data)) __PYX_ERR(0, 1, __pyx_L1_error)
    const char* const bytes = __Pyx_PyBytes_AsString(data);
    #if !CYTHON_ASSUME_SAFE_MACROS
    if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
    #endif
    #else /* compression: none (26512 bytes) */
const char* const bytes = "?cline_in_traceback__main____module____name____pyx_capi____qualname__setdefault__test__char const *(cudaError_t)\000\000cudaError_t (char *, int, int)\000cudaError_t (char const *, void **, unsigned PY_LONG_LONG, enum cudaDriverEntryPointQueryResult *)\000cudaError_t (char const *, void **, unsigned int, unsigned PY_LONG_LONG, enum cudaDriverEntryPointQueryResult *)\000cudaError_t (cudaArray_t *, cudaArray_t, unsigned int)\000cudaError_t (cudaArray_t *, cudaGraphicsResource_t, unsigned int, unsigned int)\000cudaError_t (cudaArray_t *, cudaMipmappedArray_const_t, unsigned int)\000cudaError_t (cudaArray_t *, struct cudaChannelFormatDesc const *, size_t, size_t, unsigned int)\000cudaError_t (cudaArray_t *, struct cudaChannelFormatDesc const *, struct cudaExtent, unsigned int)\000cudaError_t (cudaArray_t)\000cudaError_t (cudaArray_t, size_t, size_t, cudaArray_const_t, size_t, size_t, size_t, enum cudaMemcpyKind)\000cudaError_t (cudaArray_t, size_t, size_t, cudaArray_const_t, size_t, size_t, size_t, size_t, enum cudaMemcpyKind)\000cudaError_t (cudaArray_t, size_t, size_t, void const *, size_t, enum cudaMemcpyKind)\000cudaError_t (cudaArray_t, size_t, size_t, void const *, size_t, enum cudaMemcpyKind, cudaStream_t)\000cudaError_t (cudaArray_t, size_t, size_t, void const *, size_t, size_t, size_t, enum cudaMemcpyKind)\000cudaError_t (cudaArray_t, size_t, size_t, void const *, size_t, size_t, size_t, enum cudaMemcpyKind, cudaStream_t)\000cudaError_t (cudaDevResource *, unsigned int *, cudaDevResource const *, cudaDevResource *, unsigned int, unsigned int)\000cudaError_t (cudaDevResource *, unsigned int, cudaDevResource const *, cudaDevResource *, unsigned int, cudaDevSmResourceGroupParams *)\000cudaError_t (cudaDevResourceDesc_t *, cudaDevResource *, unsigned int)\000cudaError_t (cudaEvent_t *)\000cudaError_t (cudaEvent_t *, cudaIpcEventHandle_t)\000cudaError_t (cudaEvent_t *, unsigned int)\000cudaError_t (cudaEvent_t)\000\000\000cudaError_t (cudaEvent_t, cudaStream_t)\000c""udaError_t (cudaEvent_t, cudaStream_t, unsigned int)\000cudaError_t (cudaExecutionContext_t *, cudaDevResourceDesc_t, int, unsigned int)\000cudaError_t (cudaExecutionContext_t *, int)\000cudaError_t (cudaExecutionContext_t)\000\000cudaError_t (cudaExecutionContext_t, cudaDevResource *, enum cudaDevResourceType)\000cudaError_t (cudaExecutionContext_t, cudaEvent_t)\000\000cudaError_t (cudaExecutionContext_t, unsigned PY_LONG_LONG *)\000cudaError_t (cudaExternalMemory_t *, struct cudaExternalMemoryHandleDesc const *)\000cudaError_t (cudaExternalMemory_t)\000cudaError_t (cudaExternalSemaphore_t *, struct cudaExternalSemaphoreHandleDesc const *)\000cudaError_t (cudaExternalSemaphore_t const *, struct cudaExternalSemaphoreSignalParams const *, unsigned int, cudaStream_t)\000cudaError_t (cudaExternalSemaphore_t const *, struct cudaExternalSemaphoreWaitParams const *, unsigned int, cudaStream_t)\000cudaError_t (cudaExternalSemaphore_t)\000cudaError_t (cudaGraphConditionalHandle *, cudaGraph_t, cudaExecutionContext_t, unsigned int, unsigned int)\000cudaError_t (cudaGraphConditionalHandle *, cudaGraph_t, unsigned int, unsigned int)\000cudaError_t (cudaGraphExec_t *, cudaGraph_t, cudaGraphInstantiateParams *)\000cudaError_t (cudaGraphExec_t *, cudaGraph_t, unsigned PY_LONG_LONG)\000\000cudaError_t (cudaGraphExec_t)\000cudaError_t (cudaGraphExec_t, cudaGraphNode_t, cudaEvent_t)\000\000cudaError_t (cudaGraphExec_t, cudaGraphNode_t, cudaGraph_t)\000cudaError_t (cudaGraphExec_t, cudaGraphNode_t, struct cudaExternalSemaphoreSignalNodeParams const *)\000cudaError_t (cudaGraphExec_t, cudaGraphNode_t, struct cudaExternalSemaphoreWaitNodeParams const *)\000cudaError_t (cudaGraphExec_t, cudaGraphNode_t, struct cudaGraphNodeParams *)\000cudaError_t (cudaGraphExec_t, cudaGraphNode_t, struct cudaHostNodeParams const *)\000cudaError_t (cudaGraphExec_t, cudaGraphNode_t, struct cudaKernelNodeParams const *)\000cudaError_t (cudaGraphExec_t, cudaGraphNode_t, struct cudaMemcpy3DParms const *)""\000cudaError_t (cudaGraphExec_t, cudaGraphNode_t, struct cudaMemsetParams const *)\000cudaError_t (cudaGraphExec_t, cudaGraphNode_t, unsigned int *)\000cudaError_t (cudaGraphExec_t, cudaGraphNode_t, unsigned int)\000cudaError_t (cudaGraphExec_t, cudaGraphNode_t, void *, void const *, size_t, enum cudaMemcpyKind)\000cudaError_t (cudaGraphExec_t, cudaGraph_t, cudaGraphExecUpdateResultInfo *)\000cudaError_t (cudaGraphExec_t, cudaStream_t)\000\000cudaError_t (cudaGraphExec_t, unsigned PY_LONG_LONG *)\000cudaError_t (cudaGraphExec_t, unsigned int *)\000cudaError_t (cudaGraphNode_t *, cudaGraphNode_t, cudaGraph_t)\000cudaError_t (cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, cudaGraphEdgeData const *, size_t, struct cudaGraphNodeParams *)\000cudaError_t (cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t)\000cudaError_t (cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, cudaEvent_t)\000\000cudaError_t (cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, cudaGraph_t)\000cudaError_t (cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaExternalSemaphoreSignalNodeParams const *)\000cudaError_t (cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaExternalSemaphoreWaitNodeParams const *)\000cudaError_t (cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaHostNodeParams const *)\000cudaError_t (cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaKernelNodeParams const *)\000cudaError_t (cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaMemAllocNodeParams *)\000cudaError_t (cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaMemcpy3DParms const *)\000cudaError_t (cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaMemsetParams const *)\000cudaError_t (cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, void *)\000cudaError_t (cudaGraphNode_t *, cud""aGraph_t, cudaGraphNode_t const *, size_t, void *, void const *, size_t, enum cudaMemcpyKind)\000cudaError_t (cudaGraphNode_t)\000cudaError_t (cudaGraphNode_t, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrID, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrValue *)\000cudaError_t (cudaGraphNode_t, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrID, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrValue const *)\000cudaError_t (cudaGraphNode_t, cudaEvent_t *)\000\000cudaError_t (cudaGraphNode_t, cudaEvent_t)\000\000cudaError_t (cudaGraphNode_t, cudaGraphNode_t *, cudaGraphEdgeData *, size_t *)\000\000cudaError_t (cudaGraphNode_t, cudaGraphNode_t)\000cudaError_t (cudaGraphNode_t, cudaGraph_t *)\000\000cudaError_t (cudaGraphNode_t, enum cudaGraphNodeType *)\000cudaError_t (cudaGraphNode_t, struct cudaExternalSemaphoreSignalNodeParams *)\000cudaError_t (cudaGraphNode_t, struct cudaExternalSemaphoreSignalNodeParams const *)\000cudaError_t (cudaGraphNode_t, struct cudaExternalSemaphoreWaitNodeParams *)\000cudaError_t (cudaGraphNode_t, struct cudaExternalSemaphoreWaitNodeParams const *)\000cudaError_t (cudaGraphNode_t, struct cudaGraphNodeParams *)\000cudaError_t (cudaGraphNode_t, struct cudaHostNodeParams *)\000cudaError_t (cudaGraphNode_t, struct cudaHostNodeParams const *)\000cudaError_t (cudaGraphNode_t, struct cudaKernelNodeParams *)\000cudaError_t (cudaGraphNode_t, struct cudaKernelNodeParams const *)\000cudaError_t (cudaGraphNode_t, struct cudaMemAllocNodeParams *)\000cudaError_t (cudaGraphNode_t, struct cudaMemcpy3DParms *)\000cudaError_t (cudaGraphNode_t, struct cudaMemcpy3DParms const *)\000cudaError_t (cudaGraphNode_t, struct cudaMemsetParams *)\000cudaError_t (cudaGraphNode_t, struct cudaMemsetParams const *)\000cudaError_t (cudaGraphNode_t, unsigned PY_LONG_LONG *)\000cudaError_t (cudaGraphNode_t, unsigned int *)\000cudaError_t (cudaGraphNode_t, void *)\000cudaError_t (cu""daGraphNode_t, void *, void const *, size_t, enum cudaMemcpyKind)\000cudaError_t (cudaGraph_t *, cudaGraph_t)\000cudaError_t (cudaGraph_t *, unsigned int)\000cudaError_t (cudaGraph_t)\000cudaError_t (cudaGraph_t, char const *, unsigned int)\000cudaError_t (cudaGraph_t, cudaGraphNode_t *, cudaGraphNode_t *, cudaGraphEdgeData *, size_t *)\000cudaError_t (cudaGraph_t, cudaGraphNode_t *, size_t *)\000\000cudaError_t (cudaGraph_t, cudaGraphNode_t const *, cudaGraphNode_t const *, cudaGraphEdgeData const *, size_t)\000\000cudaError_t (cudaGraph_t, cudaUserObject_t, unsigned int)\000cudaError_t (cudaGraph_t, cudaUserObject_t, unsigned int, unsigned int)\000cudaError_t (cudaGraph_t, unsigned int *)\000cudaError_t (cudaGraphicsResource_t)\000cudaError_t (cudaGraphicsResource_t, unsigned int)\000cudaError_t (cudaIpcEventHandle_t *, cudaEvent_t)\000cudaError_t (cudaIpcMemHandle_t *, void *)\000cudaError_t (cudaKernel_t *, cudaLibrary_t, char const *)\000cudaError_t (cudaKernel_t *, unsigned int, cudaLibrary_t)\000cudaError_t (cudaKernel_t *, void const *)\000cudaError_t (cudaKernel_t, enum cudaFuncAttribute, int, int)\000cudaError_t (cudaLibrary_t *, char const *, enum cudaJitOption *, void **, unsigned int, enum cudaLibraryOption *, void **, unsigned int)\000cudaError_t (cudaLibrary_t *, void const *, enum cudaJitOption *, void **, unsigned int, enum cudaLibraryOption *, void **, unsigned int)\000cudaError_t (cudaLibrary_t)\000cudaError_t (cudaLogIterator *, char *, size_t *, unsigned int)\000cudaError_t (cudaLogIterator *, char const *, unsigned int)\000cudaError_t (cudaLogIterator *, unsigned int)\000cudaError_t (cudaLogsCallbackHandle)\000cudaError_t (cudaLogsCallback_t, void *, cudaLogsCallbackHandle *)\000cudaError_t (cudaMemPool_t *, int)\000\000cudaError_t (cudaMemPool_t *, struct cudaMemLocation *, enum cudaMemAllocationType)\000\000cudaError_t (cudaMemPool_t *, struct cudaMemPoolProps const *)\000cudaError_t (cudaMemPool_t *, void *, enum cudaMemAllocationHandleType,"" unsigned int)\000cudaError_t (cudaMemPool_t)\000cudaError_t (cudaMemPool_t, enum cudaMemPoolAttr, void *)\000\000cudaError_t (cudaMemPool_t, size_t)\000cudaError_t (cudaMemPool_t, struct cudaMemAccessDesc const *, size_t)\000cudaError_t (cudaMipmappedArray_t *, cudaExternalMemory_t, struct cudaExternalMemoryMipmappedArrayDesc const *)\000cudaError_t (cudaMipmappedArray_t *, cudaGraphicsResource_t)\000cudaError_t (cudaMipmappedArray_t *, struct cudaChannelFormatDesc const *, struct cudaExtent, unsigned int, unsigned int)\000cudaError_t (cudaMipmappedArray_t)\000cudaError_t (cudaStream_t *)\000cudaError_t (cudaStream_t *, cudaExecutionContext_t, unsigned int, int)\000cudaError_t (cudaStream_t *, unsigned int)\000cudaError_t (cudaStream_t *, unsigned int, int)\000cudaError_t (cudaStream_t)\000\000\000cudaError_t (cudaStream_t, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrID, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrValue *)\000cudaError_t (cudaStream_t, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrID, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrValue const *)\000cudaError_t (cudaStream_t, cudaDevResource *, enum cudaDevResourceType)\000cudaError_t (cudaStream_t, cudaEvent_t, unsigned int)\000cudaError_t (cudaStream_t, cudaGraphNode_t *, cudaGraphEdgeData const *, size_t, unsigned int)\000cudaError_t (cudaStream_t, cudaGraph_t *)\000cudaError_t (cudaStream_t, cudaGraph_t, cudaGraphNode_t const *, cudaGraphEdgeData const *, size_t, enum cudaStreamCaptureMode)\000cudaError_t (cudaStream_t, cudaHostFn_t, void *)\000cudaError_t (cudaStream_t, cudaStreamCallback_t, void *, unsigned int)\000cudaError_t (cudaStream_t, cudaStream_t)\000cudaError_t (cudaStream_t, enum cudaStreamCaptureMode)\000cudaError_t (cudaStream_t, enum cudaStreamCaptureStatus *)\000cudaError_t (cudaStream_t, enum cudaStreamCaptureStatus *, unsigned PY_LONG_LONG *, cudaGraph_t *, cudaGraphNode_t const **, cudaGraphEdge""Data const **, size_t *)\000cudaError_t (cudaStream_t, int *)\000\000cudaError_t (cudaStream_t, unsigned PY_LONG_LONG *)\000cudaError_t (cudaStream_t, unsigned int *)\000cudaError_t (cudaStream_t, void *, size_t, unsigned int)\000cudaError_t (cudaSurfaceObject_t *, struct cudaResourceDesc const *)\000cudaError_t (cudaSurfaceObject_t)\000cudaError_t (cudaTextureObject_t *, struct cudaResourceDesc const *, struct cudaTextureDesc const *, struct cudaResourceViewDesc const *)\000cudaError_t (cudaTextureObject_t)\000cudaError_t (cudaUserObject_t *, void *, cudaHostFn_t, unsigned int, unsigned int)\000cudaError_t (cudaUserObject_t, unsigned int)\000\000cudaError_t (enum cudaFlushGPUDirectRDMAWritesTarget, enum cudaFlushGPUDirectRDMAWritesScope)\000cudaError_t (enum cudaFuncCache *)\000cudaError_t (enum cudaFuncCache)\000cudaError_t (enum cudaLimit, size_t)\000cudaError_t (enum cudaMemAccessFlags *, cudaMemPool_t, struct cudaMemLocation *)\000cudaError_t (enum cudaSharedMemConfig *)\000cudaError_t (enum cudaSharedMemConfig)\000cudaError_t (enum cudaStreamCaptureMode *)\000cudaError_t (float *, cudaEvent_t, cudaEvent_t)\000cudaError_t (int *)\000\000\000\000cudaError_t (int *, char const *)\000cudaError_t (int *, cudaExecutionContext_t)\000cudaError_t (int *, enum cudaDeviceAttr, int)\000cudaError_t (int *, enum cudaDeviceP2PAttr, int, int)\000cudaError_t (int *, int *)\000cudaError_t (int *, int, int)\000cudaError_t (int *, struct cudaDeviceProp const *)\000cudaError_t (int *, void const *, int, size_t)\000cudaError_t (int *, void const *, int, size_t, unsigned int)\000cudaError_t (int)\000\000\000cudaError_t (int, cudaAsyncCallback, void *, cudaAsyncCallbackHandle_t *)\000cudaError_t (int, cudaAsyncCallbackHandle_t)\000cudaError_t (int, cudaDevResource *, enum cudaDevResourceType)\000cudaError_t (int, cudaGraphicsResource_t *, cudaStream_t)\000\000cudaError_t (int, cudaMemPool_t)\000cudaError_t (int, enum cudaGraphMemAttributeType, void *)\000\000cudaError_t (int, unsigne""d int)\000cudaError_t (int, unsigned int, unsigned int)\000cudaError_t (size_t *, enum cudaLimit)\000cudaError_t (size_t *, size_t *)\000cudaError_t (size_t *, struct cudaChannelFormatDesc const *, int)\000cudaError_t (size_t *, void const *, int, int)\000cudaError_t (size_t, struct cudaMemcpy3DBatchOp *, unsigned PY_LONG_LONG, cudaStream_t)\000cudaError_t (struct cudaArrayMemoryRequirements *, cudaArray_t, int)\000cudaError_t (struct cudaArrayMemoryRequirements *, cudaMipmappedArray_t, int)\000cudaError_t (struct cudaArraySparseProperties *, cudaArray_t)\000cudaError_t (struct cudaArraySparseProperties *, cudaMipmappedArray_t)\000cudaError_t (struct cudaChannelFormatDesc *, cudaArray_const_t)\000cudaError_t (struct cudaChannelFormatDesc *, struct cudaExtent *, unsigned int *, cudaArray_t)\000cudaError_t (struct cudaDeviceProp *, int)\000cudaError_t (struct cudaFuncAttributes *, void const *)\000cudaError_t (struct cudaMemLocation *, enum cudaMemAllocationType, cudaMemPool_t)\000cudaError_t (struct cudaMemPoolPtrExportData *, void *)\000cudaError_t (struct cudaMemcpy3DParms const *)\000cudaError_t (struct cudaMemcpy3DParms const *, cudaStream_t)\000cudaError_t (struct cudaMemcpy3DPeerParms const *)\000cudaError_t (struct cudaMemcpy3DPeerParms const *, cudaStream_t)\000cudaError_t (struct cudaPitchedPtr *, struct cudaExtent)\000cudaError_t (struct cudaPitchedPtr, int, struct cudaExtent)\000cudaError_t (struct cudaPitchedPtr, int, struct cudaExtent, cudaStream_t)\000cudaError_t (struct cudaPointerAttributes *, void const *)\000cudaError_t (struct cudaResourceDesc *, cudaSurfaceObject_t)\000cudaError_t (struct cudaResourceDesc *, cudaTextureObject_t)\000cudaError_t (struct cudaResourceViewDesc *, cudaTextureObject_t)\000cudaError_t (struct cudaTextureDesc *, cudaTextureObject_t)\000cudaError_t (unsigned int *)\000cudaError_t (unsigned int *, cudaLibrary_t)\000cudaError_t (unsigned int *, enum cudaAtomicOperation const *, unsigned int, int)\000cudaError_t (unsigned int ""*, enum cudaAtomicOperation const *, unsigned int, int, int)\000cudaError_t (unsigned int *, void *)\000cudaError_t (unsigned int)\000cudaError_t (void *)\000\000\000\000cudaError_t (void **, cudaExternalMemory_t, struct cudaExternalMemoryBufferDesc const *)\000cudaError_t (void **, cudaIpcMemHandle_t, unsigned int)\000cudaError_t (void **, cudaLibrary_t, char const *)\000cudaError_t (void **, cudaMemPool_t, struct cudaMemPoolPtrExportData *)\000cudaError_t (void **, size_t *, cudaGraphicsResource_t)\000cudaError_t (void **, size_t *, cudaLibrary_t, char const *)\000\000cudaError_t (void **, size_t *, enum cudaMemRangeAttribute *, size_t, void const *, size_t)\000cudaError_t (void **, size_t *, size_t, size_t)\000cudaError_t (void **, size_t *, size_t, struct cudaMemLocation *, size_t *, size_t, unsigned PY_LONG_LONG, cudaStream_t)\000\000cudaError_t (void **, size_t *, size_t, unsigned PY_LONG_LONG, cudaStream_t)\000cudaError_t (void **, size_t)\000\000cudaError_t (void **, size_t, cudaMemPool_t, cudaStream_t)\000cudaError_t (void **, size_t, cudaStream_t)\000cudaError_t (void **, size_t, unsigned int)\000\000cudaError_t (void **, void *, unsigned int)\000cudaError_t (void *, cudaArray_const_t, size_t, size_t, size_t, enum cudaMemcpyKind)\000cudaError_t (void *, cudaArray_const_t, size_t, size_t, size_t, enum cudaMemcpyKind, cudaStream_t)\000cudaError_t (void *, cudaMemPool_t, enum cudaMemAllocationHandleType, unsigned int)\000cudaError_t (void *, cudaStream_t)\000cudaError_t (void *, int, int)\000cudaError_t (void *, int, size_t)\000cudaError_t (void *, int, size_t, cudaStream_t)\000cudaError_t (void *, int, void const *, int, size_t)\000cudaError_t (void *, int, void const *, int, size_t, cudaStream_t)\000cudaError_t (void *, size_t, cudaArray_const_t, size_t, size_t, size_t, size_t, enum cudaMemcpyKind)\000cudaError_t (void *, size_t, cudaArray_const_t, size_t, size_t, size_t, size_t, enum cudaMemcpyKind, cudaStream_t)\000cudaError_t (void *, size_t, enum cudaMe""mRangeAttribute, void const *, size_t)\000cudaError_t (void *, size_t, int, size_t, size_t)\000cudaError_t (void *, size_t, int, size_t, size_t, cudaStream_t)\000cudaError_t (void *, size_t, unsigned int)\000cudaError_t (void *, size_t, void const *, size_t, size_t, size_t, enum cudaMemcpyKind)\000cudaError_t (void *, size_t, void const *, size_t, size_t, size_t, enum cudaMemcpyKind, cudaStream_t)\000cudaError_t (void *, void const *, size_t, enum cudaMemcpyKind)\000cudaError_t (void *, void const *, size_t, enum cudaMemcpyKind, cudaStream_t)\000cudaError_t (void const **, cudaUUID_t const *)\000cudaError_t (void const **, void const **, size_t const *, size_t, struct cudaMemcpyAttributes *, size_t *, size_t, cudaStream_t)\000cudaError_t (void const *, enum cudaFuncAttribute, int)\000cudaError_t (void const *, enum cudaFuncCache)\000cudaError_t (void const *, enum cudaSharedMemConfig)\000cudaError_t (void const *, size_t, enum cudaMemoryAdvise, struct cudaMemLocation)\000cudaError_t (void const *, size_t, struct cudaMemLocation, unsigned int, cudaStream_t)\000cudaError_t (void)\000\000\000\000\000\000\000struct cudaChannelFormatDesc (int, int, int, int, enum cudaChannelFormatKind)\000struct cudaExtent (size_t, size_t, size_t)\000struct cudaPitchedPtr (void *, size_t, size_t, size_t)\000struct cudaPos (size_t, size_t, size_t)\000_cudaGetErrorName\000_cudaGetErrorString\000_cudaDeviceGetPCIBusId\000_cudaGetDriverEntryPoint\000_cudaGetDriverEntryPointByVersion\000_cudaArrayGetPlane\000_cudaGraphicsSubResourceGetMappedArray\000_cudaGetMipmappedArrayLevel\000_cudaMallocArray\000_cudaMalloc3DArray\000_cudaFreeArray\000_cudaMemcpyArrayToArray\000_cudaMemcpy2DArrayToArray\000_cudaMemcpyToArray\000_cudaMemcpyToArrayAsync\000_cudaMemcpy2DToArray\000_cudaMemcpy2DToArrayAsync\000_cudaDevSmResourceSplitByCount\000_cudaDevSmResourceSplit\000_cudaDevResourceGenerateDesc\000_cudaEventCreate\000_cudaIpcOpenEventHandle\000_cudaEventCreateWithFlags\000_cudaEventDestroy\000_cudaEventQu""ery\000_cudaEventSynchronize\000_cudaEventRecord\000_cudaEventRecordWithFlags\000_cudaGreenCtxCreate\000_cudaDeviceGetExecutionCtx\000_cudaExecutionCtxDestroy\000_cudaExecutionCtxSynchronize\000_cudaExecutionCtxGetDevResource\000_cudaExecutionCtxRecordEvent\000_cudaExecutionCtxWaitEvent\000_cudaExecutionCtxGetId\000_cudaImportExternalMemory\000_cudaDestroyExternalMemory\000_cudaImportExternalSemaphore\000_cudaSignalExternalSemaphoresAsync\000_cudaWaitExternalSemaphoresAsync\000_cudaDestroyExternalSemaphore\000_cudaGraphConditionalHandleCreate_v2\000_cudaGraphConditionalHandleCreate\000_cudaGraphInstantiateWithParams\000_cudaGraphInstantiate\000_cudaGraphInstantiateWithFlags\000_cudaGraphExecDestroy\000_cudaGraphExecEventRecordNodeSetEvent\000_cudaGraphExecEventWaitNodeSetEvent\000_cudaGraphExecChildGraphNodeSetParams\000_cudaGraphExecExternalSemaphoresSignalNodeSetParams\000_cudaGraphExecExternalSemaphoresWaitNodeSetParams\000_cudaGraphExecNodeSetParams\000_cudaGraphExecHostNodeSetParams\000_cudaGraphExecKernelNodeSetParams\000_cudaGraphExecMemcpyNodeSetParams\000_cudaGraphExecMemsetNodeSetParams\000_cudaGraphNodeGetEnabled\000_cudaGraphNodeSetEnabled\000_cudaGraphExecMemcpyNodeSetParams1D\000_cudaGraphExecUpdate\000_cudaGraphLaunch\000_cudaGraphUpload\000_cudaGraphExecGetFlags\000_cudaGraphExecGetId\000_cudaGraphNodeFindInClone\000_cudaGraphAddNode\000_cudaGraphAddEmptyNode\000_cudaGraphAddEventRecordNode\000_cudaGraphAddEventWaitNode\000_cudaGraphAddChildGraphNode\000_cudaGraphAddExternalSemaphoresSignalNode\000_cudaGraphAddExternalSemaphoresWaitNode\000_cudaGraphAddHostNode\000_cudaGraphAddKernelNode\000_cudaGraphAddMemAllocNode\000_cudaGraphAddMemcpyNode\000_cudaGraphAddMemsetNode\000_cudaGraphAddMemFreeNode\000_cudaGraphAddMemcpyNode1D\000_cudaGraphDestroyNode\000_cudaGraphKernelNodeGetAttribute\000_cudaGraphKernelNodeSetAttribute\000_cudaGraphEventRecordNodeGetEvent\000_cudaGraphEventWaitNodeGetEvent\000_cudaGraphEventRecordNodeSetEvent\000_cudaGraphEventWaitN""odeSetEvent\000_cudaGraphNodeGetDependencies\000_cudaGraphNodeGetDependentNodes\000_cudaGraphKernelNodeCopyAttributes\000_cudaGraphChildGraphNodeGetGraph\000_cudaGraphNodeGetContainingGraph\000_cudaGraphNodeGetType\000_cudaGraphExternalSemaphoresSignalNodeGetParams\000_cudaGraphExternalSemaphoresSignalNodeSetParams\000_cudaGraphExternalSemaphoresWaitNodeGetParams\000_cudaGraphExternalSemaphoresWaitNodeSetParams\000_cudaGraphNodeSetParams\000_cudaGraphHostNodeGetParams\000_cudaGraphHostNodeSetParams\000_cudaGraphKernelNodeGetParams\000_cudaGraphKernelNodeSetParams\000_cudaGraphMemAllocNodeGetParams\000_cudaGraphMemcpyNodeGetParams\000_cudaGraphMemcpyNodeSetParams\000_cudaGraphMemsetNodeGetParams\000_cudaGraphMemsetNodeSetParams\000_cudaGraphNodeGetToolsId\000_cudaGraphNodeGetLocalId\000_cudaGraphMemFreeNodeGetParams\000_cudaGraphMemcpyNodeSetParams1D\000_cudaGraphClone\000_cudaGraphCreate\000_cudaGraphDestroy\000_cudaGraphDebugDotPrint\000_cudaGraphGetEdges\000_cudaGraphGetNodes\000_cudaGraphGetRootNodes\000_cudaGraphAddDependencies\000_cudaGraphRemoveDependencies\000_cudaGraphReleaseUserObject\000_cudaGraphRetainUserObject\000_cudaGraphGetId\000_cudaGraphicsUnregisterResource\000_cudaGraphicsResourceSetMapFlags\000_cudaIpcGetEventHandle\000_cudaIpcGetMemHandle\000_cudaLibraryGetKernel\000_cudaLibraryEnumerateKernels\000_cudaGetKernel\000_cudaKernelSetAttributeForDevice\000_cudaLibraryLoadFromFile\000_cudaLibraryLoadData\000_cudaLibraryUnload\000_cudaLogsDumpToMemory\000_cudaLogsDumpToFile\000_cudaLogsCurrent\000_cudaLogsUnregisterCallback\000_cudaLogsRegisterCallback\000_cudaDeviceGetDefaultMemPool\000_cudaDeviceGetMemPool\000_cudaMemGetDefaultMemPool\000_cudaMemGetMemPool\000_cudaMemPoolCreate\000_cudaMemPoolImportFromShareableHandle\000_cudaMemPoolDestroy\000_cudaMemPoolGetAttribute\000_cudaMemPoolSetAttribute\000_cudaMemPoolTrimTo\000_cudaMemPoolSetAccess\000_cudaExternalMemoryGetMappedMipmappedArray\000_cudaGraphicsResourceGetMappedMipmappedArray\000_cudaMallocM""ipmappedArray\000_cudaFreeMipmappedArray\000_cudaStreamCreate\000_cudaExecutionCtxStreamCreate\000_cudaStreamCreateWithFlags\000_cudaStreamCreateWithPriority\000_cudaStreamDestroy\000_cudaStreamQuery\000_cudaStreamSynchronize\000_cudaStreamGetAttribute\000_cudaStreamSetAttribute\000_cudaStreamGetDevResource\000_cudaStreamWaitEvent\000_cudaStreamUpdateCaptureDependencies\000_cudaStreamEndCapture\000_cudaStreamBeginCaptureToGraph\000_cudaLaunchHostFunc\000_cudaStreamAddCallback\000_cudaStreamCopyAttributes\000_cudaStreamBeginCapture\000_cudaStreamIsCapturing\000_cudaStreamGetCaptureInfo\000_cudaStreamGetDevice\000_cudaStreamGetPriority\000_cudaStreamGetId\000_cudaStreamGetFlags\000_cudaStreamAttachMemAsync\000_cudaCreateSurfaceObject\000_cudaDestroySurfaceObject\000_cudaCreateTextureObject\000_cudaDestroyTextureObject\000_cudaUserObjectCreate\000_cudaUserObjectRelease\000_cudaUserObjectRetain\000_cudaDeviceFlushGPUDirectRDMAWrites\000_cudaDeviceGetCacheConfig\000_cudaDeviceSetCacheConfig\000_cudaDeviceSetLimit\000_cudaMemPoolGetAccess\000_cudaDeviceGetSharedMemConfig\000_cudaDeviceSetSharedMemConfig\000_cudaThreadExchangeStreamCaptureMode\000_cudaEventElapsedTime\000_cudaDriverGetVersion\000_cudaGetDevice\000_cudaGetDeviceCount\000_cudaRuntimeGetVersion\000_cudaDeviceGetByPCIBusId\000_cudaExecutionCtxGetDevice\000_cudaDeviceGetAttribute\000_cudaDeviceGetP2PAttribute\000_cudaDeviceGetStreamPriorityRange\000_cudaDeviceCanAccessPeer\000_cudaChooseDevice\000_cudaOccupancyMaxActiveBlocksPerMultiprocessor\000_cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags\000_cudaDeviceDisablePeerAccess\000_cudaDeviceGraphMemTrim\000_cudaSetDevice\000_cudaDeviceRegisterAsyncNotification\000_cudaDeviceUnregisterAsyncNotification\000_cudaDeviceGetDevResource\000_cudaGraphicsMapResources\000_cudaGraphicsUnmapResources\000_cudaDeviceSetMemPool\000_cudaDeviceGetGraphMemAttribute\000_cudaDeviceSetGraphMemAttribute\000_cudaDeviceEnablePeerAccess\000_cudaInitDevice\000_cudaDeviceGetLimit""\000_cudaMemGetInfo\000_cudaDeviceGetTexture1DLinearMaxWidth\000_cudaOccupancyAvailableDynamicSMemPerBlock\000_cudaMemcpy3DBatchAsync\000_cudaArrayGetMemoryRequirements\000_cudaMipmappedArrayGetMemoryRequirements\000_cudaArrayGetSparseProperties\000_cudaMipmappedArrayGetSparseProperties\000_cudaGetChannelDesc\000_cudaArrayGetInfo\000_cudaGetDeviceProperties\000_cudaFuncGetAttributes\000_cudaMemSetMemPool\000_cudaMemPoolExportPointer\000_cudaMemcpy3D\000_cudaMemcpy3DAsync\000_cudaMemcpy3DPeer\000_cudaMemcpy3DPeerAsync\000_cudaMalloc3D\000_cudaMemset3D\000_cudaMemset3DAsync\000_cudaPointerGetAttributes\000_cudaGetSurfaceObjectResourceDesc\000_cudaGetTextureObjectResourceDesc\000_cudaGetTextureObjectResourceViewDesc\000_cudaGetTextureObjectTextureDesc\000_cudaGetDeviceFlags\000_cudaLibraryGetKernelCount\000_cudaDeviceGetHostAtomicCapabilities\000_cudaDeviceGetP2PAtomicCapabilities\000_cudaHostGetFlags\000_cudaSetDeviceFlags\000_cudaFree\000_cudaFreeHost\000_cudaHostUnregister\000_cudaIpcCloseMemHandle\000_cudaExternalMemoryGetMappedBuffer\000_cudaIpcOpenMemHandle\000_cudaLibraryGetUnifiedFunction\000_cudaMemPoolImportPointer\000_cudaGraphicsResourceGetMappedPointer\000_cudaLibraryGetGlobal\000_cudaLibraryGetManaged\000_cudaMemRangeGetAttributes\000_cudaMallocPitch\000_cudaMemDiscardAndPrefetchBatchAsync\000_cudaMemPrefetchBatchAsync\000_cudaMemDiscardBatchAsync\000_cudaMalloc\000_cudaMallocHost\000_cudaMallocFromPoolAsync\000_cudaMallocAsync\000_cudaHostAlloc\000_cudaMallocManaged\000_cudaHostGetDevicePointer\000_cudaMemcpyFromArray\000_cudaMemcpyFromArrayAsync\000_cudaMemPoolExportToShareableHandle\000_cudaFreeAsync\000_cudaDeviceGetNvSciSyncAttributes\000_cudaMemset\000_cudaMemsetAsync\000_cudaMemcpyPeer\000_cudaMemcpyPeerAsync\000_cudaMemcpy2DFromArray\000_cudaMemcpy2DFromArrayAsync\000_cudaMemRangeGetAttribute\000_cudaMemset2D\000_cudaMemset2DAsync\000_cudaHostRegister\000_cudaMemcpy2D\000_cudaMemcpy2DAsync\000_cudaMemcpy\000_cudaMemcpyAsync\000_cudaGetExportTable""\000_cudaMemcpyBatchAsync\000_cudaFuncSetAttribute\000_cudaFuncSetCacheConfig\000_cudaFuncSetSharedMemConfig\000_cudaMemAdvise\000_cudaMemPrefetchAsync\000_cudaCtxResetPersistingL2Cache\000_cudaDeviceReset\000_cudaDeviceSynchronize\000_cudaGetLastError\000_cudaPeekAtLastError\000_cudaProfilerStart\000_cudaProfilerStop\000_cudaCreateChannelDesc\000_make_cudaExtent\000_make_cudaPitchedPtr\000_make_cudaPos";
    PyObject *data = NULL;
    CYTHON_UNUSED_VAR(__Pyx_DecompressString);
    #endif
    PyObject **stringtab = __pyx_mstate->__pyx_string_tab;
    Py_ssize_t pos = 0;
    for (int i = 0; i < 9; i++) {
      Py_ssize_t bytes_length = index[i].length;
      PyObject *string = PyUnicode_DecodeUTF8(bytes + pos, bytes_length, NULL);
      if (likely(string) && i >= 1) PyUnicode_InternInPlace(&string);
      if (unlikely(!string)) {
        Py_XDECREF(data);
        __PYX_ERR(0, 1, __pyx_L1_error)
      }
      stringtab[i] = string;
      pos += bytes_length;
    }
    for (int i = 9; i < 10; i++) {
      Py_ssize_t bytes_length = index[i].length;
      PyObject *string = PyBytes_FromStringAndSize(bytes + pos, bytes_length);
      stringtab[i] = string;
      pos += bytes_length;
      if (unlikely(!string)) {
        Py_XDECREF(data);
        __PYX_ERR(0, 1, __pyx_L1_error)
      }
    }
    Py_XDECREF(data);
    for (Py_ssize_t i = 0; i < 10; i++) {
      if (unlikely(PyObject_Hash(stringtab[i]) == -1)) {
        __PYX_ERR(0, 1, __pyx_L1_error)
      }
    }
    #if CYTHON_IMMORTAL_CONSTANTS
    {
      PyObject **table = stringtab + 9;
      for (Py_ssize_t i=0; i<1; ++i) {
        #if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
        Py_SET_REFCNT(table[i], _Py_IMMORTAL_REFCNT_LOCAL);
        #else
        Py_SET_REFCNT(table[i], _Py_IMMORTAL_INITIAL_REFCNT);
        #endif
      }
    }
    #endif
  }
  return 0;
  __pyx_L1_error:;
  return -1;
}
/* #### Code section: init_codeobjects ### */

static int __Pyx_CreateCodeObjects(__pyx_mstatetype *__pyx_mstate) {
  CYTHON_UNUSED_VAR(__pyx_mstate);
  return 0;
}
/* #### Code section: init_globals ### */

static int __Pyx_InitGlobals(void) {
  /* PythonCompatibility.init */
  if (likely(__Pyx_init_co_variables() == 0)); else
  
  if (unlikely(PyErr_Occurred())) __PYX_ERR(0, 1, __pyx_L1_error)

  return 0;
  __pyx_L1_error:;
  return -1;
}
/* #### Code section: cleanup_globals ### */
/* #### Code section: cleanup_module ### */
/* #### Code section: main_method ### */
/* #### Code section: utility_code_pragmas ### */
#ifdef _MSC_VER
#pragma warning( push )
/* Warning 4127: conditional expression is constant
 * Cython uses constant conditional expressions to allow in inline functions to be optimized at
 * compile-time, so this warning is not useful
 */
#pragma warning( disable : 4127 )
#endif



/* #### Code section: utility_code_def ### */

/* --- Runtime support code --- */
/* Refnanny */
#if CYTHON_REFNANNY
static __Pyx_RefNannyAPIStruct *__Pyx_RefNannyImportAPI(const char *modname) {
    PyObject *m = NULL, *p = NULL;
    void *r = NULL;
    m = PyImport_ImportModule(modname);
    if (!m) goto end;
    p = PyObject_GetAttrString(m, "RefNannyAPI");
    if (!p) goto end;
    r = PyLong_AsVoidPtr(p);
end:
    Py_XDECREF(p);
    Py_XDECREF(m);
    return (__Pyx_RefNannyAPIStruct *)r;
}
#endif

/* FunctionExport */
static int __Pyx_ExportFunction(PyObject *api_dict, const char *name, void (*f)(void), const char *sig) {
    PyObject *cobj;
    union {
        void (*fp)(void);
        void *p;
    } tmp;
    tmp.fp = f;
    cobj = PyCapsule_New(tmp.p, sig, 0);
    if (!cobj)
        goto bad;
    if (PyDict_SetItemString(api_dict, name, cobj) < 0)
        goto bad;
    Py_DECREF(cobj);
    return 0;
bad:
    Py_XDECREF(cobj);
    return -1;
}

/* GetApiDict */
static PyObject *__Pyx_ApiExport_GetApiDict(void) {
    PyObject *d;
    if (__Pyx_PyDict_GetItemRef(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_pyx_capi, &d) == -1)
        return NULL;
    if (!d) {
        d = PyDict_New();
        if (!d)
            goto bad;
        if (PyObject_SetAttr(__pyx_m, __pyx_mstate_global->__pyx_n_u_pyx_capi, d) < 0)
            goto bad;
    }
    return d;
bad:
    Py_XDECREF(d);
    return NULL;
}

/* dict_setdefault (used by CLineInTraceback) */
static CYTHON_INLINE PyObject *__Pyx_PyDict_SetDefault(PyObject *d, PyObject *key, PyObject *default_value) {
    PyObject* value;
#if CYTHON_COMPILING_IN_LIMITED_API && __PYX_LIMITED_VERSION_HEX >= 0x030C0000
    PyObject *args[] = {d, key, default_value};
    value = PyObject_VectorcallMethod(__pyx_mstate_global->__pyx_n_u_setdefault, args, 3 | PY_VECTORCALL_ARGUMENTS_OFFSET, NULL);
#elif CYTHON_COMPILING_IN_LIMITED_API
    value = PyObject_CallMethodObjArgs(d, __pyx_mstate_global->__pyx_n_u_setdefault, key, default_value, NULL);
#elif PY_VERSION_HEX >= 0x030d0000
    PyDict_SetDefaultRef(d, key, default_value, &value);
#else
    value = PyDict_SetDefault(d, key, default_value);
    if (unlikely(!value)) return NULL;
    Py_INCREF(value);
#endif
    return value;
}

/* PyDictVersioning (used by CLineInTraceback) */
#if CYTHON_USE_DICT_VERSIONS && CYTHON_USE_TYPE_SLOTS
static CYTHON_INLINE PY_UINT64_T __Pyx_get_tp_dict_version(PyObject *obj) {
    PyObject *dict = Py_TYPE(obj)->tp_dict;
    return likely(dict) ? __PYX_GET_DICT_VERSION(dict) : 0;
}
static CYTHON_INLINE PY_UINT64_T __Pyx_get_object_dict_version(PyObject *obj) {
    PyObject **dictptr = NULL;
    Py_ssize_t offset = Py_TYPE(obj)->tp_dictoffset;
    if (offset) {
#if CYTHON_COMPILING_IN_CPYTHON
        dictptr = (likely(offset > 0)) ? (PyObject **) ((char *)obj + offset) : _PyObject_GetDictPtr(obj);
#else
        dictptr = _PyObject_GetDictPtr(obj);
#endif
    }
    return (dictptr && *dictptr) ? __PYX_GET_DICT_VERSION(*dictptr) : 0;
}
static CYTHON_INLINE int __Pyx_object_dict_version_matches(PyObject* obj, PY_UINT64_T tp_dict_version, PY_UINT64_T obj_dict_version) {
    PyObject *dict = Py_TYPE(obj)->tp_dict;
    if (unlikely(!dict) || unlikely(tp_dict_version != __PYX_GET_DICT_VERSION(dict)))
        return 0;
    return obj_dict_version == __Pyx_get_object_dict_version(obj);
}
#endif

/* PyErrExceptionMatches (used by PyObjectGetAttrStrNoError) */
#if CYTHON_FAST_THREAD_STATE
static int __Pyx_PyErr_ExceptionMatchesTuple(PyObject *exc_type, PyObject *tuple) {
    Py_ssize_t i, n;
    n = PyTuple_GET_SIZE(tuple);
    for (i=0; i<n; i++) {
        if (exc_type == PyTuple_GET_ITEM(tuple, i)) return 1;
    }
    for (i=0; i<n; i++) {
        if (__Pyx_PyErr_GivenExceptionMatches(exc_type, PyTuple_GET_ITEM(tuple, i))) return 1;
    }
    return 0;
}
static CYTHON_INLINE int __Pyx_PyErr_ExceptionMatchesInState(PyThreadState* tstate, PyObject* err) {
    int result;
    PyObject *exc_type;
#if PY_VERSION_HEX >= 0x030C00A6
    PyObject *current_exception = tstate->current_exception;
    if (unlikely(!current_exception)) return 0;
    exc_type = (PyObject*) Py_TYPE(current_exception);
    if (exc_type == err) return 1;
#else
    exc_type = tstate->curexc_type;
    if (exc_type == err) return 1;
    if (unlikely(!exc_type)) return 0;
#endif
    #if CYTHON_AVOID_BORROWED_REFS
    Py_INCREF(exc_type);
    #endif
    if (unlikely(PyTuple_Check(err))) {
        result = __Pyx_PyErr_ExceptionMatchesTuple(exc_type, err);
    } else {
        result = __Pyx_PyErr_GivenExceptionMatches(exc_type, err);
    }
    #if CYTHON_AVOID_BORROWED_REFS
    Py_DECREF(exc_type);
    #endif
    return result;
}
#endif

/* PyErrFetchRestore (used by PyObjectGetAttrStrNoError) */
#if CYTHON_FAST_THREAD_STATE
static CYTHON_INLINE void __Pyx_ErrRestoreInState(PyThreadState *tstate, PyObject *type, PyObject *value, PyObject *tb) {
#if PY_VERSION_HEX >= 0x030C00A6
    PyObject *tmp_value;
    assert(type == NULL || (value != NULL && type == (PyObject*) Py_TYPE(value)));
    if (value) {
        #if CYTHON_COMPILING_IN_CPYTHON
        if (unlikely(((PyBaseExceptionObject*) value)->traceback != tb))
        #endif
            PyException_SetTraceback(value, tb);
    }
    tmp_value = tstate->current_exception;
    tstate->current_exception = value;
    Py_XDECREF(tmp_value);
    Py_XDECREF(type);
    Py_XDECREF(tb);
#else
    PyObject *tmp_type, *tmp_value, *tmp_tb;
    tmp_type = tstate->curexc_type;
    tmp_value = tstate->curexc_value;
    tmp_tb = tstate->curexc_traceback;
    tstate->curexc_type = type;
    tstate->curexc_value = value;
    tstate->curexc_traceback = tb;
    Py_XDECREF(tmp_type);
    Py_XDECREF(tmp_value);
    Py_XDECREF(tmp_tb);
#endif
}
static CYTHON_INLINE void __Pyx_ErrFetchInState(PyThreadState *tstate, PyObject **type, PyObject **value, PyObject **tb) {
#if PY_VERSION_HEX >= 0x030C00A6
    PyObject* exc_value;
    exc_value = tstate->current_exception;
    tstate->current_exception = 0;
    *value = exc_value;
    *type = NULL;
    *tb = NULL;
    if (exc_value) {
        *type = (PyObject*) Py_TYPE(exc_value);
        Py_INCREF(*type);
        #if CYTHON_COMPILING_IN_CPYTHON
        *tb = ((PyBaseExceptionObject*) exc_value)->traceback;
        Py_XINCREF(*tb);
        #else
        *tb = PyException_GetTraceback(exc_value);
        #endif
    }
#else
    *type = tstate->curexc_type;
    *value = tstate->curexc_value;
    *tb = tstate->curexc_traceback;
    tstate->curexc_type = 0;
    tstate->curexc_value = 0;
    tstate->curexc_traceback = 0;
#endif
}
#endif

/* PyObjectGetAttrStr (used by PyObjectGetAttrStrNoError) */
#if CYTHON_USE_TYPE_SLOTS
static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStr(PyObject* obj, PyObject* attr_name) {
    PyTypeObject* tp = Py_TYPE(obj);
    if (likely(tp->tp_getattro))
        return tp->tp_getattro(obj, attr_name);
    return PyObject_GetAttr(obj, attr_name);
}
#endif

/* PyObjectGetAttrStrNoError (used by CLineInTraceback) */
#if __PYX_LIMITED_VERSION_HEX < 0x030d0000
static void __Pyx_PyObject_GetAttrStr_ClearAttributeError(void) {
    __Pyx_PyThreadState_declare
    __Pyx_PyThreadState_assign
    if (likely(__Pyx_PyErr_ExceptionMatches(PyExc_AttributeError)))
        __Pyx_PyErr_Clear();
}
#endif
static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStrNoError(PyObject* obj, PyObject* attr_name) {
    PyObject *result;
#if __PYX_LIMITED_VERSION_HEX >= 0x030d0000
    (void) PyObject_GetOptionalAttr(obj, attr_name, &result);
    return result;
#else
#if CYTHON_COMPILING_IN_CPYTHON && CYTHON_USE_TYPE_SLOTS
    PyTypeObject* tp = Py_TYPE(obj);
    if (likely(tp->tp_getattro == PyObject_GenericGetAttr)) {
        return _PyObject_GenericGetAttrWithDict(obj, attr_name, NULL, 1);
    }
#endif
    result = __Pyx_PyObject_GetAttrStr(obj, attr_name);
    if (unlikely(!result)) {
        __Pyx_PyObject_GetAttrStr_ClearAttributeError();
    }
    return result;
#endif
}

/* CLineInTraceback (used by AddTraceback) */
#if CYTHON_CLINE_IN_TRACEBACK && CYTHON_CLINE_IN_TRACEBACK_RUNTIME
#if CYTHON_COMPILING_IN_LIMITED_API && __PYX_LIMITED_VERSION_HEX < 0x030A0000
#define __Pyx_PyProbablyModule_GetDict(o) __Pyx_XNewRef(PyModule_GetDict(o))
#elif !CYTHON_COMPILING_IN_CPYTHON || CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
#define __Pyx_PyProbablyModule_GetDict(o) PyObject_GenericGetDict(o, NULL);
#else
PyObject* __Pyx_PyProbablyModule_GetDict(PyObject *o) {
    PyObject **dict_ptr = _PyObject_GetDictPtr(o);
    return dict_ptr ? __Pyx_XNewRef(*dict_ptr) : NULL;
}
#endif
static int __Pyx_CLineForTraceback(PyThreadState *tstate, int c_line) {
    PyObject *use_cline = NULL;
    PyObject *ptype, *pvalue, *ptraceback;
    PyObject *cython_runtime_dict;
    CYTHON_MAYBE_UNUSED_VAR(tstate);
    if (unlikely(!__pyx_mstate_global->__pyx_cython_runtime)) {
        return c_line;
    }
    __Pyx_ErrFetchInState(tstate, &ptype, &pvalue, &ptraceback);
    cython_runtime_dict = __Pyx_PyProbablyModule_GetDict(__pyx_mstate_global->__pyx_cython_runtime);
    if (likely(cython_runtime_dict)) {
        __PYX_PY_DICT_LOOKUP_IF_MODIFIED(
            use_cline, cython_runtime_dict,
            __Pyx_PyDict_SetDefault(cython_runtime_dict, __pyx_mstate_global->__pyx_n_u_cline_in_traceback, Py_False))
    }
    if (use_cline == NULL || use_cline == Py_False || (use_cline != Py_True && PyObject_Not(use_cline) != 0)) {
        c_line = 0;
    }
    Py_XDECREF(use_cline);
    Py_XDECREF(cython_runtime_dict);
    __Pyx_ErrRestoreInState(tstate, ptype, pvalue, ptraceback);
    return c_line;
}
#endif

/* CodeObjectCache (used by AddTraceback) */
static int __pyx_bisect_code_objects(__Pyx_CodeObjectCacheEntry* entries, int count, int code_line) {
    int start = 0, mid = 0, end = count - 1;
    if (end >= 0 && code_line > entries[end].code_line) {
        return count;
    }
    while (start < end) {
        mid = start + (end - start) / 2;
        if (code_line < entries[mid].code_line) {
            end = mid;
        } else if (code_line > entries[mid].code_line) {
             start = mid + 1;
        } else {
            return mid;
        }
    }
    if (code_line <= entries[mid].code_line) {
        return mid;
    } else {
        return mid + 1;
    }
}
static __Pyx_CachedCodeObjectType *__pyx__find_code_object(struct __Pyx_CodeObjectCache *code_cache, int code_line) {
    __Pyx_CachedCodeObjectType* code_object;
    int pos;
    if (unlikely(!code_line) || unlikely(!code_cache->entries)) {
        return NULL;
    }
    pos = __pyx_bisect_code_objects(code_cache->entries, code_cache->count, code_line);
    if (unlikely(pos >= code_cache->count) || unlikely(code_cache->entries[pos].code_line != code_line)) {
        return NULL;
    }
    code_object = code_cache->entries[pos].code_object;
    Py_INCREF(code_object);
    return code_object;
}
static __Pyx_CachedCodeObjectType *__pyx_find_code_object(int code_line) {
#if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING && !CYTHON_ATOMICS
    (void)__pyx__find_code_object;
    return NULL; // Most implementation should have atomics. But otherwise, don't make it thread-safe, just miss.
#else
    struct __Pyx_CodeObjectCache *code_cache = &__pyx_mstate_global->__pyx_code_cache;
#if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
    __pyx_nonatomic_int_type old_count = __pyx_atomic_incr_acq_rel(&code_cache->accessor_count);
    if (old_count < 0) {
        __pyx_atomic_decr_acq_rel(&code_cache->accessor_count);
        return NULL;
    }
#endif
    __Pyx_CachedCodeObjectType *result = __pyx__find_code_object(code_cache, code_line);
#if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
    __pyx_atomic_decr_acq_rel(&code_cache->accessor_count);
#endif
    return result;
#endif
}
static void __pyx__insert_code_object(struct __Pyx_CodeObjectCache *code_cache, int code_line, __Pyx_CachedCodeObjectType* code_object)
{
    int pos, i;
    __Pyx_CodeObjectCacheEntry* entries = code_cache->entries;
    if (unlikely(!code_line)) {
        return;
    }
    if (unlikely(!entries)) {
        entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Malloc(64*sizeof(__Pyx_CodeObjectCacheEntry));
        if (likely(entries)) {
            code_cache->entries = entries;
            code_cache->max_count = 64;
            code_cache->count = 1;
            entries[0].code_line = code_line;
            entries[0].code_object = code_object;
            Py_INCREF(code_object);
        }
        return;
    }
    pos = __pyx_bisect_code_objects(code_cache->entries, code_cache->count, code_line);
    if ((pos < code_cache->count) && unlikely(code_cache->entries[pos].code_line == code_line)) {
        __Pyx_CachedCodeObjectType* tmp = entries[pos].code_object;
        entries[pos].code_object = code_object;
        Py_INCREF(code_object);
        Py_DECREF(tmp);
        return;
    }
    if (code_cache->count == code_cache->max_count) {
        int new_max = code_cache->max_count + 64;
        entries = (__Pyx_CodeObjectCacheEntry*)PyMem_Realloc(
            code_cache->entries, ((size_t)new_max) * sizeof(__Pyx_CodeObjectCacheEntry));
        if (unlikely(!entries)) {
            return;
        }
        code_cache->entries = entries;
        code_cache->max_count = new_max;
    }
    for (i=code_cache->count; i>pos; i--) {
        entries[i] = entries[i-1];
    }
    entries[pos].code_line = code_line;
    entries[pos].code_object = code_object;
    code_cache->count++;
    Py_INCREF(code_object);
}
static void __pyx_insert_code_object(int code_line, __Pyx_CachedCodeObjectType* code_object) {
#if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING && !CYTHON_ATOMICS
    (void)__pyx__insert_code_object;
    return; // Most implementation should have atomics. But otherwise, don't make it thread-safe, just fail.
#else
    struct __Pyx_CodeObjectCache *code_cache = &__pyx_mstate_global->__pyx_code_cache;
#if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
    __pyx_nonatomic_int_type expected = 0;
    if (!__pyx_atomic_int_cmp_exchange(&code_cache->accessor_count, &expected, INT_MIN)) {
        return;
    }
#endif
    __pyx__insert_code_object(code_cache, code_line, code_object);
#if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
    __pyx_atomic_sub(&code_cache->accessor_count, INT_MIN);
#endif
#endif
}

/* AddTraceback */
#include "compile.h"
#include "frameobject.h"
#include "traceback.h"
#if PY_VERSION_HEX >= 0x030b00a6 && !CYTHON_COMPILING_IN_LIMITED_API && !defined(PYPY_VERSION)
  #ifndef Py_BUILD_CORE
    #define Py_BUILD_CORE 1
  #endif
  #include "internal/pycore_frame.h"
#endif
#if CYTHON_COMPILING_IN_LIMITED_API
static PyObject *__Pyx_PyCode_Replace_For_AddTraceback(PyObject *code, PyObject *scratch_dict,
                                                       PyObject *firstlineno, PyObject *name) {
    PyObject *replace = NULL;
    if (unlikely(PyDict_SetItemString(scratch_dict, "co_firstlineno", firstlineno))) return NULL;
    if (unlikely(PyDict_SetItemString(scratch_dict, "co_name", name))) return NULL;
    replace = PyObject_GetAttrString(code, "replace");
    if (likely(replace)) {
        PyObject *result = PyObject_Call(replace, __pyx_mstate_global->__pyx_empty_tuple, scratch_dict);
        Py_DECREF(replace);
        return result;
    }
    PyErr_Clear();
    return NULL;
}
static void __Pyx_AddTraceback(const char *funcname, int c_line,
                               int py_line, const char *filename) {
    PyObject *code_object = NULL, *py_py_line = NULL, *py_funcname = NULL, *dict = NULL;
    PyObject *replace = NULL, *getframe = NULL, *frame = NULL;
    PyObject *exc_type, *exc_value, *exc_traceback;
    int success = 0;
    if (c_line) {
        c_line = __Pyx_CLineForTraceback(__Pyx_PyThreadState_Current, c_line);
    }
    PyErr_Fetch(&exc_type, &exc_value, &exc_traceback);
    code_object = __pyx_find_code_object(c_line ? -c_line : py_line);
    if (!code_object) {
        code_object = Py_CompileString("_getframe()", filename, Py_eval_input);
        if (unlikely(!code_object)) goto bad;
        py_py_line = PyLong_FromLong(py_line);
        if (unlikely(!py_py_line)) goto bad;
        if (c_line) {
            py_funcname = PyUnicode_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line);
        } else {
            py_funcname = PyUnicode_FromString(funcname);
        }
        if (unlikely(!py_funcname)) goto bad;
        dict = PyDict_New();
        if (unlikely(!dict)) goto bad;
        {
            PyObject *old_code_object = code_object;
            code_object = __Pyx_PyCode_Replace_For_AddTraceback(code_object, dict, py_py_line, py_funcname);
            Py_DECREF(old_code_object);
        }
        if (unlikely(!code_object)) goto bad;
        __pyx_insert_code_object(c_line ? -c_line : py_line, code_object);
    } else {
        dict = PyDict_New();
    }
    getframe = PySys_GetObject("_getframe");
    if (unlikely(!getframe)) goto bad;
    if (unlikely(PyDict_SetItemString(dict, "_getframe", getframe))) goto bad;
    frame = PyEval_EvalCode(code_object, dict, dict);
    if (unlikely(!frame) || frame == Py_None) goto bad;
    success = 1;
  bad:
    PyErr_Restore(exc_type, exc_value, exc_traceback);
    Py_XDECREF(code_object);
    Py_XDECREF(py_py_line);
    Py_XDECREF(py_funcname);
    Py_XDECREF(dict);
    Py_XDECREF(replace);
    if (success) {
        PyTraceBack_Here(
            (struct _frame*)frame);
    }
    Py_XDECREF(frame);
}
#else
static PyCodeObject* __Pyx_CreateCodeObjectForTraceback(
            const char *funcname, int c_line,
            int py_line, const char *filename) {
    PyCodeObject *py_code = NULL;
    PyObject *py_funcname = NULL;
    if (c_line) {
        py_funcname = PyUnicode_FromFormat( "%s (%s:%d)", funcname, __pyx_cfilenm, c_line);
        if (!py_funcname) goto bad;
        funcname = PyUnicode_AsUTF8(py_funcname);
        if (!funcname) goto bad;
    }
    py_code = PyCode_NewEmpty(filename, funcname, py_line);
    Py_XDECREF(py_funcname);
    return py_code;
bad:
    Py_XDECREF(py_funcname);
    return NULL;
}
static void __Pyx_AddTraceback(const char *funcname, int c_line,
                               int py_line, const char *filename) {
    PyCodeObject *py_code = 0;
    PyFrameObject *py_frame = 0;
    PyThreadState *tstate = __Pyx_PyThreadState_Current;
    PyObject *ptype, *pvalue, *ptraceback;
    if (c_line) {
        c_line = __Pyx_CLineForTraceback(tstate, c_line);
    }
    py_code = __pyx_find_code_object(c_line ? -c_line : py_line);
    if (!py_code) {
        __Pyx_ErrFetchInState(tstate, &ptype, &pvalue, &ptraceback);
        py_code = __Pyx_CreateCodeObjectForTraceback(
            funcname, c_line, py_line, filename);
        if (!py_code) {
            /* If the code object creation fails, then we should clear the
               fetched exception references and propagate the new exception */
            Py_XDECREF(ptype);
            Py_XDECREF(pvalue);
            Py_XDECREF(ptraceback);
            goto bad;
        }
        __Pyx_ErrRestoreInState(tstate, ptype, pvalue, ptraceback);
        __pyx_insert_code_object(c_line ? -c_line : py_line, py_code);
    }
    py_frame = PyFrame_New(
        tstate,            /*PyThreadState *tstate,*/
        py_code,           /*PyCodeObject *code,*/
        __pyx_mstate_global->__pyx_d,    /*PyObject *globals,*/
        0                  /*PyObject *locals*/
    );
    if (!py_frame) goto bad;
    __Pyx_PyFrame_SetLineNumber(py_frame, py_line);
    PyTraceBack_Here(py_frame);
bad:
    Py_XDECREF(py_code);
    Py_XDECREF(py_frame);
}
#endif

/* FormatTypeName */
#if CYTHON_COMPILING_IN_LIMITED_API && __PYX_LIMITED_VERSION_HEX < 0x030d0000
static __Pyx_TypeName
__Pyx_PyType_GetFullyQualifiedName(PyTypeObject* tp)
{
    PyObject *module = NULL, *name = NULL, *result = NULL;
    #if __PYX_LIMITED_VERSION_HEX < 0x030b0000
    name = __Pyx_PyObject_GetAttrStr((PyObject *)tp,
                                               __pyx_mstate_global->__pyx_n_u_qualname);
    #else
    name = PyType_GetQualName(tp);
    #endif
    if (unlikely(name == NULL) || unlikely(!PyUnicode_Check(name))) goto bad;
    module = __Pyx_PyObject_GetAttrStr((PyObject *)tp,
                                               __pyx_mstate_global->__pyx_n_u_module);
    if (unlikely(module == NULL) || unlikely(!PyUnicode_Check(module))) goto bad;
    if (PyUnicode_CompareWithASCIIString(module, "builtins") == 0) {
        result = name;
        name = NULL;
        goto done;
    }
    result = PyUnicode_FromFormat("%U.%U", module, name);
    if (unlikely(result == NULL)) goto bad;
  done:
    Py_XDECREF(name);
    Py_XDECREF(module);
    return result;
  bad:
    PyErr_Clear();
    if (name) {
        result = name;
        name = NULL;
    } else {
        result = __Pyx_NewRef(__pyx_mstate_global->__pyx_kp_u_);
    }
    goto done;
}
#endif

/* PyObjectCall (used by PyObjectFastCall) */
#if CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE PyObject* __Pyx_PyObject_Call(PyObject *func, PyObject *arg, PyObject *kw) {
    PyObject *result;
    ternaryfunc call = Py_TYPE(func)->tp_call;
    if (unlikely(!call))
        return PyObject_Call(func, arg, kw);
    if (unlikely(Py_EnterRecursiveCall(" while calling a Python object")))
        return NULL;
    result = (*call)(func, arg, kw);
    Py_LeaveRecursiveCall();
    if (unlikely(!result) && unlikely(!PyErr_Occurred())) {
        PyErr_SetString(
            PyExc_SystemError,
            "NULL result without error in PyObject_Call");
    }
    return result;
}
#endif

/* PyObjectCallMethO (used by PyObjectFastCall) */
#if CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE PyObject* __Pyx_PyObject_CallMethO(PyObject *func, PyObject *arg) {
    PyObject *self, *result;
    PyCFunction cfunc;
    cfunc = __Pyx_CyOrPyCFunction_GET_FUNCTION(func);
    self = __Pyx_CyOrPyCFunction_GET_SELF(func);
    if (unlikely(Py_EnterRecursiveCall(" while calling a Python object")))
        return NULL;
    result = cfunc(self, arg);
    Py_LeaveRecursiveCall();
    if (unlikely(!result) && unlikely(!PyErr_Occurred())) {
        PyErr_SetString(
            PyExc_SystemError,
            "NULL result without error in PyObject_Call");
    }
    return result;
}
#endif

/* PyObjectFastCall (used by PyObjectVectorCallKwBuilder) */
#if PY_VERSION_HEX < 0x03090000 || CYTHON_COMPILING_IN_LIMITED_API
static PyObject* __Pyx_PyObject_FastCall_fallback(PyObject *func, PyObject * const*args, size_t nargs, PyObject *kwargs) {
    PyObject *argstuple;
    PyObject *result = 0;
    size_t i;
    argstuple = PyTuple_New((Py_ssize_t)nargs);
    if (unlikely(!argstuple)) return NULL;
    for (i = 0; i < nargs; i++) {
        Py_INCREF(args[i]);
        if (__Pyx_PyTuple_SET_ITEM(argstuple, (Py_ssize_t)i, args[i]) != (0)) goto bad;
    }
    result = __Pyx_PyObject_Call(func, argstuple, kwargs);
  bad:
    Py_DECREF(argstuple);
    return result;
}
#endif
#if CYTHON_VECTORCALL && !CYTHON_COMPILING_IN_LIMITED_API
  #if PY_VERSION_HEX < 0x03090000
    #define __Pyx_PyVectorcall_Function(callable) _PyVectorcall_Function(callable)
  #elif CYTHON_COMPILING_IN_CPYTHON
static CYTHON_INLINE vectorcallfunc __Pyx_PyVectorcall_Function(PyObject *callable) {
    PyTypeObject *tp = Py_TYPE(callable);
    #if defined(__Pyx_CyFunction_USED)
    if (__Pyx_CyFunction_CheckExact(callable)) {
        return __Pyx_CyFunction_func_vectorcall(callable);
    }
    #endif
    if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) {
        return NULL;
    }
    assert(PyCallable_Check(callable));
    Py_ssize_t offset = tp->tp_vectorcall_offset;
    assert(offset > 0);
    vectorcallfunc ptr;
    memcpy(&ptr, (char *) callable + offset, sizeof(ptr));
    return ptr;
}
  #else
    #define __Pyx_PyVectorcall_Function(callable) PyVectorcall_Function(callable)
  #endif
#endif
static CYTHON_INLINE PyObject* __Pyx_PyObject_FastCallDict(PyObject *func, PyObject *const *args, size_t _nargs, PyObject *kwargs) {
    Py_ssize_t nargs = __Pyx_PyVectorcall_NARGS(_nargs);
#if CYTHON_COMPILING_IN_CPYTHON
    if (nargs == 0 && kwargs == NULL) {
        if (__Pyx_CyOrPyCFunction_Check(func) && likely( __Pyx_CyOrPyCFunction_GET_FLAGS(func) & METH_NOARGS))
            return __Pyx_PyObject_CallMethO(func, NULL);
    }
    else if (nargs == 1 && kwargs == NULL) {
        if (__Pyx_CyOrPyCFunction_Check(func) && likely( __Pyx_CyOrPyCFunction_GET_FLAGS(func) & METH_O))
            return __Pyx_PyObject_CallMethO(func, args[0]);
    }
#endif
    if (kwargs == NULL) {
        #if CYTHON_VECTORCALL
          #if CYTHON_COMPILING_IN_LIMITED_API
            return PyObject_Vectorcall(func, args, _nargs, NULL);
          #else
            vectorcallfunc f = __Pyx_PyVectorcall_Function(func);
            if (f) {
                return f(func, args, _nargs, NULL);
            }
          #endif
        #endif
    }
    if (nargs == 0) {
        return __Pyx_PyObject_Call(func, __pyx_mstate_global->__pyx_empty_tuple, kwargs);
    }
    #if PY_VERSION_HEX >= 0x03090000 && !CYTHON_COMPILING_IN_LIMITED_API
    return PyObject_VectorcallDict(func, args, (size_t)nargs, kwargs);
    #else
    return __Pyx_PyObject_FastCall_fallback(func, args, (size_t)nargs, kwargs);
    #endif
}

/* PyObjectVectorCallKwBuilder (used by CIntToPy) */
#if CYTHON_VECTORCALL
static int __Pyx_VectorcallBuilder_AddArg(PyObject *key, PyObject *value, PyObject *builder, PyObject **args, int n) {
    (void)__Pyx_PyObject_FastCallDict;
    if (__Pyx_PyTuple_SET_ITEM(builder, n, key) != (0)) return -1;
    Py_INCREF(key);
    args[n] = value;
    return 0;
}
CYTHON_UNUSED static int __Pyx_VectorcallBuilder_AddArg_Check(PyObject *key, PyObject *value, PyObject *builder, PyObject **args, int n) {
    (void)__Pyx_VectorcallBuilder_AddArgStr;
    if (unlikely(!PyUnicode_Check(key))) {
        PyErr_SetString(PyExc_TypeError, "keywords must be strings");
        return -1;
    }
    return __Pyx_VectorcallBuilder_AddArg(key, value, builder, args, n);
}
static int __Pyx_VectorcallBuilder_AddArgStr(const char *key, PyObject *value, PyObject *builder, PyObject **args, int n) {
    PyObject *pyKey = PyUnicode_FromString(key);
    if (!pyKey) return -1;
    return __Pyx_VectorcallBuilder_AddArg(pyKey, value, builder, args, n);
}
#else // CYTHON_VECTORCALL
CYTHON_UNUSED static int __Pyx_VectorcallBuilder_AddArg_Check(PyObject *key, PyObject *value, PyObject *builder, CYTHON_UNUSED PyObject **args, CYTHON_UNUSED int n) {
    if (unlikely(!PyUnicode_Check(key))) {
        PyErr_SetString(PyExc_TypeError, "keywords must be strings");
        return -1;
    }
    return PyDict_SetItem(builder, key, value);
}
#endif

/* CIntToPy */
static CYTHON_INLINE PyObject* __Pyx_PyLong_From_long(long value) {
#ifdef __Pyx_HAS_GCC_DIAGNOSTIC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wconversion"
#endif
    const long neg_one = (long) -1, const_zero = (long) 0;
#ifdef __Pyx_HAS_GCC_DIAGNOSTIC
#pragma GCC diagnostic pop
#endif
    const int is_unsigned = neg_one > const_zero;
    if (is_unsigned) {
        if (sizeof(long) < sizeof(long)) {
            return PyLong_FromLong((long) value);
        } else if (sizeof(long) <= sizeof(unsigned long)) {
            return PyLong_FromUnsignedLong((unsigned long) value);
#if !CYTHON_COMPILING_IN_PYPY
        } else if (sizeof(long) <= sizeof(unsigned PY_LONG_LONG)) {
            return PyLong_FromUnsignedLongLong((unsigned PY_LONG_LONG) value);
#endif
        }
    } else {
        if (sizeof(long) <= sizeof(long)) {
            return PyLong_FromLong((long) value);
        } else if (sizeof(long) <= sizeof(PY_LONG_LONG)) {
            return PyLong_FromLongLong((PY_LONG_LONG) value);
        }
    }
    {
        unsigned char *bytes = (unsigned char *)&value;
#if !CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x030d00A4
        if (is_unsigned) {
            return PyLong_FromUnsignedNativeBytes(bytes, sizeof(value), -1);
        } else {
            return PyLong_FromNativeBytes(bytes, sizeof(value), -1);
        }
#elif !CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX < 0x030d0000
        int one = 1; int little = (int)*(unsigned char *)&one;
        return _PyLong_FromByteArray(bytes, sizeof(long),
                                     little, !is_unsigned);
#else
        int one = 1; int little = (int)*(unsigned char *)&one;
        PyObject *from_bytes, *result = NULL, *kwds = NULL;
        PyObject *py_bytes = NULL, *order_str = NULL;
        from_bytes = PyObject_GetAttrString((PyObject*)&PyLong_Type, "from_bytes");
        if (!from_bytes) return NULL;
        py_bytes = PyBytes_FromStringAndSize((char*)bytes, sizeof(long));
        if (!py_bytes) goto limited_bad;
        order_str = PyUnicode_FromString(little ? "little" : "big");
        if (!order_str) goto limited_bad;
        {
            PyObject *args[3+(CYTHON_VECTORCALL ? 1 : 0)] = { NULL, py_bytes, order_str };
            if (!is_unsigned) {
                kwds = __Pyx_MakeVectorcallBuilderKwds(1);
                if (!kwds) goto limited_bad;
                if (__Pyx_VectorcallBuilder_AddArgStr("signed", __Pyx_NewRef(Py_True), kwds, args+3, 0) < 0) goto limited_bad;
            }
            result = __Pyx_Object_Vectorcall_CallFromBuilder(from_bytes, args+1, 2 | __Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET, kwds);
        }
        limited_bad:
        Py_XDECREF(kwds);
        Py_XDECREF(order_str);
        Py_XDECREF(py_bytes);
        Py_XDECREF(from_bytes);
        return result;
#endif
    }
}

/* CIntFromPyVerify (used by CIntFromPy) */
#define __PYX_VERIFY_RETURN_INT(target_type, func_type, func_value)\
    __PYX__VERIFY_RETURN_INT(target_type, func_type, func_value, 0)
#define __PYX_VERIFY_RETURN_INT_EXC(target_type, func_type, func_value)\
    __PYX__VERIFY_RETURN_INT(target_type, func_type, func_value, 1)
#define __PYX__VERIFY_RETURN_INT(target_type, func_type, func_value, exc)\
    {\
        func_type value = func_value;\
        if (sizeof(target_type) < sizeof(func_type)) {\
            if (unlikely(value != (func_type) (target_type) value)) {\
                func_type zero = 0;\
                if (exc && unlikely(value == (func_type)-1 && PyErr_Occurred()))\
                    return (target_type) -1;\
                if (is_unsigned && unlikely(value < zero))\
                    goto raise_neg_overflow;\
                else\
                    goto raise_overflow;\
            }\
        }\
        return (target_type) value;\
    }

/* CIntFromPy */
static CYTHON_INLINE long __Pyx_PyLong_As_long(PyObject *x) {
#ifdef __Pyx_HAS_GCC_DIAGNOSTIC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wconversion"
#endif
    const long neg_one = (long) -1, const_zero = (long) 0;
#ifdef __Pyx_HAS_GCC_DIAGNOSTIC
#pragma GCC diagnostic pop
#endif
    const int is_unsigned = neg_one > const_zero;
    if (unlikely(!PyLong_Check(x))) {
        long val;
        PyObject *tmp = __Pyx_PyNumber_Long(x);
        if (!tmp) return (long) -1;
        val = __Pyx_PyLong_As_long(tmp);
        Py_DECREF(tmp);
        return val;
    }
    if (is_unsigned) {
#if CYTHON_USE_PYLONG_INTERNALS
        if (unlikely(__Pyx_PyLong_IsNeg(x))) {
            goto raise_neg_overflow;
        } else if (__Pyx_PyLong_IsCompact(x)) {
            __PYX_VERIFY_RETURN_INT(long, __Pyx_compact_upylong, __Pyx_PyLong_CompactValueUnsigned(x))
        } else {
            const digit* digits = __Pyx_PyLong_Digits(x);
            assert(__Pyx_PyLong_DigitCount(x) > 1);
            switch (__Pyx_PyLong_DigitCount(x)) {
                case 2:
                    if ((8 * sizeof(long) > 1 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 2 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(long) >= 2 * PyLong_SHIFT)) {
                            return (long) (((((long)digits[1]) << PyLong_SHIFT) | (long)digits[0]));
                        }
                    }
                    break;
                case 3:
                    if ((8 * sizeof(long) > 2 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 3 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(long) >= 3 * PyLong_SHIFT)) {
                            return (long) (((((((long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0]));
                        }
                    }
                    break;
                case 4:
                    if ((8 * sizeof(long) > 3 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 4 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(long) >= 4 * PyLong_SHIFT)) {
                            return (long) (((((((((long)digits[3]) << PyLong_SHIFT) | (long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0]));
                        }
                    }
                    break;
            }
        }
#endif
#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX < 0x030C00A7
        if (unlikely(Py_SIZE(x) < 0)) {
            goto raise_neg_overflow;
        }
#else
        {
            int result = PyObject_RichCompareBool(x, Py_False, Py_LT);
            if (unlikely(result < 0))
                return (long) -1;
            if (unlikely(result == 1))
                goto raise_neg_overflow;
        }
#endif
        if ((sizeof(long) <= sizeof(unsigned long))) {
            __PYX_VERIFY_RETURN_INT_EXC(long, unsigned long, PyLong_AsUnsignedLong(x))
        } else if ((sizeof(long) <= sizeof(unsigned PY_LONG_LONG))) {
            __PYX_VERIFY_RETURN_INT_EXC(long, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))
        }
    } else {
#if CYTHON_USE_PYLONG_INTERNALS
        if (__Pyx_PyLong_IsCompact(x)) {
            __PYX_VERIFY_RETURN_INT(long, __Pyx_compact_pylong, __Pyx_PyLong_CompactValue(x))
        } else {
            const digit* digits = __Pyx_PyLong_Digits(x);
            assert(__Pyx_PyLong_DigitCount(x) > 1);
            switch (__Pyx_PyLong_SignedDigitCount(x)) {
                case -2:
                    if ((8 * sizeof(long) - 1 > 1 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 2 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(long, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(long) - 1 > 2 * PyLong_SHIFT)) {
                            return (long) (((long)-1)*(((((long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));
                        }
                    }
                    break;
                case 2:
                    if ((8 * sizeof(long) > 1 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 2 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(long) - 1 > 2 * PyLong_SHIFT)) {
                            return (long) ((((((long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));
                        }
                    }
                    break;
                case -3:
                    if ((8 * sizeof(long) - 1 > 2 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 3 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(long, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(long) - 1 > 3 * PyLong_SHIFT)) {
                            return (long) (((long)-1)*(((((((long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));
                        }
                    }
                    break;
                case 3:
                    if ((8 * sizeof(long) > 2 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 3 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(long) - 1 > 3 * PyLong_SHIFT)) {
                            return (long) ((((((((long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));
                        }
                    }
                    break;
                case -4:
                    if ((8 * sizeof(long) - 1 > 3 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 4 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(long, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(long) - 1 > 4 * PyLong_SHIFT)) {
                            return (long) (((long)-1)*(((((((((long)digits[3]) << PyLong_SHIFT) | (long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));
                        }
                    }
                    break;
                case 4:
                    if ((8 * sizeof(long) > 3 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 4 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(long, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(long) - 1 > 4 * PyLong_SHIFT)) {
                            return (long) ((((((((((long)digits[3]) << PyLong_SHIFT) | (long)digits[2]) << PyLong_SHIFT) | (long)digits[1]) << PyLong_SHIFT) | (long)digits[0])));
                        }
                    }
                    break;
            }
        }
#endif
        if ((sizeof(long) <= sizeof(long))) {
            __PYX_VERIFY_RETURN_INT_EXC(long, long, PyLong_AsLong(x))
        } else if ((sizeof(long) <= sizeof(PY_LONG_LONG))) {
            __PYX_VERIFY_RETURN_INT_EXC(long, PY_LONG_LONG, PyLong_AsLongLong(x))
        }
    }
    {
        long val;
        int ret = -1;
#if PY_VERSION_HEX >= 0x030d00A6 && !CYTHON_COMPILING_IN_LIMITED_API
        Py_ssize_t bytes_copied = PyLong_AsNativeBytes(
            x, &val, sizeof(val), Py_ASNATIVEBYTES_NATIVE_ENDIAN | (is_unsigned ? Py_ASNATIVEBYTES_UNSIGNED_BUFFER | Py_ASNATIVEBYTES_REJECT_NEGATIVE : 0));
        if (unlikely(bytes_copied == -1)) {
        } else if (unlikely(bytes_copied > (Py_ssize_t) sizeof(val))) {
            goto raise_overflow;
        } else {
            ret = 0;
        }
#elif PY_VERSION_HEX < 0x030d0000 && !(CYTHON_COMPILING_IN_PYPY || CYTHON_COMPILING_IN_LIMITED_API) || defined(_PyLong_AsByteArray)
        int one = 1; int is_little = (int)*(unsigned char *)&one;
        unsigned char *bytes = (unsigned char *)&val;
        ret = _PyLong_AsByteArray((PyLongObject *)x,
                                    bytes, sizeof(val),
                                    is_little, !is_unsigned);
#else
        PyObject *v;
        PyObject *stepval = NULL, *mask = NULL, *shift = NULL;
        int bits, remaining_bits, is_negative = 0;
        int chunk_size = (sizeof(long) < 8) ? 30 : 62;
        if (likely(PyLong_CheckExact(x))) {
            v = __Pyx_NewRef(x);
        } else {
            v = PyNumber_Long(x);
            if (unlikely(!v)) return (long) -1;
            assert(PyLong_CheckExact(v));
        }
        {
            int result = PyObject_RichCompareBool(v, Py_False, Py_LT);
            if (unlikely(result < 0)) {
                Py_DECREF(v);
                return (long) -1;
            }
            is_negative = result == 1;
        }
        if (is_unsigned && unlikely(is_negative)) {
            Py_DECREF(v);
            goto raise_neg_overflow;
        } else if (is_negative) {
            stepval = PyNumber_Invert(v);
            Py_DECREF(v);
            if (unlikely(!stepval))
                return (long) -1;
        } else {
            stepval = v;
        }
        v = NULL;
        val = (long) 0;
        mask = PyLong_FromLong((1L << chunk_size) - 1); if (unlikely(!mask)) goto done;
        shift = PyLong_FromLong(chunk_size); if (unlikely(!shift)) goto done;
        for (bits = 0; bits < (int) sizeof(long) * 8 - chunk_size; bits += chunk_size) {
            PyObject *tmp, *digit;
            long idigit;
            digit = PyNumber_And(stepval, mask);
            if (unlikely(!digit)) goto done;
            idigit = PyLong_AsLong(digit);
            Py_DECREF(digit);
            if (unlikely(idigit < 0)) goto done;
            val |= ((long) idigit) << bits;
            tmp = PyNumber_Rshift(stepval, shift);
            if (unlikely(!tmp)) goto done;
            Py_DECREF(stepval); stepval = tmp;
        }
        Py_DECREF(shift); shift = NULL;
        Py_DECREF(mask); mask = NULL;
        {
            long idigit = PyLong_AsLong(stepval);
            if (unlikely(idigit < 0)) goto done;
            remaining_bits = ((int) sizeof(long) * 8) - bits - (is_unsigned ? 0 : 1);
            if (unlikely(idigit >= (1L << remaining_bits)))
                goto raise_overflow;
            val |= ((long) idigit) << bits;
        }
        if (!is_unsigned) {
            if (unlikely(val & (((long) 1) << (sizeof(long) * 8 - 1))))
                goto raise_overflow;
            if (is_negative)
                val = ~val;
        }
        ret = 0;
    done:
        Py_XDECREF(shift);
        Py_XDECREF(mask);
        Py_XDECREF(stepval);
#endif
        if (unlikely(ret))
            return (long) -1;
        return val;
    }
raise_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "value too large to convert to long");
    return (long) -1;
raise_neg_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "can't convert negative value to long");
    return (long) -1;
}

/* CIntFromPy */
static CYTHON_INLINE int __Pyx_PyLong_As_int(PyObject *x) {
#ifdef __Pyx_HAS_GCC_DIAGNOSTIC
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wconversion"
#endif
    const int neg_one = (int) -1, const_zero = (int) 0;
#ifdef __Pyx_HAS_GCC_DIAGNOSTIC
#pragma GCC diagnostic pop
#endif
    const int is_unsigned = neg_one > const_zero;
    if (unlikely(!PyLong_Check(x))) {
        int val;
        PyObject *tmp = __Pyx_PyNumber_Long(x);
        if (!tmp) return (int) -1;
        val = __Pyx_PyLong_As_int(tmp);
        Py_DECREF(tmp);
        return val;
    }
    if (is_unsigned) {
#if CYTHON_USE_PYLONG_INTERNALS
        if (unlikely(__Pyx_PyLong_IsNeg(x))) {
            goto raise_neg_overflow;
        } else if (__Pyx_PyLong_IsCompact(x)) {
            __PYX_VERIFY_RETURN_INT(int, __Pyx_compact_upylong, __Pyx_PyLong_CompactValueUnsigned(x))
        } else {
            const digit* digits = __Pyx_PyLong_Digits(x);
            assert(__Pyx_PyLong_DigitCount(x) > 1);
            switch (__Pyx_PyLong_DigitCount(x)) {
                case 2:
                    if ((8 * sizeof(int) > 1 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 2 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(int) >= 2 * PyLong_SHIFT)) {
                            return (int) (((((int)digits[1]) << PyLong_SHIFT) | (int)digits[0]));
                        }
                    }
                    break;
                case 3:
                    if ((8 * sizeof(int) > 2 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 3 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(int) >= 3 * PyLong_SHIFT)) {
                            return (int) (((((((int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0]));
                        }
                    }
                    break;
                case 4:
                    if ((8 * sizeof(int) > 3 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 4 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(int) >= 4 * PyLong_SHIFT)) {
                            return (int) (((((((((int)digits[3]) << PyLong_SHIFT) | (int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0]));
                        }
                    }
                    break;
            }
        }
#endif
#if CYTHON_COMPILING_IN_CPYTHON && PY_VERSION_HEX < 0x030C00A7
        if (unlikely(Py_SIZE(x) < 0)) {
            goto raise_neg_overflow;
        }
#else
        {
            int result = PyObject_RichCompareBool(x, Py_False, Py_LT);
            if (unlikely(result < 0))
                return (int) -1;
            if (unlikely(result == 1))
                goto raise_neg_overflow;
        }
#endif
        if ((sizeof(int) <= sizeof(unsigned long))) {
            __PYX_VERIFY_RETURN_INT_EXC(int, unsigned long, PyLong_AsUnsignedLong(x))
        } else if ((sizeof(int) <= sizeof(unsigned PY_LONG_LONG))) {
            __PYX_VERIFY_RETURN_INT_EXC(int, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x))
        }
    } else {
#if CYTHON_USE_PYLONG_INTERNALS
        if (__Pyx_PyLong_IsCompact(x)) {
            __PYX_VERIFY_RETURN_INT(int, __Pyx_compact_pylong, __Pyx_PyLong_CompactValue(x))
        } else {
            const digit* digits = __Pyx_PyLong_Digits(x);
            assert(__Pyx_PyLong_DigitCount(x) > 1);
            switch (__Pyx_PyLong_SignedDigitCount(x)) {
                case -2:
                    if ((8 * sizeof(int) - 1 > 1 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 2 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(int, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(int) - 1 > 2 * PyLong_SHIFT)) {
                            return (int) (((int)-1)*(((((int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));
                        }
                    }
                    break;
                case 2:
                    if ((8 * sizeof(int) > 1 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 2 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(int) - 1 > 2 * PyLong_SHIFT)) {
                            return (int) ((((((int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));
                        }
                    }
                    break;
                case -3:
                    if ((8 * sizeof(int) - 1 > 2 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 3 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(int, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(int) - 1 > 3 * PyLong_SHIFT)) {
                            return (int) (((int)-1)*(((((((int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));
                        }
                    }
                    break;
                case 3:
                    if ((8 * sizeof(int) > 2 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 3 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(int) - 1 > 3 * PyLong_SHIFT)) {
                            return (int) ((((((((int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));
                        }
                    }
                    break;
                case -4:
                    if ((8 * sizeof(int) - 1 > 3 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 4 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(int, long, -(long) (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(int) - 1 > 4 * PyLong_SHIFT)) {
                            return (int) (((int)-1)*(((((((((int)digits[3]) << PyLong_SHIFT) | (int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));
                        }
                    }
                    break;
                case 4:
                    if ((8 * sizeof(int) > 3 * PyLong_SHIFT)) {
                        if ((8 * sizeof(unsigned long) > 4 * PyLong_SHIFT)) {
                            __PYX_VERIFY_RETURN_INT(int, unsigned long, (((((((((unsigned long)digits[3]) << PyLong_SHIFT) | (unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0])))
                        } else if ((8 * sizeof(int) - 1 > 4 * PyLong_SHIFT)) {
                            return (int) ((((((((((int)digits[3]) << PyLong_SHIFT) | (int)digits[2]) << PyLong_SHIFT) | (int)digits[1]) << PyLong_SHIFT) | (int)digits[0])));
                        }
                    }
                    break;
            }
        }
#endif
        if ((sizeof(int) <= sizeof(long))) {
            __PYX_VERIFY_RETURN_INT_EXC(int, long, PyLong_AsLong(x))
        } else if ((sizeof(int) <= sizeof(PY_LONG_LONG))) {
            __PYX_VERIFY_RETURN_INT_EXC(int, PY_LONG_LONG, PyLong_AsLongLong(x))
        }
    }
    {
        int val;
        int ret = -1;
#if PY_VERSION_HEX >= 0x030d00A6 && !CYTHON_COMPILING_IN_LIMITED_API
        Py_ssize_t bytes_copied = PyLong_AsNativeBytes(
            x, &val, sizeof(val), Py_ASNATIVEBYTES_NATIVE_ENDIAN | (is_unsigned ? Py_ASNATIVEBYTES_UNSIGNED_BUFFER | Py_ASNATIVEBYTES_REJECT_NEGATIVE : 0));
        if (unlikely(bytes_copied == -1)) {
        } else if (unlikely(bytes_copied > (Py_ssize_t) sizeof(val))) {
            goto raise_overflow;
        } else {
            ret = 0;
        }
#elif PY_VERSION_HEX < 0x030d0000 && !(CYTHON_COMPILING_IN_PYPY || CYTHON_COMPILING_IN_LIMITED_API) || defined(_PyLong_AsByteArray)
        int one = 1; int is_little = (int)*(unsigned char *)&one;
        unsigned char *bytes = (unsigned char *)&val;
        ret = _PyLong_AsByteArray((PyLongObject *)x,
                                    bytes, sizeof(val),
                                    is_little, !is_unsigned);
#else
        PyObject *v;
        PyObject *stepval = NULL, *mask = NULL, *shift = NULL;
        int bits, remaining_bits, is_negative = 0;
        int chunk_size = (sizeof(long) < 8) ? 30 : 62;
        if (likely(PyLong_CheckExact(x))) {
            v = __Pyx_NewRef(x);
        } else {
            v = PyNumber_Long(x);
            if (unlikely(!v)) return (int) -1;
            assert(PyLong_CheckExact(v));
        }
        {
            int result = PyObject_RichCompareBool(v, Py_False, Py_LT);
            if (unlikely(result < 0)) {
                Py_DECREF(v);
                return (int) -1;
            }
            is_negative = result == 1;
        }
        if (is_unsigned && unlikely(is_negative)) {
            Py_DECREF(v);
            goto raise_neg_overflow;
        } else if (is_negative) {
            stepval = PyNumber_Invert(v);
            Py_DECREF(v);
            if (unlikely(!stepval))
                return (int) -1;
        } else {
            stepval = v;
        }
        v = NULL;
        val = (int) 0;
        mask = PyLong_FromLong((1L << chunk_size) - 1); if (unlikely(!mask)) goto done;
        shift = PyLong_FromLong(chunk_size); if (unlikely(!shift)) goto done;
        for (bits = 0; bits < (int) sizeof(int) * 8 - chunk_size; bits += chunk_size) {
            PyObject *tmp, *digit;
            long idigit;
            digit = PyNumber_And(stepval, mask);
            if (unlikely(!digit)) goto done;
            idigit = PyLong_AsLong(digit);
            Py_DECREF(digit);
            if (unlikely(idigit < 0)) goto done;
            val |= ((int) idigit) << bits;
            tmp = PyNumber_Rshift(stepval, shift);
            if (unlikely(!tmp)) goto done;
            Py_DECREF(stepval); stepval = tmp;
        }
        Py_DECREF(shift); shift = NULL;
        Py_DECREF(mask); mask = NULL;
        {
            long idigit = PyLong_AsLong(stepval);
            if (unlikely(idigit < 0)) goto done;
            remaining_bits = ((int) sizeof(int) * 8) - bits - (is_unsigned ? 0 : 1);
            if (unlikely(idigit >= (1L << remaining_bits)))
                goto raise_overflow;
            val |= ((int) idigit) << bits;
        }
        if (!is_unsigned) {
            if (unlikely(val & (((int) 1) << (sizeof(int) * 8 - 1))))
                goto raise_overflow;
            if (is_negative)
                val = ~val;
        }
        ret = 0;
    done:
        Py_XDECREF(shift);
        Py_XDECREF(mask);
        Py_XDECREF(stepval);
#endif
        if (unlikely(ret))
            return (int) -1;
        return val;
    }
raise_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "value too large to convert to int");
    return (int) -1;
raise_neg_overflow:
    PyErr_SetString(PyExc_OverflowError,
        "can't convert negative value to int");
    return (int) -1;
}

/* FastTypeChecks */
#if CYTHON_COMPILING_IN_CPYTHON
static int __Pyx_InBases(PyTypeObject *a, PyTypeObject *b) {
    while (a) {
        a = __Pyx_PyType_GetSlot(a, tp_base, PyTypeObject*);
        if (a == b)
            return 1;
    }
    return b == &PyBaseObject_Type;
}
static CYTHON_INLINE int __Pyx_IsSubtype(PyTypeObject *a, PyTypeObject *b) {
    PyObject *mro;
    if (a == b) return 1;
    mro = a->tp_mro;
    if (likely(mro)) {
        Py_ssize_t i, n;
        n = PyTuple_GET_SIZE(mro);
        for (i = 0; i < n; i++) {
            if (PyTuple_GET_ITEM(mro, i) == (PyObject *)b)
                return 1;
        }
        return 0;
    }
    return __Pyx_InBases(a, b);
}
static CYTHON_INLINE int __Pyx_IsAnySubtype2(PyTypeObject *cls, PyTypeObject *a, PyTypeObject *b) {
    PyObject *mro;
    if (cls == a || cls == b) return 1;
    mro = cls->tp_mro;
    if (likely(mro)) {
        Py_ssize_t i, n;
        n = PyTuple_GET_SIZE(mro);
        for (i = 0; i < n; i++) {
            PyObject *base = PyTuple_GET_ITEM(mro, i);
            if (base == (PyObject *)a || base == (PyObject *)b)
                return 1;
        }
        return 0;
    }
    return __Pyx_InBases(cls, a) || __Pyx_InBases(cls, b);
}
static CYTHON_INLINE int __Pyx_inner_PyErr_GivenExceptionMatches2(PyObject *err, PyObject* exc_type1, PyObject *exc_type2) {
    if (exc_type1) {
        return __Pyx_IsAnySubtype2((PyTypeObject*)err, (PyTypeObject*)exc_type1, (PyTypeObject*)exc_type2);
    } else {
        return __Pyx_IsSubtype((PyTypeObject*)err, (PyTypeObject*)exc_type2);
    }
}
static int __Pyx_PyErr_GivenExceptionMatchesTuple(PyObject *exc_type, PyObject *tuple) {
    Py_ssize_t i, n;
    assert(PyExceptionClass_Check(exc_type));
    n = PyTuple_GET_SIZE(tuple);
    for (i=0; i<n; i++) {
        if (exc_type == PyTuple_GET_ITEM(tuple, i)) return 1;
    }
    for (i=0; i<n; i++) {
        PyObject *t = PyTuple_GET_ITEM(tuple, i);
        if (likely(PyExceptionClass_Check(t))) {
            if (__Pyx_inner_PyErr_GivenExceptionMatches2(exc_type, NULL, t)) return 1;
        } else {
        }
    }
    return 0;
}
static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches(PyObject *err, PyObject* exc_type) {
    if (likely(err == exc_type)) return 1;
    if (likely(PyExceptionClass_Check(err))) {
        if (likely(PyExceptionClass_Check(exc_type))) {
            return __Pyx_inner_PyErr_GivenExceptionMatches2(err, NULL, exc_type);
        } else if (likely(PyTuple_Check(exc_type))) {
            return __Pyx_PyErr_GivenExceptionMatchesTuple(err, exc_type);
        } else {
        }
    }
    return PyErr_GivenExceptionMatches(err, exc_type);
}
static CYTHON_INLINE int __Pyx_PyErr_GivenExceptionMatches2(PyObject *err, PyObject *exc_type1, PyObject *exc_type2) {
    assert(PyExceptionClass_Check(exc_type1));
    assert(PyExceptionClass_Check(exc_type2));
    if (likely(err == exc_type1 || err == exc_type2)) return 1;
    if (likely(PyExceptionClass_Check(err))) {
        return __Pyx_inner_PyErr_GivenExceptionMatches2(err, exc_type1, exc_type2);
    }
    return (PyErr_GivenExceptionMatches(err, exc_type1) || PyErr_GivenExceptionMatches(err, exc_type2));
}
#endif

/* GetRuntimeVersion */
#if __PYX_LIMITED_VERSION_HEX < 0x030b0000
void __Pyx_init_runtime_version(void) {
    if (__Pyx_cached_runtime_version == 0) {
        const char* rt_version = Py_GetVersion();
        unsigned long version = 0;
        unsigned long factor = 0x01000000UL;
        unsigned int digit = 0;
        int i = 0;
        while (factor) {
            while ('0' <= rt_version[i] && rt_version[i] <= '9') {
                digit = digit * 10 + (unsigned int) (rt_version[i] - '0');
                ++i;
            }
            version += factor * digit;
            if (rt_version[i] != '.')
                break;
            digit = 0;
            factor >>= 8;
            ++i;
        }
        __Pyx_cached_runtime_version = version;
    }
}
#endif
static unsigned long __Pyx_get_runtime_version(void) {
#if __PYX_LIMITED_VERSION_HEX >= 0x030b0000
    return Py_Version & ~0xFFUL;
#else
    return __Pyx_cached_runtime_version;
#endif
}

/* AddModuleRef */
#if CYTHON_COMPILING_IN_CPYTHON_FREETHREADING
  static PyObject *__Pyx_PyImport_AddModuleObjectRef(PyObject *name) {
      PyObject *module_dict = PyImport_GetModuleDict();
      PyObject *m;
      if (PyMapping_GetOptionalItem(module_dict, name, &m) < 0) {
          return NULL;
      }
      if (m != NULL && PyModule_Check(m)) {
          return m;
      }
      Py_XDECREF(m);
      m = PyModule_NewObject(name);
      if (m == NULL)
          return NULL;
      if (PyDict_CheckExact(module_dict)) {
          PyObject *new_m;
          (void)PyDict_SetDefaultRef(module_dict, name, m, &new_m);
          Py_DECREF(m);
          return new_m;
      } else {
           if (PyObject_SetItem(module_dict, name, m) != 0) {
                Py_DECREF(m);
                return NULL;
            }
            return m;
      }
  }
  static PyObject *__Pyx_PyImport_AddModuleRef(const char *name) {
      PyObject *py_name = PyUnicode_FromString(name);
      if (!py_name) return NULL;
      PyObject *module = __Pyx_PyImport_AddModuleObjectRef(py_name);
      Py_DECREF(py_name);
      return module;
  }
#elif __PYX_LIMITED_VERSION_HEX >= 0x030d0000
  #define __Pyx_PyImport_AddModuleRef(name) PyImport_AddModuleRef(name)
#else
  static PyObject *__Pyx_PyImport_AddModuleRef(const char *name) {
      PyObject *module = PyImport_AddModule(name);
      Py_XINCREF(module);
      return module;
  }
#endif

/* CheckBinaryVersion */
static int __Pyx_check_binary_version(unsigned long ct_version, unsigned long rt_version, int allow_newer) {
    const unsigned long MAJOR_MINOR = 0xFFFF0000UL;
    if ((rt_version & MAJOR_MINOR) == (ct_version & MAJOR_MINOR))
        return 0;
    if (likely(allow_newer && (rt_version & MAJOR_MINOR) > (ct_version & MAJOR_MINOR)))
        return 1;
    {
        char message[200];
        PyOS_snprintf(message, sizeof(message),
                      "compile time Python version %d.%d "
                      "of module '%.100s' "
                      "%s "
                      "runtime version %d.%d",
                       (int) (ct_version >> 24), (int) ((ct_version >> 16) & 0xFF),
                       __Pyx_MODULE_NAME,
                       (allow_newer) ? "was newer than" : "does not match",
                       (int) (rt_version >> 24), (int) ((rt_version >> 16) & 0xFF)
       );
        return PyErr_WarnEx(NULL, message, 1);
    }
}

/* DecompressString */
static PyObject *__Pyx_DecompressString(const char *s, Py_ssize_t length, int algo) {
    PyObject *module, *decompress, *compressed_bytes, *decompressed;
    const char* module_name = algo == 3 ? "compression.zstd" : algo == 2 ? "bz2" : "zlib";
    PyObject *methodname = PyUnicode_FromString("decompress");
    if (unlikely(!methodname)) return NULL;
    #if __PYX_LIMITED_VERSION_HEX >= 0x030e0000
    if (algo == 3) {
        PyObject *fromlist = Py_BuildValue("[O]", methodname);
        if (unlikely(!fromlist)) return NULL;
        module = PyImport_ImportModuleLevel("compression.zstd", NULL, NULL, fromlist, 0);
        Py_DECREF(fromlist);
    } else
    #endif
        module = PyImport_ImportModule(module_name);
    if (unlikely(!module)) goto import_failed;
    decompress = PyObject_GetAttr(module, methodname);
    if (unlikely(!decompress)) goto import_failed;
    {
        #ifdef __cplusplus
            char *memview_bytes = const_cast<char*>(s);
        #else
            #if defined(__clang__)
              #pragma clang diagnostic push
              #pragma clang diagnostic ignored "-Wcast-qual"
            #elif !defined(__INTEL_COMPILER) && defined(__GNUC__)
              #pragma GCC diagnostic push
              #pragma GCC diagnostic ignored "-Wcast-qual"
            #endif
            char *memview_bytes = (char*) s;
            #if defined(__clang__)
              #pragma clang diagnostic pop
            #elif !defined(__INTEL_COMPILER) && defined(__GNUC__)
              #pragma GCC diagnostic pop
            #endif
        #endif
        #if CYTHON_COMPILING_IN_LIMITED_API && !defined(PyBUF_READ)
        int memview_flags = 0x100;
        #else
        int memview_flags = PyBUF_READ;
        #endif
        compressed_bytes = PyMemoryView_FromMemory(memview_bytes, length, memview_flags);
    }
    if (unlikely(!compressed_bytes)) {
        Py_DECREF(decompress);
        goto bad;
    }
    decompressed = PyObject_CallFunctionObjArgs(decompress, compressed_bytes, NULL);
    Py_DECREF(compressed_bytes);
    Py_DECREF(decompress);
    Py_DECREF(module);
    Py_DECREF(methodname);
    return decompressed;
import_failed:
    PyErr_Format(PyExc_ImportError,
        "Failed to import '%.20s.decompress' - cannot initialise module strings. "
        "String compression was configured with the C macro 'CYTHON_COMPRESS_STRINGS=%d'.",
        module_name, algo);
bad:
    Py_XDECREF(module);
    Py_DECREF(methodname);
    return NULL;
}

#include <string.h>
static CYTHON_INLINE Py_ssize_t __Pyx_ssize_strlen(const char *s) {
    size_t len = strlen(s);
    if (unlikely(len > (size_t) PY_SSIZE_T_MAX)) {
        PyErr_SetString(PyExc_OverflowError, "byte string is too long");
        return -1;
    }
    return (Py_ssize_t) len;
}
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) {
    Py_ssize_t len = __Pyx_ssize_strlen(c_str);
    if (unlikely(len < 0)) return NULL;
    return __Pyx_PyUnicode_FromStringAndSize(c_str, len);
}
static CYTHON_INLINE PyObject* __Pyx_PyByteArray_FromString(const char* c_str) {
    Py_ssize_t len = __Pyx_ssize_strlen(c_str);
    if (unlikely(len < 0)) return NULL;
    return PyByteArray_FromStringAndSize(c_str, len);
}
static CYTHON_INLINE const char* __Pyx_PyObject_AsString(PyObject* o) {
    Py_ssize_t ignore;
    return __Pyx_PyObject_AsStringAndSize(o, &ignore);
}
#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_UTF8
static CYTHON_INLINE const char* __Pyx_PyUnicode_AsStringAndSize(PyObject* o, Py_ssize_t *length) {
    if (unlikely(__Pyx_PyUnicode_READY(o) == -1)) return NULL;
#if CYTHON_COMPILING_IN_LIMITED_API
    {
        const char* result;
        Py_ssize_t unicode_length;
        CYTHON_MAYBE_UNUSED_VAR(unicode_length); // only for __PYX_DEFAULT_STRING_ENCODING_IS_ASCII
        #if __PYX_LIMITED_VERSION_HEX < 0x030A0000
        if (unlikely(PyArg_Parse(o, "s#", &result, length) < 0)) return NULL;
        #else
        result = PyUnicode_AsUTF8AndSize(o, length);
        #endif
        #if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII
        unicode_length = PyUnicode_GetLength(o);
        if (unlikely(unicode_length < 0)) return NULL;
        if (unlikely(unicode_length != *length)) {
            PyUnicode_AsASCIIString(o);
            return NULL;
        }
        #endif
        return result;
    }
#else
#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII
    if (likely(PyUnicode_IS_ASCII(o))) {
        *length = PyUnicode_GET_LENGTH(o);
        return PyUnicode_AsUTF8(o);
    } else {
        PyUnicode_AsASCIIString(o);
        return NULL;
    }
#else
    return PyUnicode_AsUTF8AndSize(o, length);
#endif
#endif
}
#endif
static CYTHON_INLINE const char* __Pyx_PyObject_AsStringAndSize(PyObject* o, Py_ssize_t *length) {
#if __PYX_DEFAULT_STRING_ENCODING_IS_ASCII || __PYX_DEFAULT_STRING_ENCODING_IS_UTF8
    if (PyUnicode_Check(o)) {
        return __Pyx_PyUnicode_AsStringAndSize(o, length);
    } else
#endif
    if (PyByteArray_Check(o)) {
#if (CYTHON_ASSUME_SAFE_SIZE && CYTHON_ASSUME_SAFE_MACROS) || (CYTHON_COMPILING_IN_PYPY && (defined(PyByteArray_AS_STRING) && defined(PyByteArray_GET_SIZE)))
        *length = PyByteArray_GET_SIZE(o);
        return PyByteArray_AS_STRING(o);
#else
        *length = PyByteArray_Size(o);
        if (*length == -1) return NULL;
        return PyByteArray_AsString(o);
#endif
    } else
    {
        char* result;
        int r = PyBytes_AsStringAndSize(o, &result, length);
        if (unlikely(r < 0)) {
            return NULL;
        } else {
            return result;
        }
    }
}
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
   int is_true = x == Py_True;
   if (is_true | (x == Py_False) | (x == Py_None)) return is_true;
   else return PyObject_IsTrue(x);
}
static CYTHON_INLINE int __Pyx_PyObject_IsTrueAndDecref(PyObject* x) {
    int retval;
    if (unlikely(!x)) return -1;
    retval = __Pyx_PyObject_IsTrue(x);
    Py_DECREF(x);
    return retval;
}
static PyObject* __Pyx_PyNumber_LongWrongResultType(PyObject* result) {
    __Pyx_TypeName result_type_name = __Pyx_PyType_GetFullyQualifiedName(Py_TYPE(result));
    if (PyLong_Check(result)) {
        if (PyErr_WarnFormat(PyExc_DeprecationWarning, 1,
                "__int__ returned non-int (type " __Pyx_FMT_TYPENAME ").  "
                "The ability to return an instance of a strict subclass of int is deprecated, "
                "and may be removed in a future version of Python.",
                result_type_name)) {
            __Pyx_DECREF_TypeName(result_type_name);
            Py_DECREF(result);
            return NULL;
        }
        __Pyx_DECREF_TypeName(result_type_name);
        return result;
    }
    PyErr_Format(PyExc_TypeError,
                 "__int__ returned non-int (type " __Pyx_FMT_TYPENAME ")",
                 result_type_name);
    __Pyx_DECREF_TypeName(result_type_name);
    Py_DECREF(result);
    return NULL;
}
static CYTHON_INLINE PyObject* __Pyx_PyNumber_Long(PyObject* x) {
#if CYTHON_USE_TYPE_SLOTS
  PyNumberMethods *m;
#endif
  PyObject *res = NULL;
  if (likely(PyLong_Check(x)))
      return __Pyx_NewRef(x);
#if CYTHON_USE_TYPE_SLOTS
  m = Py_TYPE(x)->tp_as_number;
  if (likely(m && m->nb_int)) {
      res = m->nb_int(x);
  }
#else
  if (!PyBytes_CheckExact(x) && !PyUnicode_CheckExact(x)) {
      res = PyNumber_Long(x);
  }
#endif
  if (likely(res)) {
      if (unlikely(!PyLong_CheckExact(res))) {
          return __Pyx_PyNumber_LongWrongResultType(res);
      }
  }
  else if (!PyErr_Occurred()) {
      PyErr_SetString(PyExc_TypeError,
                      "an integer is required");
  }
  return res;
}
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
  Py_ssize_t ival;
  PyObject *x;
  if (likely(PyLong_CheckExact(b))) {
    #if CYTHON_USE_PYLONG_INTERNALS
    if (likely(__Pyx_PyLong_IsCompact(b))) {
        return __Pyx_PyLong_CompactValue(b);
    } else {
      const digit* digits = __Pyx_PyLong_Digits(b);
      const Py_ssize_t size = __Pyx_PyLong_SignedDigitCount(b);
      switch (size) {
         case 2:
           if (8 * sizeof(Py_ssize_t) > 2 * PyLong_SHIFT) {
             return (Py_ssize_t) (((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
           }
           break;
         case -2:
           if (8 * sizeof(Py_ssize_t) > 2 * PyLong_SHIFT) {
             return -(Py_ssize_t) (((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
           }
           break;
         case 3:
           if (8 * sizeof(Py_ssize_t) > 3 * PyLong_SHIFT) {
             return (Py_ssize_t) (((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
           }
           break;
         case -3:
           if (8 * sizeof(Py_ssize_t) > 3 * PyLong_SHIFT) {
             return -(Py_ssize_t) (((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
           }
           break;
         case 4:
           if (8 * sizeof(Py_ssize_t) > 4 * PyLong_SHIFT) {
             return (Py_ssize_t) (((((((((size_t)digits[3]) << PyLong_SHIFT) | (size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
           }
           break;
         case -4:
           if (8 * sizeof(Py_ssize_t) > 4 * PyLong_SHIFT) {
             return -(Py_ssize_t) (((((((((size_t)digits[3]) << PyLong_SHIFT) | (size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]));
           }
           break;
      }
    }
    #endif
    return PyLong_AsSsize_t(b);
  }
  x = PyNumber_Index(b);
  if (!x) return -1;
  ival = PyLong_AsSsize_t(x);
  Py_DECREF(x);
  return ival;
}
static CYTHON_INLINE Py_hash_t __Pyx_PyIndex_AsHash_t(PyObject* o) {
  if (sizeof(Py_hash_t) == sizeof(Py_ssize_t)) {
    return (Py_hash_t) __Pyx_PyIndex_AsSsize_t(o);
  } else {
    Py_ssize_t ival;
    PyObject *x;
    x = PyNumber_Index(o);
    if (!x) return -1;
    ival = PyLong_AsLong(x);
    Py_DECREF(x);
    return ival;
  }
}
static CYTHON_INLINE PyObject *__Pyx_Owned_Py_None(int b) {
    CYTHON_UNUSED_VAR(b);
    return __Pyx_NewRef(Py_None);
}
static CYTHON_INLINE PyObject * __Pyx_PyBool_FromLong(long b) {
  return __Pyx_NewRef(b ? Py_True: Py_False);
}
static CYTHON_INLINE PyObject * __Pyx_PyLong_FromSize_t(size_t ival) {
    return PyLong_FromSize_t(ival);
}


/* MultiPhaseInitModuleState */
#if CYTHON_PEP489_MULTI_PHASE_INIT && CYTHON_USE_MODULE_STATE
#ifndef CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE
#if (CYTHON_COMPILING_IN_LIMITED_API || PY_VERSION_HEX >= 0x030C0000)
  #define CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE 1
#else
  #define CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE 0
#endif
#endif
#if CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE && !CYTHON_ATOMICS
#error "Module state with PEP489 requires atomics. Currently that's one of\
 C11, C++11, gcc atomic intrinsics or MSVC atomic intrinsics"
#endif
#if !CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE
#define __Pyx_ModuleStateLookup_Lock()
#define __Pyx_ModuleStateLookup_Unlock()
#elif !CYTHON_COMPILING_IN_LIMITED_API && PY_VERSION_HEX >= 0x030d0000
static PyMutex __Pyx_ModuleStateLookup_mutex = {0};
#define __Pyx_ModuleStateLookup_Lock() PyMutex_Lock(&__Pyx_ModuleStateLookup_mutex)
#define __Pyx_ModuleStateLookup_Unlock() PyMutex_Unlock(&__Pyx_ModuleStateLookup_mutex)
#elif defined(__cplusplus) && __cplusplus >= 201103L
#include <mutex>
static std::mutex __Pyx_ModuleStateLookup_mutex;
#define __Pyx_ModuleStateLookup_Lock() __Pyx_ModuleStateLookup_mutex.lock()
#define __Pyx_ModuleStateLookup_Unlock() __Pyx_ModuleStateLookup_mutex.unlock()
#elif defined(__STDC_VERSION__) && (__STDC_VERSION__ > 201112L) && !defined(__STDC_NO_THREADS__)
#include <threads.h>
static mtx_t __Pyx_ModuleStateLookup_mutex;
static once_flag __Pyx_ModuleStateLookup_mutex_once_flag = ONCE_FLAG_INIT;
static void __Pyx_ModuleStateLookup_initialize_mutex(void) {
    mtx_init(&__Pyx_ModuleStateLookup_mutex, mtx_plain);
}
#define __Pyx_ModuleStateLookup_Lock()\
  call_once(&__Pyx_ModuleStateLookup_mutex_once_flag, __Pyx_ModuleStateLookup_initialize_mutex);\
  mtx_lock(&__Pyx_ModuleStateLookup_mutex)
#define __Pyx_ModuleStateLookup_Unlock() mtx_unlock(&__Pyx_ModuleStateLookup_mutex)
#elif defined(HAVE_PTHREAD_H)
#include <pthread.h>
static pthread_mutex_t __Pyx_ModuleStateLookup_mutex = PTHREAD_MUTEX_INITIALIZER;
#define __Pyx_ModuleStateLookup_Lock() pthread_mutex_lock(&__Pyx_ModuleStateLookup_mutex)
#define __Pyx_ModuleStateLookup_Unlock() pthread_mutex_unlock(&__Pyx_ModuleStateLookup_mutex)
#elif defined(_WIN32)
#include <Windows.h>  // synchapi.h on its own doesn't work
static SRWLOCK __Pyx_ModuleStateLookup_mutex = SRWLOCK_INIT;
#define __Pyx_ModuleStateLookup_Lock() AcquireSRWLockExclusive(&__Pyx_ModuleStateLookup_mutex)
#define __Pyx_ModuleStateLookup_Unlock() ReleaseSRWLockExclusive(&__Pyx_ModuleStateLookup_mutex)
#else
#error "No suitable lock available for CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE.\
 Requires C standard >= C11, or C++ standard >= C++11,\
 or pthreads, or the Windows 32 API, or Python >= 3.13."
#endif
typedef struct {
    int64_t id;
    PyObject *module;
} __Pyx_InterpreterIdAndModule;
typedef struct {
    char interpreter_id_as_index;
    Py_ssize_t count;
    Py_ssize_t allocated;
    __Pyx_InterpreterIdAndModule table[1];
} __Pyx_ModuleStateLookupData;
#define __PYX_MODULE_STATE_LOOKUP_SMALL_SIZE 32
#if CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE
static __pyx_atomic_int_type __Pyx_ModuleStateLookup_read_counter = 0;
#endif
#if CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE
static __pyx_atomic_ptr_type __Pyx_ModuleStateLookup_data = 0;
#else
static __Pyx_ModuleStateLookupData* __Pyx_ModuleStateLookup_data = NULL;
#endif
static __Pyx_InterpreterIdAndModule* __Pyx_State_FindModuleStateLookupTableLowerBound(
        __Pyx_InterpreterIdAndModule* table,
        Py_ssize_t count,
        int64_t interpreterId) {
    __Pyx_InterpreterIdAndModule* begin = table;
    __Pyx_InterpreterIdAndModule* end = begin + count;
    if (begin->id == interpreterId) {
        return begin;
    }
    while ((end - begin) > __PYX_MODULE_STATE_LOOKUP_SMALL_SIZE) {
        __Pyx_InterpreterIdAndModule* halfway = begin + (end - begin)/2;
        if (halfway->id == interpreterId) {
            return halfway;
        }
        if (halfway->id < interpreterId) {
            begin = halfway;
        } else {
            end = halfway;
        }
    }
    for (; begin < end; ++begin) {
        if (begin->id >= interpreterId) return begin;
    }
    return begin;
}
static PyObject *__Pyx_State_FindModule(CYTHON_UNUSED void* dummy) {
    int64_t interpreter_id = PyInterpreterState_GetID(__Pyx_PyInterpreterState_Get());
    if (interpreter_id == -1) return NULL;
#if CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE
    __Pyx_ModuleStateLookupData* data = (__Pyx_ModuleStateLookupData*)__pyx_atomic_pointer_load_relaxed(&__Pyx_ModuleStateLookup_data);
    {
        __pyx_atomic_incr_acq_rel(&__Pyx_ModuleStateLookup_read_counter);
        if (likely(data)) {
            __Pyx_ModuleStateLookupData* new_data = (__Pyx_ModuleStateLookupData*)__pyx_atomic_pointer_load_acquire(&__Pyx_ModuleStateLookup_data);
            if (likely(data == new_data)) {
                goto read_finished;
            }
        }
        __pyx_atomic_decr_acq_rel(&__Pyx_ModuleStateLookup_read_counter);
        __Pyx_ModuleStateLookup_Lock();
        __pyx_atomic_incr_relaxed(&__Pyx_ModuleStateLookup_read_counter);
        data = (__Pyx_ModuleStateLookupData*)__pyx_atomic_pointer_load_relaxed(&__Pyx_ModuleStateLookup_data);
        __Pyx_ModuleStateLookup_Unlock();
    }
  read_finished:;
#else
    __Pyx_ModuleStateLookupData* data = __Pyx_ModuleStateLookup_data;
#endif
    __Pyx_InterpreterIdAndModule* found = NULL;
    if (unlikely(!data)) goto end;
    if (data->interpreter_id_as_index) {
        if (interpreter_id < data->count) {
            found = data->table+interpreter_id;
        }
    } else {
        found = __Pyx_State_FindModuleStateLookupTableLowerBound(
            data->table, data->count, interpreter_id);
    }
  end:
    {
        PyObject *result=NULL;
        if (found && found->id == interpreter_id) {
            result = found->module;
        }
#if CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE
        __pyx_atomic_decr_acq_rel(&__Pyx_ModuleStateLookup_read_counter);
#endif
        return result;
    }
}
#if CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE
static void __Pyx_ModuleStateLookup_wait_until_no_readers(void) {
    while (__pyx_atomic_load(&__Pyx_ModuleStateLookup_read_counter) != 0);
}
#else
#define __Pyx_ModuleStateLookup_wait_until_no_readers()
#endif
static int __Pyx_State_AddModuleInterpIdAsIndex(__Pyx_ModuleStateLookupData **old_data, PyObject* module, int64_t interpreter_id) {
    Py_ssize_t to_allocate = (*old_data)->allocated;
    while (to_allocate <= interpreter_id) {
        if (to_allocate == 0) to_allocate = 1;
        else to_allocate *= 2;
    }
    __Pyx_ModuleStateLookupData *new_data = *old_data;
    if (to_allocate != (*old_data)->allocated) {
         new_data = (__Pyx_ModuleStateLookupData *)realloc(
            *old_data,
            sizeof(__Pyx_ModuleStateLookupData)+(to_allocate-1)*sizeof(__Pyx_InterpreterIdAndModule));
        if (!new_data) {
            PyErr_NoMemory();
            return -1;
        }
        for (Py_ssize_t i = new_data->allocated; i < to_allocate; ++i) {
            new_data->table[i].id = i;
            new_data->table[i].module = NULL;
        }
        new_data->allocated = to_allocate;
    }
    new_data->table[interpreter_id].module = module;
    if (new_data->count < interpreter_id+1) {
        new_data->count = interpreter_id+1;
    }
    *old_data = new_data;
    return 0;
}
static void __Pyx_State_ConvertFromInterpIdAsIndex(__Pyx_ModuleStateLookupData *data) {
    __Pyx_InterpreterIdAndModule *read = data->table;
    __Pyx_InterpreterIdAndModule *write = data->table;
    __Pyx_InterpreterIdAndModule *end = read + data->count;
    for (; read<end; ++read) {
        if (read->module) {
            write->id = read->id;
            write->module = read->module;
            ++write;
        }
    }
    data->count = write - data->table;
    for (; write<end; ++write) {
        write->id = 0;
        write->module = NULL;
    }
    data->interpreter_id_as_index = 0;
}
static int __Pyx_State_AddModule(PyObject* module, CYTHON_UNUSED void* dummy) {
    int64_t interpreter_id = PyInterpreterState_GetID(__Pyx_PyInterpreterState_Get());
    if (interpreter_id == -1) return -1;
    int result = 0;
    __Pyx_ModuleStateLookup_Lock();
#if CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE
    __Pyx_ModuleStateLookupData *old_data = (__Pyx_ModuleStateLookupData *)
            __pyx_atomic_pointer_exchange(&__Pyx_ModuleStateLookup_data, 0);
#else
    __Pyx_ModuleStateLookupData *old_data = __Pyx_ModuleStateLookup_data;
#endif
    __Pyx_ModuleStateLookupData *new_data = old_data;
    if (!new_data) {
        new_data = (__Pyx_ModuleStateLookupData *)calloc(1, sizeof(__Pyx_ModuleStateLookupData));
        if (!new_data) {
            result = -1;
            PyErr_NoMemory();
            goto end;
        }
        new_data->allocated = 1;
        new_data->interpreter_id_as_index = 1;
    }
    __Pyx_ModuleStateLookup_wait_until_no_readers();
    if (new_data->interpreter_id_as_index) {
        if (interpreter_id < __PYX_MODULE_STATE_LOOKUP_SMALL_SIZE) {
            result = __Pyx_State_AddModuleInterpIdAsIndex(&new_data, module, interpreter_id);
            goto end;
        }
        __Pyx_State_ConvertFromInterpIdAsIndex(new_data);
    }
    {
        Py_ssize_t insert_at = 0;
        {
            __Pyx_InterpreterIdAndModule* lower_bound = __Pyx_State_FindModuleStateLookupTableLowerBound(
                new_data->table, new_data->count, interpreter_id);
            assert(lower_bound);
            insert_at = lower_bound - new_data->table;
            if (unlikely(insert_at < new_data->count && lower_bound->id == interpreter_id)) {
                lower_bound->module = module;
                goto end;  // already in table, nothing more to do
            }
        }
        if (new_data->count+1 >= new_data->allocated) {
            Py_ssize_t to_allocate = (new_data->count+1)*2;
            new_data =
                (__Pyx_ModuleStateLookupData*)realloc(
                    new_data,
                    sizeof(__Pyx_ModuleStateLookupData) +
                    (to_allocate-1)*sizeof(__Pyx_InterpreterIdAndModule));
            if (!new_data) {
                result = -1;
                new_data = old_data;
                PyErr_NoMemory();
                goto end;
            }
            new_data->allocated = to_allocate;
        }
        ++new_data->count;
        int64_t last_id = interpreter_id;
        PyObject *last_module = module;
        for (Py_ssize_t i=insert_at; i<new_data->count; ++i) {
            int64_t current_id = new_data->table[i].id;
            new_data->table[i].id = last_id;
            last_id = current_id;
            PyObject *current_module = new_data->table[i].module;
            new_data->table[i].module = last_module;
            last_module = current_module;
        }
    }
  end:
#if CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE
    __pyx_atomic_pointer_exchange(&__Pyx_ModuleStateLookup_data, new_data);
#else
    __Pyx_ModuleStateLookup_data = new_data;
#endif
    __Pyx_ModuleStateLookup_Unlock();
    return result;
}
static int __Pyx_State_RemoveModule(CYTHON_UNUSED void* dummy) {
    int64_t interpreter_id = PyInterpreterState_GetID(__Pyx_PyInterpreterState_Get());
    if (interpreter_id == -1) return -1;
    __Pyx_ModuleStateLookup_Lock();
#if CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE
    __Pyx_ModuleStateLookupData *data = (__Pyx_ModuleStateLookupData *)
            __pyx_atomic_pointer_exchange(&__Pyx_ModuleStateLookup_data, 0);
#else
    __Pyx_ModuleStateLookupData *data = __Pyx_ModuleStateLookup_data;
#endif
    if (data->interpreter_id_as_index) {
        if (interpreter_id < data->count) {
            data->table[interpreter_id].module = NULL;
        }
        goto done;
    }
    {
        __Pyx_ModuleStateLookup_wait_until_no_readers();
        __Pyx_InterpreterIdAndModule* lower_bound = __Pyx_State_FindModuleStateLookupTableLowerBound(
            data->table, data->count, interpreter_id);
        if (!lower_bound) goto done;
        if (lower_bound->id != interpreter_id) goto done;
        __Pyx_InterpreterIdAndModule *end = data->table+data->count;
        for (;lower_bound<end-1; ++lower_bound) {
            lower_bound->id = (lower_bound+1)->id;
            lower_bound->module = (lower_bound+1)->module;
        }
    }
    --data->count;
    if (data->count == 0) {
        free(data);
        data = NULL;
    }
  done:
#if CYTHON_MODULE_STATE_LOOKUP_THREAD_SAFE
    __pyx_atomic_pointer_exchange(&__Pyx_ModuleStateLookup_data, data);
#else
    __Pyx_ModuleStateLookup_data = data;
#endif
    __Pyx_ModuleStateLookup_Unlock();
    return 0;
}
#endif

/* #### Code section: utility_code_pragmas_end ### */
#ifdef _MSC_VER
#pragma warning( pop )
#endif



/* #### Code section: end ### */
#endif /* Py_PYTHON_H */
