/* Generated by Cython 3.2.2 */ /* BEGIN: Cython Metadata { "distutils": { "depends": [ "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/cuda.h", "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/cudaProfiler.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/cp312-cp312/include", "/host//home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include" ], "language": "c++", "library_dirs": [ "/tmp/build-env-v5hz02gx/lib/python3.12/site-packages", "/tmp/build-env-v5hz02gx/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.cyruntime", "sources": [ "cuda/bindings/cyruntime.pyx" ] }, "module_name": "cuda.bindings.cyruntime" } 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 #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 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 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 struct __PYX_IS_UNSIGNED_IMPL {static const bool value = T(0) < T(-1);}; #define __PYX_IS_UNSIGNED(type) (__PYX_IS_UNSIGNED_IMPL::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 void __Pyx_call_destructor(T& x) { x.~T(); } template class __Pyx_FakeReference { public: __Pyx_FakeReference() : ptr(NULL) { } __Pyx_FakeReference(const T& ref) : ptr(const_cast(&ref)) { } T *operator->() { return ptr; } T *operator&() { return ptr; } operator T&() { return *ptr; } template bool operator ==(const U& other) const { return *ptr == other; } template bool operator !=(const U& other) const { return *ptr != other; } template bool operator==(const __Pyx_FakeReference& other) const { return *ptr == *other.ptr; } template bool operator!=(const __Pyx_FakeReference& 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 #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__cyruntime #define __PYX_HAVE_API__cuda__bindings__cyruntime /* Early includes */ #include #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" #include "cuda.h" #include "cudaProfiler.h" #include #ifdef _OPENMP #include #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 #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 #endif template static void __Pyx_pretend_to_initialize(T* ptr) { #if __cplusplus > 201103L if ((std::is_trivially_default_constructible::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/cyruntime.pyx", }; /* #### Code section: utility_code_proto_before_types ### */ /* ForceInitThreads.proto */ #ifndef __PYX_FORCE_INIT_THREADS #define __PYX_FORCE_INIT_THREADS 0 #endif /* NoFastGil.proto */ #define __Pyx_PyGILState_Ensure PyGILState_Ensure #define __Pyx_PyGILState_Release PyGILState_Release #define __Pyx_FastGIL_Remember() #define __Pyx_FastGIL_Forget() #define __Pyx_FastGilFuncInit() /* Atomics.proto (used by CodeObjectCache) */ #include #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 #elif CYTHON_ATOMICS && (defined(__cplusplus) && (\ (__cplusplus >= 201103L) ||\ (defined(_MSC_VER) && _MSC_VER >= 1700))) #include #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 #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 ### */ /* "cuda/bindings/cydriver.pxd":2731 * ctypedef CUGLmap_flags_enum CUGLmap_flags * * ctypedef unsigned int GLenum # <<<<<<<<<<<<<< * * ctypedef unsigned int GLuint */ typedef unsigned int __pyx_t_4cuda_8bindings_8cydriver_GLenum; /* "cuda/bindings/cydriver.pxd":2733 * ctypedef unsigned int GLenum * * ctypedef unsigned int GLuint # <<<<<<<<<<<<<< * * cdef extern from "": */ typedef unsigned int __pyx_t_4cuda_8bindings_8cydriver_GLuint; /* "cuda/bindings/cydriver.pxd":2745 * ctypedef void* EGLStreamKHR * * ctypedef unsigned int EGLint # <<<<<<<<<<<<<< * * cdef extern from "": */ typedef unsigned int __pyx_t_4cuda_8bindings_8cydriver_EGLint; /* "cuda/bindings/cydriver.pxd":2752 * ctypedef void* EGLSyncKHR * * ctypedef uint32_t VdpDevice # <<<<<<<<<<<<<< * * ctypedef unsigned long long VdpGetProcAddress */ typedef uint32_t __pyx_t_4cuda_8bindings_8cydriver_VdpDevice; /* "cuda/bindings/cydriver.pxd":2754 * ctypedef uint32_t VdpDevice * * ctypedef unsigned long long VdpGetProcAddress # <<<<<<<<<<<<<< * * ctypedef uint32_t VdpVideoSurface */ typedef unsigned PY_LONG_LONG __pyx_t_4cuda_8bindings_8cydriver_VdpGetProcAddress; /* "cuda/bindings/cydriver.pxd":2756 * ctypedef unsigned long long VdpGetProcAddress * * ctypedef uint32_t VdpVideoSurface # <<<<<<<<<<<<<< * * ctypedef uint32_t VdpOutputSurface */ typedef uint32_t __pyx_t_4cuda_8bindings_8cydriver_VdpVideoSurface; /* "cuda/bindings/cydriver.pxd":2758 * ctypedef uint32_t VdpVideoSurface * * ctypedef uint32_t VdpOutputSurface # <<<<<<<<<<<<<< * * cdef CUresult cuGetErrorString(CUresult error, const char** pStr) except ?CUDA_ERROR_NOT_FOUND nogil */ typedef uint32_t __pyx_t_4cuda_8bindings_8cydriver_VdpOutputSurface; /* "cuda/bindings/cyruntime.pxd":10 * include "cyruntime_types.pxi" * * ctypedef unsigned int GLenum # <<<<<<<<<<<<<< * * ctypedef unsigned int GLuint */ typedef unsigned int __pyx_t_4cuda_8bindings_9cyruntime_GLenum; /* "cuda/bindings/cyruntime.pxd":12 * ctypedef unsigned int GLenum * * ctypedef unsigned int GLuint # <<<<<<<<<<<<<< * * cdef extern from "": */ typedef unsigned int __pyx_t_4cuda_8bindings_9cyruntime_GLuint; /* "cuda/bindings/cyruntime.pxd":24 * ctypedef void* EGLStreamKHR * * ctypedef unsigned int EGLint # <<<<<<<<<<<<<< * * cdef extern from "": */ typedef unsigned int __pyx_t_4cuda_8bindings_9cyruntime_EGLint; /* "cuda/bindings/cyruntime.pxd":31 * ctypedef void* EGLSyncKHR * * ctypedef uint32_t VdpDevice # <<<<<<<<<<<<<< * * ctypedef unsigned long long VdpGetProcAddress */ typedef uint32_t __pyx_t_4cuda_8bindings_9cyruntime_VdpDevice; /* "cuda/bindings/cyruntime.pxd":33 * ctypedef uint32_t VdpDevice * * ctypedef unsigned long long VdpGetProcAddress # <<<<<<<<<<<<<< * * ctypedef uint32_t VdpVideoSurface */ typedef unsigned PY_LONG_LONG __pyx_t_4cuda_8bindings_9cyruntime_VdpGetProcAddress; /* "cuda/bindings/cyruntime.pxd":35 * ctypedef unsigned long long VdpGetProcAddress * * ctypedef uint32_t VdpVideoSurface # <<<<<<<<<<<<<< * * ctypedef uint32_t VdpOutputSurface */ typedef uint32_t __pyx_t_4cuda_8bindings_9cyruntime_VdpVideoSurface; /* "cuda/bindings/cyruntime.pxd":37 * ctypedef uint32_t VdpVideoSurface * * ctypedef uint32_t VdpOutputSurface # <<<<<<<<<<<<<< * * cdef enum cudaEglFrameType_enum: */ typedef uint32_t __pyx_t_4cuda_8bindings_9cyruntime_VdpOutputSurface; /* #### Code section: complex_type_declarations ### */ /* #### Code section: type_declarations ### */ /*--- Type declarations ---*/ union __pyx_t_4cuda_8bindings_8cydriver_anon_union15; struct __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame_st; /* "cuda/bindings/cydriver.pxd":2558 * ctypedef CUoutput_mode_enum CUoutput_mode * * cdef enum CUeglFrameType_enum: # <<<<<<<<<<<<<< * CU_EGL_FRAME_TYPE_ARRAY = 0 * CU_EGL_FRAME_TYPE_PITCH = 1 */ enum __pyx_t_4cuda_8bindings_8cydriver_CUeglFrameType_enum { __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_FRAME_TYPE_ARRAY = 0, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_FRAME_TYPE_PITCH = 1 }; /* "cuda/bindings/cydriver.pxd":2564 * ctypedef CUeglFrameType_enum CUeglFrameType * * cdef enum CUeglResourceLocationFlags_enum: # <<<<<<<<<<<<<< * CU_EGL_RESOURCE_LOCATION_SYSMEM = 0 * CU_EGL_RESOURCE_LOCATION_VIDMEM = 1 */ enum __pyx_t_4cuda_8bindings_8cydriver_CUeglResourceLocationFlags_enum { __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_RESOURCE_LOCATION_SYSMEM = 0, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_RESOURCE_LOCATION_VIDMEM = 1 }; /* "cuda/bindings/cydriver.pxd":2570 * ctypedef CUeglResourceLocationFlags_enum CUeglResourceLocationFlags * * cdef enum CUeglColorFormat_enum: # <<<<<<<<<<<<<< * CU_EGL_COLOR_FORMAT_YUV420_PLANAR = 0 * CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR = 1 */ enum __pyx_t_4cuda_8bindings_8cydriver_CUeglColorFormat_enum { __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR = 0, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR = 1, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_PLANAR = 2, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR = 3, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_RGB = 4, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BGR = 5, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_ARGB = 6, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_RGBA = 7, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_L = 8, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_R = 9, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_PLANAR = 10, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR = 11, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUYV_422 = 12, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_422 = 13, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_ABGR = 14, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BGRA = 15, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_A = 16, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_RG = 17, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_AYUV = 18, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR = 19, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR = 20, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR = 21, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR = 22, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR = 23, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR = 24, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR = 25, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_VYUY_ER = 26, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_ER = 27, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUYV_ER = 28, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVYU_ER = 29, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV_ER = 30, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUVA_ER = 31, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_AYUV_ER = 32, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER = 33, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER = 34, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER = 35, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER = 36, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER = 37, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER = 38, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER = 39, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER = 40, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER = 41, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER = 42, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER = 43, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER = 44, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_RGGB = 45, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_BGGR = 46, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_GRBG = 47, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_GBRG = 48, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_RGGB = 49, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_BGGR = 50, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_GRBG = 51, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_GBRG = 52, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_RGGB = 53, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_BGGR = 54, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_GRBG = 55, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_GBRG = 56, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER14_RGGB = 57, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER14_BGGR = 58, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER14_GRBG = 59, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER14_GBRG = 60, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER20_RGGB = 61, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER20_BGGR = 62, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER20_GRBG = 63, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER20_GBRG = 64, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_PLANAR = 65, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_PLANAR = 66, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR = 67, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB = 68, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR = 69, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG = 70, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG = 71, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_BCCR = 72, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_RCCB = 73, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_CRBC = 74, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_CBRC = 75, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_CCCC = 76, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_BCCR = 77, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_RCCB = 78, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_CRBC = 79, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_CBRC = 80, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_CCCC = 81, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y = 82, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020 = 83, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020 = 84, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020 = 85, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020 = 86, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709 = 87, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709 = 88, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709 = 89, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709 = 90, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 = 91, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 = 92, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 = 93, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR = 94, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709 = 95, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y_ER = 96, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y_709_ER = 97, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10_ER = 98, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10_709_ER = 99, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12_ER = 0x64, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12_709_ER = 0x65, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUVA = 0x66, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV = 0x67, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVYU = 0x68, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_VYUY = 0x69, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER = 0x6A, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER = 0x6B, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER = 0x6C, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER = 0x6D, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER = 0x6E, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER = 0x6F, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER = 0x70, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER = 0x71, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_709 = 0x72, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_709_ER = 0x73, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_2020 = 0x74, __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_MAX = 0x75 }; /* "cuda/bindings/cydriver.pxd":2717 * ctypedef CUeglStreamConnection_st* CUeglStreamConnection * * cdef enum CUGLDeviceList_enum: # <<<<<<<<<<<<<< * CU_GL_DEVICE_LIST_ALL = 1 * CU_GL_DEVICE_LIST_CURRENT_FRAME = 2 */ enum __pyx_t_4cuda_8bindings_8cydriver_CUGLDeviceList_enum { __pyx_e_4cuda_8bindings_8cydriver_CU_GL_DEVICE_LIST_ALL = 1, __pyx_e_4cuda_8bindings_8cydriver_CU_GL_DEVICE_LIST_CURRENT_FRAME = 2, __pyx_e_4cuda_8bindings_8cydriver_CU_GL_DEVICE_LIST_NEXT_FRAME = 3 }; /* "cuda/bindings/cydriver.pxd":2724 * ctypedef CUGLDeviceList_enum CUGLDeviceList * * cdef enum CUGLmap_flags_enum: # <<<<<<<<<<<<<< * CU_GL_MAP_RESOURCE_FLAGS_NONE = 0 * CU_GL_MAP_RESOURCE_FLAGS_READ_ONLY = 1 */ enum __pyx_t_4cuda_8bindings_8cydriver_CUGLmap_flags_enum { __pyx_e_4cuda_8bindings_8cydriver_CU_GL_MAP_RESOURCE_FLAGS_NONE = 0, __pyx_e_4cuda_8bindings_8cydriver_CU_GL_MAP_RESOURCE_FLAGS_READ_ONLY = 1, __pyx_e_4cuda_8bindings_8cydriver_CU_GL_MAP_RESOURCE_FLAGS_WRITE_DISCARD = 2 }; /* "cuda/bindings/cydriver.pxd":3718 * cdef CUresult cuGraphicsVDPAURegisterOutputSurface(CUgraphicsResource* pCudaResource, VdpOutputSurface vdpSurface, unsigned int flags) except ?CUDA_ERROR_NOT_FOUND nogil * * cdef enum: CUDA_VERSION = 13010 # <<<<<<<<<<<<<< * * cdef enum: CU_IPC_HANDLE_SIZE = 64 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_VERSION = 0x32D2 }; /* "cuda/bindings/cydriver.pxd":3720 * cdef enum: CUDA_VERSION = 13010 * * cdef enum: CU_IPC_HANDLE_SIZE = 64 # <<<<<<<<<<<<<< * * cdef enum: CU_STREAM_LEGACY = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_IPC_HANDLE_SIZE = 64 }; /* "cuda/bindings/cydriver.pxd":3722 * cdef enum: CU_IPC_HANDLE_SIZE = 64 * * cdef enum: CU_STREAM_LEGACY = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_STREAM_PER_THREAD = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_STREAM_LEGACY = 1 }; /* "cuda/bindings/cydriver.pxd":3724 * cdef enum: CU_STREAM_LEGACY = 1 * * cdef enum: CU_STREAM_PER_THREAD = 2 # <<<<<<<<<<<<<< * * cdef enum: CU_COMPUTE_ACCELERATED_TARGET_BASE = 65536 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_STREAM_PER_THREAD = 2 }; /* "cuda/bindings/cydriver.pxd":3726 * cdef enum: CU_STREAM_PER_THREAD = 2 * * cdef enum: CU_COMPUTE_ACCELERATED_TARGET_BASE = 65536 # <<<<<<<<<<<<<< * * cdef enum: CU_COMPUTE_FAMILY_TARGET_BASE = 131072 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_COMPUTE_ACCELERATED_TARGET_BASE = 0x10000 }; /* "cuda/bindings/cydriver.pxd":3728 * cdef enum: CU_COMPUTE_ACCELERATED_TARGET_BASE = 65536 * * cdef enum: CU_COMPUTE_FAMILY_TARGET_BASE = 131072 # <<<<<<<<<<<<<< * * cdef enum: CU_GRAPH_COND_ASSIGN_DEFAULT = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_COMPUTE_FAMILY_TARGET_BASE = 0x20000 }; /* "cuda/bindings/cydriver.pxd":3730 * cdef enum: CU_COMPUTE_FAMILY_TARGET_BASE = 131072 * * cdef enum: CU_GRAPH_COND_ASSIGN_DEFAULT = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_GRAPH_KERNEL_NODE_PORT_DEFAULT = 0 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_GRAPH_COND_ASSIGN_DEFAULT = 1 }; /* "cuda/bindings/cydriver.pxd":3732 * cdef enum: CU_GRAPH_COND_ASSIGN_DEFAULT = 1 * * cdef enum: CU_GRAPH_KERNEL_NODE_PORT_DEFAULT = 0 # <<<<<<<<<<<<<< * * cdef enum: CU_GRAPH_KERNEL_NODE_PORT_PROGRAMMATIC = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_GRAPH_KERNEL_NODE_PORT_DEFAULT = 0 }; /* "cuda/bindings/cydriver.pxd":3734 * cdef enum: CU_GRAPH_KERNEL_NODE_PORT_DEFAULT = 0 * * cdef enum: CU_GRAPH_KERNEL_NODE_PORT_PROGRAMMATIC = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_GRAPH_KERNEL_NODE_PORT_LAUNCH_ORDER = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_GRAPH_KERNEL_NODE_PORT_PROGRAMMATIC = 1 }; /* "cuda/bindings/cydriver.pxd":3736 * cdef enum: CU_GRAPH_KERNEL_NODE_PORT_PROGRAMMATIC = 1 * * cdef enum: CU_GRAPH_KERNEL_NODE_PORT_LAUNCH_ORDER = 2 # <<<<<<<<<<<<<< * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_ACCESS_POLICY_WINDOW = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_GRAPH_KERNEL_NODE_PORT_LAUNCH_ORDER = 2 }; /* "cuda/bindings/cydriver.pxd":3738 * cdef enum: CU_GRAPH_KERNEL_NODE_PORT_LAUNCH_ORDER = 2 * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_ACCESS_POLICY_WINDOW = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_COOPERATIVE = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_KERNEL_NODE_ATTRIBUTE_ACCESS_POLICY_WINDOW = 1 }; /* "cuda/bindings/cydriver.pxd":3740 * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_ACCESS_POLICY_WINDOW = 1 * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_COOPERATIVE = 2 # <<<<<<<<<<<<<< * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_CLUSTER_DIMENSION = 4 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_KERNEL_NODE_ATTRIBUTE_COOPERATIVE = 2 }; /* "cuda/bindings/cydriver.pxd":3742 * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_COOPERATIVE = 2 * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_CLUSTER_DIMENSION = 4 # <<<<<<<<<<<<<< * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_CLUSTER_SCHEDULING_POLICY_PREFERENCE = 5 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_KERNEL_NODE_ATTRIBUTE_CLUSTER_DIMENSION = 4 }; /* "cuda/bindings/cydriver.pxd":3744 * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_CLUSTER_DIMENSION = 4 * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_CLUSTER_SCHEDULING_POLICY_PREFERENCE = 5 # <<<<<<<<<<<<<< * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_PRIORITY = 8 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_KERNEL_NODE_ATTRIBUTE_CLUSTER_SCHEDULING_POLICY_PREFERENCE = 5 }; /* "cuda/bindings/cydriver.pxd":3746 * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_CLUSTER_SCHEDULING_POLICY_PREFERENCE = 5 * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_PRIORITY = 8 # <<<<<<<<<<<<<< * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_MEM_SYNC_DOMAIN_MAP = 9 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_KERNEL_NODE_ATTRIBUTE_PRIORITY = 8 }; /* "cuda/bindings/cydriver.pxd":3748 * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_PRIORITY = 8 * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_MEM_SYNC_DOMAIN_MAP = 9 # <<<<<<<<<<<<<< * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_MEM_SYNC_DOMAIN = 10 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_KERNEL_NODE_ATTRIBUTE_MEM_SYNC_DOMAIN_MAP = 9 }; /* "cuda/bindings/cydriver.pxd":3750 * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_MEM_SYNC_DOMAIN_MAP = 9 * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_MEM_SYNC_DOMAIN = 10 # <<<<<<<<<<<<<< * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_PREFERRED_CLUSTER_DIMENSION = 11 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_KERNEL_NODE_ATTRIBUTE_MEM_SYNC_DOMAIN = 10 }; /* "cuda/bindings/cydriver.pxd":3752 * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_MEM_SYNC_DOMAIN = 10 * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_PREFERRED_CLUSTER_DIMENSION = 11 # <<<<<<<<<<<<<< * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_DEVICE_UPDATABLE_KERNEL_NODE = 13 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_KERNEL_NODE_ATTRIBUTE_PREFERRED_CLUSTER_DIMENSION = 11 }; /* "cuda/bindings/cydriver.pxd":3754 * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_PREFERRED_CLUSTER_DIMENSION = 11 * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_DEVICE_UPDATABLE_KERNEL_NODE = 13 # <<<<<<<<<<<<<< * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_PREFERRED_SHARED_MEMORY_CARVEOUT = 14 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_KERNEL_NODE_ATTRIBUTE_DEVICE_UPDATABLE_KERNEL_NODE = 13 }; /* "cuda/bindings/cydriver.pxd":3756 * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_DEVICE_UPDATABLE_KERNEL_NODE = 13 * * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_PREFERRED_SHARED_MEMORY_CARVEOUT = 14 # <<<<<<<<<<<<<< * * cdef enum: CU_STREAM_ATTRIBUTE_ACCESS_POLICY_WINDOW = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_KERNEL_NODE_ATTRIBUTE_PREFERRED_SHARED_MEMORY_CARVEOUT = 14 }; /* "cuda/bindings/cydriver.pxd":3758 * cdef enum: CU_KERNEL_NODE_ATTRIBUTE_PREFERRED_SHARED_MEMORY_CARVEOUT = 14 * * cdef enum: CU_STREAM_ATTRIBUTE_ACCESS_POLICY_WINDOW = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_STREAM_ATTRIBUTE_SYNCHRONIZATION_POLICY = 3 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_STREAM_ATTRIBUTE_ACCESS_POLICY_WINDOW = 1 }; /* "cuda/bindings/cydriver.pxd":3760 * cdef enum: CU_STREAM_ATTRIBUTE_ACCESS_POLICY_WINDOW = 1 * * cdef enum: CU_STREAM_ATTRIBUTE_SYNCHRONIZATION_POLICY = 3 # <<<<<<<<<<<<<< * * cdef enum: CU_STREAM_ATTRIBUTE_PRIORITY = 8 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_STREAM_ATTRIBUTE_SYNCHRONIZATION_POLICY = 3 }; /* "cuda/bindings/cydriver.pxd":3762 * cdef enum: CU_STREAM_ATTRIBUTE_SYNCHRONIZATION_POLICY = 3 * * cdef enum: CU_STREAM_ATTRIBUTE_PRIORITY = 8 # <<<<<<<<<<<<<< * * cdef enum: CU_STREAM_ATTRIBUTE_MEM_SYNC_DOMAIN_MAP = 9 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_STREAM_ATTRIBUTE_PRIORITY = 8 }; /* "cuda/bindings/cydriver.pxd":3764 * cdef enum: CU_STREAM_ATTRIBUTE_PRIORITY = 8 * * cdef enum: CU_STREAM_ATTRIBUTE_MEM_SYNC_DOMAIN_MAP = 9 # <<<<<<<<<<<<<< * * cdef enum: CU_STREAM_ATTRIBUTE_MEM_SYNC_DOMAIN = 10 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_STREAM_ATTRIBUTE_MEM_SYNC_DOMAIN_MAP = 9 }; /* "cuda/bindings/cydriver.pxd":3766 * cdef enum: CU_STREAM_ATTRIBUTE_MEM_SYNC_DOMAIN_MAP = 9 * * cdef enum: CU_STREAM_ATTRIBUTE_MEM_SYNC_DOMAIN = 10 # <<<<<<<<<<<<<< * * cdef enum: CU_MEMHOSTALLOC_PORTABLE = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_STREAM_ATTRIBUTE_MEM_SYNC_DOMAIN = 10 }; /* "cuda/bindings/cydriver.pxd":3768 * cdef enum: CU_STREAM_ATTRIBUTE_MEM_SYNC_DOMAIN = 10 * * cdef enum: CU_MEMHOSTALLOC_PORTABLE = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_MEMHOSTALLOC_DEVICEMAP = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_MEMHOSTALLOC_PORTABLE = 1 }; /* "cuda/bindings/cydriver.pxd":3770 * cdef enum: CU_MEMHOSTALLOC_PORTABLE = 1 * * cdef enum: CU_MEMHOSTALLOC_DEVICEMAP = 2 # <<<<<<<<<<<<<< * * cdef enum: CU_MEMHOSTALLOC_WRITECOMBINED = 4 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_MEMHOSTALLOC_DEVICEMAP = 2 }; /* "cuda/bindings/cydriver.pxd":3772 * cdef enum: CU_MEMHOSTALLOC_DEVICEMAP = 2 * * cdef enum: CU_MEMHOSTALLOC_WRITECOMBINED = 4 # <<<<<<<<<<<<<< * * cdef enum: CU_MEMHOSTREGISTER_PORTABLE = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_MEMHOSTALLOC_WRITECOMBINED = 4 }; /* "cuda/bindings/cydriver.pxd":3774 * cdef enum: CU_MEMHOSTALLOC_WRITECOMBINED = 4 * * cdef enum: CU_MEMHOSTREGISTER_PORTABLE = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_MEMHOSTREGISTER_DEVICEMAP = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_MEMHOSTREGISTER_PORTABLE = 1 }; /* "cuda/bindings/cydriver.pxd":3776 * cdef enum: CU_MEMHOSTREGISTER_PORTABLE = 1 * * cdef enum: CU_MEMHOSTREGISTER_DEVICEMAP = 2 # <<<<<<<<<<<<<< * * cdef enum: CU_MEMHOSTREGISTER_IOMEMORY = 4 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_MEMHOSTREGISTER_DEVICEMAP = 2 }; /* "cuda/bindings/cydriver.pxd":3778 * cdef enum: CU_MEMHOSTREGISTER_DEVICEMAP = 2 * * cdef enum: CU_MEMHOSTREGISTER_IOMEMORY = 4 # <<<<<<<<<<<<<< * * cdef enum: CU_MEMHOSTREGISTER_READ_ONLY = 8 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_MEMHOSTREGISTER_IOMEMORY = 4 }; /* "cuda/bindings/cydriver.pxd":3780 * cdef enum: CU_MEMHOSTREGISTER_IOMEMORY = 4 * * cdef enum: CU_MEMHOSTREGISTER_READ_ONLY = 8 # <<<<<<<<<<<<<< * * cdef enum: CU_ARRAY_SPARSE_PROPERTIES_SINGLE_MIPTAIL = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_MEMHOSTREGISTER_READ_ONLY = 8 }; /* "cuda/bindings/cydriver.pxd":3782 * cdef enum: CU_MEMHOSTREGISTER_READ_ONLY = 8 * * cdef enum: CU_ARRAY_SPARSE_PROPERTIES_SINGLE_MIPTAIL = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_TENSOR_MAP_NUM_QWORDS = 16 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_ARRAY_SPARSE_PROPERTIES_SINGLE_MIPTAIL = 1 }; /* "cuda/bindings/cydriver.pxd":3784 * cdef enum: CU_ARRAY_SPARSE_PROPERTIES_SINGLE_MIPTAIL = 1 * * cdef enum: CU_TENSOR_MAP_NUM_QWORDS = 16 # <<<<<<<<<<<<<< * * cdef enum: CUDA_EXTERNAL_MEMORY_DEDICATED = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_TENSOR_MAP_NUM_QWORDS = 16 }; /* "cuda/bindings/cydriver.pxd":3786 * cdef enum: CU_TENSOR_MAP_NUM_QWORDS = 16 * * cdef enum: CUDA_EXTERNAL_MEMORY_DEDICATED = 1 # <<<<<<<<<<<<<< * * cdef enum: CUDA_EXTERNAL_SEMAPHORE_SIGNAL_SKIP_NVSCIBUF_MEMSYNC = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_EXTERNAL_MEMORY_DEDICATED = 1 }; /* "cuda/bindings/cydriver.pxd":3788 * cdef enum: CUDA_EXTERNAL_MEMORY_DEDICATED = 1 * * cdef enum: CUDA_EXTERNAL_SEMAPHORE_SIGNAL_SKIP_NVSCIBUF_MEMSYNC = 1 # <<<<<<<<<<<<<< * * cdef enum: CUDA_EXTERNAL_SEMAPHORE_WAIT_SKIP_NVSCIBUF_MEMSYNC = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_EXTERNAL_SEMAPHORE_SIGNAL_SKIP_NVSCIBUF_MEMSYNC = 1 }; /* "cuda/bindings/cydriver.pxd":3790 * cdef enum: CUDA_EXTERNAL_SEMAPHORE_SIGNAL_SKIP_NVSCIBUF_MEMSYNC = 1 * * cdef enum: CUDA_EXTERNAL_SEMAPHORE_WAIT_SKIP_NVSCIBUF_MEMSYNC = 2 # <<<<<<<<<<<<<< * * cdef enum: CUDA_NVSCISYNC_ATTR_SIGNAL = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_EXTERNAL_SEMAPHORE_WAIT_SKIP_NVSCIBUF_MEMSYNC = 2 }; /* "cuda/bindings/cydriver.pxd":3792 * cdef enum: CUDA_EXTERNAL_SEMAPHORE_WAIT_SKIP_NVSCIBUF_MEMSYNC = 2 * * cdef enum: CUDA_NVSCISYNC_ATTR_SIGNAL = 1 # <<<<<<<<<<<<<< * * cdef enum: CUDA_NVSCISYNC_ATTR_WAIT = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_NVSCISYNC_ATTR_SIGNAL = 1 }; /* "cuda/bindings/cydriver.pxd":3794 * cdef enum: CUDA_NVSCISYNC_ATTR_SIGNAL = 1 * * cdef enum: CUDA_NVSCISYNC_ATTR_WAIT = 2 # <<<<<<<<<<<<<< * * cdef enum: CU_MEM_CREATE_USAGE_TILE_POOL = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_NVSCISYNC_ATTR_WAIT = 2 }; /* "cuda/bindings/cydriver.pxd":3796 * cdef enum: CUDA_NVSCISYNC_ATTR_WAIT = 2 * * cdef enum: CU_MEM_CREATE_USAGE_TILE_POOL = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_MEM_CREATE_USAGE_HW_DECOMPRESS = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_MEM_CREATE_USAGE_TILE_POOL = 1 }; /* "cuda/bindings/cydriver.pxd":3798 * cdef enum: CU_MEM_CREATE_USAGE_TILE_POOL = 1 * * cdef enum: CU_MEM_CREATE_USAGE_HW_DECOMPRESS = 2 # <<<<<<<<<<<<<< * * cdef enum: CU_MEM_POOL_CREATE_USAGE_HW_DECOMPRESS = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_MEM_CREATE_USAGE_HW_DECOMPRESS = 2 }; /* "cuda/bindings/cydriver.pxd":3800 * cdef enum: CU_MEM_CREATE_USAGE_HW_DECOMPRESS = 2 * * cdef enum: CU_MEM_POOL_CREATE_USAGE_HW_DECOMPRESS = 2 # <<<<<<<<<<<<<< * * cdef enum: CUDA_COOPERATIVE_LAUNCH_MULTI_DEVICE_NO_PRE_LAUNCH_SYNC = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_MEM_POOL_CREATE_USAGE_HW_DECOMPRESS = 2 }; /* "cuda/bindings/cydriver.pxd":3802 * cdef enum: CU_MEM_POOL_CREATE_USAGE_HW_DECOMPRESS = 2 * * cdef enum: CUDA_COOPERATIVE_LAUNCH_MULTI_DEVICE_NO_PRE_LAUNCH_SYNC = 1 # <<<<<<<<<<<<<< * * cdef enum: CUDA_COOPERATIVE_LAUNCH_MULTI_DEVICE_NO_POST_LAUNCH_SYNC = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_COOPERATIVE_LAUNCH_MULTI_DEVICE_NO_PRE_LAUNCH_SYNC = 1 }; /* "cuda/bindings/cydriver.pxd":3804 * cdef enum: CUDA_COOPERATIVE_LAUNCH_MULTI_DEVICE_NO_PRE_LAUNCH_SYNC = 1 * * cdef enum: CUDA_COOPERATIVE_LAUNCH_MULTI_DEVICE_NO_POST_LAUNCH_SYNC = 2 # <<<<<<<<<<<<<< * * cdef enum: CUDA_ARRAY3D_LAYERED = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_COOPERATIVE_LAUNCH_MULTI_DEVICE_NO_POST_LAUNCH_SYNC = 2 }; /* "cuda/bindings/cydriver.pxd":3806 * cdef enum: CUDA_COOPERATIVE_LAUNCH_MULTI_DEVICE_NO_POST_LAUNCH_SYNC = 2 * * cdef enum: CUDA_ARRAY3D_LAYERED = 1 # <<<<<<<<<<<<<< * * cdef enum: CUDA_ARRAY3D_2DARRAY = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_ARRAY3D_LAYERED = 1 }; /* "cuda/bindings/cydriver.pxd":3808 * cdef enum: CUDA_ARRAY3D_LAYERED = 1 * * cdef enum: CUDA_ARRAY3D_2DARRAY = 1 # <<<<<<<<<<<<<< * * cdef enum: CUDA_ARRAY3D_SURFACE_LDST = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_ARRAY3D_2DARRAY = 1 }; /* "cuda/bindings/cydriver.pxd":3810 * cdef enum: CUDA_ARRAY3D_2DARRAY = 1 * * cdef enum: CUDA_ARRAY3D_SURFACE_LDST = 2 # <<<<<<<<<<<<<< * * cdef enum: CUDA_ARRAY3D_CUBEMAP = 4 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_ARRAY3D_SURFACE_LDST = 2 }; /* "cuda/bindings/cydriver.pxd":3812 * cdef enum: CUDA_ARRAY3D_SURFACE_LDST = 2 * * cdef enum: CUDA_ARRAY3D_CUBEMAP = 4 # <<<<<<<<<<<<<< * * cdef enum: CUDA_ARRAY3D_TEXTURE_GATHER = 8 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_ARRAY3D_CUBEMAP = 4 }; /* "cuda/bindings/cydriver.pxd":3814 * cdef enum: CUDA_ARRAY3D_CUBEMAP = 4 * * cdef enum: CUDA_ARRAY3D_TEXTURE_GATHER = 8 # <<<<<<<<<<<<<< * * cdef enum: CUDA_ARRAY3D_DEPTH_TEXTURE = 16 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_ARRAY3D_TEXTURE_GATHER = 8 }; /* "cuda/bindings/cydriver.pxd":3816 * cdef enum: CUDA_ARRAY3D_TEXTURE_GATHER = 8 * * cdef enum: CUDA_ARRAY3D_DEPTH_TEXTURE = 16 # <<<<<<<<<<<<<< * * cdef enum: CUDA_ARRAY3D_COLOR_ATTACHMENT = 32 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_ARRAY3D_DEPTH_TEXTURE = 16 }; /* "cuda/bindings/cydriver.pxd":3818 * cdef enum: CUDA_ARRAY3D_DEPTH_TEXTURE = 16 * * cdef enum: CUDA_ARRAY3D_COLOR_ATTACHMENT = 32 # <<<<<<<<<<<<<< * * cdef enum: CUDA_ARRAY3D_SPARSE = 64 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_ARRAY3D_COLOR_ATTACHMENT = 32 }; /* "cuda/bindings/cydriver.pxd":3820 * cdef enum: CUDA_ARRAY3D_COLOR_ATTACHMENT = 32 * * cdef enum: CUDA_ARRAY3D_SPARSE = 64 # <<<<<<<<<<<<<< * * cdef enum: CUDA_ARRAY3D_DEFERRED_MAPPING = 128 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_ARRAY3D_SPARSE = 64 }; /* "cuda/bindings/cydriver.pxd":3822 * cdef enum: CUDA_ARRAY3D_SPARSE = 64 * * cdef enum: CUDA_ARRAY3D_DEFERRED_MAPPING = 128 # <<<<<<<<<<<<<< * * cdef enum: CUDA_ARRAY3D_VIDEO_ENCODE_DECODE = 256 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_ARRAY3D_DEFERRED_MAPPING = 0x80 }; /* "cuda/bindings/cydriver.pxd":3824 * cdef enum: CUDA_ARRAY3D_DEFERRED_MAPPING = 128 * * cdef enum: CUDA_ARRAY3D_VIDEO_ENCODE_DECODE = 256 # <<<<<<<<<<<<<< * * cdef enum: CU_TRSA_OVERRIDE_FORMAT = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_ARRAY3D_VIDEO_ENCODE_DECODE = 0x100 }; /* "cuda/bindings/cydriver.pxd":3826 * cdef enum: CUDA_ARRAY3D_VIDEO_ENCODE_DECODE = 256 * * cdef enum: CU_TRSA_OVERRIDE_FORMAT = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_TRSF_READ_AS_INTEGER = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_TRSA_OVERRIDE_FORMAT = 1 }; /* "cuda/bindings/cydriver.pxd":3828 * cdef enum: CU_TRSA_OVERRIDE_FORMAT = 1 * * cdef enum: CU_TRSF_READ_AS_INTEGER = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_TRSF_NORMALIZED_COORDINATES = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_TRSF_READ_AS_INTEGER = 1 }; /* "cuda/bindings/cydriver.pxd":3830 * cdef enum: CU_TRSF_READ_AS_INTEGER = 1 * * cdef enum: CU_TRSF_NORMALIZED_COORDINATES = 2 # <<<<<<<<<<<<<< * * cdef enum: CU_TRSF_SRGB = 16 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_TRSF_NORMALIZED_COORDINATES = 2 }; /* "cuda/bindings/cydriver.pxd":3832 * cdef enum: CU_TRSF_NORMALIZED_COORDINATES = 2 * * cdef enum: CU_TRSF_SRGB = 16 # <<<<<<<<<<<<<< * * cdef enum: CU_TRSF_DISABLE_TRILINEAR_OPTIMIZATION = 32 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_TRSF_SRGB = 16 }; /* "cuda/bindings/cydriver.pxd":3834 * cdef enum: CU_TRSF_SRGB = 16 * * cdef enum: CU_TRSF_DISABLE_TRILINEAR_OPTIMIZATION = 32 # <<<<<<<<<<<<<< * * cdef enum: CU_TRSF_SEAMLESS_CUBEMAP = 64 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_TRSF_DISABLE_TRILINEAR_OPTIMIZATION = 32 }; /* "cuda/bindings/cydriver.pxd":3836 * cdef enum: CU_TRSF_DISABLE_TRILINEAR_OPTIMIZATION = 32 * * cdef enum: CU_TRSF_SEAMLESS_CUBEMAP = 64 # <<<<<<<<<<<<<< * * cdef enum: CU_LAUNCH_KERNEL_REQUIRED_BLOCK_DIM = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_TRSF_SEAMLESS_CUBEMAP = 64 }; /* "cuda/bindings/cydriver.pxd":3838 * cdef enum: CU_TRSF_SEAMLESS_CUBEMAP = 64 * * cdef enum: CU_LAUNCH_KERNEL_REQUIRED_BLOCK_DIM = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_LAUNCH_PARAM_END_AS_INT = 0 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_LAUNCH_KERNEL_REQUIRED_BLOCK_DIM = 1 }; /* "cuda/bindings/cydriver.pxd":3840 * cdef enum: CU_LAUNCH_KERNEL_REQUIRED_BLOCK_DIM = 1 * * cdef enum: CU_LAUNCH_PARAM_END_AS_INT = 0 # <<<<<<<<<<<<<< * * cdef enum: CU_LAUNCH_PARAM_END = 0 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_LAUNCH_PARAM_END_AS_INT = 0 }; /* "cuda/bindings/cydriver.pxd":3842 * cdef enum: CU_LAUNCH_PARAM_END_AS_INT = 0 * * cdef enum: CU_LAUNCH_PARAM_END = 0 # <<<<<<<<<<<<<< * * cdef enum: CU_LAUNCH_PARAM_BUFFER_POINTER_AS_INT = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_LAUNCH_PARAM_END = 0 }; /* "cuda/bindings/cydriver.pxd":3844 * cdef enum: CU_LAUNCH_PARAM_END = 0 * * cdef enum: CU_LAUNCH_PARAM_BUFFER_POINTER_AS_INT = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_LAUNCH_PARAM_BUFFER_POINTER = 1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_LAUNCH_PARAM_BUFFER_POINTER_AS_INT = 1 }; /* "cuda/bindings/cydriver.pxd":3846 * cdef enum: CU_LAUNCH_PARAM_BUFFER_POINTER_AS_INT = 1 * * cdef enum: CU_LAUNCH_PARAM_BUFFER_POINTER = 1 # <<<<<<<<<<<<<< * * cdef enum: CU_LAUNCH_PARAM_BUFFER_SIZE_AS_INT = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_LAUNCH_PARAM_BUFFER_POINTER = 1 }; /* "cuda/bindings/cydriver.pxd":3848 * cdef enum: CU_LAUNCH_PARAM_BUFFER_POINTER = 1 * * cdef enum: CU_LAUNCH_PARAM_BUFFER_SIZE_AS_INT = 2 # <<<<<<<<<<<<<< * * cdef enum: CU_LAUNCH_PARAM_BUFFER_SIZE = 2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_LAUNCH_PARAM_BUFFER_SIZE_AS_INT = 2 }; /* "cuda/bindings/cydriver.pxd":3850 * cdef enum: CU_LAUNCH_PARAM_BUFFER_SIZE_AS_INT = 2 * * cdef enum: CU_LAUNCH_PARAM_BUFFER_SIZE = 2 # <<<<<<<<<<<<<< * * cdef enum: CU_PARAM_TR_DEFAULT = -1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_LAUNCH_PARAM_BUFFER_SIZE = 2 }; /* "cuda/bindings/cydriver.pxd":3852 * cdef enum: CU_LAUNCH_PARAM_BUFFER_SIZE = 2 * * cdef enum: CU_PARAM_TR_DEFAULT = -1 # <<<<<<<<<<<<<< * * cdef enum: CU_DEVICE_CPU = -1 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_PARAM_TR_DEFAULT = -1L }; /* "cuda/bindings/cydriver.pxd":3854 * cdef enum: CU_PARAM_TR_DEFAULT = -1 * * cdef enum: CU_DEVICE_CPU = -1 # <<<<<<<<<<<<<< * * cdef enum: CU_DEVICE_INVALID = -2 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_DEVICE_CPU = -1L }; /* "cuda/bindings/cydriver.pxd":3856 * cdef enum: CU_DEVICE_CPU = -1 * * cdef enum: CU_DEVICE_INVALID = -2 # <<<<<<<<<<<<<< * * cdef enum: MAX_PLANES = 3 */ enum { __pyx_e_4cuda_8bindings_8cydriver_CU_DEVICE_INVALID = -2L }; /* "cuda/bindings/cydriver.pxd":3858 * cdef enum: CU_DEVICE_INVALID = -2 * * cdef enum: MAX_PLANES = 3 # <<<<<<<<<<<<<< * * cdef enum: CUDA_EGL_INFINITE_TIMEOUT = 4294967295 */ enum { __pyx_e_4cuda_8bindings_8cydriver_MAX_PLANES = 3 }; /* "cuda/bindings/cydriver.pxd":3860 * cdef enum: MAX_PLANES = 3 * * cdef enum: CUDA_EGL_INFINITE_TIMEOUT = 4294967295 # <<<<<<<<<<<<<< */ enum { __pyx_e_4cuda_8bindings_8cydriver_CUDA_EGL_INFINITE_TIMEOUT = 0xFFFFFFFF }; /* "cuda/bindings/cydriver.pxd":2562 * CU_EGL_FRAME_TYPE_PITCH = 1 * * ctypedef CUeglFrameType_enum CUeglFrameType # <<<<<<<<<<<<<< * * cdef enum CUeglResourceLocationFlags_enum: */ typedef enum __pyx_t_4cuda_8bindings_8cydriver_CUeglFrameType_enum __pyx_t_4cuda_8bindings_8cydriver_CUeglFrameType; /* "cuda/bindings/cydriver.pxd":2568 * CU_EGL_RESOURCE_LOCATION_VIDMEM = 1 * * ctypedef CUeglResourceLocationFlags_enum CUeglResourceLocationFlags # <<<<<<<<<<<<<< * * cdef enum CUeglColorFormat_enum: */ typedef enum __pyx_t_4cuda_8bindings_8cydriver_CUeglResourceLocationFlags_enum __pyx_t_4cuda_8bindings_8cydriver_CUeglResourceLocationFlags; /* "cuda/bindings/cydriver.pxd":2690 * CU_EGL_COLOR_FORMAT_MAX = 117 * * ctypedef CUeglColorFormat_enum CUeglColorFormat # <<<<<<<<<<<<<< * * cdef union anon_union15: */ typedef enum __pyx_t_4cuda_8bindings_8cydriver_CUeglColorFormat_enum __pyx_t_4cuda_8bindings_8cydriver_CUeglColorFormat; /* "cuda/bindings/cydriver.pxd":2692 * ctypedef CUeglColorFormat_enum CUeglColorFormat * * cdef union anon_union15: # <<<<<<<<<<<<<< * CUarray pArray[3] * void* pPitch[3] */ union __pyx_t_4cuda_8bindings_8cydriver_anon_union15 { CUarray pArray[3]; void *pPitch[3]; }; /* "cuda/bindings/cydriver.pxd":2696 * void* pPitch[3] * * cdef struct CUeglFrame_st: # <<<<<<<<<<<<<< * anon_union15 frame * unsigned int width */ struct __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame_st { union __pyx_t_4cuda_8bindings_8cydriver_anon_union15 frame; unsigned int width; unsigned int height; unsigned int depth; unsigned int pitch; unsigned int planeCount; unsigned int numChannels; __pyx_t_4cuda_8bindings_8cydriver_CUeglFrameType frameType; __pyx_t_4cuda_8bindings_8cydriver_CUeglColorFormat eglColorFormat; CUarray_format cuFormat; }; /* "cuda/bindings/cydriver.pxd":2708 * CUarray_format cuFormat * * ctypedef CUeglFrame_st CUeglFrame_v1 # <<<<<<<<<<<<<< * * ctypedef CUeglFrame_v1 CUeglFrame */ typedef struct __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame_st __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame_v1; /* "cuda/bindings/cydriver.pxd":2710 * ctypedef CUeglFrame_st CUeglFrame_v1 * * ctypedef CUeglFrame_v1 CUeglFrame # <<<<<<<<<<<<<< * * cdef extern from "": */ typedef __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame_v1 __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame; /* "cuda/bindings/cydriver.pxd":2715 * cdef struct CUeglStreamConnection_st: * pass * ctypedef CUeglStreamConnection_st* CUeglStreamConnection # <<<<<<<<<<<<<< * * cdef enum CUGLDeviceList_enum: */ typedef struct CUeglStreamConnection_st *__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection; /* "cuda/bindings/cydriver.pxd":2722 * CU_GL_DEVICE_LIST_NEXT_FRAME = 3 * * ctypedef CUGLDeviceList_enum CUGLDeviceList # <<<<<<<<<<<<<< * * cdef enum CUGLmap_flags_enum: */ typedef enum __pyx_t_4cuda_8bindings_8cydriver_CUGLDeviceList_enum __pyx_t_4cuda_8bindings_8cydriver_CUGLDeviceList; /* "cuda/bindings/cydriver.pxd":2729 * CU_GL_MAP_RESOURCE_FLAGS_WRITE_DISCARD = 2 * * ctypedef CUGLmap_flags_enum CUGLmap_flags # <<<<<<<<<<<<<< * * ctypedef unsigned int GLenum */ typedef enum __pyx_t_4cuda_8bindings_8cydriver_CUGLmap_flags_enum __pyx_t_4cuda_8bindings_8cydriver_CUGLmap_flags; /* "cuda/bindings/cydriver.pxd":2738 * cdef struct void: * pass * ctypedef void* EGLImageKHR # <<<<<<<<<<<<<< * * cdef extern from "": */ typedef void *__pyx_t_4cuda_8bindings_8cydriver_EGLImageKHR; /* "cuda/bindings/cydriver.pxd":2743 * cdef struct void: * pass * ctypedef void* EGLStreamKHR # <<<<<<<<<<<<<< * * ctypedef unsigned int EGLint */ typedef void *__pyx_t_4cuda_8bindings_8cydriver_EGLStreamKHR; /* "cuda/bindings/cydriver.pxd":2750 * cdef struct void: * pass * ctypedef void* EGLSyncKHR # <<<<<<<<<<<<<< * * ctypedef uint32_t VdpDevice */ typedef void *__pyx_t_4cuda_8bindings_8cydriver_EGLSyncKHR; /* "cuda/bindings/cyruntime_types.pxi":1694 * cudaRoundMinInf = 3 * * ctypedef cudaLaunchAttributeID cudaStreamAttrID # <<<<<<<<<<<<<< * * ctypedef cudaLaunchAttributeID cudaKernelNodeAttrID */ typedef enum cudaLaunchAttributeID __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_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_9cyruntime_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_9cyruntime_cudaStreamAttrValue; /* "cuda/bindings/cyruntime_types.pxi":1700 * ctypedef cudaLaunchAttributeValue cudaStreamAttrValue * * ctypedef cudaLaunchAttributeValue cudaKernelNodeAttrValue # <<<<<<<<<<<<<< */ typedef union cudaLaunchAttributeValue __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrValue; struct __pyx_t_4cuda_8bindings_9cyruntime_cudaEglPlaneDesc_st; union __pyx_t_4cuda_8bindings_9cyruntime_anon_union10; struct __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame_st; /* "cuda/bindings/cyruntime.pxd":39 * ctypedef uint32_t VdpOutputSurface * * cdef enum cudaEglFrameType_enum: # <<<<<<<<<<<<<< * cudaEglFrameTypeArray = 0 * cudaEglFrameTypePitch = 1 */ enum __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrameType_enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaEglFrameTypeArray = 0, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglFrameTypePitch = 1 }; /* "cuda/bindings/cyruntime.pxd":45 * ctypedef cudaEglFrameType_enum cudaEglFrameType * * cdef enum cudaEglResourceLocationFlags_enum: # <<<<<<<<<<<<<< * cudaEglResourceLocationSysmem = 0 * cudaEglResourceLocationVidmem = 1 */ enum __pyx_t_4cuda_8bindings_9cyruntime_cudaEglResourceLocationFlags_enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaEglResourceLocationSysmem = 0, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglResourceLocationVidmem = 1 }; /* "cuda/bindings/cyruntime.pxd":51 * ctypedef cudaEglResourceLocationFlags_enum cudaEglResourceLocationFlags * * cdef enum cudaEglColorFormat_enum: # <<<<<<<<<<<<<< * cudaEglColorFormatYUV420Planar = 0 * cudaEglColorFormatYUV420SemiPlanar = 1 */ enum __pyx_t_4cuda_8bindings_9cyruntime_cudaEglColorFormat_enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420Planar = 0, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420SemiPlanar = 1, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV422Planar = 2, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV422SemiPlanar = 3, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatARGB = 6, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatRGBA = 7, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatL = 8, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatR = 9, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV444Planar = 10, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV444SemiPlanar = 11, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUYV422 = 12, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY422 = 13, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatABGR = 14, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBGRA = 15, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatA = 16, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatRG = 17, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatAYUV = 18, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU444SemiPlanar = 19, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU422SemiPlanar = 20, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420SemiPlanar = 21, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_444SemiPlanar = 22, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar = 23, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_444SemiPlanar = 24, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_420SemiPlanar = 25, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatVYUY_ER = 26, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY_ER = 27, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUYV_ER = 28, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVYU_ER = 29, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUVA_ER = 31, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatAYUV_ER = 32, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV444Planar_ER = 33, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV422Planar_ER = 34, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420Planar_ER = 35, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV444SemiPlanar_ER = 36, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV422SemiPlanar_ER = 37, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420SemiPlanar_ER = 38, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU444Planar_ER = 39, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU422Planar_ER = 40, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420Planar_ER = 41, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU444SemiPlanar_ER = 42, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU422SemiPlanar_ER = 43, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420SemiPlanar_ER = 44, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerRGGB = 45, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerBGGR = 46, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerGRBG = 47, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerGBRG = 48, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10RGGB = 49, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10BGGR = 50, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10GRBG = 51, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10GBRG = 52, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12RGGB = 53, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12BGGR = 54, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12GRBG = 55, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12GBRG = 56, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer14RGGB = 57, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer14BGGR = 58, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer14GRBG = 59, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer14GBRG = 60, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer20RGGB = 61, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer20BGGR = 62, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer20GRBG = 63, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer20GBRG = 64, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU444Planar = 65, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU422Planar = 66, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420Planar = 67, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerIspRGGB = 68, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerIspBGGR = 69, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerIspGRBG = 70, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerIspGBRG = 71, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerBCCR = 72, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerRCCB = 73, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerCRBC = 74, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerCBRC = 75, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10CCCC = 76, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12BCCR = 77, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12RCCB = 78, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12CRBC = 79, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12CBRC = 80, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12CCCC = 81, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY = 82, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420SemiPlanar_2020 = 83, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420SemiPlanar_2020 = 84, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420Planar_2020 = 85, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420Planar_2020 = 86, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420SemiPlanar_709 = 87, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420SemiPlanar_709 = 88, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420Planar_709 = 89, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420Planar_709 = 90, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar_709 = 91, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar_2020 = 92, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_422SemiPlanar_2020 = 93, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_422SemiPlanar = 94, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_422SemiPlanar_709 = 95, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY_ER = 96, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY_709_ER = 97, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10_ER = 98, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10_709_ER = 99, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12_ER = 0x64, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12_709_ER = 0x65, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUVA = 0x66, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVYU = 0x68, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatVYUY = 0x69, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar_ER = 0x6A, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER = 0x6B, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_444SemiPlanar_ER = 0x6C, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER = 0x6D, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_420SemiPlanar_ER = 0x6E, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER = 0x6F, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_444SemiPlanar_ER = 0x70, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_444SemiPlanar_709_ER = 0x71, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY709 = 0x72, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY709_ER = 0x73, __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY2020 = 0x74 }; /* "cuda/bindings/cyruntime.pxd":197 * ctypedef CUeglStreamConnection_st* cudaEglStreamConnection * * cdef enum cudaGLDeviceList: # <<<<<<<<<<<<<< * cudaGLDeviceListAll = 1 * cudaGLDeviceListCurrentFrame = 2 */ enum __pyx_t_4cuda_8bindings_9cyruntime_cudaGLDeviceList { __pyx_e_4cuda_8bindings_9cyruntime_cudaGLDeviceListAll = 1, __pyx_e_4cuda_8bindings_9cyruntime_cudaGLDeviceListCurrentFrame = 2, __pyx_e_4cuda_8bindings_9cyruntime_cudaGLDeviceListNextFrame = 3 }; /* "cuda/bindings/cyruntime.pxd":202 * cudaGLDeviceListNextFrame = 3 * * cdef enum cudaGLMapFlags: # <<<<<<<<<<<<<< * cudaGLMapFlagsNone = 0 * cudaGLMapFlagsReadOnly = 1 */ enum __pyx_t_4cuda_8bindings_9cyruntime_cudaGLMapFlags { __pyx_e_4cuda_8bindings_9cyruntime_cudaGLMapFlagsNone = 0, __pyx_e_4cuda_8bindings_9cyruntime_cudaGLMapFlagsReadOnly = 1, __pyx_e_4cuda_8bindings_9cyruntime_cudaGLMapFlagsWriteDiscard = 2 }; /* "cuda/bindings/cyruntime.pxd":877 * cdef cudaError_t getLocalRuntimeVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil * * cdef enum: cudaHostAllocDefault = 0 # <<<<<<<<<<<<<< * * cdef enum: cudaHostAllocPortable = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaHostAllocDefault = 0 }; /* "cuda/bindings/cyruntime.pxd":879 * cdef enum: cudaHostAllocDefault = 0 * * cdef enum: cudaHostAllocPortable = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaHostAllocMapped = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaHostAllocPortable = 1 }; /* "cuda/bindings/cyruntime.pxd":881 * cdef enum: cudaHostAllocPortable = 1 * * cdef enum: cudaHostAllocMapped = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaHostAllocWriteCombined = 4 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaHostAllocMapped = 2 }; /* "cuda/bindings/cyruntime.pxd":883 * cdef enum: cudaHostAllocMapped = 2 * * cdef enum: cudaHostAllocWriteCombined = 4 # <<<<<<<<<<<<<< * * cdef enum: cudaHostRegisterDefault = 0 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaHostAllocWriteCombined = 4 }; /* "cuda/bindings/cyruntime.pxd":885 * cdef enum: cudaHostAllocWriteCombined = 4 * * cdef enum: cudaHostRegisterDefault = 0 # <<<<<<<<<<<<<< * * cdef enum: cudaHostRegisterPortable = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaHostRegisterDefault = 0 }; /* "cuda/bindings/cyruntime.pxd":887 * cdef enum: cudaHostRegisterDefault = 0 * * cdef enum: cudaHostRegisterPortable = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaHostRegisterMapped = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaHostRegisterPortable = 1 }; /* "cuda/bindings/cyruntime.pxd":889 * cdef enum: cudaHostRegisterPortable = 1 * * cdef enum: cudaHostRegisterMapped = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaHostRegisterIoMemory = 4 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaHostRegisterMapped = 2 }; /* "cuda/bindings/cyruntime.pxd":891 * cdef enum: cudaHostRegisterMapped = 2 * * cdef enum: cudaHostRegisterIoMemory = 4 # <<<<<<<<<<<<<< * * cdef enum: cudaHostRegisterReadOnly = 8 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaHostRegisterIoMemory = 4 }; /* "cuda/bindings/cyruntime.pxd":893 * cdef enum: cudaHostRegisterIoMemory = 4 * * cdef enum: cudaHostRegisterReadOnly = 8 # <<<<<<<<<<<<<< * * cdef enum: cudaPeerAccessDefault = 0 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaHostRegisterReadOnly = 8 }; /* "cuda/bindings/cyruntime.pxd":895 * cdef enum: cudaHostRegisterReadOnly = 8 * * cdef enum: cudaPeerAccessDefault = 0 # <<<<<<<<<<<<<< * * cdef enum: cudaStreamDefault = 0 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaPeerAccessDefault = 0 }; /* "cuda/bindings/cyruntime.pxd":897 * cdef enum: cudaPeerAccessDefault = 0 * * cdef enum: cudaStreamDefault = 0 # <<<<<<<<<<<<<< * * cdef enum: cudaStreamNonBlocking = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaStreamDefault = 0 }; /* "cuda/bindings/cyruntime.pxd":899 * cdef enum: cudaStreamDefault = 0 * * cdef enum: cudaStreamNonBlocking = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaStreamLegacy = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaStreamNonBlocking = 1 }; /* "cuda/bindings/cyruntime.pxd":901 * cdef enum: cudaStreamNonBlocking = 1 * * cdef enum: cudaStreamLegacy = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaStreamPerThread = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaStreamLegacy = 1 }; /* "cuda/bindings/cyruntime.pxd":903 * cdef enum: cudaStreamLegacy = 1 * * cdef enum: cudaStreamPerThread = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaEventDefault = 0 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaStreamPerThread = 2 }; /* "cuda/bindings/cyruntime.pxd":905 * cdef enum: cudaStreamPerThread = 2 * * cdef enum: cudaEventDefault = 0 # <<<<<<<<<<<<<< * * cdef enum: cudaEventBlockingSync = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaEventDefault = 0 }; /* "cuda/bindings/cyruntime.pxd":907 * cdef enum: cudaEventDefault = 0 * * cdef enum: cudaEventBlockingSync = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaEventDisableTiming = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaEventBlockingSync = 1 }; /* "cuda/bindings/cyruntime.pxd":909 * cdef enum: cudaEventBlockingSync = 1 * * cdef enum: cudaEventDisableTiming = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaEventInterprocess = 4 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaEventDisableTiming = 2 }; /* "cuda/bindings/cyruntime.pxd":911 * cdef enum: cudaEventDisableTiming = 2 * * cdef enum: cudaEventInterprocess = 4 # <<<<<<<<<<<<<< * * cdef enum: cudaEventRecordDefault = 0 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaEventInterprocess = 4 }; /* "cuda/bindings/cyruntime.pxd":913 * cdef enum: cudaEventInterprocess = 4 * * cdef enum: cudaEventRecordDefault = 0 # <<<<<<<<<<<<<< * * cdef enum: cudaEventRecordExternal = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaEventRecordDefault = 0 }; /* "cuda/bindings/cyruntime.pxd":915 * cdef enum: cudaEventRecordDefault = 0 * * cdef enum: cudaEventRecordExternal = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaEventWaitDefault = 0 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaEventRecordExternal = 1 }; /* "cuda/bindings/cyruntime.pxd":917 * cdef enum: cudaEventRecordExternal = 1 * * cdef enum: cudaEventWaitDefault = 0 # <<<<<<<<<<<<<< * * cdef enum: cudaEventWaitExternal = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaEventWaitDefault = 0 }; /* "cuda/bindings/cyruntime.pxd":919 * cdef enum: cudaEventWaitDefault = 0 * * cdef enum: cudaEventWaitExternal = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaDeviceScheduleAuto = 0 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaEventWaitExternal = 1 }; /* "cuda/bindings/cyruntime.pxd":921 * cdef enum: cudaEventWaitExternal = 1 * * cdef enum: cudaDeviceScheduleAuto = 0 # <<<<<<<<<<<<<< * * cdef enum: cudaDeviceScheduleSpin = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaDeviceScheduleAuto = 0 }; /* "cuda/bindings/cyruntime.pxd":923 * cdef enum: cudaDeviceScheduleAuto = 0 * * cdef enum: cudaDeviceScheduleSpin = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaDeviceScheduleYield = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaDeviceScheduleSpin = 1 }; /* "cuda/bindings/cyruntime.pxd":925 * cdef enum: cudaDeviceScheduleSpin = 1 * * cdef enum: cudaDeviceScheduleYield = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaDeviceScheduleBlockingSync = 4 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaDeviceScheduleYield = 2 }; /* "cuda/bindings/cyruntime.pxd":927 * cdef enum: cudaDeviceScheduleYield = 2 * * cdef enum: cudaDeviceScheduleBlockingSync = 4 # <<<<<<<<<<<<<< * * cdef enum: cudaDeviceBlockingSync = 4 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaDeviceScheduleBlockingSync = 4 }; /* "cuda/bindings/cyruntime.pxd":929 * cdef enum: cudaDeviceScheduleBlockingSync = 4 * * cdef enum: cudaDeviceBlockingSync = 4 # <<<<<<<<<<<<<< * * cdef enum: cudaDeviceScheduleMask = 7 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaDeviceBlockingSync = 4 }; /* "cuda/bindings/cyruntime.pxd":931 * cdef enum: cudaDeviceBlockingSync = 4 * * cdef enum: cudaDeviceScheduleMask = 7 # <<<<<<<<<<<<<< * * cdef enum: cudaDeviceMapHost = 8 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaDeviceScheduleMask = 7 }; /* "cuda/bindings/cyruntime.pxd":933 * cdef enum: cudaDeviceScheduleMask = 7 * * cdef enum: cudaDeviceMapHost = 8 # <<<<<<<<<<<<<< * * cdef enum: cudaDeviceLmemResizeToMax = 16 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaDeviceMapHost = 8 }; /* "cuda/bindings/cyruntime.pxd":935 * cdef enum: cudaDeviceMapHost = 8 * * cdef enum: cudaDeviceLmemResizeToMax = 16 # <<<<<<<<<<<<<< * * cdef enum: cudaDeviceSyncMemops = 128 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaDeviceLmemResizeToMax = 16 }; /* "cuda/bindings/cyruntime.pxd":937 * cdef enum: cudaDeviceLmemResizeToMax = 16 * * cdef enum: cudaDeviceSyncMemops = 128 # <<<<<<<<<<<<<< * * cdef enum: cudaDeviceMask = 255 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaDeviceSyncMemops = 0x80 }; /* "cuda/bindings/cyruntime.pxd":939 * cdef enum: cudaDeviceSyncMemops = 128 * * cdef enum: cudaDeviceMask = 255 # <<<<<<<<<<<<<< * * cdef enum: cudaArrayDefault = 0 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaDeviceMask = 0xFF }; /* "cuda/bindings/cyruntime.pxd":941 * cdef enum: cudaDeviceMask = 255 * * cdef enum: cudaArrayDefault = 0 # <<<<<<<<<<<<<< * * cdef enum: cudaArrayLayered = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaArrayDefault = 0 }; /* "cuda/bindings/cyruntime.pxd":943 * cdef enum: cudaArrayDefault = 0 * * cdef enum: cudaArrayLayered = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaArraySurfaceLoadStore = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaArrayLayered = 1 }; /* "cuda/bindings/cyruntime.pxd":945 * cdef enum: cudaArrayLayered = 1 * * cdef enum: cudaArraySurfaceLoadStore = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaArrayCubemap = 4 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaArraySurfaceLoadStore = 2 }; /* "cuda/bindings/cyruntime.pxd":947 * cdef enum: cudaArraySurfaceLoadStore = 2 * * cdef enum: cudaArrayCubemap = 4 # <<<<<<<<<<<<<< * * cdef enum: cudaArrayTextureGather = 8 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaArrayCubemap = 4 }; /* "cuda/bindings/cyruntime.pxd":949 * cdef enum: cudaArrayCubemap = 4 * * cdef enum: cudaArrayTextureGather = 8 # <<<<<<<<<<<<<< * * cdef enum: cudaArrayColorAttachment = 32 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaArrayTextureGather = 8 }; /* "cuda/bindings/cyruntime.pxd":951 * cdef enum: cudaArrayTextureGather = 8 * * cdef enum: cudaArrayColorAttachment = 32 # <<<<<<<<<<<<<< * * cdef enum: cudaArraySparse = 64 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaArrayColorAttachment = 32 }; /* "cuda/bindings/cyruntime.pxd":953 * cdef enum: cudaArrayColorAttachment = 32 * * cdef enum: cudaArraySparse = 64 # <<<<<<<<<<<<<< * * cdef enum: cudaArrayDeferredMapping = 128 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaArraySparse = 64 }; /* "cuda/bindings/cyruntime.pxd":955 * cdef enum: cudaArraySparse = 64 * * cdef enum: cudaArrayDeferredMapping = 128 # <<<<<<<<<<<<<< * * cdef enum: cudaIpcMemLazyEnablePeerAccess = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaArrayDeferredMapping = 0x80 }; /* "cuda/bindings/cyruntime.pxd":957 * cdef enum: cudaArrayDeferredMapping = 128 * * cdef enum: cudaIpcMemLazyEnablePeerAccess = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaMemAttachGlobal = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaIpcMemLazyEnablePeerAccess = 1 }; /* "cuda/bindings/cyruntime.pxd":959 * cdef enum: cudaIpcMemLazyEnablePeerAccess = 1 * * cdef enum: cudaMemAttachGlobal = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaMemAttachHost = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaMemAttachGlobal = 1 }; /* "cuda/bindings/cyruntime.pxd":961 * cdef enum: cudaMemAttachGlobal = 1 * * cdef enum: cudaMemAttachHost = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaMemAttachSingle = 4 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaMemAttachHost = 2 }; /* "cuda/bindings/cyruntime.pxd":963 * cdef enum: cudaMemAttachHost = 2 * * cdef enum: cudaMemAttachSingle = 4 # <<<<<<<<<<<<<< * * cdef enum: cudaOccupancyDefault = 0 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaMemAttachSingle = 4 }; /* "cuda/bindings/cyruntime.pxd":965 * cdef enum: cudaMemAttachSingle = 4 * * cdef enum: cudaOccupancyDefault = 0 # <<<<<<<<<<<<<< * * cdef enum: cudaOccupancyDisableCachingOverride = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaOccupancyDefault = 0 }; /* "cuda/bindings/cyruntime.pxd":967 * cdef enum: cudaOccupancyDefault = 0 * * cdef enum: cudaOccupancyDisableCachingOverride = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaCpuDeviceId = -1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaOccupancyDisableCachingOverride = 1 }; /* "cuda/bindings/cyruntime.pxd":969 * cdef enum: cudaOccupancyDisableCachingOverride = 1 * * cdef enum: cudaCpuDeviceId = -1 # <<<<<<<<<<<<<< * * cdef enum: cudaInvalidDeviceId = -2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaCpuDeviceId = -1L }; /* "cuda/bindings/cyruntime.pxd":971 * cdef enum: cudaCpuDeviceId = -1 * * cdef enum: cudaInvalidDeviceId = -2 # <<<<<<<<<<<<<< * * cdef enum: cudaInitDeviceFlagsAreValid = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaInvalidDeviceId = -2L }; /* "cuda/bindings/cyruntime.pxd":973 * cdef enum: cudaInvalidDeviceId = -2 * * cdef enum: cudaInitDeviceFlagsAreValid = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaArraySparsePropertiesSingleMipTail = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaInitDeviceFlagsAreValid = 1 }; /* "cuda/bindings/cyruntime.pxd":975 * cdef enum: cudaInitDeviceFlagsAreValid = 1 * * cdef enum: cudaArraySparsePropertiesSingleMipTail = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaMemPoolCreateUsageHwDecompress = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaArraySparsePropertiesSingleMipTail = 1 }; /* "cuda/bindings/cyruntime.pxd":977 * cdef enum: cudaArraySparsePropertiesSingleMipTail = 1 * * cdef enum: cudaMemPoolCreateUsageHwDecompress = 2 # <<<<<<<<<<<<<< * * cdef enum: CUDA_IPC_HANDLE_SIZE = 64 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaMemPoolCreateUsageHwDecompress = 2 }; /* "cuda/bindings/cyruntime.pxd":979 * cdef enum: cudaMemPoolCreateUsageHwDecompress = 2 * * cdef enum: CUDA_IPC_HANDLE_SIZE = 64 # <<<<<<<<<<<<<< * * cdef enum: cudaExternalMemoryDedicated = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_CUDA_IPC_HANDLE_SIZE = 64 }; /* "cuda/bindings/cyruntime.pxd":981 * cdef enum: CUDA_IPC_HANDLE_SIZE = 64 * * cdef enum: cudaExternalMemoryDedicated = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaExternalSemaphoreSignalSkipNvSciBufMemSync = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaExternalMemoryDedicated = 1 }; /* "cuda/bindings/cyruntime.pxd":983 * cdef enum: cudaExternalMemoryDedicated = 1 * * cdef enum: cudaExternalSemaphoreSignalSkipNvSciBufMemSync = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaExternalSemaphoreWaitSkipNvSciBufMemSync = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaExternalSemaphoreSignalSkipNvSciBufMemSync = 1 }; /* "cuda/bindings/cyruntime.pxd":985 * cdef enum: cudaExternalSemaphoreSignalSkipNvSciBufMemSync = 1 * * cdef enum: cudaExternalSemaphoreWaitSkipNvSciBufMemSync = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaNvSciSyncAttrSignal = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaExternalSemaphoreWaitSkipNvSciBufMemSync = 2 }; /* "cuda/bindings/cyruntime.pxd":987 * cdef enum: cudaExternalSemaphoreWaitSkipNvSciBufMemSync = 2 * * cdef enum: cudaNvSciSyncAttrSignal = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaNvSciSyncAttrWait = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaNvSciSyncAttrSignal = 1 }; /* "cuda/bindings/cyruntime.pxd":989 * cdef enum: cudaNvSciSyncAttrSignal = 1 * * cdef enum: cudaNvSciSyncAttrWait = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaGraphKernelNodePortDefault = 0 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaNvSciSyncAttrWait = 2 }; /* "cuda/bindings/cyruntime.pxd":991 * cdef enum: cudaNvSciSyncAttrWait = 2 * * cdef enum: cudaGraphKernelNodePortDefault = 0 # <<<<<<<<<<<<<< * * cdef enum: cudaGraphKernelNodePortProgrammatic = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaGraphKernelNodePortDefault = 0 }; /* "cuda/bindings/cyruntime.pxd":993 * cdef enum: cudaGraphKernelNodePortDefault = 0 * * cdef enum: cudaGraphKernelNodePortProgrammatic = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaGraphKernelNodePortLaunchCompletion = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaGraphKernelNodePortProgrammatic = 1 }; /* "cuda/bindings/cyruntime.pxd":995 * cdef enum: cudaGraphKernelNodePortProgrammatic = 1 * * cdef enum: cudaGraphKernelNodePortLaunchCompletion = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaStreamAttributeAccessPolicyWindow = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaGraphKernelNodePortLaunchCompletion = 2 }; /* "cuda/bindings/cyruntime.pxd":997 * cdef enum: cudaGraphKernelNodePortLaunchCompletion = 2 * * cdef enum: cudaStreamAttributeAccessPolicyWindow = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaStreamAttributeSynchronizationPolicy = 3 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaStreamAttributeAccessPolicyWindow = 1 }; /* "cuda/bindings/cyruntime.pxd":999 * cdef enum: cudaStreamAttributeAccessPolicyWindow = 1 * * cdef enum: cudaStreamAttributeSynchronizationPolicy = 3 # <<<<<<<<<<<<<< * * cdef enum: cudaStreamAttributeMemSyncDomainMap = 9 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaStreamAttributeSynchronizationPolicy = 3 }; /* "cuda/bindings/cyruntime.pxd":1001 * cdef enum: cudaStreamAttributeSynchronizationPolicy = 3 * * cdef enum: cudaStreamAttributeMemSyncDomainMap = 9 # <<<<<<<<<<<<<< * * cdef enum: cudaStreamAttributeMemSyncDomain = 10 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaStreamAttributeMemSyncDomainMap = 9 }; /* "cuda/bindings/cyruntime.pxd":1003 * cdef enum: cudaStreamAttributeMemSyncDomainMap = 9 * * cdef enum: cudaStreamAttributeMemSyncDomain = 10 # <<<<<<<<<<<<<< * * cdef enum: cudaStreamAttributePriority = 8 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaStreamAttributeMemSyncDomain = 10 }; /* "cuda/bindings/cyruntime.pxd":1005 * cdef enum: cudaStreamAttributeMemSyncDomain = 10 * * cdef enum: cudaStreamAttributePriority = 8 # <<<<<<<<<<<<<< * * cdef enum: cudaKernelNodeAttributeAccessPolicyWindow = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaStreamAttributePriority = 8 }; /* "cuda/bindings/cyruntime.pxd":1007 * cdef enum: cudaStreamAttributePriority = 8 * * cdef enum: cudaKernelNodeAttributeAccessPolicyWindow = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaKernelNodeAttributeCooperative = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaKernelNodeAttributeAccessPolicyWindow = 1 }; /* "cuda/bindings/cyruntime.pxd":1009 * cdef enum: cudaKernelNodeAttributeAccessPolicyWindow = 1 * * cdef enum: cudaKernelNodeAttributeCooperative = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaKernelNodeAttributePriority = 8 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaKernelNodeAttributeCooperative = 2 }; /* "cuda/bindings/cyruntime.pxd":1011 * cdef enum: cudaKernelNodeAttributeCooperative = 2 * * cdef enum: cudaKernelNodeAttributePriority = 8 # <<<<<<<<<<<<<< * * cdef enum: cudaKernelNodeAttributeClusterDimension = 4 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaKernelNodeAttributePriority = 8 }; /* "cuda/bindings/cyruntime.pxd":1013 * cdef enum: cudaKernelNodeAttributePriority = 8 * * cdef enum: cudaKernelNodeAttributeClusterDimension = 4 # <<<<<<<<<<<<<< * * cdef enum: cudaKernelNodeAttributeClusterSchedulingPolicyPreference = 5 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaKernelNodeAttributeClusterDimension = 4 }; /* "cuda/bindings/cyruntime.pxd":1015 * cdef enum: cudaKernelNodeAttributeClusterDimension = 4 * * cdef enum: cudaKernelNodeAttributeClusterSchedulingPolicyPreference = 5 # <<<<<<<<<<<<<< * * cdef enum: cudaKernelNodeAttributeMemSyncDomainMap = 9 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaKernelNodeAttributeClusterSchedulingPolicyPreference = 5 }; /* "cuda/bindings/cyruntime.pxd":1017 * cdef enum: cudaKernelNodeAttributeClusterSchedulingPolicyPreference = 5 * * cdef enum: cudaKernelNodeAttributeMemSyncDomainMap = 9 # <<<<<<<<<<<<<< * * cdef enum: cudaKernelNodeAttributeMemSyncDomain = 10 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaKernelNodeAttributeMemSyncDomainMap = 9 }; /* "cuda/bindings/cyruntime.pxd":1019 * cdef enum: cudaKernelNodeAttributeMemSyncDomainMap = 9 * * cdef enum: cudaKernelNodeAttributeMemSyncDomain = 10 # <<<<<<<<<<<<<< * * cdef enum: cudaKernelNodeAttributePreferredSharedMemoryCarveout = 14 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaKernelNodeAttributeMemSyncDomain = 10 }; /* "cuda/bindings/cyruntime.pxd":1021 * cdef enum: cudaKernelNodeAttributeMemSyncDomain = 10 * * cdef enum: cudaKernelNodeAttributePreferredSharedMemoryCarveout = 14 # <<<<<<<<<<<<<< * * cdef enum: cudaKernelNodeAttributeDeviceUpdatableKernelNode = 13 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaKernelNodeAttributePreferredSharedMemoryCarveout = 14 }; /* "cuda/bindings/cyruntime.pxd":1023 * cdef enum: cudaKernelNodeAttributePreferredSharedMemoryCarveout = 14 * * cdef enum: cudaKernelNodeAttributeDeviceUpdatableKernelNode = 13 # <<<<<<<<<<<<<< * * cdef enum: cudaKernelNodeAttributeNvlinkUtilCentricScheduling = 16 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaKernelNodeAttributeDeviceUpdatableKernelNode = 13 }; /* "cuda/bindings/cyruntime.pxd":1025 * cdef enum: cudaKernelNodeAttributeDeviceUpdatableKernelNode = 13 * * cdef enum: cudaKernelNodeAttributeNvlinkUtilCentricScheduling = 16 # <<<<<<<<<<<<<< * * cdef enum: cudaSurfaceType1D = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaKernelNodeAttributeNvlinkUtilCentricScheduling = 16 }; /* "cuda/bindings/cyruntime.pxd":1027 * cdef enum: cudaKernelNodeAttributeNvlinkUtilCentricScheduling = 16 * * cdef enum: cudaSurfaceType1D = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaSurfaceType2D = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaSurfaceType1D = 1 }; /* "cuda/bindings/cyruntime.pxd":1029 * cdef enum: cudaSurfaceType1D = 1 * * cdef enum: cudaSurfaceType2D = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaSurfaceType3D = 3 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaSurfaceType2D = 2 }; /* "cuda/bindings/cyruntime.pxd":1031 * cdef enum: cudaSurfaceType2D = 2 * * cdef enum: cudaSurfaceType3D = 3 # <<<<<<<<<<<<<< * * cdef enum: cudaSurfaceTypeCubemap = 12 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaSurfaceType3D = 3 }; /* "cuda/bindings/cyruntime.pxd":1033 * cdef enum: cudaSurfaceType3D = 3 * * cdef enum: cudaSurfaceTypeCubemap = 12 # <<<<<<<<<<<<<< * * cdef enum: cudaSurfaceType1DLayered = 241 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaSurfaceTypeCubemap = 12 }; /* "cuda/bindings/cyruntime.pxd":1035 * cdef enum: cudaSurfaceTypeCubemap = 12 * * cdef enum: cudaSurfaceType1DLayered = 241 # <<<<<<<<<<<<<< * * cdef enum: cudaSurfaceType2DLayered = 242 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaSurfaceType1DLayered = 0xF1 }; /* "cuda/bindings/cyruntime.pxd":1037 * cdef enum: cudaSurfaceType1DLayered = 241 * * cdef enum: cudaSurfaceType2DLayered = 242 # <<<<<<<<<<<<<< * * cdef enum: cudaSurfaceTypeCubemapLayered = 252 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaSurfaceType2DLayered = 0xF2 }; /* "cuda/bindings/cyruntime.pxd":1039 * cdef enum: cudaSurfaceType2DLayered = 242 * * cdef enum: cudaSurfaceTypeCubemapLayered = 252 # <<<<<<<<<<<<<< * * cdef enum: cudaTextureType1D = 1 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaSurfaceTypeCubemapLayered = 0xFC }; /* "cuda/bindings/cyruntime.pxd":1041 * cdef enum: cudaSurfaceTypeCubemapLayered = 252 * * cdef enum: cudaTextureType1D = 1 # <<<<<<<<<<<<<< * * cdef enum: cudaTextureType2D = 2 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaTextureType1D = 1 }; /* "cuda/bindings/cyruntime.pxd":1043 * cdef enum: cudaTextureType1D = 1 * * cdef enum: cudaTextureType2D = 2 # <<<<<<<<<<<<<< * * cdef enum: cudaTextureType3D = 3 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaTextureType2D = 2 }; /* "cuda/bindings/cyruntime.pxd":1045 * cdef enum: cudaTextureType2D = 2 * * cdef enum: cudaTextureType3D = 3 # <<<<<<<<<<<<<< * * cdef enum: cudaTextureTypeCubemap = 12 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaTextureType3D = 3 }; /* "cuda/bindings/cyruntime.pxd":1047 * cdef enum: cudaTextureType3D = 3 * * cdef enum: cudaTextureTypeCubemap = 12 # <<<<<<<<<<<<<< * * cdef enum: cudaTextureType1DLayered = 241 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaTextureTypeCubemap = 12 }; /* "cuda/bindings/cyruntime.pxd":1049 * cdef enum: cudaTextureTypeCubemap = 12 * * cdef enum: cudaTextureType1DLayered = 241 # <<<<<<<<<<<<<< * * cdef enum: cudaTextureType2DLayered = 242 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaTextureType1DLayered = 0xF1 }; /* "cuda/bindings/cyruntime.pxd":1051 * cdef enum: cudaTextureType1DLayered = 241 * * cdef enum: cudaTextureType2DLayered = 242 # <<<<<<<<<<<<<< * * cdef enum: cudaTextureTypeCubemapLayered = 252 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaTextureType2DLayered = 0xF2 }; /* "cuda/bindings/cyruntime.pxd":1053 * cdef enum: cudaTextureType2DLayered = 242 * * cdef enum: cudaTextureTypeCubemapLayered = 252 # <<<<<<<<<<<<<< * * cdef enum: CUDART_VERSION = 13010 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_cudaTextureTypeCubemapLayered = 0xFC }; /* "cuda/bindings/cyruntime.pxd":1055 * cdef enum: cudaTextureTypeCubemapLayered = 252 * * cdef enum: CUDART_VERSION = 13010 # <<<<<<<<<<<<<< * * cdef enum: __CUDART_API_VERSION = 13010 */ enum { __pyx_e_4cuda_8bindings_9cyruntime_CUDART_VERSION = 0x32D2 }; /* "cuda/bindings/cyruntime.pxd":1057 * cdef enum: CUDART_VERSION = 13010 * * cdef enum: __CUDART_API_VERSION = 13010 # <<<<<<<<<<<<<< * * cdef enum: CUDA_EGL_MAX_PLANES = 3 */ enum { __pyx_e_4cuda_8bindings_9cyruntime___CUDART_API_VERSION = 0x32D2 }; /* "cuda/bindings/cyruntime.pxd":1059 * cdef enum: __CUDART_API_VERSION = 13010 * * cdef enum: CUDA_EGL_MAX_PLANES = 3 # <<<<<<<<<<<<<< */ enum { __pyx_e_4cuda_8bindings_9cyruntime_CUDA_EGL_MAX_PLANES = 3 }; /* "cuda/bindings/cyruntime_types.pxi":1694 * cudaRoundMinInf = 3 * * ctypedef cudaLaunchAttributeID cudaStreamAttrID # <<<<<<<<<<<<<< * * ctypedef cudaLaunchAttributeID cudaKernelNodeAttrID */ typedef enum cudaLaunchAttributeID __pyx_t_4cuda_8bindings_9cyruntime_cudaStreamAttrID; /* "cuda/bindings/cyruntime_types.pxi":1696 * ctypedef cudaLaunchAttributeID cudaStreamAttrID * * ctypedef cudaLaunchAttributeID cudaKernelNodeAttrID # <<<<<<<<<<<<<< * * ctypedef cudaLaunchAttributeValue cudaStreamAttrValue */ typedef enum cudaLaunchAttributeID __pyx_t_4cuda_8bindings_9cyruntime_cudaKernelNodeAttrID; /* "cuda/bindings/cyruntime_types.pxi":1698 * ctypedef cudaLaunchAttributeID cudaKernelNodeAttrID * * ctypedef cudaLaunchAttributeValue cudaStreamAttrValue # <<<<<<<<<<<<<< * * ctypedef cudaLaunchAttributeValue cudaKernelNodeAttrValue */ typedef union cudaLaunchAttributeValue __pyx_t_4cuda_8bindings_9cyruntime_cudaStreamAttrValue; /* "cuda/bindings/cyruntime_types.pxi":1700 * ctypedef cudaLaunchAttributeValue cudaStreamAttrValue * * ctypedef cudaLaunchAttributeValue cudaKernelNodeAttrValue # <<<<<<<<<<<<<< */ typedef union cudaLaunchAttributeValue __pyx_t_4cuda_8bindings_9cyruntime_cudaKernelNodeAttrValue; /* "cuda/bindings/cyruntime.pxd":17 * cdef struct void: * pass * ctypedef void* EGLImageKHR # <<<<<<<<<<<<<< * * cdef extern from "": */ typedef void *__pyx_t_4cuda_8bindings_9cyruntime_EGLImageKHR; /* "cuda/bindings/cyruntime.pxd":22 * cdef struct void: * pass * ctypedef void* EGLStreamKHR # <<<<<<<<<<<<<< * * ctypedef unsigned int EGLint */ typedef void *__pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR; /* "cuda/bindings/cyruntime.pxd":29 * cdef struct void: * pass * ctypedef void* EGLSyncKHR # <<<<<<<<<<<<<< * * ctypedef uint32_t VdpDevice */ typedef void *__pyx_t_4cuda_8bindings_9cyruntime_EGLSyncKHR; /* "cuda/bindings/cyruntime.pxd":43 * cudaEglFrameTypePitch = 1 * * ctypedef cudaEglFrameType_enum cudaEglFrameType # <<<<<<<<<<<<<< * * cdef enum cudaEglResourceLocationFlags_enum: */ typedef enum __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrameType_enum __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrameType; /* "cuda/bindings/cyruntime.pxd":49 * cudaEglResourceLocationVidmem = 1 * * ctypedef cudaEglResourceLocationFlags_enum cudaEglResourceLocationFlags # <<<<<<<<<<<<<< * * cdef enum cudaEglColorFormat_enum: */ typedef enum __pyx_t_4cuda_8bindings_9cyruntime_cudaEglResourceLocationFlags_enum __pyx_t_4cuda_8bindings_9cyruntime_cudaEglResourceLocationFlags; /* "cuda/bindings/cyruntime.pxd":166 * cudaEglColorFormatUYVY2020 = 116 * * ctypedef cudaEglColorFormat_enum cudaEglColorFormat # <<<<<<<<<<<<<< * * cdef struct cudaEglPlaneDesc_st: */ typedef enum __pyx_t_4cuda_8bindings_9cyruntime_cudaEglColorFormat_enum __pyx_t_4cuda_8bindings_9cyruntime_cudaEglColorFormat; /* "cuda/bindings/cyruntime.pxd":168 * ctypedef cudaEglColorFormat_enum cudaEglColorFormat * * cdef struct cudaEglPlaneDesc_st: # <<<<<<<<<<<<<< * unsigned int width * unsigned int height */ struct __pyx_t_4cuda_8bindings_9cyruntime_cudaEglPlaneDesc_st { unsigned int width; unsigned int height; unsigned int depth; unsigned int pitch; unsigned int numChannels; struct cudaChannelFormatDesc channelDesc; unsigned int reserved[4]; }; /* "cuda/bindings/cyruntime.pxd":177 * unsigned int reserved[4] * * ctypedef cudaEglPlaneDesc_st cudaEglPlaneDesc # <<<<<<<<<<<<<< * * cdef union anon_union10: */ typedef struct __pyx_t_4cuda_8bindings_9cyruntime_cudaEglPlaneDesc_st __pyx_t_4cuda_8bindings_9cyruntime_cudaEglPlaneDesc; /* "cuda/bindings/cyruntime.pxd":179 * ctypedef cudaEglPlaneDesc_st cudaEglPlaneDesc * * cdef union anon_union10: # <<<<<<<<<<<<<< * cudaArray_t pArray[3] * cudaPitchedPtr pPitch[3] */ union __pyx_t_4cuda_8bindings_9cyruntime_anon_union10 { cudaArray_t pArray[3]; struct cudaPitchedPtr pPitch[3]; }; /* "cuda/bindings/cyruntime.pxd":183 * cudaPitchedPtr pPitch[3] * * cdef struct cudaEglFrame_st: # <<<<<<<<<<<<<< * anon_union10 frame * cudaEglPlaneDesc planeDesc[3] */ struct __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame_st { union __pyx_t_4cuda_8bindings_9cyruntime_anon_union10 frame; __pyx_t_4cuda_8bindings_9cyruntime_cudaEglPlaneDesc planeDesc[3]; unsigned int planeCount; __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrameType frameType; __pyx_t_4cuda_8bindings_9cyruntime_cudaEglColorFormat eglColorFormat; }; /* "cuda/bindings/cyruntime.pxd":190 * cudaEglColorFormat eglColorFormat * * ctypedef cudaEglFrame_st cudaEglFrame # <<<<<<<<<<<<<< * * cdef extern from "": */ typedef struct __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame_st __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame; /* "cuda/bindings/cyruntime.pxd":195 * cdef struct CUeglStreamConnection_st: * pass * ctypedef CUeglStreamConnection_st* cudaEglStreamConnection # <<<<<<<<<<<<<< * * cdef enum cudaGLDeviceList: */ typedef struct CUeglStreamConnection_st *__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection; /* #### 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) /* ErrOccurredWithGIL.proto */ static CYTHON_INLINE int __Pyx_ErrOccurredWithGIL(void); /* 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 GetBuiltinName) */ static CYTHON_INLINE PyObject* __Pyx_PyObject_GetAttrStrNoError(PyObject* obj, PyObject* attr_name); /* GetBuiltinName.proto (used by GetModuleGlobalName) */ static PyObject *__Pyx_GetBuiltinName(PyObject *name); /* PyDictVersioning.proto (used by GetModuleGlobalName) */ #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 /* GetModuleGlobalName.proto */ #if CYTHON_USE_DICT_VERSIONS #define __Pyx_GetModuleGlobalName(var, name) do {\ static PY_UINT64_T __pyx_dict_version = 0;\ static PyObject *__pyx_dict_cached_value = NULL;\ (var) = (likely(__pyx_dict_version == __PYX_GET_DICT_VERSION(__pyx_mstate_global->__pyx_d))) ?\ (likely(__pyx_dict_cached_value) ? __Pyx_NewRef(__pyx_dict_cached_value) : __Pyx_GetBuiltinName(name)) :\ __Pyx__GetModuleGlobalName(name, &__pyx_dict_version, &__pyx_dict_cached_value);\ } while(0) #define __Pyx_GetModuleGlobalNameUncached(var, name) do {\ PY_UINT64_T __pyx_dict_version;\ PyObject *__pyx_dict_cached_value;\ (var) = __Pyx__GetModuleGlobalName(name, &__pyx_dict_version, &__pyx_dict_cached_value);\ } while(0) static PyObject *__Pyx__GetModuleGlobalName(PyObject *name, PY_UINT64_T *dict_version, PyObject **dict_cached_value); #else #define __Pyx_GetModuleGlobalName(var, name) (var) = __Pyx__GetModuleGlobalName(name) #define __Pyx_GetModuleGlobalNameUncached(var, name) (var) = __Pyx__GetModuleGlobalName(name) static CYTHON_INLINE PyObject *__Pyx__GetModuleGlobalName(PyObject *name); #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 */ #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); /* PyRuntimeError_Check.proto */ #define __Pyx_PyExc_RuntimeError_Check(obj) __Pyx_TypeCheck(obj, PyExc_RuntimeError) /* PyObjectFormatSimple.proto */ #if CYTHON_COMPILING_IN_PYPY #define __Pyx_PyObject_FormatSimple(s, f) (\ likely(PyUnicode_CheckExact(s)) ? (Py_INCREF(s), s) :\ PyObject_Format(s, f)) #elif CYTHON_USE_TYPE_SLOTS #define __Pyx_PyObject_FormatSimple(s, f) (\ likely(PyUnicode_CheckExact(s)) ? (Py_INCREF(s), s) :\ likely(PyLong_CheckExact(s)) ? PyLong_Type.tp_repr(s) :\ likely(PyFloat_CheckExact(s)) ? PyFloat_Type.tp_repr(s) :\ PyObject_Format(s, f)) #else #define __Pyx_PyObject_FormatSimple(s, f) (\ likely(PyUnicode_CheckExact(s)) ? (Py_INCREF(s), s) :\ PyObject_Format(s, f)) #endif /* RaiseException.export */ static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause); /* 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 /* FunctionImport.proto */ static int __Pyx_ImportFunction_3_2_2(PyObject *module, const char *funcname, void (**f)(void), const char *sig); /* HasAttr.proto (used by ImportImpl) */ #if __PYX_LIMITED_VERSION_HEX >= 0x030d0000 #define __Pyx_HasAttr(o, n) PyObject_HasAttrWithError(o, n) #else static CYTHON_INLINE int __Pyx_HasAttr(PyObject *, PyObject *); #endif /* PyObjectCallOneArg.proto (used by ImportImpl) */ static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg); /* TupleAndListFromArray.proto (used by ImportImpl) */ #if CYTHON_COMPILING_IN_CPYTHON static CYTHON_INLINE PyObject* __Pyx_PyList_FromArray(PyObject *const *src, Py_ssize_t n); #endif #if CYTHON_COMPILING_IN_CPYTHON || CYTHON_METH_FASTCALL static CYTHON_INLINE PyObject* __Pyx_PyTuple_FromArray(PyObject *const *src, Py_ssize_t n); #endif /* ImportImpl.export */ static PyObject *__Pyx__Import(PyObject *name, PyObject *const *imported_names, Py_ssize_t len_imported_names, PyObject *qualname, PyObject *moddict, int level); /* Import.proto */ static CYTHON_INLINE PyObject *__Pyx_Import(PyObject *name, PyObject *const *imported_names, Py_ssize_t len_imported_names, PyObject *qualname, int level); /* ImportFrom.proto */ static PyObject* __Pyx_ImportFrom(PyObject* module, PyObject* name); /* dict_setdefault.proto (used by CLineInTraceback) */ static CYTHON_INLINE PyObject *__Pyx_PyDict_SetDefault(PyObject *d, PyObject *key, PyObject *default_value); /* 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); /* GCCDiagnostics.proto */ #if !defined(__INTEL_COMPILER) && defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)) #define __Pyx_HAS_GCC_DIAGNOSTIC #endif /* CIntFromPy.proto */ static CYTHON_INLINE size_t __Pyx_PyLong_As_size_t(PyObject *); /* 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 /* 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 "libc.stdint" */ /* Module declarations from "cuda.bindings.cydriver" */ /* Module declarations from "cuda.bindings._bindings.cydriver" */ /* Module declarations from "cuda.bindings._bindings.cyruntime" */ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerPresentFrame)(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame, cudaStream_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerReturnFrame)(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame *, cudaStream_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceGetMappedEglFrame)(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame *, cudaGraphicsResource_t, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaVDPAUSetVDPAUDevice)(int, __pyx_t_4cuda_8bindings_9cyruntime_VdpDevice, __pyx_t_4cuda_8bindings_9cyruntime_VdpGetProcAddress *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaVDPAUGetDevice)(int *, __pyx_t_4cuda_8bindings_9cyruntime_VdpDevice, __pyx_t_4cuda_8bindings_9cyruntime_VdpGetProcAddress *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsVDPAURegisterVideoSurface)(struct cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_VdpVideoSurface, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsVDPAURegisterOutputSurface)(struct cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_VdpOutputSurface, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGLGetDevices)(unsigned int *, int *, unsigned int, enum __pyx_t_4cuda_8bindings_9cyruntime_cudaGLDeviceList); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsGLRegisterImage)(struct cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_GLuint, __pyx_t_4cuda_8bindings_9cyruntime_GLenum, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsGLRegisterBuffer)(struct cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_GLuint, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsEGLRegisterImage)(cudaGraphicsResource_t *, __pyx_t_4cuda_8bindings_9cyruntime_EGLImageKHR, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerConnect)(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerConnectWithFlags)(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerDisconnect)(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerAcquireFrame)(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, cudaGraphicsResource_t *, cudaStream_t *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerReleaseFrame)(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, cudaGraphicsResource_t, cudaStream_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerConnect)(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR, __pyx_t_4cuda_8bindings_9cyruntime_EGLint, __pyx_t_4cuda_8bindings_9cyruntime_EGLint); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerDisconnect)(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventCreateFromEGLSync)(cudaEvent_t *, __pyx_t_4cuda_8bindings_9cyruntime_EGLSyncKHR, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceReset)(void); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSynchronize)(void); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetLimit)(enum cudaLimit, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetLimit)(size_t *, enum cudaLimit); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetTexture1DLinearMaxWidth)(size_t *, struct cudaChannelFormatDesc const *, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetCacheConfig)(enum cudaFuncCache *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetStreamPriorityRange)(int *, int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetCacheConfig)(enum cudaFuncCache); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetByPCIBusId)(int *, char const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetPCIBusId)(char *, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcGetEventHandle)(cudaIpcEventHandle_t *, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcOpenEventHandle)(cudaEvent_t *, cudaIpcEventHandle_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcGetMemHandle)(cudaIpcMemHandle_t *, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcOpenMemHandle)(void **, cudaIpcMemHandle_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcCloseMemHandle)(void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceFlushGPUDirectRDMAWrites)(enum cudaFlushGPUDirectRDMAWritesTarget, enum cudaFlushGPUDirectRDMAWritesScope); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceRegisterAsyncNotification)(int, cudaAsyncCallback, void *, cudaAsyncCallbackHandle_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceUnregisterAsyncNotification)(int, cudaAsyncCallbackHandle_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetSharedMemConfig)(enum cudaSharedMemConfig *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetSharedMemConfig)(enum cudaSharedMemConfig); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetLastError)(void); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaPeekAtLastError)(void); /*proto*/ static char const *(*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetErrorName)(cudaError_t); /*proto*/ static char const *(*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetErrorString)(cudaError_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDeviceCount)(int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDeviceProperties)(struct cudaDeviceProp *, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetAttribute)(int *, enum cudaDeviceAttr, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetHostAtomicCapabilities)(unsigned int *, enum cudaAtomicOperation const *, unsigned int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetDefaultMemPool)(cudaMemPool_t *, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetMemPool)(int, cudaMemPool_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetMemPool)(cudaMemPool_t *, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetNvSciSyncAttributes)(void *, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetP2PAttribute)(int *, enum cudaDeviceP2PAttr, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetP2PAtomicCapabilities)(unsigned int *, enum cudaAtomicOperation const *, unsigned int, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaChooseDevice)(int *, struct cudaDeviceProp const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaInitDevice)(int, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaSetDevice)(int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDevice)(int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaSetDeviceFlags)(unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDeviceFlags)(unsigned int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCreate)(cudaStream_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCreateWithFlags)(cudaStream_t *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCreateWithPriority)(cudaStream_t *, unsigned int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetPriority)(cudaStream_t, int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetFlags)(cudaStream_t, unsigned int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetId)(cudaStream_t, unsigned PY_LONG_LONG *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetDevice)(cudaStream_t, int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCtxResetPersistingL2Cache)(void); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCopyAttributes)(cudaStream_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetAttribute)(cudaStream_t, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaStreamAttrID, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaStreamAttrValue *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamSetAttribute)(cudaStream_t, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaStreamAttrID, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaStreamAttrValue const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamDestroy)(cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamWaitEvent)(cudaStream_t, cudaEvent_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamAddCallback)(cudaStream_t, cudaStreamCallback_t, void *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamSynchronize)(cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamQuery)(cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamAttachMemAsync)(cudaStream_t, void *, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamBeginCapture)(cudaStream_t, enum cudaStreamCaptureMode); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamBeginCaptureToGraph)(cudaStream_t, cudaGraph_t, cudaGraphNode_t const *, cudaGraphEdgeData const *, size_t, enum cudaStreamCaptureMode); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaThreadExchangeStreamCaptureMode)(enum cudaStreamCaptureMode *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamEndCapture)(cudaStream_t, cudaGraph_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamIsCapturing)(cudaStream_t, enum cudaStreamCaptureStatus *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetCaptureInfo)(cudaStream_t, enum cudaStreamCaptureStatus *, unsigned PY_LONG_LONG *, cudaGraph_t *, cudaGraphNode_t const **, cudaGraphEdgeData const **, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamUpdateCaptureDependencies)(cudaStream_t, cudaGraphNode_t *, cudaGraphEdgeData const *, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventCreate)(cudaEvent_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventCreateWithFlags)(cudaEvent_t *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventRecord)(cudaEvent_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventRecordWithFlags)(cudaEvent_t, cudaStream_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventQuery)(cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventSynchronize)(cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventDestroy)(cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventElapsedTime)(float *, cudaEvent_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaImportExternalMemory)(cudaExternalMemory_t *, struct cudaExternalMemoryHandleDesc const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExternalMemoryGetMappedBuffer)(void **, cudaExternalMemory_t, struct cudaExternalMemoryBufferDesc const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExternalMemoryGetMappedMipmappedArray)(cudaMipmappedArray_t *, cudaExternalMemory_t, struct cudaExternalMemoryMipmappedArrayDesc const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroyExternalMemory)(cudaExternalMemory_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaImportExternalSemaphore)(cudaExternalSemaphore_t *, struct cudaExternalSemaphoreHandleDesc const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaSignalExternalSemaphoresAsync)(cudaExternalSemaphore_t const *, struct cudaExternalSemaphoreSignalParams const *, unsigned int, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaWaitExternalSemaphoresAsync)(cudaExternalSemaphore_t const *, struct cudaExternalSemaphoreWaitParams const *, unsigned int, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroyExternalSemaphore)(cudaExternalSemaphore_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncSetCacheConfig)(void const *, enum cudaFuncCache); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncGetAttributes)(struct cudaFuncAttributes *, void const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncSetAttribute)(void const *, enum cudaFuncAttribute, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLaunchHostFunc)(cudaStream_t, cudaHostFn_t, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncSetSharedMemConfig)(void const *, enum cudaSharedMemConfig); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaOccupancyMaxActiveBlocksPerMultiprocessor)(int *, void const *, int, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaOccupancyAvailableDynamicSMemPerBlock)(size_t *, void const *, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags)(int *, void const *, int, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocManaged)(void **, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMalloc)(void **, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocHost)(void **, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocPitch)(void **, size_t *, size_t, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocArray)(cudaArray_t *, struct cudaChannelFormatDesc const *, size_t, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFree)(void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeHost)(void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeArray)(cudaArray_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeMipmappedArray)(cudaMipmappedArray_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostAlloc)(void **, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostRegister)(void *, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostUnregister)(void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostGetDevicePointer)(void **, void *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostGetFlags)(unsigned int *, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMalloc3D)(struct cudaPitchedPtr *, struct cudaExtent); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMalloc3DArray)(cudaArray_t *, struct cudaChannelFormatDesc const *, struct cudaExtent, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocMipmappedArray)(cudaMipmappedArray_t *, struct cudaChannelFormatDesc const *, struct cudaExtent, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetMipmappedArrayLevel)(cudaArray_t *, cudaMipmappedArray_const_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3D)(struct cudaMemcpy3DParms const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DPeer)(struct cudaMemcpy3DPeerParms const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DAsync)(struct cudaMemcpy3DParms const *, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DPeerAsync)(struct cudaMemcpy3DPeerParms const *, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemGetInfo)(size_t *, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetInfo)(struct cudaChannelFormatDesc *, struct cudaExtent *, unsigned int *, cudaArray_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetPlane)(cudaArray_t *, cudaArray_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetMemoryRequirements)(struct cudaArrayMemoryRequirements *, cudaArray_t, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMipmappedArrayGetMemoryRequirements)(struct cudaArrayMemoryRequirements *, cudaMipmappedArray_t, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetSparseProperties)(struct cudaArraySparseProperties *, cudaArray_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMipmappedArrayGetSparseProperties)(struct cudaArraySparseProperties *, cudaMipmappedArray_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy)(void *, void const *, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyPeer)(void *, int, void const *, int, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2D)(void *, size_t, void const *, size_t, size_t, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DToArray)(cudaArray_t, size_t, size_t, void const *, size_t, size_t, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DFromArray)(void *, size_t, cudaArray_const_t, size_t, size_t, size_t, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DArrayToArray)(cudaArray_t, size_t, size_t, cudaArray_const_t, size_t, size_t, size_t, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyAsync)(void *, void const *, size_t, enum cudaMemcpyKind, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyPeerAsync)(void *, int, void const *, int, size_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyBatchAsync)(void const **, void const **, size_t const *, size_t, struct cudaMemcpyAttributes *, size_t *, size_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DBatchAsync)(size_t, struct cudaMemcpy3DBatchOp *, unsigned PY_LONG_LONG, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DAsync)(void *, size_t, void const *, size_t, size_t, size_t, enum cudaMemcpyKind, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DToArrayAsync)(cudaArray_t, size_t, size_t, void const *, size_t, size_t, size_t, enum cudaMemcpyKind, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DFromArrayAsync)(void *, size_t, cudaArray_const_t, size_t, size_t, size_t, size_t, enum cudaMemcpyKind, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset)(void *, int, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset2D)(void *, size_t, int, size_t, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset3D)(struct cudaPitchedPtr, int, struct cudaExtent); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemsetAsync)(void *, int, size_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset2DAsync)(void *, size_t, int, size_t, size_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset3DAsync)(struct cudaPitchedPtr, int, struct cudaExtent, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPrefetchAsync)(void const *, size_t, struct cudaMemLocation, unsigned int, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPrefetchBatchAsync)(void **, size_t *, size_t, struct cudaMemLocation *, size_t *, size_t, unsigned PY_LONG_LONG, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemDiscardBatchAsync)(void **, size_t *, size_t, unsigned PY_LONG_LONG, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemDiscardAndPrefetchBatchAsync)(void **, size_t *, size_t, struct cudaMemLocation *, size_t *, size_t, unsigned PY_LONG_LONG, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemAdvise)(void const *, size_t, enum cudaMemoryAdvise, struct cudaMemLocation); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemRangeGetAttribute)(void *, size_t, enum cudaMemRangeAttribute, void const *, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemRangeGetAttributes)(void **, size_t *, enum cudaMemRangeAttribute *, size_t, void const *, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyToArray)(cudaArray_t, size_t, size_t, void const *, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyFromArray)(void *, cudaArray_const_t, size_t, size_t, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyArrayToArray)(cudaArray_t, size_t, size_t, cudaArray_const_t, size_t, size_t, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyToArrayAsync)(cudaArray_t, size_t, size_t, void const *, size_t, enum cudaMemcpyKind, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyFromArrayAsync)(void *, cudaArray_const_t, size_t, size_t, size_t, enum cudaMemcpyKind, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocAsync)(void **, size_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeAsync)(void *, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolTrimTo)(cudaMemPool_t, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolSetAttribute)(cudaMemPool_t, enum cudaMemPoolAttr, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolGetAttribute)(cudaMemPool_t, enum cudaMemPoolAttr, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolSetAccess)(cudaMemPool_t, struct cudaMemAccessDesc const *, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolGetAccess)(enum cudaMemAccessFlags *, cudaMemPool_t, struct cudaMemLocation *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolCreate)(cudaMemPool_t *, struct cudaMemPoolProps const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolDestroy)(cudaMemPool_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemGetDefaultMemPool)(cudaMemPool_t *, struct cudaMemLocation *, enum cudaMemAllocationType); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemGetMemPool)(cudaMemPool_t *, struct cudaMemLocation *, enum cudaMemAllocationType); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemSetMemPool)(struct cudaMemLocation *, enum cudaMemAllocationType, cudaMemPool_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocFromPoolAsync)(void **, size_t, cudaMemPool_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolExportToShareableHandle)(void *, cudaMemPool_t, enum cudaMemAllocationHandleType, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolImportFromShareableHandle)(cudaMemPool_t *, void *, enum cudaMemAllocationHandleType, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolExportPointer)(struct cudaMemPoolPtrExportData *, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolImportPointer)(void **, cudaMemPool_t, struct cudaMemPoolPtrExportData *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaPointerGetAttributes)(struct cudaPointerAttributes *, void const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceCanAccessPeer)(int *, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceEnablePeerAccess)(int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceDisablePeerAccess)(int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsUnregisterResource)(cudaGraphicsResource_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceSetMapFlags)(cudaGraphicsResource_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsMapResources)(int, cudaGraphicsResource_t *, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsUnmapResources)(int, cudaGraphicsResource_t *, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceGetMappedPointer)(void **, size_t *, cudaGraphicsResource_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsSubResourceGetMappedArray)(cudaArray_t *, cudaGraphicsResource_t, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceGetMappedMipmappedArray)(cudaMipmappedArray_t *, cudaGraphicsResource_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetChannelDesc)(struct cudaChannelFormatDesc *, cudaArray_const_t); /*proto*/ static struct cudaChannelFormatDesc (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCreateChannelDesc)(int, int, int, int, enum cudaChannelFormatKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCreateTextureObject)(cudaTextureObject_t *, struct cudaResourceDesc const *, struct cudaTextureDesc const *, struct cudaResourceViewDesc const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroyTextureObject)(cudaTextureObject_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetTextureObjectResourceDesc)(struct cudaResourceDesc *, cudaTextureObject_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetTextureObjectTextureDesc)(struct cudaTextureDesc *, cudaTextureObject_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetTextureObjectResourceViewDesc)(struct cudaResourceViewDesc *, cudaTextureObject_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCreateSurfaceObject)(cudaSurfaceObject_t *, struct cudaResourceDesc const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroySurfaceObject)(cudaSurfaceObject_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetSurfaceObjectResourceDesc)(struct cudaResourceDesc *, cudaSurfaceObject_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDriverGetVersion)(int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaRuntimeGetVersion)(int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsRegisterCallback)(cudaLogsCallback_t, void *, cudaLogsCallbackHandle *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsUnregisterCallback)(cudaLogsCallbackHandle); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsCurrent)(cudaLogIterator *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsDumpToFile)(cudaLogIterator *, char const *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsDumpToMemory)(cudaLogIterator *, char *, size_t *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphCreate)(cudaGraph_t *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddKernelNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaKernelNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeGetParams)(cudaGraphNode_t, struct cudaKernelNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeSetParams)(cudaGraphNode_t, struct cudaKernelNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeCopyAttributes)(cudaGraphNode_t, cudaGraphNode_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeGetAttribute)(cudaGraphNode_t, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrID, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrValue *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeSetAttribute)(cudaGraphNode_t, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrID, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrValue const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemcpyNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaMemcpy3DParms const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemcpyNode1D)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, void *, void const *, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemcpyNodeGetParams)(cudaGraphNode_t, struct cudaMemcpy3DParms *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemcpyNodeSetParams)(cudaGraphNode_t, struct cudaMemcpy3DParms const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemcpyNodeSetParams1D)(cudaGraphNode_t, void *, void const *, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemsetNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaMemsetParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemsetNodeGetParams)(cudaGraphNode_t, struct cudaMemsetParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemsetNodeSetParams)(cudaGraphNode_t, struct cudaMemsetParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddHostNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaHostNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphHostNodeGetParams)(cudaGraphNode_t, struct cudaHostNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphHostNodeSetParams)(cudaGraphNode_t, struct cudaHostNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddChildGraphNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, cudaGraph_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphChildGraphNodeGetGraph)(cudaGraphNode_t, cudaGraph_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddEmptyNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddEventRecordNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventRecordNodeGetEvent)(cudaGraphNode_t, cudaEvent_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventRecordNodeSetEvent)(cudaGraphNode_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddEventWaitNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventWaitNodeGetEvent)(cudaGraphNode_t, cudaEvent_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventWaitNodeSetEvent)(cudaGraphNode_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddExternalSemaphoresSignalNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaExternalSemaphoreSignalNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresSignalNodeGetParams)(cudaGraphNode_t, struct cudaExternalSemaphoreSignalNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresSignalNodeSetParams)(cudaGraphNode_t, struct cudaExternalSemaphoreSignalNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddExternalSemaphoresWaitNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaExternalSemaphoreWaitNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresWaitNodeGetParams)(cudaGraphNode_t, struct cudaExternalSemaphoreWaitNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresWaitNodeSetParams)(cudaGraphNode_t, struct cudaExternalSemaphoreWaitNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemAllocNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaMemAllocNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemAllocNodeGetParams)(cudaGraphNode_t, struct cudaMemAllocNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemFreeNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemFreeNodeGetParams)(cudaGraphNode_t, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGraphMemTrim)(int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetGraphMemAttribute)(int, enum cudaGraphMemAttributeType, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetGraphMemAttribute)(int, enum cudaGraphMemAttributeType, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphClone)(cudaGraph_t *, cudaGraph_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeFindInClone)(cudaGraphNode_t *, cudaGraphNode_t, cudaGraph_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetType)(cudaGraphNode_t, enum cudaGraphNodeType *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetContainingGraph)(cudaGraphNode_t, cudaGraph_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetLocalId)(cudaGraphNode_t, unsigned int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetToolsId)(cudaGraphNode_t, unsigned PY_LONG_LONG *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetId)(cudaGraph_t, unsigned int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecGetId)(cudaGraphExec_t, unsigned int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetNodes)(cudaGraph_t, cudaGraphNode_t *, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetRootNodes)(cudaGraph_t, cudaGraphNode_t *, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetEdges)(cudaGraph_t, cudaGraphNode_t *, cudaGraphNode_t *, cudaGraphEdgeData *, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetDependencies)(cudaGraphNode_t, cudaGraphNode_t *, cudaGraphEdgeData *, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetDependentNodes)(cudaGraphNode_t, cudaGraphNode_t *, cudaGraphEdgeData *, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddDependencies)(cudaGraph_t, cudaGraphNode_t const *, cudaGraphNode_t const *, cudaGraphEdgeData const *, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphRemoveDependencies)(cudaGraph_t, cudaGraphNode_t const *, cudaGraphNode_t const *, cudaGraphEdgeData const *, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphDestroyNode)(cudaGraphNode_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphInstantiate)(cudaGraphExec_t *, cudaGraph_t, unsigned PY_LONG_LONG); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphInstantiateWithFlags)(cudaGraphExec_t *, cudaGraph_t, unsigned PY_LONG_LONG); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphInstantiateWithParams)(cudaGraphExec_t *, cudaGraph_t, cudaGraphInstantiateParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecGetFlags)(cudaGraphExec_t, unsigned PY_LONG_LONG *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecKernelNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaKernelNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecMemcpyNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaMemcpy3DParms const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecMemcpyNodeSetParams1D)(cudaGraphExec_t, cudaGraphNode_t, void *, void const *, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecMemsetNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaMemsetParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecHostNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaHostNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecChildGraphNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, cudaGraph_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecEventRecordNodeSetEvent)(cudaGraphExec_t, cudaGraphNode_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecEventWaitNodeSetEvent)(cudaGraphExec_t, cudaGraphNode_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecExternalSemaphoresSignalNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaExternalSemaphoreSignalNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecExternalSemaphoresWaitNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaExternalSemaphoreWaitNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeSetEnabled)(cudaGraphExec_t, cudaGraphNode_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetEnabled)(cudaGraphExec_t, cudaGraphNode_t, unsigned int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecUpdate)(cudaGraphExec_t, cudaGraph_t, cudaGraphExecUpdateResultInfo *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphUpload)(cudaGraphExec_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphLaunch)(cudaGraphExec_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecDestroy)(cudaGraphExec_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphDestroy)(cudaGraph_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphDebugDotPrint)(cudaGraph_t, char const *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaUserObjectCreate)(cudaUserObject_t *, void *, cudaHostFn_t, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaUserObjectRetain)(cudaUserObject_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaUserObjectRelease)(cudaUserObject_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphRetainUserObject)(cudaGraph_t, cudaUserObject_t, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphReleaseUserObject)(cudaGraph_t, cudaUserObject_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, cudaGraphEdgeData const *, size_t, struct cudaGraphNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeSetParams)(cudaGraphNode_t, struct cudaGraphNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaGraphNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphConditionalHandleCreate)(cudaGraphConditionalHandle *, cudaGraph_t, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphConditionalHandleCreate_v2)(cudaGraphConditionalHandle *, cudaGraph_t, cudaExecutionContext_t, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDriverEntryPoint)(char const *, void **, unsigned PY_LONG_LONG, enum cudaDriverEntryPointQueryResult *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDriverEntryPointByVersion)(char const *, void **, unsigned int, unsigned PY_LONG_LONG, enum cudaDriverEntryPointQueryResult *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryLoadData)(cudaLibrary_t *, void const *, enum cudaJitOption *, void **, unsigned int, enum cudaLibraryOption *, void **, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryLoadFromFile)(cudaLibrary_t *, char const *, enum cudaJitOption *, void **, unsigned int, enum cudaLibraryOption *, void **, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryUnload)(cudaLibrary_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetKernel)(cudaKernel_t *, cudaLibrary_t, char const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetGlobal)(void **, size_t *, cudaLibrary_t, char const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetManaged)(void **, size_t *, cudaLibrary_t, char const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetUnifiedFunction)(void **, cudaLibrary_t, char const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetKernelCount)(unsigned int *, cudaLibrary_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryEnumerateKernels)(cudaKernel_t *, unsigned int, cudaLibrary_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaKernelSetAttributeForDevice)(cudaKernel_t, enum cudaFuncAttribute, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetDevResource)(int, cudaDevResource *, enum cudaDevResourceType); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDevSmResourceSplitByCount)(cudaDevResource *, unsigned int *, cudaDevResource const *, cudaDevResource *, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDevSmResourceSplit)(cudaDevResource *, unsigned int, cudaDevResource const *, cudaDevResource *, unsigned int, cudaDevSmResourceGroupParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDevResourceGenerateDesc)(cudaDevResourceDesc_t *, cudaDevResource *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGreenCtxCreate)(cudaExecutionContext_t *, cudaDevResourceDesc_t, int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxDestroy)(cudaExecutionContext_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxGetDevResource)(cudaExecutionContext_t, cudaDevResource *, enum cudaDevResourceType); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxGetDevice)(int *, cudaExecutionContext_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxGetId)(cudaExecutionContext_t, unsigned PY_LONG_LONG *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxStreamCreate)(cudaStream_t *, cudaExecutionContext_t, unsigned int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxSynchronize)(cudaExecutionContext_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetDevResource)(cudaStream_t, cudaDevResource *, enum cudaDevResourceType); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxRecordEvent)(cudaExecutionContext_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxWaitEvent)(cudaExecutionContext_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetExecutionCtx)(cudaExecutionContext_t *, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetExportTable)(void const **, cudaUUID_t const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetKernel)(cudaKernel_t *, void const *); /*proto*/ static struct cudaPitchedPtr (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__make_cudaPitchedPtr)(void *, size_t, size_t, size_t); /*proto*/ static struct cudaPos (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__make_cudaPos)(size_t, size_t, size_t); /*proto*/ static struct cudaExtent (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__make_cudaExtent)(size_t, size_t, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaProfilerStart)(void); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaProfilerStop)(void); /*proto*/ /* Module declarations from "cython" */ /* Module declarations from "cuda.bindings._lib.dlfcn" */ /* Module declarations from "cuda.bindings.cyruntime" */ /* #### Code section: typeinfo ### */ /* #### Code section: before_global_var ### */ #define __Pyx_MODULE_NAME "cuda.bindings.cyruntime" extern int __pyx_module_is_main_cuda__bindings__cyruntime; int __pyx_module_is_main_cuda__bindings__cyruntime = 0; /* Implementation of "cuda.bindings.cyruntime" */ /* #### Code section: global_var ### */ /* #### Code section: string_decls ### */ static const char __pyx_k_cudaRuntimeGetVersion[] = "cudaRuntimeGetVersion"; /* #### 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[18]; /* #### 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_kp_u_Function_cudaRuntimeGetVersion_n __pyx_string_tab[1] #define __pyx_kp_u__2 __pyx_string_tab[2] #define __pyx_n_u_abs_path __pyx_string_tab[3] #define __pyx_n_u_cline_in_traceback __pyx_string_tab[4] #define __pyx_n_u_cuda_pathfinder __pyx_string_tab[5] #define __pyx_n_u_cudart __pyx_string_tab[6] #define __pyx_n_u_handle_uint __pyx_string_tab[7] #define __pyx_n_u_load_nvidia_dynamic_lib __pyx_string_tab[8] #define __pyx_n_u_main __pyx_string_tab[9] #define __pyx_n_u_module __pyx_string_tab[10] #define __pyx_n_u_name __pyx_string_tab[11] #define __pyx_n_u_pyx_capi __pyx_string_tab[12] #define __pyx_n_u_qualname __pyx_string_tab[13] #define __pyx_n_u_setdefault __pyx_string_tab[14] #define __pyx_n_u_test __pyx_string_tab[15] #define __pyx_kp_b_char_const_cudaError_t_cudaError __pyx_string_tab[16] #define __pyx_kp_b_char_const_cudaError_t_cudaError_2 __pyx_string_tab[17] /* #### 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<18; ++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<18; ++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/cyruntime.pyx":8 * cimport cython * * cdef cudaError_t cudaDeviceReset() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceReset() * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceReset(void) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":9 * * cdef cudaError_t cudaDeviceReset() except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceReset() # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceReset(); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 9, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":8 * cimport cython * * cdef cudaError_t cudaDeviceReset() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceReset() * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceReset", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":11 * return cyruntime._cudaDeviceReset() * * cdef cudaError_t cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceSynchronize() * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceSynchronize(void) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":12 * * cdef cudaError_t cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceSynchronize() # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSynchronize(); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 12, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":11 * return cyruntime._cudaDeviceReset() * * cdef cudaError_t cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceSynchronize() * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceSynchronize", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":14 * return cyruntime._cudaDeviceSynchronize() * * cdef cudaError_t cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceSetLimit(limit, value) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceSetLimit(enum cudaLimit __pyx_v_limit, size_t __pyx_v_value) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":15 * * cdef cudaError_t cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceSetLimit(limit, value) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetLimit(((enum cudaLimit)__pyx_v_limit), __pyx_v_value); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 15, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":14 * return cyruntime._cudaDeviceSynchronize() * * cdef cudaError_t cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceSetLimit(limit, value) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceSetLimit", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":17 * return cyruntime._cudaDeviceSetLimit(limit, value) * * cdef cudaError_t cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetLimit(pValue, limit) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetLimit(size_t *__pyx_v_pValue, enum cudaLimit __pyx_v_limit) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":18 * * cdef cudaError_t cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetLimit(pValue, limit) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetLimit(__pyx_v_pValue, ((enum cudaLimit)__pyx_v_limit)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 18, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":17 * return cyruntime._cudaDeviceSetLimit(limit, value) * * cdef cudaError_t cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetLimit(pValue, limit) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetLimit", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":20 * return cyruntime._cudaDeviceGetLimit(pValue, limit) * * cdef cudaError_t cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetTexture1DLinearMaxWidth(size_t *__pyx_v_maxWidthInElements, struct cudaChannelFormatDesc const *__pyx_v_fmtDesc, int __pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":21 * * cdef cudaError_t cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetTexture1DLinearMaxWidth(__pyx_v_maxWidthInElements, __pyx_v_fmtDesc, __pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 21, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":20 * return cyruntime._cudaDeviceGetLimit(pValue, limit) * * cdef cudaError_t cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetTexture1DLinearMaxWidth", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":23 * return cyruntime._cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) * * cdef cudaError_t cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetCacheConfig(pCacheConfig) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetCacheConfig(enum cudaFuncCache *__pyx_v_pCacheConfig) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":24 * * cdef cudaError_t cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetCacheConfig(pCacheConfig) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetCacheConfig(((enum cudaFuncCache *)__pyx_v_pCacheConfig)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 24, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":23 * return cyruntime._cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) * * cdef cudaError_t cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetCacheConfig(pCacheConfig) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetCacheConfig", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":26 * return cyruntime._cudaDeviceGetCacheConfig(pCacheConfig) * * cdef cudaError_t cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetStreamPriorityRange(int *__pyx_v_leastPriority, int *__pyx_v_greatestPriority) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":27 * * cdef cudaError_t cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetStreamPriorityRange(__pyx_v_leastPriority, __pyx_v_greatestPriority); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 27, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":26 * return cyruntime._cudaDeviceGetCacheConfig(pCacheConfig) * * cdef cudaError_t cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetStreamPriorityRange", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":29 * return cyruntime._cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) * * cdef cudaError_t cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceSetCacheConfig(cacheConfig) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceSetCacheConfig(enum cudaFuncCache __pyx_v_cacheConfig) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":30 * * cdef cudaError_t cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceSetCacheConfig(cacheConfig) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetCacheConfig(((enum cudaFuncCache)__pyx_v_cacheConfig)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 30, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":29 * return cyruntime._cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) * * cdef cudaError_t cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceSetCacheConfig(cacheConfig) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceSetCacheConfig", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":32 * return cyruntime._cudaDeviceSetCacheConfig(cacheConfig) * * cdef cudaError_t cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetByPCIBusId(device, pciBusId) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetByPCIBusId(int *__pyx_v_device, char const *__pyx_v_pciBusId) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":33 * * cdef cudaError_t cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetByPCIBusId(device, pciBusId) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetByPCIBusId(__pyx_v_device, __pyx_v_pciBusId); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 33, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":32 * return cyruntime._cudaDeviceSetCacheConfig(cacheConfig) * * cdef cudaError_t cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetByPCIBusId(device, pciBusId) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetByPCIBusId", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":35 * return cyruntime._cudaDeviceGetByPCIBusId(device, pciBusId) * * cdef cudaError_t cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetPCIBusId(pciBusId, length, device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetPCIBusId(char *__pyx_v_pciBusId, int __pyx_v_length, int __pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":36 * * cdef cudaError_t cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetPCIBusId(pciBusId, length, device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetPCIBusId(__pyx_v_pciBusId, __pyx_v_length, __pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 36, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":35 * return cyruntime._cudaDeviceGetByPCIBusId(device, pciBusId) * * cdef cudaError_t cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetPCIBusId(pciBusId, length, device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetPCIBusId", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":38 * return cyruntime._cudaDeviceGetPCIBusId(pciBusId, length, device) * * cdef cudaError_t cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaIpcGetEventHandle(handle, event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaIpcGetEventHandle(cudaIpcEventHandle_t *__pyx_v_handle, cudaEvent_t __pyx_v_event) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":39 * * cdef cudaError_t cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaIpcGetEventHandle(handle, event) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcGetEventHandle(__pyx_v_handle, __pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 39, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":38 * return cyruntime._cudaDeviceGetPCIBusId(pciBusId, length, device) * * cdef cudaError_t cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaIpcGetEventHandle(handle, event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaIpcGetEventHandle", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":41 * return cyruntime._cudaIpcGetEventHandle(handle, event) * * cdef cudaError_t cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaIpcOpenEventHandle(event, handle) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaIpcOpenEventHandle(cudaEvent_t *__pyx_v_event, cudaIpcEventHandle_t __pyx_v_handle) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":42 * * cdef cudaError_t cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaIpcOpenEventHandle(event, handle) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcOpenEventHandle(__pyx_v_event, __pyx_v_handle); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 42, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":41 * return cyruntime._cudaIpcGetEventHandle(handle, event) * * cdef cudaError_t cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaIpcOpenEventHandle(event, handle) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaIpcOpenEventHandle", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":44 * return cyruntime._cudaIpcOpenEventHandle(event, handle) * * cdef cudaError_t cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaIpcGetMemHandle(handle, devPtr) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaIpcGetMemHandle(cudaIpcMemHandle_t *__pyx_v_handle, void *__pyx_v_devPtr) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":45 * * cdef cudaError_t cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaIpcGetMemHandle(handle, devPtr) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcGetMemHandle(__pyx_v_handle, __pyx_v_devPtr); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 45, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":44 * return cyruntime._cudaIpcOpenEventHandle(event, handle) * * cdef cudaError_t cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaIpcGetMemHandle(handle, devPtr) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaIpcGetMemHandle", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":47 * return cyruntime._cudaIpcGetMemHandle(handle, devPtr) * * cdef cudaError_t cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaIpcOpenMemHandle(devPtr, handle, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaIpcOpenMemHandle(void **__pyx_v_devPtr, cudaIpcMemHandle_t __pyx_v_handle, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":48 * * cdef cudaError_t cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaIpcOpenMemHandle(devPtr, handle, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcOpenMemHandle(__pyx_v_devPtr, __pyx_v_handle, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 48, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":47 * return cyruntime._cudaIpcGetMemHandle(handle, devPtr) * * cdef cudaError_t cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaIpcOpenMemHandle(devPtr, handle, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaIpcOpenMemHandle", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":50 * return cyruntime._cudaIpcOpenMemHandle(devPtr, handle, flags) * * cdef cudaError_t cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaIpcCloseMemHandle(devPtr) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaIpcCloseMemHandle(void *__pyx_v_devPtr) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":51 * * cdef cudaError_t cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaIpcCloseMemHandle(devPtr) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcCloseMemHandle(__pyx_v_devPtr); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 51, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":50 * return cyruntime._cudaIpcOpenMemHandle(devPtr, handle, flags) * * cdef cudaError_t cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaIpcCloseMemHandle(devPtr) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaIpcCloseMemHandle", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":53 * return cyruntime._cudaIpcCloseMemHandle(devPtr) * * cdef cudaError_t cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceFlushGPUDirectRDMAWrites(target, scope) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceFlushGPUDirectRDMAWrites(enum cudaFlushGPUDirectRDMAWritesTarget __pyx_v_target, enum cudaFlushGPUDirectRDMAWritesScope __pyx_v_scope) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":54 * * cdef cudaError_t cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceFlushGPUDirectRDMAWrites(target, scope) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceFlushGPUDirectRDMAWrites(((enum cudaFlushGPUDirectRDMAWritesTarget)__pyx_v_target), ((enum cudaFlushGPUDirectRDMAWritesScope)__pyx_v_scope)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 54, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":53 * return cyruntime._cudaIpcCloseMemHandle(devPtr) * * cdef cudaError_t cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceFlushGPUDirectRDMAWrites(target, scope) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceFlushGPUDirectRDMAWrites", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":56 * return cyruntime._cudaDeviceFlushGPUDirectRDMAWrites(target, scope) * * cdef cudaError_t cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceRegisterAsyncNotification(int __pyx_v_device, cudaAsyncCallback __pyx_v_callbackFunc, void *__pyx_v_userData, cudaAsyncCallbackHandle_t *__pyx_v_callback) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":57 * * cdef cudaError_t cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceRegisterAsyncNotification(__pyx_v_device, __pyx_v_callbackFunc, __pyx_v_userData, __pyx_v_callback); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 57, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":56 * return cyruntime._cudaDeviceFlushGPUDirectRDMAWrites(target, scope) * * cdef cudaError_t cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceRegisterAsyncNotification", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":59 * return cyruntime._cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) * * cdef cudaError_t cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceUnregisterAsyncNotification(device, callback) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceUnregisterAsyncNotification(int __pyx_v_device, cudaAsyncCallbackHandle_t __pyx_v_callback) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":60 * * cdef cudaError_t cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceUnregisterAsyncNotification(device, callback) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceUnregisterAsyncNotification(__pyx_v_device, __pyx_v_callback); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 60, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":59 * return cyruntime._cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) * * cdef cudaError_t cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceUnregisterAsyncNotification(device, callback) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceUnregisterAsyncNotification", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":62 * return cyruntime._cudaDeviceUnregisterAsyncNotification(device, callback) * * cdef cudaError_t cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetSharedMemConfig(pConfig) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetSharedMemConfig(enum cudaSharedMemConfig *__pyx_v_pConfig) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":63 * * cdef cudaError_t cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetSharedMemConfig(pConfig) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetSharedMemConfig(((enum cudaSharedMemConfig *)__pyx_v_pConfig)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 63, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":62 * return cyruntime._cudaDeviceUnregisterAsyncNotification(device, callback) * * cdef cudaError_t cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetSharedMemConfig(pConfig) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetSharedMemConfig", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":65 * return cyruntime._cudaDeviceGetSharedMemConfig(pConfig) * * cdef cudaError_t cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceSetSharedMemConfig(config) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceSetSharedMemConfig(enum cudaSharedMemConfig __pyx_v_config) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":66 * * cdef cudaError_t cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceSetSharedMemConfig(config) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetSharedMemConfig(((enum cudaSharedMemConfig)__pyx_v_config)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 66, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":65 * return cyruntime._cudaDeviceGetSharedMemConfig(pConfig) * * cdef cudaError_t cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceSetSharedMemConfig(config) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceSetSharedMemConfig", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":68 * return cyruntime._cudaDeviceSetSharedMemConfig(config) * * cdef cudaError_t cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetLastError() * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetLastError(void) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":69 * * cdef cudaError_t cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetLastError() # <<<<<<<<<<<<<< * * cdef cudaError_t cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetLastError(); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 69, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":68 * return cyruntime._cudaDeviceSetSharedMemConfig(config) * * cdef cudaError_t cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetLastError() * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetLastError", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":71 * return cyruntime._cudaGetLastError() * * cdef cudaError_t cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaPeekAtLastError() * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaPeekAtLastError(void) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":72 * * cdef cudaError_t cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaPeekAtLastError() # <<<<<<<<<<<<<< * * cdef const char* cudaGetErrorName(cudaError_t error) except ?NULL nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaPeekAtLastError(); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 72, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":71 * return cyruntime._cudaGetLastError() * * cdef cudaError_t cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaPeekAtLastError() * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaPeekAtLastError", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":74 * return cyruntime._cudaPeekAtLastError() * * cdef const char* cudaGetErrorName(cudaError_t error) except ?NULL nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetErrorName(error) * */ static char const *__pyx_f_4cuda_8bindings_9cyruntime_cudaGetErrorName(cudaError_t __pyx_v_error) { char const *__pyx_r; char const *__pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":75 * * cdef const char* cudaGetErrorName(cudaError_t error) except ?NULL nogil: * return cyruntime._cudaGetErrorName(error) # <<<<<<<<<<<<<< * * cdef const char* cudaGetErrorString(cudaError_t error) except ?NULL nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetErrorName(((cudaError_t)__pyx_v_error)); if (unlikely(__pyx_t_1 == ((void *)NULL) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 75, __pyx_L1_error) __pyx_r = __pyx_t_1; goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":74 * return cyruntime._cudaPeekAtLastError() * * cdef const char* cudaGetErrorName(cudaError_t error) except ?NULL nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetErrorName(error) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetErrorName", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = NULL; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":77 * return cyruntime._cudaGetErrorName(error) * * cdef const char* cudaGetErrorString(cudaError_t error) except ?NULL nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetErrorString(error) * */ static char const *__pyx_f_4cuda_8bindings_9cyruntime_cudaGetErrorString(cudaError_t __pyx_v_error) { char const *__pyx_r; char const *__pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":78 * * cdef const char* cudaGetErrorString(cudaError_t error) except ?NULL nogil: * return cyruntime._cudaGetErrorString(error) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetErrorString(((cudaError_t)__pyx_v_error)); if (unlikely(__pyx_t_1 == ((void *)NULL) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 78, __pyx_L1_error) __pyx_r = __pyx_t_1; goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":77 * return cyruntime._cudaGetErrorName(error) * * cdef const char* cudaGetErrorString(cudaError_t error) except ?NULL nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetErrorString(error) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetErrorString", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = NULL; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":80 * return cyruntime._cudaGetErrorString(error) * * cdef cudaError_t cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetDeviceCount(count) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetDeviceCount(int *__pyx_v_count) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":81 * * cdef cudaError_t cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetDeviceCount(count) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDeviceCount(__pyx_v_count); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 81, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":80 * return cyruntime._cudaGetErrorString(error) * * cdef cudaError_t cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetDeviceCount(count) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetDeviceCount", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":83 * return cyruntime._cudaGetDeviceCount(count) * * cdef cudaError_t cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetDeviceProperties(prop, device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetDeviceProperties(struct cudaDeviceProp *__pyx_v_prop, int __pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":84 * * cdef cudaError_t cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetDeviceProperties(prop, device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDeviceProperties(__pyx_v_prop, __pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 84, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":83 * return cyruntime._cudaGetDeviceCount(count) * * cdef cudaError_t cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetDeviceProperties(prop, device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetDeviceProperties", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":86 * return cyruntime._cudaGetDeviceProperties(prop, device) * * cdef cudaError_t cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetAttribute(value, attr, device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetAttribute(int *__pyx_v_value, enum cudaDeviceAttr __pyx_v_attr, int __pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":87 * * cdef cudaError_t cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetAttribute(value, attr, device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetAttribute(__pyx_v_value, ((enum cudaDeviceAttr)__pyx_v_attr), __pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 87, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":86 * return cyruntime._cudaGetDeviceProperties(prop, device) * * cdef cudaError_t cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetAttribute(value, attr, device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetAttribute", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":89 * return cyruntime._cudaDeviceGetAttribute(value, attr, device) * * cdef cudaError_t cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":90 * * cdef cudaError_t cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetHostAtomicCapabilities(__pyx_v_capabilities, ((enum cudaAtomicOperation const *)__pyx_v_operations), __pyx_v_count, __pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 90, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":89 * return cyruntime._cudaDeviceGetAttribute(value, attr, device) * * cdef cudaError_t cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetHostAtomicCapabilities", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":92 * return cyruntime._cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) * * cdef cudaError_t cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetDefaultMemPool(memPool, device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetDefaultMemPool(cudaMemPool_t *__pyx_v_memPool, int __pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":93 * * cdef cudaError_t cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetDefaultMemPool(memPool, device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetDefaultMemPool(__pyx_v_memPool, __pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 93, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":92 * return cyruntime._cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) * * cdef cudaError_t cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetDefaultMemPool(memPool, device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetDefaultMemPool", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":95 * return cyruntime._cudaDeviceGetDefaultMemPool(memPool, device) * * cdef cudaError_t cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceSetMemPool(device, memPool) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceSetMemPool(int __pyx_v_device, cudaMemPool_t __pyx_v_memPool) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":96 * * cdef cudaError_t cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceSetMemPool(device, memPool) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetMemPool(__pyx_v_device, __pyx_v_memPool); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 96, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":95 * return cyruntime._cudaDeviceGetDefaultMemPool(memPool, device) * * cdef cudaError_t cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceSetMemPool(device, memPool) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceSetMemPool", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":98 * return cyruntime._cudaDeviceSetMemPool(device, memPool) * * cdef cudaError_t cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetMemPool(memPool, device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetMemPool(cudaMemPool_t *__pyx_v_memPool, int __pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":99 * * cdef cudaError_t cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetMemPool(memPool, device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetMemPool(__pyx_v_memPool, __pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 99, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":98 * return cyruntime._cudaDeviceSetMemPool(device, memPool) * * cdef cudaError_t cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetMemPool(memPool, device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetMemPool", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":101 * return cyruntime._cudaDeviceGetMemPool(memPool, device) * * cdef cudaError_t cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetNvSciSyncAttributes(void *__pyx_v_nvSciSyncAttrList, int __pyx_v_device, int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":102 * * cdef cudaError_t cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetNvSciSyncAttributes(__pyx_v_nvSciSyncAttrList, __pyx_v_device, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 102, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":101 * return cyruntime._cudaDeviceGetMemPool(memPool, device) * * cdef cudaError_t cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetNvSciSyncAttributes", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":104 * return cyruntime._cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) * * cdef cudaError_t cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetP2PAttribute(int *__pyx_v_value, enum cudaDeviceP2PAttr __pyx_v_attr, int __pyx_v_srcDevice, int __pyx_v_dstDevice) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":105 * * cdef cudaError_t cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetP2PAttribute(__pyx_v_value, ((enum cudaDeviceP2PAttr)__pyx_v_attr), __pyx_v_srcDevice, __pyx_v_dstDevice); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 105, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":104 * return cyruntime._cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) * * cdef cudaError_t cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetP2PAttribute", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":107 * return cyruntime._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 cyruntime._cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":108 * * cdef cudaError_t cudaDeviceGetP2PAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetP2PAtomicCapabilities(__pyx_v_capabilities, ((enum cudaAtomicOperation const *)__pyx_v_operations), __pyx_v_count, __pyx_v_srcDevice, __pyx_v_dstDevice); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 108, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":107 * return cyruntime._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 cyruntime._cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetP2PAtomicCapabilities", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":110 * return cyruntime._cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) * * cdef cudaError_t cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaChooseDevice(device, prop) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaChooseDevice(int *__pyx_v_device, struct cudaDeviceProp const *__pyx_v_prop) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":111 * * cdef cudaError_t cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaChooseDevice(device, prop) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaChooseDevice(__pyx_v_device, __pyx_v_prop); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 111, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":110 * return cyruntime._cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) * * cdef cudaError_t cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaChooseDevice(device, prop) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaChooseDevice", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":113 * return cyruntime._cudaChooseDevice(device, prop) * * cdef cudaError_t cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaInitDevice(device, deviceFlags, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaInitDevice(int __pyx_v_device, unsigned int __pyx_v_deviceFlags, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":114 * * cdef cudaError_t cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaInitDevice(device, deviceFlags, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaInitDevice(__pyx_v_device, __pyx_v_deviceFlags, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 114, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":113 * return cyruntime._cudaChooseDevice(device, prop) * * cdef cudaError_t cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaInitDevice(device, deviceFlags, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaInitDevice", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":116 * return cyruntime._cudaInitDevice(device, deviceFlags, flags) * * cdef cudaError_t cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaSetDevice(device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaSetDevice(int __pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":117 * * cdef cudaError_t cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaSetDevice(device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaSetDevice(__pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 117, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":116 * return cyruntime._cudaInitDevice(device, deviceFlags, flags) * * cdef cudaError_t cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaSetDevice(device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaSetDevice", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":119 * return cyruntime._cudaSetDevice(device) * * cdef cudaError_t cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetDevice(device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetDevice(int *__pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":120 * * cdef cudaError_t cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetDevice(device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDevice(__pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 120, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":119 * return cyruntime._cudaSetDevice(device) * * cdef cudaError_t cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetDevice(device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetDevice", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":122 * return cyruntime._cudaGetDevice(device) * * cdef cudaError_t cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaSetDeviceFlags(flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaSetDeviceFlags(unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":123 * * cdef cudaError_t cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaSetDeviceFlags(flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaSetDeviceFlags(__pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 123, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":122 * return cyruntime._cudaGetDevice(device) * * cdef cudaError_t cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaSetDeviceFlags(flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaSetDeviceFlags", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":125 * return cyruntime._cudaSetDeviceFlags(flags) * * cdef cudaError_t cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetDeviceFlags(flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetDeviceFlags(unsigned int *__pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":126 * * cdef cudaError_t cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetDeviceFlags(flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDeviceFlags(__pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 126, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":125 * return cyruntime._cudaSetDeviceFlags(flags) * * cdef cudaError_t cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetDeviceFlags(flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetDeviceFlags", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":128 * return cyruntime._cudaGetDeviceFlags(flags) * * cdef cudaError_t cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamCreate(pStream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamCreate(cudaStream_t *__pyx_v_pStream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":129 * * cdef cudaError_t cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamCreate(pStream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCreate(__pyx_v_pStream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 129, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":128 * return cyruntime._cudaGetDeviceFlags(flags) * * cdef cudaError_t cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamCreate(pStream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamCreate", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":131 * return cyruntime._cudaStreamCreate(pStream) * * cdef cudaError_t cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamCreateWithFlags(pStream, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamCreateWithFlags(cudaStream_t *__pyx_v_pStream, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":132 * * cdef cudaError_t cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamCreateWithFlags(pStream, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCreateWithFlags(__pyx_v_pStream, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 132, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":131 * return cyruntime._cudaStreamCreate(pStream) * * cdef cudaError_t cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamCreateWithFlags(pStream, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamCreateWithFlags", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":134 * return cyruntime._cudaStreamCreateWithFlags(pStream, flags) * * cdef cudaError_t cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamCreateWithPriority(pStream, flags, priority) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamCreateWithPriority(cudaStream_t *__pyx_v_pStream, unsigned int __pyx_v_flags, int __pyx_v_priority) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":135 * * cdef cudaError_t cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamCreateWithPriority(pStream, flags, priority) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCreateWithPriority(__pyx_v_pStream, __pyx_v_flags, __pyx_v_priority); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 135, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":134 * return cyruntime._cudaStreamCreateWithFlags(pStream, flags) * * cdef cudaError_t cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamCreateWithPriority(pStream, flags, priority) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamCreateWithPriority", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":137 * return cyruntime._cudaStreamCreateWithPriority(pStream, flags, priority) * * cdef cudaError_t cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamGetPriority(hStream, priority) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetPriority(cudaStream_t __pyx_v_hStream, int *__pyx_v_priority) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":138 * * cdef cudaError_t cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamGetPriority(hStream, priority) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetPriority(__pyx_v_hStream, __pyx_v_priority); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 138, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":137 * return cyruntime._cudaStreamCreateWithPriority(pStream, flags, priority) * * cdef cudaError_t cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamGetPriority(hStream, priority) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamGetPriority", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":140 * return cyruntime._cudaStreamGetPriority(hStream, priority) * * cdef cudaError_t cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamGetFlags(hStream, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetFlags(cudaStream_t __pyx_v_hStream, unsigned int *__pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":141 * * cdef cudaError_t cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamGetFlags(hStream, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetFlags(__pyx_v_hStream, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 141, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":140 * return cyruntime._cudaStreamGetPriority(hStream, priority) * * cdef cudaError_t cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamGetFlags(hStream, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamGetFlags", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":143 * return cyruntime._cudaStreamGetFlags(hStream, flags) * * cdef cudaError_t cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamGetId(hStream, streamId) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetId(cudaStream_t __pyx_v_hStream, unsigned PY_LONG_LONG *__pyx_v_streamId) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":144 * * cdef cudaError_t cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamGetId(hStream, streamId) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetId(__pyx_v_hStream, __pyx_v_streamId); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 144, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":143 * return cyruntime._cudaStreamGetFlags(hStream, flags) * * cdef cudaError_t cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamGetId(hStream, streamId) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamGetId", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":146 * return cyruntime._cudaStreamGetId(hStream, streamId) * * cdef cudaError_t cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamGetDevice(hStream, device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetDevice(cudaStream_t __pyx_v_hStream, int *__pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":147 * * cdef cudaError_t cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamGetDevice(hStream, device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetDevice(__pyx_v_hStream, __pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 147, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":146 * return cyruntime._cudaStreamGetId(hStream, streamId) * * cdef cudaError_t cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamGetDevice(hStream, device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamGetDevice", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":149 * return cyruntime._cudaStreamGetDevice(hStream, device) * * cdef cudaError_t cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaCtxResetPersistingL2Cache() * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaCtxResetPersistingL2Cache(void) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":150 * * cdef cudaError_t cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaCtxResetPersistingL2Cache() # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCtxResetPersistingL2Cache(); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 150, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":149 * return cyruntime._cudaStreamGetDevice(hStream, device) * * cdef cudaError_t cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaCtxResetPersistingL2Cache() * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaCtxResetPersistingL2Cache", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":152 * return cyruntime._cudaCtxResetPersistingL2Cache() * * cdef cudaError_t cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamCopyAttributes(dst, src) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamCopyAttributes(cudaStream_t __pyx_v_dst, cudaStream_t __pyx_v_src) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":153 * * cdef cudaError_t cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamCopyAttributes(dst, src) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCopyAttributes(__pyx_v_dst, __pyx_v_src); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 153, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":152 * return cyruntime._cudaCtxResetPersistingL2Cache() * * cdef cudaError_t cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamCopyAttributes(dst, src) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamCopyAttributes", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":155 * return cyruntime._cudaStreamCopyAttributes(dst, src) * * cdef cudaError_t cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamGetAttribute(hStream, attr, value_out) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetAttribute(cudaStream_t __pyx_v_hStream, __pyx_t_4cuda_8bindings_9cyruntime_cudaStreamAttrID __pyx_v_attr, __pyx_t_4cuda_8bindings_9cyruntime_cudaStreamAttrValue *__pyx_v_value_out) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":156 * * cdef cudaError_t cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamGetAttribute(hStream, attr, value_out) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetAttribute(__pyx_v_hStream, ((__pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaStreamAttrID)__pyx_v_attr), __pyx_v_value_out); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 156, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":155 * return cyruntime._cudaStreamCopyAttributes(dst, src) * * cdef cudaError_t cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamGetAttribute(hStream, attr, value_out) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamGetAttribute", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":158 * return cyruntime._cudaStreamGetAttribute(hStream, attr, value_out) * * cdef cudaError_t cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamSetAttribute(hStream, attr, value) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamSetAttribute(cudaStream_t __pyx_v_hStream, __pyx_t_4cuda_8bindings_9cyruntime_cudaStreamAttrID __pyx_v_attr, __pyx_t_4cuda_8bindings_9cyruntime_cudaStreamAttrValue const *__pyx_v_value) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":159 * * cdef cudaError_t cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamSetAttribute(hStream, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamSetAttribute(__pyx_v_hStream, ((__pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaStreamAttrID)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 159, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":158 * return cyruntime._cudaStreamGetAttribute(hStream, attr, value_out) * * cdef cudaError_t cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamSetAttribute(hStream, attr, value) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamSetAttribute", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":161 * return cyruntime._cudaStreamSetAttribute(hStream, attr, value) * * cdef cudaError_t cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamDestroy(stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamDestroy(cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":162 * * cdef cudaError_t cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamDestroy(stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamDestroy(__pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 162, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":161 * return cyruntime._cudaStreamSetAttribute(hStream, attr, value) * * cdef cudaError_t cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamDestroy(stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamDestroy", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":164 * return cyruntime._cudaStreamDestroy(stream) * * cdef cudaError_t cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamWaitEvent(stream, event, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamWaitEvent(cudaStream_t __pyx_v_stream, cudaEvent_t __pyx_v_event, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":165 * * cdef cudaError_t cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamWaitEvent(stream, event, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamWaitEvent(__pyx_v_stream, __pyx_v_event, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 165, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":164 * return cyruntime._cudaStreamDestroy(stream) * * cdef cudaError_t cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamWaitEvent(stream, event, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamWaitEvent", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":167 * return cyruntime._cudaStreamWaitEvent(stream, event, flags) * * cdef cudaError_t cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamAddCallback(stream, callback, userData, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamAddCallback(cudaStream_t __pyx_v_stream, cudaStreamCallback_t __pyx_v_callback, void *__pyx_v_userData, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":168 * * cdef cudaError_t cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamAddCallback(stream, callback, userData, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamAddCallback(__pyx_v_stream, ((cudaStreamCallback_t)__pyx_v_callback), __pyx_v_userData, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 168, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":167 * return cyruntime._cudaStreamWaitEvent(stream, event, flags) * * cdef cudaError_t cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamAddCallback(stream, callback, userData, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamAddCallback", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":170 * return cyruntime._cudaStreamAddCallback(stream, callback, userData, flags) * * cdef cudaError_t cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamSynchronize(stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamSynchronize(cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":171 * * cdef cudaError_t cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamSynchronize(stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamSynchronize(__pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 171, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":170 * return cyruntime._cudaStreamAddCallback(stream, callback, userData, flags) * * cdef cudaError_t cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamSynchronize(stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamSynchronize", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":173 * return cyruntime._cudaStreamSynchronize(stream) * * cdef cudaError_t cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamQuery(stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamQuery(cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":174 * * cdef cudaError_t cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamQuery(stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamQuery(__pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 174, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":173 * return cyruntime._cudaStreamSynchronize(stream) * * cdef cudaError_t cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamQuery(stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamQuery", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":176 * return cyruntime._cudaStreamQuery(stream) * * cdef cudaError_t cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamAttachMemAsync(stream, devPtr, length, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamAttachMemAsync(cudaStream_t __pyx_v_stream, void *__pyx_v_devPtr, size_t __pyx_v_length, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":177 * * cdef cudaError_t cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamAttachMemAsync(stream, devPtr, length, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamAttachMemAsync(__pyx_v_stream, __pyx_v_devPtr, __pyx_v_length, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 177, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":176 * return cyruntime._cudaStreamQuery(stream) * * cdef cudaError_t cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamAttachMemAsync(stream, devPtr, length, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamAttachMemAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":179 * return cyruntime._cudaStreamAttachMemAsync(stream, devPtr, length, flags) * * cdef cudaError_t cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamBeginCapture(stream, mode) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamBeginCapture(cudaStream_t __pyx_v_stream, enum cudaStreamCaptureMode __pyx_v_mode) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":180 * * cdef cudaError_t cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamBeginCapture(__pyx_v_stream, ((enum cudaStreamCaptureMode)__pyx_v_mode)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 180, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":179 * return cyruntime._cudaStreamAttachMemAsync(stream, devPtr, length, flags) * * cdef cudaError_t cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamBeginCapture(stream, mode) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamBeginCapture", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":182 * return cyruntime._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 cyruntime._cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":183 * * 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 cyruntime._cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamBeginCaptureToGraph(__pyx_v_stream, __pyx_v_graph, __pyx_v_dependencies, __pyx_v_dependencyData, __pyx_v_numDependencies, ((enum cudaStreamCaptureMode)__pyx_v_mode)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 183, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":182 * return cyruntime._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 cyruntime._cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamBeginCaptureToGraph", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":185 * return cyruntime._cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) * * cdef cudaError_t cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaThreadExchangeStreamCaptureMode(mode) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaThreadExchangeStreamCaptureMode(enum cudaStreamCaptureMode *__pyx_v_mode) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":186 * * cdef cudaError_t cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaThreadExchangeStreamCaptureMode(mode) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaThreadExchangeStreamCaptureMode(((enum cudaStreamCaptureMode *)__pyx_v_mode)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 186, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":185 * return cyruntime._cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) * * cdef cudaError_t cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaThreadExchangeStreamCaptureMode(mode) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaThreadExchangeStreamCaptureMode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":188 * return cyruntime._cudaThreadExchangeStreamCaptureMode(mode) * * cdef cudaError_t cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamEndCapture(stream, pGraph) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamEndCapture(cudaStream_t __pyx_v_stream, cudaGraph_t *__pyx_v_pGraph) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":189 * * cdef cudaError_t cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamEndCapture(stream, pGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamEndCapture(__pyx_v_stream, __pyx_v_pGraph); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 189, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":188 * return cyruntime._cudaThreadExchangeStreamCaptureMode(mode) * * cdef cudaError_t cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamEndCapture(stream, pGraph) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamEndCapture", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":191 * return cyruntime._cudaStreamEndCapture(stream, pGraph) * * cdef cudaError_t cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamIsCapturing(stream, pCaptureStatus) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamIsCapturing(cudaStream_t __pyx_v_stream, enum cudaStreamCaptureStatus *__pyx_v_pCaptureStatus) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":192 * * cdef cudaError_t cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamIsCapturing(__pyx_v_stream, ((enum cudaStreamCaptureStatus *)__pyx_v_pCaptureStatus)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 192, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":191 * return cyruntime._cudaStreamEndCapture(stream, pGraph) * * cdef cudaError_t cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamIsCapturing(stream, pCaptureStatus) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamIsCapturing", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":194 * return cyruntime._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 cyruntime._cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":195 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetCaptureInfo(__pyx_v_stream, ((enum cudaStreamCaptureStatus *)__pyx_v_captureStatus_out), __pyx_v_id_out, __pyx_v_graph_out, __pyx_v_dependencies_out, __pyx_v_edgeData_out, __pyx_v_numDependencies_out); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 195, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":194 * return cyruntime._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 cyruntime._cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamGetCaptureInfo", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":197 * return cyruntime._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 cyruntime._cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":198 * * cdef cudaError_t cudaStreamUpdateCaptureDependencies(cudaStream_t stream, cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamUpdateCaptureDependencies(__pyx_v_stream, __pyx_v_dependencies, __pyx_v_dependencyData, __pyx_v_numDependencies, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 198, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":197 * return cyruntime._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 cyruntime._cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamUpdateCaptureDependencies", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":200 * return cyruntime._cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) * * cdef cudaError_t cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventCreate(event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEventCreate(cudaEvent_t *__pyx_v_event) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":201 * * cdef cudaError_t cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEventCreate(event) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventCreate(__pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 201, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":200 * return cyruntime._cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) * * cdef cudaError_t cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventCreate(event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEventCreate", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":203 * return cyruntime._cudaEventCreate(event) * * cdef cudaError_t cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventCreateWithFlags(event, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEventCreateWithFlags(cudaEvent_t *__pyx_v_event, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":204 * * cdef cudaError_t cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEventCreateWithFlags(event, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventCreateWithFlags(__pyx_v_event, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 204, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":203 * return cyruntime._cudaEventCreate(event) * * cdef cudaError_t cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventCreateWithFlags(event, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEventCreateWithFlags", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":206 * return cyruntime._cudaEventCreateWithFlags(event, flags) * * cdef cudaError_t cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventRecord(event, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEventRecord(cudaEvent_t __pyx_v_event, cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":207 * * cdef cudaError_t cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEventRecord(event, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventRecord(__pyx_v_event, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 207, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":206 * return cyruntime._cudaEventCreateWithFlags(event, flags) * * cdef cudaError_t cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventRecord(event, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEventRecord", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":209 * return cyruntime._cudaEventRecord(event, stream) * * cdef cudaError_t cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventRecordWithFlags(event, stream, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEventRecordWithFlags(cudaEvent_t __pyx_v_event, cudaStream_t __pyx_v_stream, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":210 * * cdef cudaError_t cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEventRecordWithFlags(event, stream, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventRecordWithFlags(__pyx_v_event, __pyx_v_stream, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 210, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":209 * return cyruntime._cudaEventRecord(event, stream) * * cdef cudaError_t cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventRecordWithFlags(event, stream, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEventRecordWithFlags", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":212 * return cyruntime._cudaEventRecordWithFlags(event, stream, flags) * * cdef cudaError_t cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventQuery(event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEventQuery(cudaEvent_t __pyx_v_event) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":213 * * cdef cudaError_t cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEventQuery(event) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventQuery(__pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 213, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":212 * return cyruntime._cudaEventRecordWithFlags(event, stream, flags) * * cdef cudaError_t cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventQuery(event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEventQuery", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":215 * return cyruntime._cudaEventQuery(event) * * cdef cudaError_t cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventSynchronize(event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEventSynchronize(cudaEvent_t __pyx_v_event) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":216 * * cdef cudaError_t cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEventSynchronize(event) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventSynchronize(__pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 216, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":215 * return cyruntime._cudaEventQuery(event) * * cdef cudaError_t cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventSynchronize(event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEventSynchronize", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":218 * return cyruntime._cudaEventSynchronize(event) * * cdef cudaError_t cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventDestroy(event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEventDestroy(cudaEvent_t __pyx_v_event) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":219 * * cdef cudaError_t cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEventDestroy(event) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventDestroy(__pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 219, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":218 * return cyruntime._cudaEventSynchronize(event) * * cdef cudaError_t cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventDestroy(event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEventDestroy", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":221 * return cyruntime._cudaEventDestroy(event) * * cdef cudaError_t cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventElapsedTime(ms, start, end) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEventElapsedTime(float *__pyx_v_ms, cudaEvent_t __pyx_v_start, cudaEvent_t __pyx_v_end) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":222 * * cdef cudaError_t cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEventElapsedTime(ms, start, end) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventElapsedTime(__pyx_v_ms, __pyx_v_start, __pyx_v_end); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 222, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":221 * return cyruntime._cudaEventDestroy(event) * * cdef cudaError_t cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventElapsedTime(ms, start, end) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEventElapsedTime", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":224 * return cyruntime._cudaEventElapsedTime(ms, start, end) * * cdef cudaError_t cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaImportExternalMemory(extMem_out, memHandleDesc) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaImportExternalMemory(cudaExternalMemory_t *__pyx_v_extMem_out, struct cudaExternalMemoryHandleDesc const *__pyx_v_memHandleDesc) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":225 * * cdef cudaError_t cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaImportExternalMemory(extMem_out, memHandleDesc) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaImportExternalMemory(__pyx_v_extMem_out, __pyx_v_memHandleDesc); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 225, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":224 * return cyruntime._cudaEventElapsedTime(ms, start, end) * * cdef cudaError_t cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaImportExternalMemory(extMem_out, memHandleDesc) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaImportExternalMemory", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":227 * return cyruntime._cudaImportExternalMemory(extMem_out, memHandleDesc) * * cdef cudaError_t cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaExternalMemoryGetMappedBuffer(void **__pyx_v_devPtr, cudaExternalMemory_t __pyx_v_extMem, struct cudaExternalMemoryBufferDesc const *__pyx_v_bufferDesc) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":228 * * cdef cudaError_t cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExternalMemoryGetMappedBuffer(__pyx_v_devPtr, __pyx_v_extMem, __pyx_v_bufferDesc); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 228, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":227 * return cyruntime._cudaImportExternalMemory(extMem_out, memHandleDesc) * * cdef cudaError_t cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaExternalMemoryGetMappedBuffer", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":230 * return cyruntime._cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) * * cdef cudaError_t cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t *__pyx_v_mipmap, cudaExternalMemory_t __pyx_v_extMem, struct cudaExternalMemoryMipmappedArrayDesc const *__pyx_v_mipmapDesc) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":231 * * cdef cudaError_t cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExternalMemoryGetMappedMipmappedArray(__pyx_v_mipmap, __pyx_v_extMem, __pyx_v_mipmapDesc); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 231, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":230 * return cyruntime._cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) * * cdef cudaError_t cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaExternalMemoryGetMappedMipmappedArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":233 * return cyruntime._cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) * * cdef cudaError_t cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDestroyExternalMemory(extMem) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDestroyExternalMemory(cudaExternalMemory_t __pyx_v_extMem) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":234 * * cdef cudaError_t cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDestroyExternalMemory(extMem) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroyExternalMemory(__pyx_v_extMem); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 234, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":233 * return cyruntime._cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) * * cdef cudaError_t cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDestroyExternalMemory(extMem) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDestroyExternalMemory", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":236 * return cyruntime._cudaDestroyExternalMemory(extMem) * * cdef cudaError_t cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaImportExternalSemaphore(extSem_out, semHandleDesc) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaImportExternalSemaphore(cudaExternalSemaphore_t *__pyx_v_extSem_out, struct cudaExternalSemaphoreHandleDesc const *__pyx_v_semHandleDesc) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":237 * * cdef cudaError_t cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaImportExternalSemaphore(__pyx_v_extSem_out, __pyx_v_semHandleDesc); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 237, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":236 * return cyruntime._cudaDestroyExternalMemory(extMem) * * cdef cudaError_t cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaImportExternalSemaphore(extSem_out, semHandleDesc) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaImportExternalSemaphore", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":239 * return cyruntime._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 cyruntime._cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":240 * * cdef cudaError_t cudaSignalExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaSignalExternalSemaphoresAsync(__pyx_v_extSemArray, __pyx_v_paramsArray, __pyx_v_numExtSems, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 240, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":239 * return cyruntime._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 cyruntime._cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaSignalExternalSemaphoresAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":242 * return cyruntime._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 cyruntime._cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":243 * * cdef cudaError_t cudaWaitExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaWaitExternalSemaphoresAsync(__pyx_v_extSemArray, __pyx_v_paramsArray, __pyx_v_numExtSems, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 243, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":242 * return cyruntime._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 cyruntime._cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaWaitExternalSemaphoresAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":245 * return cyruntime._cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * * cdef cudaError_t cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDestroyExternalSemaphore(extSem) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDestroyExternalSemaphore(cudaExternalSemaphore_t __pyx_v_extSem) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":246 * * cdef cudaError_t cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDestroyExternalSemaphore(extSem) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroyExternalSemaphore(__pyx_v_extSem); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 246, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":245 * return cyruntime._cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * * cdef cudaError_t cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDestroyExternalSemaphore(extSem) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDestroyExternalSemaphore", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":248 * return cyruntime._cudaDestroyExternalSemaphore(extSem) * * cdef cudaError_t cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFuncSetCacheConfig(func, cacheConfig) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaFuncSetCacheConfig(void const *__pyx_v_func, enum cudaFuncCache __pyx_v_cacheConfig) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":249 * * cdef cudaError_t cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaFuncSetCacheConfig(func, cacheConfig) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncSetCacheConfig(__pyx_v_func, ((enum cudaFuncCache)__pyx_v_cacheConfig)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 249, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":248 * return cyruntime._cudaDestroyExternalSemaphore(extSem) * * cdef cudaError_t cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFuncSetCacheConfig(func, cacheConfig) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaFuncSetCacheConfig", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":251 * return cyruntime._cudaFuncSetCacheConfig(func, cacheConfig) * * cdef cudaError_t cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFuncGetAttributes(attr, func) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaFuncGetAttributes(struct cudaFuncAttributes *__pyx_v_attr, void const *__pyx_v_func) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":252 * * cdef cudaError_t cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaFuncGetAttributes(attr, func) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncGetAttributes(__pyx_v_attr, __pyx_v_func); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 252, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":251 * return cyruntime._cudaFuncSetCacheConfig(func, cacheConfig) * * cdef cudaError_t cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFuncGetAttributes(attr, func) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaFuncGetAttributes", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":254 * return cyruntime._cudaFuncGetAttributes(attr, func) * * cdef cudaError_t cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFuncSetAttribute(func, attr, value) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaFuncSetAttribute(void const *__pyx_v_func, enum cudaFuncAttribute __pyx_v_attr, int __pyx_v_value) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":255 * * cdef cudaError_t cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaFuncSetAttribute(func, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncSetAttribute(__pyx_v_func, ((enum cudaFuncAttribute)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 255, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":254 * return cyruntime._cudaFuncGetAttributes(attr, func) * * cdef cudaError_t cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFuncSetAttribute(func, attr, value) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaFuncSetAttribute", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":257 * return cyruntime._cudaFuncSetAttribute(func, attr, value) * * cdef cudaError_t cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLaunchHostFunc(stream, fn, userData) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLaunchHostFunc(cudaStream_t __pyx_v_stream, cudaHostFn_t __pyx_v_fn, void *__pyx_v_userData) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":258 * * cdef cudaError_t cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLaunchHostFunc(stream, fn, userData) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLaunchHostFunc(__pyx_v_stream, __pyx_v_fn, __pyx_v_userData); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 258, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":257 * return cyruntime._cudaFuncSetAttribute(func, attr, value) * * cdef cudaError_t cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLaunchHostFunc(stream, fn, userData) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLaunchHostFunc", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":260 * return cyruntime._cudaLaunchHostFunc(stream, fn, userData) * * cdef cudaError_t cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFuncSetSharedMemConfig(func, config) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaFuncSetSharedMemConfig(void const *__pyx_v_func, enum cudaSharedMemConfig __pyx_v_config) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":261 * * cdef cudaError_t cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaFuncSetSharedMemConfig(func, config) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncSetSharedMemConfig(__pyx_v_func, ((enum cudaSharedMemConfig)__pyx_v_config)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 261, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":260 * return cyruntime._cudaLaunchHostFunc(stream, fn, userData) * * cdef cudaError_t cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFuncSetSharedMemConfig(func, config) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaFuncSetSharedMemConfig", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":263 * return cyruntime._cudaFuncSetSharedMemConfig(func, config) * * cdef cudaError_t cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaOccupancyMaxActiveBlocksPerMultiprocessor(int *__pyx_v_numBlocks, void const *__pyx_v_func, int __pyx_v_blockSize, size_t __pyx_v_dynamicSMemSize) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":264 * * cdef cudaError_t cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaOccupancyMaxActiveBlocksPerMultiprocessor(__pyx_v_numBlocks, __pyx_v_func, __pyx_v_blockSize, __pyx_v_dynamicSMemSize); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 264, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":263 * return cyruntime._cudaFuncSetSharedMemConfig(func, config) * * cdef cudaError_t cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaOccupancyMaxActiveBlocksPerMultiprocessor", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":266 * return cyruntime._cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) * * cdef cudaError_t cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaOccupancyAvailableDynamicSMemPerBlock(size_t *__pyx_v_dynamicSmemSize, void const *__pyx_v_func, int __pyx_v_numBlocks, int __pyx_v_blockSize) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":267 * * cdef cudaError_t cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaOccupancyAvailableDynamicSMemPerBlock(__pyx_v_dynamicSmemSize, __pyx_v_func, __pyx_v_numBlocks, __pyx_v_blockSize); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 267, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":266 * return cyruntime._cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) * * cdef cudaError_t cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaOccupancyAvailableDynamicSMemPerBlock", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":269 * return cyruntime._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 cyruntime._cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":270 * * cdef cudaError_t cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(__pyx_v_numBlocks, __pyx_v_func, __pyx_v_blockSize, __pyx_v_dynamicSMemSize, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 270, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":269 * return cyruntime._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 cyruntime._cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":272 * return cyruntime._cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) * * cdef cudaError_t cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMallocManaged(devPtr, size, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMallocManaged(void **__pyx_v_devPtr, size_t __pyx_v_size, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":273 * * cdef cudaError_t cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMallocManaged(devPtr, size, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocManaged(__pyx_v_devPtr, __pyx_v_size, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 273, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":272 * return cyruntime._cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) * * cdef cudaError_t cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMallocManaged(devPtr, size, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMallocManaged", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":275 * return cyruntime._cudaMallocManaged(devPtr, size, flags) * * cdef cudaError_t cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMalloc(devPtr, size) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMalloc(void **__pyx_v_devPtr, size_t __pyx_v_size) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":276 * * cdef cudaError_t cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMalloc(devPtr, size) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMalloc(__pyx_v_devPtr, __pyx_v_size); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 276, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":275 * return cyruntime._cudaMallocManaged(devPtr, size, flags) * * cdef cudaError_t cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMalloc(devPtr, size) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMalloc", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":278 * return cyruntime._cudaMalloc(devPtr, size) * * cdef cudaError_t cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMallocHost(ptr, size) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMallocHost(void **__pyx_v_ptr, size_t __pyx_v_size) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":279 * * cdef cudaError_t cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMallocHost(ptr, size) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocHost(__pyx_v_ptr, __pyx_v_size); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 279, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":278 * return cyruntime._cudaMalloc(devPtr, size) * * cdef cudaError_t cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMallocHost(ptr, size) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMallocHost", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":281 * return cyruntime._cudaMallocHost(ptr, size) * * cdef cudaError_t cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMallocPitch(devPtr, pitch, width, height) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMallocPitch(void **__pyx_v_devPtr, size_t *__pyx_v_pitch, size_t __pyx_v_width, size_t __pyx_v_height) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":282 * * cdef cudaError_t cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocPitch(__pyx_v_devPtr, __pyx_v_pitch, __pyx_v_width, __pyx_v_height); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 282, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":281 * return cyruntime._cudaMallocHost(ptr, size) * * cdef cudaError_t cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMallocPitch(devPtr, pitch, width, height) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMallocPitch", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":284 * return cyruntime._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 cyruntime._cudaMallocArray(array, desc, width, height, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":285 * * cdef cudaError_t cudaMallocArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMallocArray(array, desc, width, height, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocArray(__pyx_v_array, __pyx_v_desc, __pyx_v_width, __pyx_v_height, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 285, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":284 * return cyruntime._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 cyruntime._cudaMallocArray(array, desc, width, height, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMallocArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":287 * return cyruntime._cudaMallocArray(array, desc, width, height, flags) * * cdef cudaError_t cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFree(devPtr) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaFree(void *__pyx_v_devPtr) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":288 * * cdef cudaError_t cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaFree(devPtr) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFree(__pyx_v_devPtr); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 288, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":287 * return cyruntime._cudaMallocArray(array, desc, width, height, flags) * * cdef cudaError_t cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFree(devPtr) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaFree", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":290 * return cyruntime._cudaFree(devPtr) * * cdef cudaError_t cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFreeHost(ptr) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaFreeHost(void *__pyx_v_ptr) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":291 * * cdef cudaError_t cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaFreeHost(ptr) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeHost(__pyx_v_ptr); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 291, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":290 * return cyruntime._cudaFree(devPtr) * * cdef cudaError_t cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFreeHost(ptr) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaFreeHost", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":293 * return cyruntime._cudaFreeHost(ptr) * * cdef cudaError_t cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFreeArray(array) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaFreeArray(cudaArray_t __pyx_v_array) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":294 * * cdef cudaError_t cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaFreeArray(array) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeArray(__pyx_v_array); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 294, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":293 * return cyruntime._cudaFreeHost(ptr) * * cdef cudaError_t cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFreeArray(array) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaFreeArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":296 * return cyruntime._cudaFreeArray(array) * * cdef cudaError_t cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFreeMipmappedArray(mipmappedArray) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaFreeMipmappedArray(cudaMipmappedArray_t __pyx_v_mipmappedArray) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":297 * * cdef cudaError_t cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaFreeMipmappedArray(mipmappedArray) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeMipmappedArray(__pyx_v_mipmappedArray); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 297, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":296 * return cyruntime._cudaFreeArray(array) * * cdef cudaError_t cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFreeMipmappedArray(mipmappedArray) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaFreeMipmappedArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":299 * return cyruntime._cudaFreeMipmappedArray(mipmappedArray) * * cdef cudaError_t cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaHostAlloc(pHost, size, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaHostAlloc(void **__pyx_v_pHost, size_t __pyx_v_size, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":300 * * cdef cudaError_t cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaHostAlloc(pHost, size, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostAlloc(__pyx_v_pHost, __pyx_v_size, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 300, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":299 * return cyruntime._cudaFreeMipmappedArray(mipmappedArray) * * cdef cudaError_t cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaHostAlloc(pHost, size, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaHostAlloc", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":302 * return cyruntime._cudaHostAlloc(pHost, size, flags) * * cdef cudaError_t cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaHostRegister(ptr, size, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaHostRegister(void *__pyx_v_ptr, size_t __pyx_v_size, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":303 * * cdef cudaError_t cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaHostRegister(ptr, size, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostRegister(__pyx_v_ptr, __pyx_v_size, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 303, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":302 * return cyruntime._cudaHostAlloc(pHost, size, flags) * * cdef cudaError_t cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaHostRegister(ptr, size, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaHostRegister", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":305 * return cyruntime._cudaHostRegister(ptr, size, flags) * * cdef cudaError_t cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaHostUnregister(ptr) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaHostUnregister(void *__pyx_v_ptr) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":306 * * cdef cudaError_t cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaHostUnregister(ptr) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostUnregister(__pyx_v_ptr); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 306, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":305 * return cyruntime._cudaHostRegister(ptr, size, flags) * * cdef cudaError_t cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaHostUnregister(ptr) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaHostUnregister", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":308 * return cyruntime._cudaHostUnregister(ptr) * * cdef cudaError_t cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaHostGetDevicePointer(pDevice, pHost, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaHostGetDevicePointer(void **__pyx_v_pDevice, void *__pyx_v_pHost, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":309 * * cdef cudaError_t cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaHostGetDevicePointer(pDevice, pHost, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostGetDevicePointer(__pyx_v_pDevice, __pyx_v_pHost, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 309, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":308 * return cyruntime._cudaHostUnregister(ptr) * * cdef cudaError_t cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaHostGetDevicePointer(pDevice, pHost, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaHostGetDevicePointer", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":311 * return cyruntime._cudaHostGetDevicePointer(pDevice, pHost, flags) * * cdef cudaError_t cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaHostGetFlags(pFlags, pHost) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaHostGetFlags(unsigned int *__pyx_v_pFlags, void *__pyx_v_pHost) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":312 * * cdef cudaError_t cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaHostGetFlags(pFlags, pHost) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostGetFlags(__pyx_v_pFlags, __pyx_v_pHost); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 312, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":311 * return cyruntime._cudaHostGetDevicePointer(pDevice, pHost, flags) * * cdef cudaError_t cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaHostGetFlags(pFlags, pHost) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaHostGetFlags", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":314 * return cyruntime._cudaHostGetFlags(pFlags, pHost) * * cdef cudaError_t cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMalloc3D(pitchedDevPtr, extent) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMalloc3D(struct cudaPitchedPtr *__pyx_v_pitchedDevPtr, struct cudaExtent __pyx_v_extent) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":315 * * cdef cudaError_t cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMalloc3D(pitchedDevPtr, extent) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMalloc3D(__pyx_v_pitchedDevPtr, __pyx_v_extent); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 315, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":314 * return cyruntime._cudaHostGetFlags(pFlags, pHost) * * cdef cudaError_t cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMalloc3D(pitchedDevPtr, extent) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMalloc3D", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":317 * return cyruntime._cudaMalloc3D(pitchedDevPtr, extent) * * cdef cudaError_t cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMalloc3DArray(array, desc, extent, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":318 * * cdef cudaError_t cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMalloc3DArray(__pyx_v_array, __pyx_v_desc, __pyx_v_extent, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 318, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":317 * return cyruntime._cudaMalloc3D(pitchedDevPtr, extent) * * cdef cudaError_t cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMalloc3DArray(array, desc, extent, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMalloc3DArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":320 * return cyruntime._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 cyruntime._cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":321 * * cdef cudaError_t cudaMallocMipmappedArray(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int numLevels, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocMipmappedArray(__pyx_v_mipmappedArray, __pyx_v_desc, __pyx_v_extent, __pyx_v_numLevels, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 321, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":320 * return cyruntime._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 cyruntime._cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMallocMipmappedArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":323 * return cyruntime._cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) * * cdef cudaError_t cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetMipmappedArrayLevel(cudaArray_t *__pyx_v_levelArray, cudaMipmappedArray_const_t __pyx_v_mipmappedArray, unsigned int __pyx_v_level) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":324 * * cdef cudaError_t cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetMipmappedArrayLevel(__pyx_v_levelArray, __pyx_v_mipmappedArray, __pyx_v_level); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 324, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":323 * return cyruntime._cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) * * cdef cudaError_t cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetMipmappedArrayLevel", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":326 * return cyruntime._cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) * * cdef cudaError_t cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemcpy3D(p) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy3D(struct cudaMemcpy3DParms const *__pyx_v_p) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":327 * * cdef cudaError_t cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemcpy3D(p) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3D(__pyx_v_p); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 327, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":326 * return cyruntime._cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) * * cdef cudaError_t cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemcpy3D(p) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy3D", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":329 * return cyruntime._cudaMemcpy3D(p) * * cdef cudaError_t cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemcpy3DPeer(p) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy3DPeer(struct cudaMemcpy3DPeerParms const *__pyx_v_p) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":330 * * cdef cudaError_t cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemcpy3DPeer(p) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DPeer(__pyx_v_p); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 330, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":329 * return cyruntime._cudaMemcpy3D(p) * * cdef cudaError_t cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemcpy3DPeer(p) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy3DPeer", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":332 * return cyruntime._cudaMemcpy3DPeer(p) * * cdef cudaError_t cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemcpy3DAsync(p, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy3DAsync(struct cudaMemcpy3DParms const *__pyx_v_p, cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":333 * * cdef cudaError_t cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemcpy3DAsync(p, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DAsync(__pyx_v_p, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 333, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":332 * return cyruntime._cudaMemcpy3DPeer(p) * * cdef cudaError_t cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemcpy3DAsync(p, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy3DAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":335 * return cyruntime._cudaMemcpy3DAsync(p, stream) * * cdef cudaError_t cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemcpy3DPeerAsync(p, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy3DPeerAsync(struct cudaMemcpy3DPeerParms const *__pyx_v_p, cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":336 * * cdef cudaError_t cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemcpy3DPeerAsync(p, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DPeerAsync(__pyx_v_p, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 336, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":335 * return cyruntime._cudaMemcpy3DAsync(p, stream) * * cdef cudaError_t cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemcpy3DPeerAsync(p, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy3DPeerAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":338 * return cyruntime._cudaMemcpy3DPeerAsync(p, stream) * * cdef cudaError_t cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemGetInfo(free, total) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemGetInfo(size_t *__pyx_v_free, size_t *__pyx_v_total) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":339 * * cdef cudaError_t cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemGetInfo(free, total) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemGetInfo(__pyx_v_free, __pyx_v_total); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 339, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":338 * return cyruntime._cudaMemcpy3DPeerAsync(p, stream) * * cdef cudaError_t cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemGetInfo(free, total) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemGetInfo", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":341 * return cyruntime._cudaMemGetInfo(free, total) * * cdef cudaError_t cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaArrayGetInfo(desc, extent, flags, array) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":342 * * cdef cudaError_t cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaArrayGetInfo(desc, extent, flags, array) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetInfo(__pyx_v_desc, __pyx_v_extent, __pyx_v_flags, __pyx_v_array); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 342, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":341 * return cyruntime._cudaMemGetInfo(free, total) * * cdef cudaError_t cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaArrayGetInfo(desc, extent, flags, array) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaArrayGetInfo", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":344 * return cyruntime._cudaArrayGetInfo(desc, extent, flags, array) * * cdef cudaError_t cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaArrayGetPlane(cudaArray_t *__pyx_v_pPlaneArray, cudaArray_t __pyx_v_hArray, unsigned int __pyx_v_planeIdx) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":345 * * cdef cudaError_t cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetPlane(__pyx_v_pPlaneArray, __pyx_v_hArray, __pyx_v_planeIdx); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 345, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":344 * return cyruntime._cudaArrayGetInfo(desc, extent, flags, array) * * cdef cudaError_t cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaArrayGetPlane", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":347 * return cyruntime._cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) * * cdef cudaError_t cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaArrayGetMemoryRequirements(memoryRequirements, array, device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaArrayGetMemoryRequirements(struct cudaArrayMemoryRequirements *__pyx_v_memoryRequirements, cudaArray_t __pyx_v_array, int __pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":348 * * cdef cudaError_t cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaArrayGetMemoryRequirements(memoryRequirements, array, device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetMemoryRequirements(__pyx_v_memoryRequirements, __pyx_v_array, __pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 348, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":347 * return cyruntime._cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) * * cdef cudaError_t cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaArrayGetMemoryRequirements(memoryRequirements, array, device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaArrayGetMemoryRequirements", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":350 * return cyruntime._cudaArrayGetMemoryRequirements(memoryRequirements, array, device) * * cdef cudaError_t cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMipmappedArrayGetMemoryRequirements(struct cudaArrayMemoryRequirements *__pyx_v_memoryRequirements, cudaMipmappedArray_t __pyx_v_mipmap, int __pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":351 * * cdef cudaError_t cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMipmappedArrayGetMemoryRequirements(__pyx_v_memoryRequirements, __pyx_v_mipmap, __pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 351, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":350 * return cyruntime._cudaArrayGetMemoryRequirements(memoryRequirements, array, device) * * cdef cudaError_t cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMipmappedArrayGetMemoryRequirements", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":353 * return cyruntime._cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) * * cdef cudaError_t cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaArrayGetSparseProperties(sparseProperties, array) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaArrayGetSparseProperties(struct cudaArraySparseProperties *__pyx_v_sparseProperties, cudaArray_t __pyx_v_array) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":354 * * cdef cudaError_t cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaArrayGetSparseProperties(sparseProperties, array) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetSparseProperties(__pyx_v_sparseProperties, __pyx_v_array); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 354, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":353 * return cyruntime._cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) * * cdef cudaError_t cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaArrayGetSparseProperties(sparseProperties, array) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaArrayGetSparseProperties", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":356 * return cyruntime._cudaArrayGetSparseProperties(sparseProperties, array) * * cdef cudaError_t cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMipmappedArrayGetSparseProperties(struct cudaArraySparseProperties *__pyx_v_sparseProperties, cudaMipmappedArray_t __pyx_v_mipmap) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":357 * * cdef cudaError_t cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMipmappedArrayGetSparseProperties(__pyx_v_sparseProperties, __pyx_v_mipmap); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 357, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":356 * return cyruntime._cudaArrayGetSparseProperties(sparseProperties, array) * * cdef cudaError_t cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMipmappedArrayGetSparseProperties", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":359 * return cyruntime._cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) * * cdef cudaError_t cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemcpy(dst, src, count, kind) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy(void *__pyx_v_dst, void const *__pyx_v_src, size_t __pyx_v_count, enum cudaMemcpyKind __pyx_v_kind) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":360 * * cdef cudaError_t cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy(__pyx_v_dst, __pyx_v_src, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 360, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":359 * return cyruntime._cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) * * cdef cudaError_t cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemcpy(dst, src, count, kind) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":362 * return cyruntime._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 cyruntime._cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":363 * * cdef cudaError_t cudaMemcpyPeer(void* dst, int dstDevice, const void* src, int srcDevice, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyPeer(__pyx_v_dst, __pyx_v_dstDevice, __pyx_v_src, __pyx_v_srcDevice, __pyx_v_count); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 363, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":362 * return cyruntime._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 cyruntime._cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpyPeer", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":365 * return cyruntime._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 cyruntime._cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":366 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2D(__pyx_v_dst, __pyx_v_dpitch, __pyx_v_src, __pyx_v_spitch, __pyx_v_width, __pyx_v_height, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 366, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":365 * return cyruntime._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 cyruntime._cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy2D", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":368 * return cyruntime._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 cyruntime._cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":369 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DToArray(__pyx_v_dst, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_src, __pyx_v_spitch, __pyx_v_width, __pyx_v_height, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 369, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":368 * return cyruntime._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 cyruntime._cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy2DToArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":371 * return cyruntime._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 cyruntime._cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":372 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DFromArray(__pyx_v_dst, __pyx_v_dpitch, __pyx_v_src, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_width, __pyx_v_height, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 372, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":371 * return cyruntime._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 cyruntime._cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy2DFromArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":374 * return cyruntime._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 cyruntime._cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":375 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__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, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 375, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":374 * return cyruntime._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 cyruntime._cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy2DArrayToArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":377 * return cyruntime._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 cyruntime._cudaMemcpyAsync(dst, src, count, kind, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":378 * * cdef cudaError_t cudaMemcpyAsync(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyAsync(__pyx_v_dst, __pyx_v_src, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind), __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 378, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":377 * return cyruntime._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 cyruntime._cudaMemcpyAsync(dst, src, count, kind, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpyAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":380 * return cyruntime._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 cyruntime._cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":381 * * cdef cudaError_t cudaMemcpyPeerAsync(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyPeerAsync(__pyx_v_dst, __pyx_v_dstDevice, __pyx_v_src, __pyx_v_srcDevice, __pyx_v_count, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 381, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":380 * return cyruntime._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 cyruntime._cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpyPeerAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":383 * return cyruntime._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 cyruntime._cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":384 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__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); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 384, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":383 * return cyruntime._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 cyruntime._cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpyBatchAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":386 * return cyruntime._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 cyruntime._cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":387 * * cdef cudaError_t cudaMemcpy3DBatchAsync(size_t numOps, cudaMemcpy3DBatchOp* opList, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DBatchAsync(__pyx_v_numOps, __pyx_v_opList, __pyx_v_flags, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 387, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":386 * return cyruntime._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 cyruntime._cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy3DBatchAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":389 * return cyruntime._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 cyruntime._cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":390 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DAsync(__pyx_v_dst, __pyx_v_dpitch, __pyx_v_src, __pyx_v_spitch, __pyx_v_width, __pyx_v_height, ((enum cudaMemcpyKind)__pyx_v_kind), __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 390, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":389 * return cyruntime._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 cyruntime._cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy2DAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":392 * return cyruntime._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 cyruntime._cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":393 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DToArrayAsync(__pyx_v_dst, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_src, __pyx_v_spitch, __pyx_v_width, __pyx_v_height, ((enum cudaMemcpyKind)__pyx_v_kind), __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 393, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":392 * return cyruntime._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 cyruntime._cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy2DToArrayAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":395 * return cyruntime._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 cyruntime._cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":396 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DFromArrayAsync(__pyx_v_dst, __pyx_v_dpitch, __pyx_v_src, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_width, __pyx_v_height, ((enum cudaMemcpyKind)__pyx_v_kind), __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 396, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":395 * return cyruntime._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 cyruntime._cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpy2DFromArrayAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":398 * return cyruntime._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 cyruntime._cudaMemset(devPtr, value, count) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemset(void *__pyx_v_devPtr, int __pyx_v_value, size_t __pyx_v_count) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":399 * * cdef cudaError_t cudaMemset(void* devPtr, int value, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset(__pyx_v_devPtr, __pyx_v_value, __pyx_v_count); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 399, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":398 * return cyruntime._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 cyruntime._cudaMemset(devPtr, value, count) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemset", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":401 * return cyruntime._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 cyruntime._cudaMemset2D(devPtr, pitch, value, width, height) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":402 * * cdef cudaError_t cudaMemset2D(void* devPtr, size_t pitch, int value, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemset2D(devPtr, pitch, value, width, height) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset2D(__pyx_v_devPtr, __pyx_v_pitch, __pyx_v_value, __pyx_v_width, __pyx_v_height); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 402, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":401 * return cyruntime._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 cyruntime._cudaMemset2D(devPtr, pitch, value, width, height) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemset2D", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":404 * return cyruntime._cudaMemset2D(devPtr, pitch, value, width, height) * * cdef cudaError_t cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemset3D(pitchedDevPtr, value, extent) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemset3D(struct cudaPitchedPtr __pyx_v_pitchedDevPtr, int __pyx_v_value, struct cudaExtent __pyx_v_extent) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":405 * * cdef cudaError_t cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemset3D(pitchedDevPtr, value, extent) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset3D(__pyx_v_pitchedDevPtr, __pyx_v_value, __pyx_v_extent); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 405, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":404 * return cyruntime._cudaMemset2D(devPtr, pitch, value, width, height) * * cdef cudaError_t cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemset3D(pitchedDevPtr, value, extent) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemset3D", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":407 * return cyruntime._cudaMemset3D(pitchedDevPtr, value, extent) * * cdef cudaError_t cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemsetAsync(devPtr, value, count, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemsetAsync(void *__pyx_v_devPtr, int __pyx_v_value, size_t __pyx_v_count, cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":408 * * cdef cudaError_t cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemsetAsync(__pyx_v_devPtr, __pyx_v_value, __pyx_v_count, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 408, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":407 * return cyruntime._cudaMemset3D(pitchedDevPtr, value, extent) * * cdef cudaError_t cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemsetAsync(devPtr, value, count, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemsetAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":410 * return cyruntime._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 cyruntime._cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":411 * * cdef cudaError_t cudaMemset2DAsync(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset2DAsync(__pyx_v_devPtr, __pyx_v_pitch, __pyx_v_value, __pyx_v_width, __pyx_v_height, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 411, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":410 * return cyruntime._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 cyruntime._cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemset2DAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":413 * return cyruntime._cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) * * cdef cudaError_t cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemset3DAsync(struct cudaPitchedPtr __pyx_v_pitchedDevPtr, int __pyx_v_value, struct cudaExtent __pyx_v_extent, cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":414 * * cdef cudaError_t cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset3DAsync(__pyx_v_pitchedDevPtr, __pyx_v_value, __pyx_v_extent, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 414, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":413 * return cyruntime._cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) * * cdef cudaError_t cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemset3DAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":416 * return cyruntime._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 cyruntime._cudaMemPrefetchAsync(devPtr, count, location, flags, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":417 * * cdef cudaError_t cudaMemPrefetchAsync(const void* devPtr, size_t count, cudaMemLocation location, unsigned int flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPrefetchAsync(__pyx_v_devPtr, __pyx_v_count, __pyx_v_location, __pyx_v_flags, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 417, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":416 * return cyruntime._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 cyruntime._cudaMemPrefetchAsync(devPtr, count, location, flags, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPrefetchAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":419 * return cyruntime._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 cyruntime._cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":420 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__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); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 420, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":419 * return cyruntime._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 cyruntime._cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPrefetchBatchAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":422 * return cyruntime._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 cyruntime._cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":423 * * cdef cudaError_t cudaMemDiscardBatchAsync(void** dptrs, size_t* sizes, size_t count, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemDiscardBatchAsync(__pyx_v_dptrs, __pyx_v_sizes, __pyx_v_count, __pyx_v_flags, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 423, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":422 * return cyruntime._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 cyruntime._cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemDiscardBatchAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":425 * return cyruntime._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 cyruntime._cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":426 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__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); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 426, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":425 * return cyruntime._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 cyruntime._cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemDiscardAndPrefetchBatchAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":428 * return cyruntime._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 cyruntime._cudaMemAdvise(devPtr, count, advice, location) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":429 * * cdef cudaError_t cudaMemAdvise(const void* devPtr, size_t count, cudaMemoryAdvise advice, cudaMemLocation location) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemAdvise(__pyx_v_devPtr, __pyx_v_count, ((enum cudaMemoryAdvise)__pyx_v_advice), __pyx_v_location); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 429, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":428 * return cyruntime._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 cyruntime._cudaMemAdvise(devPtr, count, advice, location) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemAdvise", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":431 * return cyruntime._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 cyruntime._cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":432 * * cdef cudaError_t cudaMemRangeGetAttribute(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemRangeGetAttribute(__pyx_v_data, __pyx_v_dataSize, ((enum cudaMemRangeAttribute)__pyx_v_attribute), __pyx_v_devPtr, __pyx_v_count); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 432, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":431 * return cyruntime._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 cyruntime._cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemRangeGetAttribute", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":434 * return cyruntime._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 cyruntime._cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":435 * * cdef cudaError_t cudaMemRangeGetAttributes(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemRangeGetAttributes(__pyx_v_data, __pyx_v_dataSizes, ((enum cudaMemRangeAttribute *)__pyx_v_attributes), __pyx_v_numAttributes, __pyx_v_devPtr, __pyx_v_count); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 435, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":434 * return cyruntime._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 cyruntime._cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemRangeGetAttributes", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":437 * return cyruntime._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 cyruntime._cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":438 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyToArray(__pyx_v_dst, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_src, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 438, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":437 * return cyruntime._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 cyruntime._cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpyToArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":440 * return cyruntime._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 cyruntime._cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":441 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyFromArray(__pyx_v_dst, __pyx_v_src, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 441, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":440 * return cyruntime._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 cyruntime._cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpyFromArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":443 * return cyruntime._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 cyruntime._cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":444 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyArrayToArray(__pyx_v_dst, __pyx_v_wOffsetDst, __pyx_v_hOffsetDst, __pyx_v_src, __pyx_v_wOffsetSrc, __pyx_v_hOffsetSrc, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 444, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":443 * return cyruntime._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 cyruntime._cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpyArrayToArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":446 * return cyruntime._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 cyruntime._cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":447 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyToArrayAsync(__pyx_v_dst, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_src, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind), __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 447, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":446 * return cyruntime._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 cyruntime._cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpyToArrayAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":449 * return cyruntime._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 cyruntime._cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":450 * * 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 cyruntime._cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyFromArrayAsync(__pyx_v_dst, __pyx_v_src, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind), __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 450, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":449 * return cyruntime._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 cyruntime._cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemcpyFromArrayAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":452 * return cyruntime._cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) * * cdef cudaError_t cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMallocAsync(devPtr, size, hStream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMallocAsync(void **__pyx_v_devPtr, size_t __pyx_v_size, cudaStream_t __pyx_v_hStream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":453 * * cdef cudaError_t cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMallocAsync(devPtr, size, hStream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocAsync(__pyx_v_devPtr, __pyx_v_size, __pyx_v_hStream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 453, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":452 * return cyruntime._cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) * * cdef cudaError_t cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMallocAsync(devPtr, size, hStream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMallocAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":455 * return cyruntime._cudaMallocAsync(devPtr, size, hStream) * * cdef cudaError_t cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFreeAsync(devPtr, hStream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaFreeAsync(void *__pyx_v_devPtr, cudaStream_t __pyx_v_hStream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":456 * * cdef cudaError_t cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaFreeAsync(devPtr, hStream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeAsync(__pyx_v_devPtr, __pyx_v_hStream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 456, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":455 * return cyruntime._cudaMallocAsync(devPtr, size, hStream) * * cdef cudaError_t cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaFreeAsync(devPtr, hStream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaFreeAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":458 * return cyruntime._cudaFreeAsync(devPtr, hStream) * * cdef cudaError_t cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolTrimTo(memPool, minBytesToKeep) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolTrimTo(cudaMemPool_t __pyx_v_memPool, size_t __pyx_v_minBytesToKeep) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":459 * * cdef cudaError_t cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemPoolTrimTo(memPool, minBytesToKeep) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolTrimTo(__pyx_v_memPool, __pyx_v_minBytesToKeep); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 459, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":458 * return cyruntime._cudaFreeAsync(devPtr, hStream) * * cdef cudaError_t cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolTrimTo(memPool, minBytesToKeep) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPoolTrimTo", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":461 * return cyruntime._cudaMemPoolTrimTo(memPool, minBytesToKeep) * * cdef cudaError_t cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolSetAttribute(memPool, attr, value) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolSetAttribute(cudaMemPool_t __pyx_v_memPool, enum cudaMemPoolAttr __pyx_v_attr, void *__pyx_v_value) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":462 * * cdef cudaError_t cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemPoolSetAttribute(memPool, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolSetAttribute(__pyx_v_memPool, ((enum cudaMemPoolAttr)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 462, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":461 * return cyruntime._cudaMemPoolTrimTo(memPool, minBytesToKeep) * * cdef cudaError_t cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolSetAttribute(memPool, attr, value) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPoolSetAttribute", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":464 * return cyruntime._cudaMemPoolSetAttribute(memPool, attr, value) * * cdef cudaError_t cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolGetAttribute(memPool, attr, value) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolGetAttribute(cudaMemPool_t __pyx_v_memPool, enum cudaMemPoolAttr __pyx_v_attr, void *__pyx_v_value) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":465 * * cdef cudaError_t cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemPoolGetAttribute(memPool, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolGetAttribute(__pyx_v_memPool, ((enum cudaMemPoolAttr)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 465, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":464 * return cyruntime._cudaMemPoolSetAttribute(memPool, attr, value) * * cdef cudaError_t cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolGetAttribute(memPool, attr, value) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPoolGetAttribute", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":467 * return cyruntime._cudaMemPoolGetAttribute(memPool, attr, value) * * cdef cudaError_t cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolSetAccess(memPool, descList, count) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolSetAccess(cudaMemPool_t __pyx_v_memPool, struct cudaMemAccessDesc const *__pyx_v_descList, size_t __pyx_v_count) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":468 * * cdef cudaError_t cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemPoolSetAccess(memPool, descList, count) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolSetAccess(__pyx_v_memPool, __pyx_v_descList, __pyx_v_count); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 468, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":467 * return cyruntime._cudaMemPoolGetAttribute(memPool, attr, value) * * cdef cudaError_t cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolSetAccess(memPool, descList, count) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPoolSetAccess", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":470 * return cyruntime._cudaMemPoolSetAccess(memPool, descList, count) * * cdef cudaError_t cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolGetAccess(flags, memPool, location) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolGetAccess(enum cudaMemAccessFlags *__pyx_v_flags, cudaMemPool_t __pyx_v_memPool, struct cudaMemLocation *__pyx_v_location) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":471 * * cdef cudaError_t cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemPoolGetAccess(flags, memPool, location) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolGetAccess(((enum cudaMemAccessFlags *)__pyx_v_flags), __pyx_v_memPool, __pyx_v_location); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 471, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":470 * return cyruntime._cudaMemPoolSetAccess(memPool, descList, count) * * cdef cudaError_t cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolGetAccess(flags, memPool, location) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPoolGetAccess", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":473 * return cyruntime._cudaMemPoolGetAccess(flags, memPool, location) * * cdef cudaError_t cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolCreate(memPool, poolProps) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolCreate(cudaMemPool_t *__pyx_v_memPool, struct cudaMemPoolProps const *__pyx_v_poolProps) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":474 * * cdef cudaError_t cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemPoolCreate(memPool, poolProps) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolCreate(__pyx_v_memPool, __pyx_v_poolProps); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 474, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":473 * return cyruntime._cudaMemPoolGetAccess(flags, memPool, location) * * cdef cudaError_t cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolCreate(memPool, poolProps) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPoolCreate", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":476 * return cyruntime._cudaMemPoolCreate(memPool, poolProps) * * cdef cudaError_t cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolDestroy(memPool) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolDestroy(cudaMemPool_t __pyx_v_memPool) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":477 * * cdef cudaError_t cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemPoolDestroy(memPool) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolDestroy(__pyx_v_memPool); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 477, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":476 * return cyruntime._cudaMemPoolCreate(memPool, poolProps) * * cdef cudaError_t cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolDestroy(memPool) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPoolDestroy", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":479 * return cyruntime._cudaMemPoolDestroy(memPool) * * cdef cudaError_t cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemGetDefaultMemPool(memPool, location, typename) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemGetDefaultMemPool(cudaMemPool_t *__pyx_v_memPool, struct cudaMemLocation *__pyx_v_location, enum cudaMemAllocationType __pyx_v_typename) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":480 * * cdef cudaError_t cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemGetDefaultMemPool(memPool, location, typename) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemGetDefaultMemPool(__pyx_v_memPool, __pyx_v_location, ((enum cudaMemAllocationType)__pyx_v_typename)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 480, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":479 * return cyruntime._cudaMemPoolDestroy(memPool) * * cdef cudaError_t cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemGetDefaultMemPool(memPool, location, typename) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemGetDefaultMemPool", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":482 * return cyruntime._cudaMemGetDefaultMemPool(memPool, location, typename) * * cdef cudaError_t cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemGetMemPool(memPool, location, typename) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemGetMemPool(cudaMemPool_t *__pyx_v_memPool, struct cudaMemLocation *__pyx_v_location, enum cudaMemAllocationType __pyx_v_typename) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":483 * * cdef cudaError_t cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemGetMemPool(memPool, location, typename) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemGetMemPool(__pyx_v_memPool, __pyx_v_location, ((enum cudaMemAllocationType)__pyx_v_typename)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 483, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":482 * return cyruntime._cudaMemGetDefaultMemPool(memPool, location, typename) * * cdef cudaError_t cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemGetMemPool(memPool, location, typename) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemGetMemPool", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":485 * return cyruntime._cudaMemGetMemPool(memPool, location, typename) * * cdef cudaError_t cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemSetMemPool(location, typename, memPool) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemSetMemPool(struct cudaMemLocation *__pyx_v_location, enum cudaMemAllocationType __pyx_v_typename, cudaMemPool_t __pyx_v_memPool) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":486 * * cdef cudaError_t cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemSetMemPool(location, typename, memPool) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemSetMemPool(__pyx_v_location, ((enum cudaMemAllocationType)__pyx_v_typename), __pyx_v_memPool); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 486, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":485 * return cyruntime._cudaMemGetMemPool(memPool, location, typename) * * cdef cudaError_t cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemSetMemPool(location, typename, memPool) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemSetMemPool", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":488 * return cyruntime._cudaMemSetMemPool(location, typename, memPool) * * cdef cudaError_t cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMallocFromPoolAsync(ptr, size, memPool, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMallocFromPoolAsync(void **__pyx_v_ptr, size_t __pyx_v_size, cudaMemPool_t __pyx_v_memPool, cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":489 * * cdef cudaError_t cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMallocFromPoolAsync(ptr, size, memPool, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocFromPoolAsync(__pyx_v_ptr, __pyx_v_size, __pyx_v_memPool, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 489, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":488 * return cyruntime._cudaMemSetMemPool(location, typename, memPool) * * cdef cudaError_t cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMallocFromPoolAsync(ptr, size, memPool, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMallocFromPoolAsync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":491 * return cyruntime._cudaMallocFromPoolAsync(ptr, size, memPool, stream) * * cdef cudaError_t cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolExportToShareableHandle(void *__pyx_v_shareableHandle, cudaMemPool_t __pyx_v_memPool, enum cudaMemAllocationHandleType __pyx_v_handleType, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":492 * * cdef cudaError_t cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolExportToShareableHandle(__pyx_v_shareableHandle, __pyx_v_memPool, ((enum cudaMemAllocationHandleType)__pyx_v_handleType), __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 492, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":491 * return cyruntime._cudaMallocFromPoolAsync(ptr, size, memPool, stream) * * cdef cudaError_t cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPoolExportToShareableHandle", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":494 * return cyruntime._cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) * * cdef cudaError_t cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolImportFromShareableHandle(cudaMemPool_t *__pyx_v_memPool, void *__pyx_v_shareableHandle, enum cudaMemAllocationHandleType __pyx_v_handleType, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":495 * * cdef cudaError_t cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolImportFromShareableHandle(__pyx_v_memPool, __pyx_v_shareableHandle, ((enum cudaMemAllocationHandleType)__pyx_v_handleType), __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 495, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":494 * return cyruntime._cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) * * cdef cudaError_t cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPoolImportFromShareableHandle", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":497 * return cyruntime._cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) * * cdef cudaError_t cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolExportPointer(exportData, ptr) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolExportPointer(struct cudaMemPoolPtrExportData *__pyx_v_exportData, void *__pyx_v_ptr) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":498 * * cdef cudaError_t cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemPoolExportPointer(exportData, ptr) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolExportPointer(__pyx_v_exportData, __pyx_v_ptr); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 498, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":497 * return cyruntime._cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) * * cdef cudaError_t cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolExportPointer(exportData, ptr) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPoolExportPointer", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":500 * return cyruntime._cudaMemPoolExportPointer(exportData, ptr) * * cdef cudaError_t cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolImportPointer(ptr, memPool, exportData) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolImportPointer(void **__pyx_v_ptr, cudaMemPool_t __pyx_v_memPool, struct cudaMemPoolPtrExportData *__pyx_v_exportData) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":501 * * cdef cudaError_t cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaMemPoolImportPointer(ptr, memPool, exportData) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolImportPointer(__pyx_v_ptr, __pyx_v_memPool, __pyx_v_exportData); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 501, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":500 * return cyruntime._cudaMemPoolExportPointer(exportData, ptr) * * cdef cudaError_t cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaMemPoolImportPointer(ptr, memPool, exportData) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaMemPoolImportPointer", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":503 * return cyruntime._cudaMemPoolImportPointer(ptr, memPool, exportData) * * cdef cudaError_t cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaPointerGetAttributes(attributes, ptr) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaPointerGetAttributes(struct cudaPointerAttributes *__pyx_v_attributes, void const *__pyx_v_ptr) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":504 * * cdef cudaError_t cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaPointerGetAttributes(attributes, ptr) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaPointerGetAttributes(__pyx_v_attributes, __pyx_v_ptr); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 504, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":503 * return cyruntime._cudaMemPoolImportPointer(ptr, memPool, exportData) * * cdef cudaError_t cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaPointerGetAttributes(attributes, ptr) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaPointerGetAttributes", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":506 * return cyruntime._cudaPointerGetAttributes(attributes, ptr) * * cdef cudaError_t cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceCanAccessPeer(int *__pyx_v_canAccessPeer, int __pyx_v_device, int __pyx_v_peerDevice) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":507 * * cdef cudaError_t cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceCanAccessPeer(__pyx_v_canAccessPeer, __pyx_v_device, __pyx_v_peerDevice); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 507, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":506 * return cyruntime._cudaPointerGetAttributes(attributes, ptr) * * cdef cudaError_t cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceCanAccessPeer", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":509 * return cyruntime._cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) * * cdef cudaError_t cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceEnablePeerAccess(peerDevice, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceEnablePeerAccess(int __pyx_v_peerDevice, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":510 * * cdef cudaError_t cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceEnablePeerAccess(peerDevice, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceEnablePeerAccess(__pyx_v_peerDevice, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 510, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":509 * return cyruntime._cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) * * cdef cudaError_t cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceEnablePeerAccess(peerDevice, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceEnablePeerAccess", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":512 * return cyruntime._cudaDeviceEnablePeerAccess(peerDevice, flags) * * cdef cudaError_t cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceDisablePeerAccess(peerDevice) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceDisablePeerAccess(int __pyx_v_peerDevice) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":513 * * cdef cudaError_t cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceDisablePeerAccess(peerDevice) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceDisablePeerAccess(__pyx_v_peerDevice); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 513, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":512 * return cyruntime._cudaDeviceEnablePeerAccess(peerDevice, flags) * * cdef cudaError_t cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceDisablePeerAccess(peerDevice) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceDisablePeerAccess", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":515 * return cyruntime._cudaDeviceDisablePeerAccess(peerDevice) * * cdef cudaError_t cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsUnregisterResource(resource) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsUnregisterResource(cudaGraphicsResource_t __pyx_v_resource) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":516 * * cdef cudaError_t cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsUnregisterResource(resource) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsUnregisterResource(__pyx_v_resource); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 516, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":515 * return cyruntime._cudaDeviceDisablePeerAccess(peerDevice) * * cdef cudaError_t cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsUnregisterResource(resource) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsUnregisterResource", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":518 * return cyruntime._cudaGraphicsUnregisterResource(resource) * * cdef cudaError_t cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsResourceSetMapFlags(resource, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t __pyx_v_resource, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":519 * * cdef cudaError_t cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsResourceSetMapFlags(resource, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceSetMapFlags(__pyx_v_resource, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 519, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":518 * return cyruntime._cudaGraphicsUnregisterResource(resource) * * cdef cudaError_t cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsResourceSetMapFlags(resource, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsResourceSetMapFlags", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":521 * return cyruntime._cudaGraphicsResourceSetMapFlags(resource, flags) * * cdef cudaError_t cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsMapResources(count, resources, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsMapResources(int __pyx_v_count, cudaGraphicsResource_t *__pyx_v_resources, cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":522 * * cdef cudaError_t cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsMapResources(count, resources, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsMapResources(__pyx_v_count, __pyx_v_resources, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 522, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":521 * return cyruntime._cudaGraphicsResourceSetMapFlags(resource, flags) * * cdef cudaError_t cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsMapResources(count, resources, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsMapResources", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":524 * return cyruntime._cudaGraphicsMapResources(count, resources, stream) * * cdef cudaError_t cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsUnmapResources(count, resources, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsUnmapResources(int __pyx_v_count, cudaGraphicsResource_t *__pyx_v_resources, cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":525 * * cdef cudaError_t cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsUnmapResources(count, resources, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsUnmapResources(__pyx_v_count, __pyx_v_resources, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 525, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":524 * return cyruntime._cudaGraphicsMapResources(count, resources, stream) * * cdef cudaError_t cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsUnmapResources(count, resources, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsUnmapResources", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":527 * return cyruntime._cudaGraphicsUnmapResources(count, resources, stream) * * cdef cudaError_t cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsResourceGetMappedPointer(void **__pyx_v_devPtr, size_t *__pyx_v_size, cudaGraphicsResource_t __pyx_v_resource) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":528 * * cdef cudaError_t cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceGetMappedPointer(__pyx_v_devPtr, __pyx_v_size, __pyx_v_resource); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 528, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":527 * return cyruntime._cudaGraphicsUnmapResources(count, resources, stream) * * cdef cudaError_t cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsResourceGetMappedPointer", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":530 * return cyruntime._cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) * * cdef cudaError_t cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":531 * * cdef cudaError_t cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsSubResourceGetMappedArray(__pyx_v_array, __pyx_v_resource, __pyx_v_arrayIndex, __pyx_v_mipLevel); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 531, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":530 * return cyruntime._cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) * * cdef cudaError_t cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsSubResourceGetMappedArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":533 * return cyruntime._cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) * * cdef cudaError_t cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t *__pyx_v_mipmappedArray, cudaGraphicsResource_t __pyx_v_resource) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":534 * * cdef cudaError_t cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceGetMappedMipmappedArray(__pyx_v_mipmappedArray, __pyx_v_resource); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 534, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":533 * return cyruntime._cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) * * cdef cudaError_t cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsResourceGetMappedMipmappedArray", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":536 * return cyruntime._cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) * * cdef cudaError_t cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetChannelDesc(desc, array) * @cython.show_performance_hints(False) */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetChannelDesc(struct cudaChannelFormatDesc *__pyx_v_desc, cudaArray_const_t __pyx_v_array) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":537 * * cdef cudaError_t cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetChannelDesc(desc, array) # <<<<<<<<<<<<<< * @cython.show_performance_hints(False) * cdef cudaChannelFormatDesc cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetChannelDesc(__pyx_v_desc, __pyx_v_array); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 537, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":536 * return cyruntime._cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) * * cdef cudaError_t cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetChannelDesc(desc, array) * @cython.show_performance_hints(False) */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetChannelDesc", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":538 * cdef cudaError_t cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetChannelDesc(desc, array) * @cython.show_performance_hints(False) # <<<<<<<<<<<<<< * cdef cudaChannelFormatDesc cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil: * return cyruntime._cudaCreateChannelDesc(x, y, z, w, f) */ static struct cudaChannelFormatDesc __pyx_f_4cuda_8bindings_9cyruntime_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; struct cudaChannelFormatDesc __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":540 * @cython.show_performance_hints(False) * cdef cudaChannelFormatDesc cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCreateChannelDesc(__pyx_v_x, __pyx_v_y, __pyx_v_z, __pyx_v_w, ((enum cudaChannelFormatKind)__pyx_v_f)); if (unlikely(__Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 540, __pyx_L1_error) __pyx_r = __pyx_t_1; goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":538 * cdef cudaError_t cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetChannelDesc(desc, array) * @cython.show_performance_hints(False) # <<<<<<<<<<<<<< * cdef cudaChannelFormatDesc cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil: * return cyruntime._cudaCreateChannelDesc(x, y, z, w, f) */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaCreateChannelDesc", __pyx_clineno, __pyx_lineno, __pyx_filename); __Pyx_pretend_to_initialize(&__pyx_r); __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":542 * return cyruntime._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 cyruntime._cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":543 * * cdef cudaError_t cudaCreateTextureObject(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCreateTextureObject(__pyx_v_pTexObject, __pyx_v_pResDesc, __pyx_v_pTexDesc, __pyx_v_pResViewDesc); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 543, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":542 * return cyruntime._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 cyruntime._cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaCreateTextureObject", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":545 * return cyruntime._cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) * * cdef cudaError_t cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDestroyTextureObject(texObject) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDestroyTextureObject(cudaTextureObject_t __pyx_v_texObject) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":546 * * cdef cudaError_t cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDestroyTextureObject(texObject) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroyTextureObject(__pyx_v_texObject); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 546, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":545 * return cyruntime._cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) * * cdef cudaError_t cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDestroyTextureObject(texObject) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDestroyTextureObject", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":548 * return cyruntime._cudaDestroyTextureObject(texObject) * * cdef cudaError_t cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetTextureObjectResourceDesc(pResDesc, texObject) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetTextureObjectResourceDesc(struct cudaResourceDesc *__pyx_v_pResDesc, cudaTextureObject_t __pyx_v_texObject) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":549 * * cdef cudaError_t cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetTextureObjectResourceDesc(pResDesc, texObject) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetTextureObjectResourceDesc(__pyx_v_pResDesc, __pyx_v_texObject); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 549, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":548 * return cyruntime._cudaDestroyTextureObject(texObject) * * cdef cudaError_t cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetTextureObjectResourceDesc(pResDesc, texObject) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetTextureObjectResourceDesc", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":551 * return cyruntime._cudaGetTextureObjectResourceDesc(pResDesc, texObject) * * cdef cudaError_t cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetTextureObjectTextureDesc(pTexDesc, texObject) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetTextureObjectTextureDesc(struct cudaTextureDesc *__pyx_v_pTexDesc, cudaTextureObject_t __pyx_v_texObject) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":552 * * cdef cudaError_t cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetTextureObjectTextureDesc(pTexDesc, texObject) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetTextureObjectTextureDesc(__pyx_v_pTexDesc, __pyx_v_texObject); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 552, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":551 * return cyruntime._cudaGetTextureObjectResourceDesc(pResDesc, texObject) * * cdef cudaError_t cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetTextureObjectTextureDesc(pTexDesc, texObject) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetTextureObjectTextureDesc", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":554 * return cyruntime._cudaGetTextureObjectTextureDesc(pTexDesc, texObject) * * cdef cudaError_t cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetTextureObjectResourceViewDesc(struct cudaResourceViewDesc *__pyx_v_pResViewDesc, cudaTextureObject_t __pyx_v_texObject) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":555 * * cdef cudaError_t cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetTextureObjectResourceViewDesc(__pyx_v_pResViewDesc, __pyx_v_texObject); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 555, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":554 * return cyruntime._cudaGetTextureObjectTextureDesc(pTexDesc, texObject) * * cdef cudaError_t cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetTextureObjectResourceViewDesc", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":557 * return cyruntime._cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) * * cdef cudaError_t cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaCreateSurfaceObject(pSurfObject, pResDesc) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaCreateSurfaceObject(cudaSurfaceObject_t *__pyx_v_pSurfObject, struct cudaResourceDesc const *__pyx_v_pResDesc) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":558 * * cdef cudaError_t cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaCreateSurfaceObject(pSurfObject, pResDesc) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCreateSurfaceObject(__pyx_v_pSurfObject, __pyx_v_pResDesc); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 558, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":557 * return cyruntime._cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) * * cdef cudaError_t cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaCreateSurfaceObject(pSurfObject, pResDesc) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaCreateSurfaceObject", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":560 * return cyruntime._cudaCreateSurfaceObject(pSurfObject, pResDesc) * * cdef cudaError_t cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDestroySurfaceObject(surfObject) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDestroySurfaceObject(cudaSurfaceObject_t __pyx_v_surfObject) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":561 * * cdef cudaError_t cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDestroySurfaceObject(surfObject) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroySurfaceObject(__pyx_v_surfObject); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 561, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":560 * return cyruntime._cudaCreateSurfaceObject(pSurfObject, pResDesc) * * cdef cudaError_t cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDestroySurfaceObject(surfObject) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDestroySurfaceObject", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":563 * return cyruntime._cudaDestroySurfaceObject(surfObject) * * cdef cudaError_t cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetSurfaceObjectResourceDesc(struct cudaResourceDesc *__pyx_v_pResDesc, cudaSurfaceObject_t __pyx_v_surfObject) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":564 * * cdef cudaError_t cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetSurfaceObjectResourceDesc(__pyx_v_pResDesc, __pyx_v_surfObject); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 564, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":563 * return cyruntime._cudaDestroySurfaceObject(surfObject) * * cdef cudaError_t cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetSurfaceObjectResourceDesc", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":566 * return cyruntime._cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) * * cdef cudaError_t cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDriverGetVersion(driverVersion) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDriverGetVersion(int *__pyx_v_driverVersion) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":567 * * cdef cudaError_t cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDriverGetVersion(driverVersion) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDriverGetVersion(__pyx_v_driverVersion); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 567, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":566 * return cyruntime._cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) * * cdef cudaError_t cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDriverGetVersion(driverVersion) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDriverGetVersion", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":569 * return cyruntime._cudaDriverGetVersion(driverVersion) * * cdef cudaError_t cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaRuntimeGetVersion(runtimeVersion) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaRuntimeGetVersion(int *__pyx_v_runtimeVersion) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":570 * * cdef cudaError_t cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaRuntimeGetVersion(runtimeVersion) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaRuntimeGetVersion(__pyx_v_runtimeVersion); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 570, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":569 * return cyruntime._cudaDriverGetVersion(driverVersion) * * cdef cudaError_t cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaRuntimeGetVersion(runtimeVersion) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaRuntimeGetVersion", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":572 * return cyruntime._cudaRuntimeGetVersion(runtimeVersion) * * cdef cudaError_t cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLogsRegisterCallback(callbackFunc, userData, callback_out) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLogsRegisterCallback(cudaLogsCallback_t __pyx_v_callbackFunc, void *__pyx_v_userData, cudaLogsCallbackHandle *__pyx_v_callback_out) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":573 * * cdef cudaError_t cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLogsRegisterCallback(callbackFunc, userData, callback_out) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsRegisterCallback(((cudaLogsCallback_t)__pyx_v_callbackFunc), __pyx_v_userData, __pyx_v_callback_out); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 573, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":572 * return cyruntime._cudaRuntimeGetVersion(runtimeVersion) * * cdef cudaError_t cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLogsRegisterCallback(callbackFunc, userData, callback_out) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLogsRegisterCallback", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":575 * return cyruntime._cudaLogsRegisterCallback(callbackFunc, userData, callback_out) * * cdef cudaError_t cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLogsUnregisterCallback(callback) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLogsUnregisterCallback(cudaLogsCallbackHandle __pyx_v_callback) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":576 * * cdef cudaError_t cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLogsUnregisterCallback(callback) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsUnregisterCallback(__pyx_v_callback); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 576, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":575 * return cyruntime._cudaLogsRegisterCallback(callbackFunc, userData, callback_out) * * cdef cudaError_t cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLogsUnregisterCallback(callback) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLogsUnregisterCallback", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":578 * return cyruntime._cudaLogsUnregisterCallback(callback) * * cdef cudaError_t cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLogsCurrent(iterator_out, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLogsCurrent(cudaLogIterator *__pyx_v_iterator_out, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":579 * * cdef cudaError_t cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLogsCurrent(iterator_out, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsCurrent(__pyx_v_iterator_out, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 579, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":578 * return cyruntime._cudaLogsUnregisterCallback(callback) * * cdef cudaError_t cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLogsCurrent(iterator_out, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLogsCurrent", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":581 * return cyruntime._cudaLogsCurrent(iterator_out, flags) * * cdef cudaError_t cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLogsDumpToFile(iterator, pathToFile, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLogsDumpToFile(cudaLogIterator *__pyx_v_iterator, char const *__pyx_v_pathToFile, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":582 * * cdef cudaError_t cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLogsDumpToFile(iterator, pathToFile, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsDumpToFile(__pyx_v_iterator, __pyx_v_pathToFile, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 582, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":581 * return cyruntime._cudaLogsCurrent(iterator_out, flags) * * cdef cudaError_t cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLogsDumpToFile(iterator, pathToFile, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLogsDumpToFile", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":584 * return cyruntime._cudaLogsDumpToFile(iterator, pathToFile, flags) * * cdef cudaError_t cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLogsDumpToMemory(iterator, buffer, size, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLogsDumpToMemory(cudaLogIterator *__pyx_v_iterator, char *__pyx_v_buffer, size_t *__pyx_v_size, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":585 * * cdef cudaError_t cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLogsDumpToMemory(iterator, buffer, size, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsDumpToMemory(__pyx_v_iterator, __pyx_v_buffer, __pyx_v_size, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 585, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":584 * return cyruntime._cudaLogsDumpToFile(iterator, pathToFile, flags) * * cdef cudaError_t cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLogsDumpToMemory(iterator, buffer, size, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLogsDumpToMemory", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":587 * return cyruntime._cudaLogsDumpToMemory(iterator, buffer, size, flags) * * cdef cudaError_t cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphCreate(pGraph, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphCreate(cudaGraph_t *__pyx_v_pGraph, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":588 * * cdef cudaError_t cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphCreate(__pyx_v_pGraph, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 588, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":587 * return cyruntime._cudaLogsDumpToMemory(iterator, buffer, size, flags) * * cdef cudaError_t cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphCreate(pGraph, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphCreate", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":590 * return cyruntime._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 cyruntime._cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":591 * * cdef cudaError_t cudaGraphAddKernelNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddKernelNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 591, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":590 * return cyruntime._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 cyruntime._cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddKernelNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":593 * return cyruntime._cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * * cdef cudaError_t cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphKernelNodeGetParams(node, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphKernelNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaKernelNodeParams *__pyx_v_pNodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":594 * * cdef cudaError_t cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphKernelNodeGetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 594, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":593 * return cyruntime._cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * * cdef cudaError_t cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphKernelNodeGetParams(node, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphKernelNodeGetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":596 * return cyruntime._cudaGraphKernelNodeGetParams(node, pNodeParams) * * cdef cudaError_t cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphKernelNodeSetParams(node, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphKernelNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaKernelNodeParams const *__pyx_v_pNodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":597 * * cdef cudaError_t cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphKernelNodeSetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 597, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":596 * return cyruntime._cudaGraphKernelNodeGetParams(node, pNodeParams) * * cdef cudaError_t cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphKernelNodeSetParams(node, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphKernelNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":599 * return cyruntime._cudaGraphKernelNodeSetParams(node, pNodeParams) * * cdef cudaError_t cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphKernelNodeCopyAttributes(hDst, hSrc) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t __pyx_v_hDst, cudaGraphNode_t __pyx_v_hSrc) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":600 * * cdef cudaError_t cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphKernelNodeCopyAttributes(hDst, hSrc) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeCopyAttributes(__pyx_v_hDst, __pyx_v_hSrc); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 600, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":599 * return cyruntime._cudaGraphKernelNodeSetParams(node, pNodeParams) * * cdef cudaError_t cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphKernelNodeCopyAttributes(hDst, hSrc) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphKernelNodeCopyAttributes", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":602 * return cyruntime._cudaGraphKernelNodeCopyAttributes(hDst, hSrc) * * cdef cudaError_t cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphKernelNodeGetAttribute(cudaGraphNode_t __pyx_v_hNode, __pyx_t_4cuda_8bindings_9cyruntime_cudaKernelNodeAttrID __pyx_v_attr, __pyx_t_4cuda_8bindings_9cyruntime_cudaKernelNodeAttrValue *__pyx_v_value_out) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":603 * * cdef cudaError_t cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeGetAttribute(__pyx_v_hNode, ((__pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrID)__pyx_v_attr), __pyx_v_value_out); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 603, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":602 * return cyruntime._cudaGraphKernelNodeCopyAttributes(hDst, hSrc) * * cdef cudaError_t cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphKernelNodeGetAttribute", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":605 * return cyruntime._cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) * * cdef cudaError_t cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphKernelNodeSetAttribute(hNode, attr, value) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphKernelNodeSetAttribute(cudaGraphNode_t __pyx_v_hNode, __pyx_t_4cuda_8bindings_9cyruntime_cudaKernelNodeAttrID __pyx_v_attr, __pyx_t_4cuda_8bindings_9cyruntime_cudaKernelNodeAttrValue const *__pyx_v_value) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":606 * * cdef cudaError_t cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeSetAttribute(__pyx_v_hNode, ((__pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrID)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 606, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":605 * return cyruntime._cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) * * cdef cudaError_t cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphKernelNodeSetAttribute(hNode, attr, value) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphKernelNodeSetAttribute", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":608 * return cyruntime._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 cyruntime._cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":609 * * cdef cudaError_t cudaGraphAddMemcpyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemcpyNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pCopyParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 609, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":608 * return cyruntime._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 cyruntime._cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddMemcpyNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":611 * return cyruntime._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 cyruntime._cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":612 * * 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 cyruntime._cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemcpyNode1D(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_dst, __pyx_v_src, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 612, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":611 * return cyruntime._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 cyruntime._cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddMemcpyNode1D", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":614 * return cyruntime._cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) * * cdef cudaError_t cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemcpyNodeGetParams(node, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemcpyNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemcpy3DParms *__pyx_v_pNodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":615 * * cdef cudaError_t cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphMemcpyNodeGetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemcpyNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 615, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":614 * return cyruntime._cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) * * cdef cudaError_t cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemcpyNodeGetParams(node, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphMemcpyNodeGetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":617 * return cyruntime._cudaGraphMemcpyNodeGetParams(node, pNodeParams) * * cdef cudaError_t cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemcpyNodeSetParams(node, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemcpyNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemcpy3DParms const *__pyx_v_pNodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":618 * * cdef cudaError_t cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphMemcpyNodeSetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemcpyNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 618, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":617 * return cyruntime._cudaGraphMemcpyNodeGetParams(node, pNodeParams) * * cdef cudaError_t cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemcpyNodeSetParams(node, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphMemcpyNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":620 * return cyruntime._cudaGraphMemcpyNodeSetParams(node, pNodeParams) * * cdef cudaError_t cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":621 * * cdef cudaError_t cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemcpyNodeSetParams1D(__pyx_v_node, __pyx_v_dst, __pyx_v_src, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 621, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":620 * return cyruntime._cudaGraphMemcpyNodeSetParams(node, pNodeParams) * * cdef cudaError_t cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphMemcpyNodeSetParams1D", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":623 * return cyruntime._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 cyruntime._cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":624 * * cdef cudaError_t cudaGraphAddMemsetNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemsetNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pMemsetParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 624, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":623 * return cyruntime._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 cyruntime._cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddMemsetNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":626 * return cyruntime._cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) * * cdef cudaError_t cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemsetNodeGetParams(node, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemsetNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemsetParams *__pyx_v_pNodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":627 * * cdef cudaError_t cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphMemsetNodeGetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemsetNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 627, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":626 * return cyruntime._cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) * * cdef cudaError_t cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemsetNodeGetParams(node, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphMemsetNodeGetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":629 * return cyruntime._cudaGraphMemsetNodeGetParams(node, pNodeParams) * * cdef cudaError_t cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemsetNodeSetParams(node, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemsetNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemsetParams const *__pyx_v_pNodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":630 * * cdef cudaError_t cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemsetNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 630, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":629 * return cyruntime._cudaGraphMemsetNodeGetParams(node, pNodeParams) * * cdef cudaError_t cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemsetNodeSetParams(node, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphMemsetNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":632 * return cyruntime._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 cyruntime._cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":633 * * cdef cudaError_t cudaGraphAddHostNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddHostNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 633, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":632 * return cyruntime._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 cyruntime._cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddHostNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":635 * return cyruntime._cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * * cdef cudaError_t cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphHostNodeGetParams(node, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphHostNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaHostNodeParams *__pyx_v_pNodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":636 * * cdef cudaError_t cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphHostNodeGetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphHostNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 636, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":635 * return cyruntime._cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * * cdef cudaError_t cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphHostNodeGetParams(node, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphHostNodeGetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":638 * return cyruntime._cudaGraphHostNodeGetParams(node, pNodeParams) * * cdef cudaError_t cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphHostNodeSetParams(node, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphHostNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaHostNodeParams const *__pyx_v_pNodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":639 * * cdef cudaError_t cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphHostNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 639, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":638 * return cyruntime._cudaGraphHostNodeGetParams(node, pNodeParams) * * cdef cudaError_t cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphHostNodeSetParams(node, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphHostNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":641 * return cyruntime._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 cyruntime._cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":642 * * cdef cudaError_t cudaGraphAddChildGraphNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddChildGraphNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_childGraph); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 642, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":641 * return cyruntime._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 cyruntime._cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddChildGraphNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":644 * return cyruntime._cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) * * cdef cudaError_t cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphChildGraphNodeGetGraph(node, pGraph) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t __pyx_v_node, cudaGraph_t *__pyx_v_pGraph) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":645 * * cdef cudaError_t cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphChildGraphNodeGetGraph(node, pGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphChildGraphNodeGetGraph(__pyx_v_node, __pyx_v_pGraph); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 645, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":644 * return cyruntime._cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) * * cdef cudaError_t cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphChildGraphNodeGetGraph(node, pGraph) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphChildGraphNodeGetGraph", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":647 * return cyruntime._cudaGraphChildGraphNodeGetGraph(node, pGraph) * * cdef cudaError_t cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":648 * * cdef cudaError_t cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddEmptyNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 648, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":647 * return cyruntime._cudaGraphChildGraphNodeGetGraph(node, pGraph) * * cdef cudaError_t cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddEmptyNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":650 * return cyruntime._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 cyruntime._cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":651 * * cdef cudaError_t cudaGraphAddEventRecordNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddEventRecordNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 651, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":650 * return cyruntime._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 cyruntime._cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddEventRecordNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":653 * return cyruntime._cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) * * cdef cudaError_t cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphEventRecordNodeGetEvent(node, event_out) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t __pyx_v_node, cudaEvent_t *__pyx_v_event_out) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":654 * * cdef cudaError_t cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphEventRecordNodeGetEvent(node, event_out) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventRecordNodeGetEvent(__pyx_v_node, __pyx_v_event_out); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 654, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":653 * return cyruntime._cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) * * cdef cudaError_t cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphEventRecordNodeGetEvent(node, event_out) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphEventRecordNodeGetEvent", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":656 * return cyruntime._cudaGraphEventRecordNodeGetEvent(node, event_out) * * cdef cudaError_t cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphEventRecordNodeSetEvent(node, event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t __pyx_v_node, cudaEvent_t __pyx_v_event) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":657 * * cdef cudaError_t cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventRecordNodeSetEvent(__pyx_v_node, __pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 657, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":656 * return cyruntime._cudaGraphEventRecordNodeGetEvent(node, event_out) * * cdef cudaError_t cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphEventRecordNodeSetEvent(node, event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphEventRecordNodeSetEvent", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":659 * return cyruntime._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 cyruntime._cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":660 * * cdef cudaError_t cudaGraphAddEventWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddEventWaitNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 660, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":659 * return cyruntime._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 cyruntime._cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddEventWaitNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":662 * return cyruntime._cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) * * cdef cudaError_t cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphEventWaitNodeGetEvent(node, event_out) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t __pyx_v_node, cudaEvent_t *__pyx_v_event_out) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":663 * * cdef cudaError_t cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphEventWaitNodeGetEvent(node, event_out) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventWaitNodeGetEvent(__pyx_v_node, __pyx_v_event_out); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 663, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":662 * return cyruntime._cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) * * cdef cudaError_t cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphEventWaitNodeGetEvent(node, event_out) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphEventWaitNodeGetEvent", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":665 * return cyruntime._cudaGraphEventWaitNodeGetEvent(node, event_out) * * cdef cudaError_t cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphEventWaitNodeSetEvent(node, event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t __pyx_v_node, cudaEvent_t __pyx_v_event) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":666 * * cdef cudaError_t cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventWaitNodeSetEvent(__pyx_v_node, __pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 666, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":665 * return cyruntime._cudaGraphEventWaitNodeGetEvent(node, event_out) * * cdef cudaError_t cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphEventWaitNodeSetEvent(node, event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphEventWaitNodeSetEvent", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":668 * return cyruntime._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 cyruntime._cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":669 * * cdef cudaError_t cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddExternalSemaphoresSignalNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_nodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 669, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":668 * return cyruntime._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 cyruntime._cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddExternalSemaphoresSignalNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":671 * return cyruntime._cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * * cdef cudaError_t cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreSignalNodeParams *__pyx_v_params_out) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":672 * * cdef cudaError_t cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresSignalNodeGetParams(__pyx_v_hNode, __pyx_v_params_out); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 672, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":671 * return cyruntime._cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * * cdef cudaError_t cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExternalSemaphoresSignalNodeGetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":674 * return cyruntime._cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) * * cdef cudaError_t cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreSignalNodeParams const *__pyx_v_nodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":675 * * cdef cudaError_t cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresSignalNodeSetParams(__pyx_v_hNode, __pyx_v_nodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 675, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":674 * return cyruntime._cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) * * cdef cudaError_t cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExternalSemaphoresSignalNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":677 * return cyruntime._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 cyruntime._cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":678 * * cdef cudaError_t cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddExternalSemaphoresWaitNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_nodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 678, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":677 * return cyruntime._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 cyruntime._cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddExternalSemaphoresWaitNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":680 * return cyruntime._cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * * cdef cudaError_t cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreWaitNodeParams *__pyx_v_params_out) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":681 * * cdef cudaError_t cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresWaitNodeGetParams(__pyx_v_hNode, __pyx_v_params_out); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 681, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":680 * return cyruntime._cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * * cdef cudaError_t cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExternalSemaphoresWaitNodeGetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":683 * return cyruntime._cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) * * cdef cudaError_t cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreWaitNodeParams const *__pyx_v_nodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":684 * * cdef cudaError_t cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresWaitNodeSetParams(__pyx_v_hNode, __pyx_v_nodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 684, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":683 * return cyruntime._cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) * * cdef cudaError_t cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExternalSemaphoresWaitNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":686 * return cyruntime._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 cyruntime._cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":687 * * cdef cudaError_t cudaGraphAddMemAllocNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaMemAllocNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemAllocNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_nodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 687, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":686 * return cyruntime._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 cyruntime._cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddMemAllocNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":689 * return cyruntime._cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * * cdef cudaError_t cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemAllocNodeGetParams(node, params_out) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemAllocNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemAllocNodeParams *__pyx_v_params_out) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":690 * * cdef cudaError_t cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemAllocNodeGetParams(__pyx_v_node, __pyx_v_params_out); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 690, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":689 * return cyruntime._cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * * cdef cudaError_t cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemAllocNodeGetParams(node, params_out) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphMemAllocNodeGetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":692 * return cyruntime._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 cyruntime._cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":693 * * cdef cudaError_t cudaGraphAddMemFreeNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dptr) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemFreeNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_dptr); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 693, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":692 * return cyruntime._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 cyruntime._cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddMemFreeNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":695 * return cyruntime._cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) * * cdef cudaError_t cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemFreeNodeGetParams(node, dptr_out) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemFreeNodeGetParams(cudaGraphNode_t __pyx_v_node, void *__pyx_v_dptr_out) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":696 * * cdef cudaError_t cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphMemFreeNodeGetParams(node, dptr_out) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemFreeNodeGetParams(__pyx_v_node, __pyx_v_dptr_out); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 696, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":695 * return cyruntime._cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) * * cdef cudaError_t cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphMemFreeNodeGetParams(node, dptr_out) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphMemFreeNodeGetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":698 * return cyruntime._cudaGraphMemFreeNodeGetParams(node, dptr_out) * * cdef cudaError_t cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGraphMemTrim(device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGraphMemTrim(int __pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":699 * * cdef cudaError_t cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGraphMemTrim(device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGraphMemTrim(__pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 699, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":698 * return cyruntime._cudaGraphMemFreeNodeGetParams(node, dptr_out) * * cdef cudaError_t cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGraphMemTrim(device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGraphMemTrim", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":701 * return cyruntime._cudaDeviceGraphMemTrim(device) * * cdef cudaError_t cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetGraphMemAttribute(device, attr, value) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetGraphMemAttribute(int __pyx_v_device, enum cudaGraphMemAttributeType __pyx_v_attr, void *__pyx_v_value) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":702 * * cdef cudaError_t cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetGraphMemAttribute(device, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetGraphMemAttribute(__pyx_v_device, ((enum cudaGraphMemAttributeType)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 702, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":701 * return cyruntime._cudaDeviceGraphMemTrim(device) * * cdef cudaError_t cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetGraphMemAttribute(device, attr, value) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetGraphMemAttribute", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":704 * return cyruntime._cudaDeviceGetGraphMemAttribute(device, attr, value) * * cdef cudaError_t cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceSetGraphMemAttribute(device, attr, value) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceSetGraphMemAttribute(int __pyx_v_device, enum cudaGraphMemAttributeType __pyx_v_attr, void *__pyx_v_value) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":705 * * cdef cudaError_t cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceSetGraphMemAttribute(device, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetGraphMemAttribute(__pyx_v_device, ((enum cudaGraphMemAttributeType)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 705, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":704 * return cyruntime._cudaDeviceGetGraphMemAttribute(device, attr, value) * * cdef cudaError_t cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceSetGraphMemAttribute(device, attr, value) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceSetGraphMemAttribute", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":707 * return cyruntime._cudaDeviceSetGraphMemAttribute(device, attr, value) * * cdef cudaError_t cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphClone(pGraphClone, originalGraph) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphClone(cudaGraph_t *__pyx_v_pGraphClone, cudaGraph_t __pyx_v_originalGraph) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":708 * * cdef cudaError_t cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphClone(pGraphClone, originalGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphClone(__pyx_v_pGraphClone, __pyx_v_originalGraph); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 708, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":707 * return cyruntime._cudaDeviceSetGraphMemAttribute(device, attr, value) * * cdef cudaError_t cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphClone(pGraphClone, originalGraph) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphClone", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":710 * return cyruntime._cudaGraphClone(pGraphClone, originalGraph) * * cdef cudaError_t cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeFindInClone(cudaGraphNode_t *__pyx_v_pNode, cudaGraphNode_t __pyx_v_originalNode, cudaGraph_t __pyx_v_clonedGraph) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":711 * * cdef cudaError_t cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeFindInClone(__pyx_v_pNode, __pyx_v_originalNode, __pyx_v_clonedGraph); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 711, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":710 * return cyruntime._cudaGraphClone(pGraphClone, originalGraph) * * cdef cudaError_t cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphNodeFindInClone", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":713 * return cyruntime._cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) * * cdef cudaError_t cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeGetType(node, pType) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetType(cudaGraphNode_t __pyx_v_node, enum cudaGraphNodeType *__pyx_v_pType) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":714 * * cdef cudaError_t cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphNodeGetType(node, pType) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetType(__pyx_v_node, ((enum cudaGraphNodeType *)__pyx_v_pType)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 714, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":713 * return cyruntime._cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) * * cdef cudaError_t cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeGetType(node, pType) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphNodeGetType", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":716 * return cyruntime._cudaGraphNodeGetType(node, pType) * * cdef cudaError_t cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeGetContainingGraph(hNode, phGraph) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetContainingGraph(cudaGraphNode_t __pyx_v_hNode, cudaGraph_t *__pyx_v_phGraph) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":717 * * cdef cudaError_t cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphNodeGetContainingGraph(hNode, phGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetContainingGraph(__pyx_v_hNode, __pyx_v_phGraph); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 717, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":716 * return cyruntime._cudaGraphNodeGetType(node, pType) * * cdef cudaError_t cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeGetContainingGraph(hNode, phGraph) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphNodeGetContainingGraph", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":719 * return cyruntime._cudaGraphNodeGetContainingGraph(hNode, phGraph) * * cdef cudaError_t cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeGetLocalId(hNode, nodeId) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetLocalId(cudaGraphNode_t __pyx_v_hNode, unsigned int *__pyx_v_nodeId) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":720 * * cdef cudaError_t cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphNodeGetLocalId(hNode, nodeId) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetLocalId(__pyx_v_hNode, __pyx_v_nodeId); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 720, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":719 * return cyruntime._cudaGraphNodeGetContainingGraph(hNode, phGraph) * * cdef cudaError_t cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeGetLocalId(hNode, nodeId) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphNodeGetLocalId", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":722 * return cyruntime._cudaGraphNodeGetLocalId(hNode, nodeId) * * cdef cudaError_t cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeGetToolsId(hNode, toolsNodeId) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetToolsId(cudaGraphNode_t __pyx_v_hNode, unsigned PY_LONG_LONG *__pyx_v_toolsNodeId) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":723 * * cdef cudaError_t cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphNodeGetToolsId(hNode, toolsNodeId) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetToolsId(__pyx_v_hNode, __pyx_v_toolsNodeId); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 723, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":722 * return cyruntime._cudaGraphNodeGetLocalId(hNode, nodeId) * * cdef cudaError_t cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeGetToolsId(hNode, toolsNodeId) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphNodeGetToolsId", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":725 * return cyruntime._cudaGraphNodeGetToolsId(hNode, toolsNodeId) * * cdef cudaError_t cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphGetId(hGraph, graphID) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphGetId(cudaGraph_t __pyx_v_hGraph, unsigned int *__pyx_v_graphID) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":726 * * cdef cudaError_t cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphGetId(hGraph, graphID) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetId(__pyx_v_hGraph, __pyx_v_graphID); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 726, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":725 * return cyruntime._cudaGraphNodeGetToolsId(hNode, toolsNodeId) * * cdef cudaError_t cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphGetId(hGraph, graphID) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphGetId", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":728 * return cyruntime._cudaGraphGetId(hGraph, graphID) * * cdef cudaError_t cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecGetId(hGraphExec, graphID) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecGetId(cudaGraphExec_t __pyx_v_hGraphExec, unsigned int *__pyx_v_graphID) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":729 * * cdef cudaError_t cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecGetId(hGraphExec, graphID) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecGetId(__pyx_v_hGraphExec, __pyx_v_graphID); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 729, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":728 * return cyruntime._cudaGraphGetId(hGraph, graphID) * * cdef cudaError_t cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecGetId(hGraphExec, graphID) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecGetId", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":731 * return cyruntime._cudaGraphExecGetId(hGraphExec, graphID) * * cdef cudaError_t cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphGetNodes(graph, nodes, numNodes) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphGetNodes(cudaGraph_t __pyx_v_graph, cudaGraphNode_t *__pyx_v_nodes, size_t *__pyx_v_numNodes) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":732 * * cdef cudaError_t cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphGetNodes(graph, nodes, numNodes) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetNodes(__pyx_v_graph, __pyx_v_nodes, __pyx_v_numNodes); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 732, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":731 * return cyruntime._cudaGraphExecGetId(hGraphExec, graphID) * * cdef cudaError_t cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphGetNodes(graph, nodes, numNodes) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphGetNodes", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":734 * return cyruntime._cudaGraphGetNodes(graph, nodes, numNodes) * * cdef cudaError_t cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphGetRootNodes(cudaGraph_t __pyx_v_graph, cudaGraphNode_t *__pyx_v_pRootNodes, size_t *__pyx_v_pNumRootNodes) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":735 * * cdef cudaError_t cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetRootNodes(__pyx_v_graph, __pyx_v_pRootNodes, __pyx_v_pNumRootNodes); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 735, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":734 * return cyruntime._cudaGraphGetNodes(graph, nodes, numNodes) * * cdef cudaError_t cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphGetRootNodes", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":737 * return cyruntime._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 cyruntime._cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":738 * * cdef cudaError_t cudaGraphGetEdges(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, cudaGraphEdgeData* edgeData, size_t* numEdges) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetEdges(__pyx_v_graph, __pyx_v_from_, __pyx_v_to, __pyx_v_edgeData, __pyx_v_numEdges); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 738, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":737 * return cyruntime._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 cyruntime._cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphGetEdges", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":740 * return cyruntime._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 cyruntime._cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetDependencies(cudaGraphNode_t __pyx_v_node, cudaGraphNode_t *__pyx_v_pDependencies, cudaGraphEdgeData *__pyx_v_edgeData, size_t *__pyx_v_pNumDependencies) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":741 * * cdef cudaError_t cudaGraphNodeGetDependencies(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, cudaGraphEdgeData* edgeData, size_t* pNumDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetDependencies(__pyx_v_node, __pyx_v_pDependencies, __pyx_v_edgeData, __pyx_v_pNumDependencies); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 741, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":740 * return cyruntime._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 cyruntime._cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphNodeGetDependencies", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":743 * return cyruntime._cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) * * cdef cudaError_t cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetDependentNodes(cudaGraphNode_t __pyx_v_node, cudaGraphNode_t *__pyx_v_pDependentNodes, cudaGraphEdgeData *__pyx_v_edgeData, size_t *__pyx_v_pNumDependentNodes) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":744 * * cdef cudaError_t cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetDependentNodes(__pyx_v_node, __pyx_v_pDependentNodes, __pyx_v_edgeData, __pyx_v_pNumDependentNodes); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 744, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":743 * return cyruntime._cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) * * cdef cudaError_t cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphNodeGetDependentNodes", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":746 * return cyruntime._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 cyruntime._cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":747 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddDependencies(__pyx_v_graph, __pyx_v_from_, __pyx_v_to, __pyx_v_edgeData, __pyx_v_numDependencies); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 747, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":746 * return cyruntime._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 cyruntime._cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddDependencies", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":749 * return cyruntime._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 cyruntime._cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":750 * * 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 cyruntime._cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphRemoveDependencies(__pyx_v_graph, __pyx_v_from_, __pyx_v_to, __pyx_v_edgeData, __pyx_v_numDependencies); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 750, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":749 * return cyruntime._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 cyruntime._cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphRemoveDependencies", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":752 * return cyruntime._cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) * * cdef cudaError_t cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphDestroyNode(node) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphDestroyNode(cudaGraphNode_t __pyx_v_node) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":753 * * cdef cudaError_t cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphDestroyNode(node) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphDestroyNode(__pyx_v_node); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 753, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":752 * return cyruntime._cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) * * cdef cudaError_t cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphDestroyNode(node) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphDestroyNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":755 * return cyruntime._cudaGraphDestroyNode(node) * * cdef cudaError_t cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphInstantiate(pGraphExec, graph, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphInstantiate(cudaGraphExec_t *__pyx_v_pGraphExec, cudaGraph_t __pyx_v_graph, unsigned PY_LONG_LONG __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":756 * * cdef cudaError_t cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphInstantiate(pGraphExec, graph, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphInstantiate(__pyx_v_pGraphExec, __pyx_v_graph, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 756, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":755 * return cyruntime._cudaGraphDestroyNode(node) * * cdef cudaError_t cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphInstantiate(pGraphExec, graph, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphInstantiate", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":758 * return cyruntime._cudaGraphInstantiate(pGraphExec, graph, flags) * * cdef cudaError_t cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphInstantiateWithFlags(cudaGraphExec_t *__pyx_v_pGraphExec, cudaGraph_t __pyx_v_graph, unsigned PY_LONG_LONG __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":759 * * cdef cudaError_t cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphInstantiateWithFlags(__pyx_v_pGraphExec, __pyx_v_graph, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 759, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":758 * return cyruntime._cudaGraphInstantiate(pGraphExec, graph, flags) * * cdef cudaError_t cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphInstantiateWithFlags", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":761 * return cyruntime._cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) * * cdef cudaError_t cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphInstantiateWithParams(cudaGraphExec_t *__pyx_v_pGraphExec, cudaGraph_t __pyx_v_graph, cudaGraphInstantiateParams *__pyx_v_instantiateParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":762 * * cdef cudaError_t cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphInstantiateWithParams(__pyx_v_pGraphExec, __pyx_v_graph, __pyx_v_instantiateParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 762, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":761 * return cyruntime._cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) * * cdef cudaError_t cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphInstantiateWithParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":764 * return cyruntime._cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) * * cdef cudaError_t cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecGetFlags(graphExec, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecGetFlags(cudaGraphExec_t __pyx_v_graphExec, unsigned PY_LONG_LONG *__pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":765 * * cdef cudaError_t cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecGetFlags(graphExec, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecGetFlags(__pyx_v_graphExec, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 765, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":764 * return cyruntime._cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) * * cdef cudaError_t cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecGetFlags(graphExec, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecGetFlags", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":767 * return cyruntime._cudaGraphExecGetFlags(graphExec, flags) * * cdef cudaError_t cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecKernelNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, struct cudaKernelNodeParams const *__pyx_v_pNodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":768 * * cdef cudaError_t cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecKernelNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 768, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":767 * return cyruntime._cudaGraphExecGetFlags(graphExec, flags) * * cdef cudaError_t cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecKernelNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":770 * return cyruntime._cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, struct cudaMemcpy3DParms const *__pyx_v_pNodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":771 * * cdef cudaError_t cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecMemcpyNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 771, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":770 * return cyruntime._cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecMemcpyNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":773 * return cyruntime._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 cyruntime._cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":774 * * cdef cudaError_t cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecMemcpyNodeSetParams1D(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_dst, __pyx_v_src, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 774, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":773 * return cyruntime._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 cyruntime._cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecMemcpyNodeSetParams1D", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":776 * return cyruntime._cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) * * cdef cudaError_t cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, struct cudaMemsetParams const *__pyx_v_pNodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":777 * * cdef cudaError_t cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecMemsetNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 777, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":776 * return cyruntime._cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) * * cdef cudaError_t cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecMemsetNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":779 * return cyruntime._cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecHostNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, struct cudaHostNodeParams const *__pyx_v_pNodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":780 * * cdef cudaError_t cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecHostNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 780, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":779 * return cyruntime._cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecHostNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":782 * return cyruntime._cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, cudaGraph_t __pyx_v_childGraph) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":783 * * cdef cudaError_t cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecChildGraphNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_childGraph); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 783, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":782 * return cyruntime._cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecChildGraphNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":785 * return cyruntime._cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) * * cdef cudaError_t cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, cudaEvent_t __pyx_v_event) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":786 * * cdef cudaError_t cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecEventRecordNodeSetEvent(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 786, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":785 * return cyruntime._cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) * * cdef cudaError_t cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecEventRecordNodeSetEvent", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":788 * return cyruntime._cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) * * cdef cudaError_t cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, cudaEvent_t __pyx_v_event) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":789 * * cdef cudaError_t cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecEventWaitNodeSetEvent(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 789, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":788 * return cyruntime._cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) * * cdef cudaError_t cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecEventWaitNodeSetEvent", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":791 * return cyruntime._cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) * * cdef cudaError_t cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreSignalNodeParams const *__pyx_v_nodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":792 * * cdef cudaError_t cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecExternalSemaphoresSignalNodeSetParams(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_nodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 792, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":791 * return cyruntime._cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) * * cdef cudaError_t cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecExternalSemaphoresSignalNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":794 * return cyruntime._cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) * * cdef cudaError_t cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreWaitNodeParams const *__pyx_v_nodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":795 * * cdef cudaError_t cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecExternalSemaphoresWaitNodeSetParams(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_nodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 795, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":794 * return cyruntime._cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) * * cdef cudaError_t cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecExternalSemaphoresWaitNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":797 * return cyruntime._cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) * * cdef cudaError_t cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeSetEnabled(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, unsigned int __pyx_v_isEnabled) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":798 * * cdef cudaError_t cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeSetEnabled(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_isEnabled); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 798, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":797 * return cyruntime._cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) * * cdef cudaError_t cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphNodeSetEnabled", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":800 * return cyruntime._cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) * * cdef cudaError_t cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetEnabled(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, unsigned int *__pyx_v_isEnabled) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":801 * * cdef cudaError_t cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetEnabled(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_isEnabled); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 801, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":800 * return cyruntime._cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) * * cdef cudaError_t cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphNodeGetEnabled", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":803 * return cyruntime._cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) * * cdef cudaError_t cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecUpdate(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraph_t __pyx_v_hGraph, cudaGraphExecUpdateResultInfo *__pyx_v_resultInfo) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":804 * * cdef cudaError_t cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecUpdate(__pyx_v_hGraphExec, __pyx_v_hGraph, __pyx_v_resultInfo); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 804, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":803 * return cyruntime._cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) * * cdef cudaError_t cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecUpdate", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":806 * return cyruntime._cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) * * cdef cudaError_t cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphUpload(graphExec, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphUpload(cudaGraphExec_t __pyx_v_graphExec, cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":807 * * cdef cudaError_t cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphUpload(graphExec, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphUpload(__pyx_v_graphExec, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 807, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":806 * return cyruntime._cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) * * cdef cudaError_t cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphUpload(graphExec, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphUpload", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":809 * return cyruntime._cudaGraphUpload(graphExec, stream) * * cdef cudaError_t cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphLaunch(graphExec, stream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphLaunch(cudaGraphExec_t __pyx_v_graphExec, cudaStream_t __pyx_v_stream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":810 * * cdef cudaError_t cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphLaunch(graphExec, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphLaunch(__pyx_v_graphExec, __pyx_v_stream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 810, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":809 * return cyruntime._cudaGraphUpload(graphExec, stream) * * cdef cudaError_t cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphLaunch(graphExec, stream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphLaunch", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":812 * return cyruntime._cudaGraphLaunch(graphExec, stream) * * cdef cudaError_t cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecDestroy(graphExec) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecDestroy(cudaGraphExec_t __pyx_v_graphExec) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":813 * * cdef cudaError_t cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecDestroy(graphExec) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecDestroy(__pyx_v_graphExec); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 813, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":812 * return cyruntime._cudaGraphLaunch(graphExec, stream) * * cdef cudaError_t cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecDestroy(graphExec) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecDestroy", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":815 * return cyruntime._cudaGraphExecDestroy(graphExec) * * cdef cudaError_t cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphDestroy(graph) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphDestroy(cudaGraph_t __pyx_v_graph) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":816 * * cdef cudaError_t cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphDestroy(graph) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphDestroy(__pyx_v_graph); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 816, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":815 * return cyruntime._cudaGraphExecDestroy(graphExec) * * cdef cudaError_t cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphDestroy(graph) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphDestroy", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":818 * return cyruntime._cudaGraphDestroy(graph) * * cdef cudaError_t cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphDebugDotPrint(graph, path, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphDebugDotPrint(cudaGraph_t __pyx_v_graph, char const *__pyx_v_path, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":819 * * cdef cudaError_t cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphDebugDotPrint(__pyx_v_graph, __pyx_v_path, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 819, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":818 * return cyruntime._cudaGraphDestroy(graph) * * cdef cudaError_t cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphDebugDotPrint(graph, path, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphDebugDotPrint", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":821 * return cyruntime._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 cyruntime._cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":822 * * cdef cudaError_t cudaUserObjectCreate(cudaUserObject_t* object_out, void* ptr, cudaHostFn_t destroy, unsigned int initialRefcount, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaUserObjectCreate(__pyx_v_object_out, __pyx_v_ptr, __pyx_v_destroy, __pyx_v_initialRefcount, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 822, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":821 * return cyruntime._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 cyruntime._cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaUserObjectCreate", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":824 * return cyruntime._cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) * * cdef cudaError_t cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaUserObjectRetain(object, count) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaUserObjectRetain(cudaUserObject_t __pyx_v_object, unsigned int __pyx_v_count) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":825 * * cdef cudaError_t cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaUserObjectRetain(object, count) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaUserObjectRetain(__pyx_v_object, __pyx_v_count); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 825, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":824 * return cyruntime._cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) * * cdef cudaError_t cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaUserObjectRetain(object, count) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaUserObjectRetain", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":827 * return cyruntime._cudaUserObjectRetain(object, count) * * cdef cudaError_t cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaUserObjectRelease(object, count) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaUserObjectRelease(cudaUserObject_t __pyx_v_object, unsigned int __pyx_v_count) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":828 * * cdef cudaError_t cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaUserObjectRelease(object, count) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaUserObjectRelease(__pyx_v_object, __pyx_v_count); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 828, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":827 * return cyruntime._cudaUserObjectRetain(object, count) * * cdef cudaError_t cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaUserObjectRelease(object, count) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaUserObjectRelease", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":830 * return cyruntime._cudaUserObjectRelease(object, count) * * cdef cudaError_t cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphRetainUserObject(graph, object, count, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":831 * * cdef cudaError_t cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphRetainUserObject(graph, object, count, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphRetainUserObject(__pyx_v_graph, __pyx_v_object, __pyx_v_count, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 831, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":830 * return cyruntime._cudaUserObjectRelease(object, count) * * cdef cudaError_t cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphRetainUserObject(graph, object, count, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphRetainUserObject", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":833 * return cyruntime._cudaGraphRetainUserObject(graph, object, count, flags) * * cdef cudaError_t cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphReleaseUserObject(graph, object, count) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphReleaseUserObject(cudaGraph_t __pyx_v_graph, cudaUserObject_t __pyx_v_object, unsigned int __pyx_v_count) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":834 * * cdef cudaError_t cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphReleaseUserObject(__pyx_v_graph, __pyx_v_object, __pyx_v_count); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 834, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":833 * return cyruntime._cudaGraphRetainUserObject(graph, object, count, flags) * * cdef cudaError_t cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphReleaseUserObject(graph, object, count) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphReleaseUserObject", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":836 * return cyruntime._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 cyruntime._cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":837 * * 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 cyruntime._cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_dependencyData, __pyx_v_numDependencies, __pyx_v_nodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 837, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":836 * return cyruntime._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 cyruntime._cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphAddNode", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":839 * return cyruntime._cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) * * cdef cudaError_t cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeSetParams(node, nodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaGraphNodeParams *__pyx_v_nodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":840 * * cdef cudaError_t cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphNodeSetParams(node, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeSetParams(__pyx_v_node, __pyx_v_nodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 840, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":839 * return cyruntime._cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) * * cdef cudaError_t cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphNodeSetParams(node, nodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":842 * return cyruntime._cudaGraphNodeSetParams(node, nodeParams) * * cdef cudaError_t cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecNodeSetParams(graphExec, node, nodeParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecNodeSetParams(cudaGraphExec_t __pyx_v_graphExec, cudaGraphNode_t __pyx_v_node, struct cudaGraphNodeParams *__pyx_v_nodeParams) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":843 * * cdef cudaError_t cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphExecNodeSetParams(graphExec, node, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecNodeSetParams(__pyx_v_graphExec, __pyx_v_node, __pyx_v_nodeParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 843, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":842 * return cyruntime._cudaGraphNodeSetParams(node, nodeParams) * * cdef cudaError_t cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphExecNodeSetParams(graphExec, node, nodeParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphExecNodeSetParams", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":845 * return cyruntime._cudaGraphExecNodeSetParams(graphExec, node, nodeParams) * * cdef cudaError_t cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":846 * * cdef cudaError_t cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphConditionalHandleCreate(__pyx_v_pHandle_out, __pyx_v_graph, __pyx_v_defaultLaunchValue, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 846, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":845 * return cyruntime._cudaGraphExecNodeSetParams(graphExec, node, nodeParams) * * cdef cudaError_t cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphConditionalHandleCreate", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":848 * return cyruntime._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 cyruntime._cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":849 * * cdef cudaError_t cudaGraphConditionalHandleCreate_v2(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, cudaExecutionContext_t ctx, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphConditionalHandleCreate_v2(__pyx_v_pHandle_out, __pyx_v_graph, __pyx_v_ctx, __pyx_v_defaultLaunchValue, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 849, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":848 * return cyruntime._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 cyruntime._cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphConditionalHandleCreate_v2", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":851 * return cyruntime._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 cyruntime._cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":852 * * cdef cudaError_t cudaGetDriverEntryPoint(const char* symbol, void** funcPtr, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDriverEntryPoint(__pyx_v_symbol, __pyx_v_funcPtr, __pyx_v_flags, ((enum cudaDriverEntryPointQueryResult *)__pyx_v_driverStatus)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 852, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":851 * return cyruntime._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 cyruntime._cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetDriverEntryPoint", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":854 * return cyruntime._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 cyruntime._cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":855 * * cdef cudaError_t cudaGetDriverEntryPointByVersion(const char* symbol, void** funcPtr, unsigned int cudaVersion, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDriverEntryPointByVersion(__pyx_v_symbol, __pyx_v_funcPtr, __pyx_v_cudaVersion, __pyx_v_flags, ((enum cudaDriverEntryPointQueryResult *)__pyx_v_driverStatus)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 855, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":854 * return cyruntime._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 cyruntime._cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetDriverEntryPointByVersion", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":857 * return cyruntime._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 cyruntime._cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":858 * * 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 cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryLoadData(__pyx_v_library, __pyx_v_code, ((enum cudaJitOption *)__pyx_v_jitOptions), __pyx_v_jitOptionsValues, __pyx_v_numJitOptions, ((enum cudaLibraryOption *)__pyx_v_libraryOptions), __pyx_v_libraryOptionValues, __pyx_v_numLibraryOptions); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 858, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":857 * return cyruntime._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 cyruntime._cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLibraryLoadData", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":860 * return cyruntime._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 cyruntime._cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":861 * * 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 cyruntime._cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryLoadFromFile(__pyx_v_library, __pyx_v_fileName, ((enum cudaJitOption *)__pyx_v_jitOptions), __pyx_v_jitOptionsValues, __pyx_v_numJitOptions, ((enum cudaLibraryOption *)__pyx_v_libraryOptions), __pyx_v_libraryOptionValues, __pyx_v_numLibraryOptions); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 861, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":860 * return cyruntime._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 cyruntime._cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLibraryLoadFromFile", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":863 * return cyruntime._cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * * cdef cudaError_t cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryUnload(library) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryUnload(cudaLibrary_t __pyx_v_library) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":864 * * cdef cudaError_t cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLibraryUnload(library) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryUnload(__pyx_v_library); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 864, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":863 * return cyruntime._cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * * cdef cudaError_t cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryUnload(library) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLibraryUnload", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":866 * return cyruntime._cudaLibraryUnload(library) * * cdef cudaError_t cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryGetKernel(pKernel, library, name) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryGetKernel(cudaKernel_t *__pyx_v_pKernel, cudaLibrary_t __pyx_v_library, char const *__pyx_v_name) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":867 * * cdef cudaError_t cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLibraryGetKernel(pKernel, library, name) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetKernel(__pyx_v_pKernel, __pyx_v_library, __pyx_v_name); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 867, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":866 * return cyruntime._cudaLibraryUnload(library) * * cdef cudaError_t cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryGetKernel(pKernel, library, name) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLibraryGetKernel", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":869 * return cyruntime._cudaLibraryGetKernel(pKernel, library, name) * * cdef cudaError_t cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryGetGlobal(dptr, numbytes, library, name) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryGetGlobal(void **__pyx_v_dptr, size_t *__pyx_v_numbytes, cudaLibrary_t __pyx_v_library, char const *__pyx_v_name) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":870 * * cdef cudaError_t cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLibraryGetGlobal(dptr, numbytes, library, name) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetGlobal(__pyx_v_dptr, __pyx_v_numbytes, __pyx_v_library, __pyx_v_name); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 870, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":869 * return cyruntime._cudaLibraryGetKernel(pKernel, library, name) * * cdef cudaError_t cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryGetGlobal(dptr, numbytes, library, name) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLibraryGetGlobal", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":872 * return cyruntime._cudaLibraryGetGlobal(dptr, numbytes, library, name) * * cdef cudaError_t cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryGetManaged(dptr, numbytes, library, name) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryGetManaged(void **__pyx_v_dptr, size_t *__pyx_v_numbytes, cudaLibrary_t __pyx_v_library, char const *__pyx_v_name) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":873 * * cdef cudaError_t cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLibraryGetManaged(dptr, numbytes, library, name) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetManaged(__pyx_v_dptr, __pyx_v_numbytes, __pyx_v_library, __pyx_v_name); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 873, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":872 * return cyruntime._cudaLibraryGetGlobal(dptr, numbytes, library, name) * * cdef cudaError_t cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryGetManaged(dptr, numbytes, library, name) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLibraryGetManaged", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":875 * return cyruntime._cudaLibraryGetManaged(dptr, numbytes, library, name) * * cdef cudaError_t cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryGetUnifiedFunction(fptr, library, symbol) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryGetUnifiedFunction(void **__pyx_v_fptr, cudaLibrary_t __pyx_v_library, char const *__pyx_v_symbol) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":876 * * cdef cudaError_t cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLibraryGetUnifiedFunction(fptr, library, symbol) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetUnifiedFunction(__pyx_v_fptr, __pyx_v_library, __pyx_v_symbol); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 876, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":875 * return cyruntime._cudaLibraryGetManaged(dptr, numbytes, library, name) * * cdef cudaError_t cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryGetUnifiedFunction(fptr, library, symbol) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLibraryGetUnifiedFunction", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":878 * return cyruntime._cudaLibraryGetUnifiedFunction(fptr, library, symbol) * * cdef cudaError_t cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryGetKernelCount(count, lib) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryGetKernelCount(unsigned int *__pyx_v_count, cudaLibrary_t __pyx_v_lib) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":879 * * cdef cudaError_t cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLibraryGetKernelCount(count, lib) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetKernelCount(__pyx_v_count, __pyx_v_lib); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 879, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":878 * return cyruntime._cudaLibraryGetUnifiedFunction(fptr, library, symbol) * * cdef cudaError_t cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryGetKernelCount(count, lib) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLibraryGetKernelCount", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":881 * return cyruntime._cudaLibraryGetKernelCount(count, lib) * * cdef cudaError_t cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryEnumerateKernels(kernels, numKernels, lib) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryEnumerateKernels(cudaKernel_t *__pyx_v_kernels, unsigned int __pyx_v_numKernels, cudaLibrary_t __pyx_v_lib) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":882 * * cdef cudaError_t cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaLibraryEnumerateKernels(kernels, numKernels, lib) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryEnumerateKernels(__pyx_v_kernels, __pyx_v_numKernels, __pyx_v_lib); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 882, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":881 * return cyruntime._cudaLibraryGetKernelCount(count, lib) * * cdef cudaError_t cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaLibraryEnumerateKernels(kernels, numKernels, lib) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaLibraryEnumerateKernels", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":884 * return cyruntime._cudaLibraryEnumerateKernels(kernels, numKernels, lib) * * cdef cudaError_t cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaKernelSetAttributeForDevice(kernel, attr, value, device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaKernelSetAttributeForDevice(cudaKernel_t __pyx_v_kernel, enum cudaFuncAttribute __pyx_v_attr, int __pyx_v_value, int __pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":885 * * cdef cudaError_t cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaKernelSetAttributeForDevice(kernel, attr, value, device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaKernelSetAttributeForDevice(__pyx_v_kernel, ((enum cudaFuncAttribute)__pyx_v_attr), __pyx_v_value, __pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 885, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":884 * return cyruntime._cudaLibraryEnumerateKernels(kernels, numKernels, lib) * * cdef cudaError_t cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaKernelSetAttributeForDevice(kernel, attr, value, device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaKernelSetAttributeForDevice", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":887 * return cyruntime._cudaKernelSetAttributeForDevice(kernel, attr, value, device) * * cdef cudaError_t cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetDevResource(device, resource, typename) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetDevResource(int __pyx_v_device, cudaDevResource *__pyx_v_resource, enum cudaDevResourceType __pyx_v_typename) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":888 * * cdef cudaError_t cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetDevResource(__pyx_v_device, __pyx_v_resource, ((enum cudaDevResourceType)__pyx_v_typename)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 888, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":887 * return cyruntime._cudaKernelSetAttributeForDevice(kernel, attr, value, device) * * cdef cudaError_t cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetDevResource(device, resource, typename) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetDevResource", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":890 * return cyruntime._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 cyruntime._cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":891 * * cdef cudaError_t cudaDevSmResourceSplitByCount(cudaDevResource* result, unsigned int* nbGroups, const cudaDevResource* input, cudaDevResource* remaining, unsigned int flags, unsigned int minCount) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDevSmResourceSplitByCount(__pyx_v_result, __pyx_v_nbGroups, __pyx_v_input, __pyx_v_remaining, __pyx_v_flags, __pyx_v_minCount); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 891, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":890 * return cyruntime._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 cyruntime._cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDevSmResourceSplitByCount", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":893 * return cyruntime._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 cyruntime._cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_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; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":894 * * cdef cudaError_t cudaDevSmResourceSplit(cudaDevResource* result, unsigned int nbGroups, const cudaDevResource* input, cudaDevResource* remainder, unsigned int flags, cudaDevSmResourceGroupParams* groupParams) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDevSmResourceSplit(__pyx_v_result, __pyx_v_nbGroups, __pyx_v_input, __pyx_v_remainder, __pyx_v_flags, __pyx_v_groupParams); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 894, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":893 * return cyruntime._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 cyruntime._cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDevSmResourceSplit", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":896 * return cyruntime._cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) * * cdef cudaError_t cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDevResourceGenerateDesc(phDesc, resources, nbResources) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDevResourceGenerateDesc(cudaDevResourceDesc_t *__pyx_v_phDesc, cudaDevResource *__pyx_v_resources, unsigned int __pyx_v_nbResources) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":897 * * cdef cudaError_t cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDevResourceGenerateDesc(phDesc, resources, nbResources) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDevResourceGenerateDesc(__pyx_v_phDesc, __pyx_v_resources, __pyx_v_nbResources); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 897, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":896 * return cyruntime._cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) * * cdef cudaError_t cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDevResourceGenerateDesc(phDesc, resources, nbResources) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDevResourceGenerateDesc", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":899 * return cyruntime._cudaDevResourceGenerateDesc(phDesc, resources, nbResources) * * cdef cudaError_t cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGreenCtxCreate(phCtx, desc, device, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGreenCtxCreate(cudaExecutionContext_t *__pyx_v_phCtx, cudaDevResourceDesc_t __pyx_v_desc, int __pyx_v_device, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":900 * * cdef cudaError_t cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGreenCtxCreate(phCtx, desc, device, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGreenCtxCreate(__pyx_v_phCtx, __pyx_v_desc, __pyx_v_device, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 900, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":899 * return cyruntime._cudaDevResourceGenerateDesc(phDesc, resources, nbResources) * * cdef cudaError_t cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGreenCtxCreate(phCtx, desc, device, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGreenCtxCreate", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":902 * return cyruntime._cudaGreenCtxCreate(phCtx, desc, device, flags) * * cdef cudaError_t cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxDestroy(ctx) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxDestroy(cudaExecutionContext_t __pyx_v_ctx) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":903 * * cdef cudaError_t cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaExecutionCtxDestroy(ctx) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxDestroy(__pyx_v_ctx); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 903, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":902 * return cyruntime._cudaGreenCtxCreate(phCtx, desc, device, flags) * * cdef cudaError_t cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxDestroy(ctx) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaExecutionCtxDestroy", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":905 * return cyruntime._cudaExecutionCtxDestroy(ctx) * * cdef cudaError_t cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxGetDevResource(ctx, resource, typename) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxGetDevResource(cudaExecutionContext_t __pyx_v_ctx, cudaDevResource *__pyx_v_resource, enum cudaDevResourceType __pyx_v_typename) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":906 * * cdef cudaError_t cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaExecutionCtxGetDevResource(ctx, resource, typename) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxGetDevResource(__pyx_v_ctx, __pyx_v_resource, ((enum cudaDevResourceType)__pyx_v_typename)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 906, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":905 * return cyruntime._cudaExecutionCtxDestroy(ctx) * * cdef cudaError_t cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxGetDevResource(ctx, resource, typename) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaExecutionCtxGetDevResource", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":908 * return cyruntime._cudaExecutionCtxGetDevResource(ctx, resource, typename) * * cdef cudaError_t cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxGetDevice(device, ctx) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxGetDevice(int *__pyx_v_device, cudaExecutionContext_t __pyx_v_ctx) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":909 * * cdef cudaError_t cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaExecutionCtxGetDevice(device, ctx) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxGetDevice(__pyx_v_device, __pyx_v_ctx); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 909, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":908 * return cyruntime._cudaExecutionCtxGetDevResource(ctx, resource, typename) * * cdef cudaError_t cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxGetDevice(device, ctx) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaExecutionCtxGetDevice", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":911 * return cyruntime._cudaExecutionCtxGetDevice(device, ctx) * * cdef cudaError_t cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxGetId(ctx, ctxId) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxGetId(cudaExecutionContext_t __pyx_v_ctx, unsigned PY_LONG_LONG *__pyx_v_ctxId) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":912 * * cdef cudaError_t cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaExecutionCtxGetId(ctx, ctxId) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxGetId(__pyx_v_ctx, __pyx_v_ctxId); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 912, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":911 * return cyruntime._cudaExecutionCtxGetDevice(device, ctx) * * cdef cudaError_t cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxGetId(ctx, ctxId) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaExecutionCtxGetId", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":914 * return cyruntime._cudaExecutionCtxGetId(ctx, ctxId) * * cdef cudaError_t cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxStreamCreate(cudaStream_t *__pyx_v_phStream, cudaExecutionContext_t __pyx_v_ctx, unsigned int __pyx_v_flags, int __pyx_v_priority) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":915 * * cdef cudaError_t cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxStreamCreate(__pyx_v_phStream, __pyx_v_ctx, __pyx_v_flags, __pyx_v_priority); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 915, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":914 * return cyruntime._cudaExecutionCtxGetId(ctx, ctxId) * * cdef cudaError_t cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaExecutionCtxStreamCreate", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":917 * return cyruntime._cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) * * cdef cudaError_t cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxSynchronize(ctx) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxSynchronize(cudaExecutionContext_t __pyx_v_ctx) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":918 * * cdef cudaError_t cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaExecutionCtxSynchronize(ctx) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxSynchronize(__pyx_v_ctx); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 918, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":917 * return cyruntime._cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) * * cdef cudaError_t cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxSynchronize(ctx) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaExecutionCtxSynchronize", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":920 * return cyruntime._cudaExecutionCtxSynchronize(ctx) * * cdef cudaError_t cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamGetDevResource(hStream, resource, typename) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetDevResource(cudaStream_t __pyx_v_hStream, cudaDevResource *__pyx_v_resource, enum cudaDevResourceType __pyx_v_typename) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":921 * * cdef cudaError_t cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaStreamGetDevResource(hStream, resource, typename) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetDevResource(__pyx_v_hStream, __pyx_v_resource, ((enum cudaDevResourceType)__pyx_v_typename)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 921, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":920 * return cyruntime._cudaExecutionCtxSynchronize(ctx) * * cdef cudaError_t cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaStreamGetDevResource(hStream, resource, typename) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaStreamGetDevResource", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":923 * return cyruntime._cudaStreamGetDevResource(hStream, resource, typename) * * cdef cudaError_t cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxRecordEvent(ctx, event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxRecordEvent(cudaExecutionContext_t __pyx_v_ctx, cudaEvent_t __pyx_v_event) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":924 * * cdef cudaError_t cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaExecutionCtxRecordEvent(ctx, event) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxRecordEvent(__pyx_v_ctx, __pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 924, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":923 * return cyruntime._cudaStreamGetDevResource(hStream, resource, typename) * * cdef cudaError_t cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxRecordEvent(ctx, event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaExecutionCtxRecordEvent", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":926 * return cyruntime._cudaExecutionCtxRecordEvent(ctx, event) * * cdef cudaError_t cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxWaitEvent(ctx, event) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxWaitEvent(cudaExecutionContext_t __pyx_v_ctx, cudaEvent_t __pyx_v_event) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":927 * * cdef cudaError_t cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaExecutionCtxWaitEvent(ctx, event) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxWaitEvent(__pyx_v_ctx, __pyx_v_event); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 927, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":926 * return cyruntime._cudaExecutionCtxRecordEvent(ctx, event) * * cdef cudaError_t cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaExecutionCtxWaitEvent(ctx, event) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaExecutionCtxWaitEvent", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":929 * return cyruntime._cudaExecutionCtxWaitEvent(ctx, event) * * cdef cudaError_t cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetExecutionCtx(ctx, device) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetExecutionCtx(cudaExecutionContext_t *__pyx_v_ctx, int __pyx_v_device) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":930 * * cdef cudaError_t cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaDeviceGetExecutionCtx(ctx, device) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetExecutionCtx(__pyx_v_ctx, __pyx_v_device); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 930, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":929 * return cyruntime._cudaExecutionCtxWaitEvent(ctx, event) * * cdef cudaError_t cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaDeviceGetExecutionCtx(ctx, device) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaDeviceGetExecutionCtx", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":932 * return cyruntime._cudaDeviceGetExecutionCtx(ctx, device) * * cdef cudaError_t cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetExportTable(ppExportTable, pExportTableId) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetExportTable(void const **__pyx_v_ppExportTable, cudaUUID_t const *__pyx_v_pExportTableId) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":933 * * cdef cudaError_t cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGetExportTable(ppExportTable, pExportTableId) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetExportTable(__pyx_v_ppExportTable, __pyx_v_pExportTableId); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 933, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":932 * return cyruntime._cudaDeviceGetExecutionCtx(ctx, device) * * cdef cudaError_t cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetExportTable(ppExportTable, pExportTableId) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetExportTable", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":935 * return cyruntime._cudaGetExportTable(ppExportTable, pExportTableId) * * cdef cudaError_t cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetKernel(kernelPtr, entryFuncAddr) * @cython.show_performance_hints(False) */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGetKernel(cudaKernel_t *__pyx_v_kernelPtr, void const *__pyx_v_entryFuncAddr) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":936 * * cdef cudaError_t cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetKernel(__pyx_v_kernelPtr, __pyx_v_entryFuncAddr); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 936, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":935 * return cyruntime._cudaGetExportTable(ppExportTable, pExportTableId) * * cdef cudaError_t cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGetKernel(kernelPtr, entryFuncAddr) * @cython.show_performance_hints(False) */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGetKernel", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":937 * cdef cudaError_t cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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 cyruntime._make_cudaPitchedPtr(d, p, xsz, ysz) */ static struct cudaPitchedPtr __pyx_f_4cuda_8bindings_9cyruntime_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; struct cudaPitchedPtr __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":939 * @cython.show_performance_hints(False) * cdef cudaPitchedPtr make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__make_cudaPitchedPtr(__pyx_v_d, __pyx_v_p, __pyx_v_xsz, __pyx_v_ysz); if (unlikely(__Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 939, __pyx_L1_error) __pyx_r = __pyx_t_1; goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":937 * cdef cudaError_t cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._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 cyruntime._make_cudaPitchedPtr(d, p, xsz, ysz) */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.make_cudaPitchedPtr", __pyx_clineno, __pyx_lineno, __pyx_filename); __Pyx_pretend_to_initialize(&__pyx_r); __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":940 * cdef cudaPitchedPtr make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil: * return cyruntime._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 cyruntime._make_cudaPos(x, y, z) */ static struct cudaPos __pyx_f_4cuda_8bindings_9cyruntime_make_cudaPos(size_t __pyx_v_x, size_t __pyx_v_y, size_t __pyx_v_z) { struct cudaPos __pyx_r; struct cudaPos __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":942 * @cython.show_performance_hints(False) * cdef cudaPos make_cudaPos(size_t x, size_t y, size_t z) except* nogil: * return cyruntime._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_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__make_cudaPos(__pyx_v_x, __pyx_v_y, __pyx_v_z); if (unlikely(__Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 942, __pyx_L1_error) __pyx_r = __pyx_t_1; goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":940 * cdef cudaPitchedPtr make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil: * return cyruntime._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 cyruntime._make_cudaPos(x, y, z) */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.make_cudaPos", __pyx_clineno, __pyx_lineno, __pyx_filename); __Pyx_pretend_to_initialize(&__pyx_r); __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":943 * cdef cudaPos make_cudaPos(size_t x, size_t y, size_t z) except* nogil: * return cyruntime._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 cyruntime._make_cudaExtent(w, h, d) */ static struct cudaExtent __pyx_f_4cuda_8bindings_9cyruntime_make_cudaExtent(size_t __pyx_v_w, size_t __pyx_v_h, size_t __pyx_v_d) { struct cudaExtent __pyx_r; struct cudaExtent __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":945 * @cython.show_performance_hints(False) * cdef cudaExtent make_cudaExtent(size_t w, size_t h, size_t d) except* nogil: * return cyruntime._make_cudaExtent(w, h, d) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsEGLRegisterImage(cudaGraphicsResource** pCudaResource, EGLImageKHR image, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__make_cudaExtent(__pyx_v_w, __pyx_v_h, __pyx_v_d); if (unlikely(__Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 945, __pyx_L1_error) __pyx_r = __pyx_t_1; goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":943 * cdef cudaPos make_cudaPos(size_t x, size_t y, size_t z) except* nogil: * return cyruntime._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 cyruntime._make_cudaExtent(w, h, d) */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.make_cudaExtent", __pyx_clineno, __pyx_lineno, __pyx_filename); __Pyx_pretend_to_initialize(&__pyx_r); __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":947 * return cyruntime._make_cudaExtent(w, h, d) * * cdef cudaError_t cudaGraphicsEGLRegisterImage(cudaGraphicsResource** pCudaResource, EGLImageKHR image, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsEGLRegisterImage(pCudaResource, image, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsEGLRegisterImage(struct cudaGraphicsResource **__pyx_v_pCudaResource, __pyx_t_4cuda_8bindings_9cyruntime_EGLImageKHR __pyx_v_image, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":948 * * cdef cudaError_t cudaGraphicsEGLRegisterImage(cudaGraphicsResource** pCudaResource, EGLImageKHR image, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsEGLRegisterImage(pCudaResource, image, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEGLStreamConsumerConnect(cudaEglStreamConnection* conn, EGLStreamKHR eglStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsEGLRegisterImage(__pyx_v_pCudaResource, __pyx_v_image, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 948, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":947 * return cyruntime._make_cudaExtent(w, h, d) * * cdef cudaError_t cudaGraphicsEGLRegisterImage(cudaGraphicsResource** pCudaResource, EGLImageKHR image, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsEGLRegisterImage(pCudaResource, image, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsEGLRegisterImage", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":950 * return cyruntime._cudaGraphicsEGLRegisterImage(pCudaResource, image, flags) * * cdef cudaError_t cudaEGLStreamConsumerConnect(cudaEglStreamConnection* conn, EGLStreamKHR eglStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamConsumerConnect(conn, eglStream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamConsumerConnect(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR __pyx_v_eglStream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":951 * * cdef cudaError_t cudaEGLStreamConsumerConnect(cudaEglStreamConnection* conn, EGLStreamKHR eglStream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEGLStreamConsumerConnect(conn, eglStream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEGLStreamConsumerConnectWithFlags(cudaEglStreamConnection* conn, EGLStreamKHR eglStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerConnect(__pyx_v_conn, __pyx_v_eglStream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 951, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":950 * return cyruntime._cudaGraphicsEGLRegisterImage(pCudaResource, image, flags) * * cdef cudaError_t cudaEGLStreamConsumerConnect(cudaEglStreamConnection* conn, EGLStreamKHR eglStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamConsumerConnect(conn, eglStream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEGLStreamConsumerConnect", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":953 * return cyruntime._cudaEGLStreamConsumerConnect(conn, eglStream) * * cdef cudaError_t cudaEGLStreamConsumerConnectWithFlags(cudaEglStreamConnection* conn, EGLStreamKHR eglStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamConsumerConnectWithFlags(conn, eglStream, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamConsumerConnectWithFlags(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR __pyx_v_eglStream, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":954 * * cdef cudaError_t cudaEGLStreamConsumerConnectWithFlags(cudaEglStreamConnection* conn, EGLStreamKHR eglStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEGLStreamConsumerConnectWithFlags(conn, eglStream, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEGLStreamConsumerDisconnect(cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerConnectWithFlags(__pyx_v_conn, __pyx_v_eglStream, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 954, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":953 * return cyruntime._cudaEGLStreamConsumerConnect(conn, eglStream) * * cdef cudaError_t cudaEGLStreamConsumerConnectWithFlags(cudaEglStreamConnection* conn, EGLStreamKHR eglStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamConsumerConnectWithFlags(conn, eglStream, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEGLStreamConsumerConnectWithFlags", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":956 * return cyruntime._cudaEGLStreamConsumerConnectWithFlags(conn, eglStream, flags) * * cdef cudaError_t cudaEGLStreamConsumerDisconnect(cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamConsumerDisconnect(conn) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamConsumerDisconnect(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":957 * * cdef cudaError_t cudaEGLStreamConsumerDisconnect(cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEGLStreamConsumerDisconnect(conn) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEGLStreamConsumerAcquireFrame(cudaEglStreamConnection* conn, cudaGraphicsResource_t* pCudaResource, cudaStream_t* pStream, unsigned int timeout) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerDisconnect(__pyx_v_conn); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 957, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":956 * return cyruntime._cudaEGLStreamConsumerConnectWithFlags(conn, eglStream, flags) * * cdef cudaError_t cudaEGLStreamConsumerDisconnect(cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamConsumerDisconnect(conn) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEGLStreamConsumerDisconnect", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":959 * return cyruntime._cudaEGLStreamConsumerDisconnect(conn) * * cdef cudaError_t cudaEGLStreamConsumerAcquireFrame(cudaEglStreamConnection* conn, cudaGraphicsResource_t* pCudaResource, cudaStream_t* pStream, unsigned int timeout) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamConsumerAcquireFrame(conn, pCudaResource, pStream, timeout) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamConsumerAcquireFrame(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn, cudaGraphicsResource_t *__pyx_v_pCudaResource, cudaStream_t *__pyx_v_pStream, unsigned int __pyx_v_timeout) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":960 * * cdef cudaError_t cudaEGLStreamConsumerAcquireFrame(cudaEglStreamConnection* conn, cudaGraphicsResource_t* pCudaResource, cudaStream_t* pStream, unsigned int timeout) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEGLStreamConsumerAcquireFrame(conn, pCudaResource, pStream, timeout) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEGLStreamConsumerReleaseFrame(cudaEglStreamConnection* conn, cudaGraphicsResource_t pCudaResource, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerAcquireFrame(__pyx_v_conn, __pyx_v_pCudaResource, __pyx_v_pStream, __pyx_v_timeout); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 960, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":959 * return cyruntime._cudaEGLStreamConsumerDisconnect(conn) * * cdef cudaError_t cudaEGLStreamConsumerAcquireFrame(cudaEglStreamConnection* conn, cudaGraphicsResource_t* pCudaResource, cudaStream_t* pStream, unsigned int timeout) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamConsumerAcquireFrame(conn, pCudaResource, pStream, timeout) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEGLStreamConsumerAcquireFrame", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":962 * return cyruntime._cudaEGLStreamConsumerAcquireFrame(conn, pCudaResource, pStream, timeout) * * cdef cudaError_t cudaEGLStreamConsumerReleaseFrame(cudaEglStreamConnection* conn, cudaGraphicsResource_t pCudaResource, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamConsumerReleaseFrame(conn, pCudaResource, pStream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamConsumerReleaseFrame(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn, cudaGraphicsResource_t __pyx_v_pCudaResource, cudaStream_t *__pyx_v_pStream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":963 * * cdef cudaError_t cudaEGLStreamConsumerReleaseFrame(cudaEglStreamConnection* conn, cudaGraphicsResource_t pCudaResource, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEGLStreamConsumerReleaseFrame(conn, pCudaResource, pStream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEGLStreamProducerConnect(cudaEglStreamConnection* conn, EGLStreamKHR eglStream, EGLint width, EGLint height) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerReleaseFrame(__pyx_v_conn, __pyx_v_pCudaResource, __pyx_v_pStream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 963, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":962 * return cyruntime._cudaEGLStreamConsumerAcquireFrame(conn, pCudaResource, pStream, timeout) * * cdef cudaError_t cudaEGLStreamConsumerReleaseFrame(cudaEglStreamConnection* conn, cudaGraphicsResource_t pCudaResource, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamConsumerReleaseFrame(conn, pCudaResource, pStream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEGLStreamConsumerReleaseFrame", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":965 * return cyruntime._cudaEGLStreamConsumerReleaseFrame(conn, pCudaResource, pStream) * * cdef cudaError_t cudaEGLStreamProducerConnect(cudaEglStreamConnection* conn, EGLStreamKHR eglStream, EGLint width, EGLint height) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamProducerConnect(conn, eglStream, width, height) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamProducerConnect(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR __pyx_v_eglStream, __pyx_t_4cuda_8bindings_9cyruntime_EGLint __pyx_v_width, __pyx_t_4cuda_8bindings_9cyruntime_EGLint __pyx_v_height) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":966 * * cdef cudaError_t cudaEGLStreamProducerConnect(cudaEglStreamConnection* conn, EGLStreamKHR eglStream, EGLint width, EGLint height) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEGLStreamProducerConnect(conn, eglStream, width, height) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEGLStreamProducerDisconnect(cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerConnect(__pyx_v_conn, __pyx_v_eglStream, __pyx_v_width, __pyx_v_height); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 966, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":965 * return cyruntime._cudaEGLStreamConsumerReleaseFrame(conn, pCudaResource, pStream) * * cdef cudaError_t cudaEGLStreamProducerConnect(cudaEglStreamConnection* conn, EGLStreamKHR eglStream, EGLint width, EGLint height) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamProducerConnect(conn, eglStream, width, height) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEGLStreamProducerConnect", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":968 * return cyruntime._cudaEGLStreamProducerConnect(conn, eglStream, width, height) * * cdef cudaError_t cudaEGLStreamProducerDisconnect(cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamProducerDisconnect(conn) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamProducerDisconnect(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":969 * * cdef cudaError_t cudaEGLStreamProducerDisconnect(cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEGLStreamProducerDisconnect(conn) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEGLStreamProducerPresentFrame(cudaEglStreamConnection* conn, cudaEglFrame eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerDisconnect(__pyx_v_conn); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 969, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":968 * return cyruntime._cudaEGLStreamProducerConnect(conn, eglStream, width, height) * * cdef cudaError_t cudaEGLStreamProducerDisconnect(cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamProducerDisconnect(conn) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEGLStreamProducerDisconnect", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":971 * return cyruntime._cudaEGLStreamProducerDisconnect(conn) * * cdef cudaError_t cudaEGLStreamProducerPresentFrame(cudaEglStreamConnection* conn, cudaEglFrame eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamProducerPresentFrame(conn, eglframe, pStream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamProducerPresentFrame(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn, __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame __pyx_v_eglframe, cudaStream_t *__pyx_v_pStream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":972 * * cdef cudaError_t cudaEGLStreamProducerPresentFrame(cudaEglStreamConnection* conn, cudaEglFrame eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEGLStreamProducerPresentFrame(conn, eglframe, pStream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEGLStreamProducerReturnFrame(cudaEglStreamConnection* conn, cudaEglFrame* eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerPresentFrame(__pyx_v_conn, __pyx_v_eglframe, __pyx_v_pStream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 972, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":971 * return cyruntime._cudaEGLStreamProducerDisconnect(conn) * * cdef cudaError_t cudaEGLStreamProducerPresentFrame(cudaEglStreamConnection* conn, cudaEglFrame eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamProducerPresentFrame(conn, eglframe, pStream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEGLStreamProducerPresentFrame", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":974 * return cyruntime._cudaEGLStreamProducerPresentFrame(conn, eglframe, pStream) * * cdef cudaError_t cudaEGLStreamProducerReturnFrame(cudaEglStreamConnection* conn, cudaEglFrame* eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamProducerReturnFrame(conn, eglframe, pStream) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamProducerReturnFrame(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn, __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame *__pyx_v_eglframe, cudaStream_t *__pyx_v_pStream) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":975 * * cdef cudaError_t cudaEGLStreamProducerReturnFrame(cudaEglStreamConnection* conn, cudaEglFrame* eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEGLStreamProducerReturnFrame(conn, eglframe, pStream) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsResourceGetMappedEglFrame(cudaEglFrame* eglFrame, cudaGraphicsResource_t resource, unsigned int index, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerReturnFrame(__pyx_v_conn, __pyx_v_eglframe, __pyx_v_pStream); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 975, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":974 * return cyruntime._cudaEGLStreamProducerPresentFrame(conn, eglframe, pStream) * * cdef cudaError_t cudaEGLStreamProducerReturnFrame(cudaEglStreamConnection* conn, cudaEglFrame* eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEGLStreamProducerReturnFrame(conn, eglframe, pStream) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEGLStreamProducerReturnFrame", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":977 * return cyruntime._cudaEGLStreamProducerReturnFrame(conn, eglframe, pStream) * * cdef cudaError_t cudaGraphicsResourceGetMappedEglFrame(cudaEglFrame* eglFrame, cudaGraphicsResource_t resource, unsigned int index, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsResourceGetMappedEglFrame(eglFrame, resource, index, mipLevel) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsResourceGetMappedEglFrame(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame *__pyx_v_eglFrame, cudaGraphicsResource_t __pyx_v_resource, unsigned int __pyx_v_index, unsigned int __pyx_v_mipLevel) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":978 * * cdef cudaError_t cudaGraphicsResourceGetMappedEglFrame(cudaEglFrame* eglFrame, cudaGraphicsResource_t resource, unsigned int index, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsResourceGetMappedEglFrame(eglFrame, resource, index, mipLevel) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaEventCreateFromEGLSync(cudaEvent_t* phEvent, EGLSyncKHR eglSync, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceGetMappedEglFrame(__pyx_v_eglFrame, __pyx_v_resource, __pyx_v_index, __pyx_v_mipLevel); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 978, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":977 * return cyruntime._cudaEGLStreamProducerReturnFrame(conn, eglframe, pStream) * * cdef cudaError_t cudaGraphicsResourceGetMappedEglFrame(cudaEglFrame* eglFrame, cudaGraphicsResource_t resource, unsigned int index, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsResourceGetMappedEglFrame(eglFrame, resource, index, mipLevel) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsResourceGetMappedEglFrame", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":980 * return cyruntime._cudaGraphicsResourceGetMappedEglFrame(eglFrame, resource, index, mipLevel) * * cdef cudaError_t cudaEventCreateFromEGLSync(cudaEvent_t* phEvent, EGLSyncKHR eglSync, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventCreateFromEGLSync(phEvent, eglSync, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaEventCreateFromEGLSync(cudaEvent_t *__pyx_v_phEvent, __pyx_t_4cuda_8bindings_9cyruntime_EGLSyncKHR __pyx_v_eglSync, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":981 * * cdef cudaError_t cudaEventCreateFromEGLSync(cudaEvent_t* phEvent, EGLSyncKHR eglSync, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaEventCreateFromEGLSync(phEvent, eglSync, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventCreateFromEGLSync(__pyx_v_phEvent, __pyx_v_eglSync, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 981, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":980 * return cyruntime._cudaGraphicsResourceGetMappedEglFrame(eglFrame, resource, index, mipLevel) * * cdef cudaError_t cudaEventCreateFromEGLSync(cudaEvent_t* phEvent, EGLSyncKHR eglSync, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaEventCreateFromEGLSync(phEvent, eglSync, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaEventCreateFromEGLSync", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":983 * return cyruntime._cudaEventCreateFromEGLSync(phEvent, eglSync, flags) * * cdef cudaError_t cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaProfilerStart() * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaProfilerStart(void) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":984 * * cdef cudaError_t cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaProfilerStart() # <<<<<<<<<<<<<< * * cdef cudaError_t cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaProfilerStart(); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 984, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":983 * return cyruntime._cudaEventCreateFromEGLSync(phEvent, eglSync, flags) * * cdef cudaError_t cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaProfilerStart() * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaProfilerStart", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":986 * return cyruntime._cudaProfilerStart() * * cdef cudaError_t cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaProfilerStop() * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaProfilerStop(void) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":987 * * cdef cudaError_t cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaProfilerStop() # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGLGetDevices(unsigned int* pCudaDeviceCount, int* pCudaDevices, unsigned int cudaDeviceCount, cudaGLDeviceList deviceList) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaProfilerStop(); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 987, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":986 * return cyruntime._cudaProfilerStart() * * cdef cudaError_t cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaProfilerStop() * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaProfilerStop", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":989 * return cyruntime._cudaProfilerStop() * * cdef cudaError_t cudaGLGetDevices(unsigned int* pCudaDeviceCount, int* pCudaDevices, unsigned int cudaDeviceCount, cudaGLDeviceList deviceList) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGLGetDevices(pCudaDeviceCount, pCudaDevices, cudaDeviceCount, deviceList) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGLGetDevices(unsigned int *__pyx_v_pCudaDeviceCount, int *__pyx_v_pCudaDevices, unsigned int __pyx_v_cudaDeviceCount, enum __pyx_t_4cuda_8bindings_9cyruntime_cudaGLDeviceList __pyx_v_deviceList) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":990 * * cdef cudaError_t cudaGLGetDevices(unsigned int* pCudaDeviceCount, int* pCudaDevices, unsigned int cudaDeviceCount, cudaGLDeviceList deviceList) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGLGetDevices(pCudaDeviceCount, pCudaDevices, cudaDeviceCount, deviceList) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsGLRegisterImage(cudaGraphicsResource** resource, GLuint image, GLenum target, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGLGetDevices(__pyx_v_pCudaDeviceCount, __pyx_v_pCudaDevices, __pyx_v_cudaDeviceCount, __pyx_v_deviceList); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 990, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":989 * return cyruntime._cudaProfilerStop() * * cdef cudaError_t cudaGLGetDevices(unsigned int* pCudaDeviceCount, int* pCudaDevices, unsigned int cudaDeviceCount, cudaGLDeviceList deviceList) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGLGetDevices(pCudaDeviceCount, pCudaDevices, cudaDeviceCount, deviceList) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGLGetDevices", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":992 * return cyruntime._cudaGLGetDevices(pCudaDeviceCount, pCudaDevices, cudaDeviceCount, deviceList) * * cdef cudaError_t cudaGraphicsGLRegisterImage(cudaGraphicsResource** resource, GLuint image, GLenum target, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsGLRegisterImage(resource, image, target, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsGLRegisterImage(struct cudaGraphicsResource **__pyx_v_resource, __pyx_t_4cuda_8bindings_9cyruntime_GLuint __pyx_v_image, __pyx_t_4cuda_8bindings_9cyruntime_GLenum __pyx_v_target, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":993 * * cdef cudaError_t cudaGraphicsGLRegisterImage(cudaGraphicsResource** resource, GLuint image, GLenum target, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsGLRegisterImage(resource, image, target, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsGLRegisterBuffer(cudaGraphicsResource** resource, GLuint buffer, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsGLRegisterImage(__pyx_v_resource, __pyx_v_image, __pyx_v_target, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 993, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":992 * return cyruntime._cudaGLGetDevices(pCudaDeviceCount, pCudaDevices, cudaDeviceCount, deviceList) * * cdef cudaError_t cudaGraphicsGLRegisterImage(cudaGraphicsResource** resource, GLuint image, GLenum target, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsGLRegisterImage(resource, image, target, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsGLRegisterImage", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":995 * return cyruntime._cudaGraphicsGLRegisterImage(resource, image, target, flags) * * cdef cudaError_t cudaGraphicsGLRegisterBuffer(cudaGraphicsResource** resource, GLuint buffer, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsGLRegisterBuffer(resource, buffer, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsGLRegisterBuffer(struct cudaGraphicsResource **__pyx_v_resource, __pyx_t_4cuda_8bindings_9cyruntime_GLuint __pyx_v_buffer, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":996 * * cdef cudaError_t cudaGraphicsGLRegisterBuffer(cudaGraphicsResource** resource, GLuint buffer, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsGLRegisterBuffer(resource, buffer, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaVDPAUGetDevice(int* device, VdpDevice vdpDevice, VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsGLRegisterBuffer(__pyx_v_resource, __pyx_v_buffer, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 996, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":995 * return cyruntime._cudaGraphicsGLRegisterImage(resource, image, target, flags) * * cdef cudaError_t cudaGraphicsGLRegisterBuffer(cudaGraphicsResource** resource, GLuint buffer, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsGLRegisterBuffer(resource, buffer, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsGLRegisterBuffer", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":998 * return cyruntime._cudaGraphicsGLRegisterBuffer(resource, buffer, flags) * * cdef cudaError_t cudaVDPAUGetDevice(int* device, VdpDevice vdpDevice, VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaVDPAUGetDevice(device, vdpDevice, vdpGetProcAddress) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaVDPAUGetDevice(int *__pyx_v_device, __pyx_t_4cuda_8bindings_9cyruntime_VdpDevice __pyx_v_vdpDevice, __pyx_t_4cuda_8bindings_9cyruntime_VdpGetProcAddress *__pyx_v_vdpGetProcAddress) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":999 * * cdef cudaError_t cudaVDPAUGetDevice(int* device, VdpDevice vdpDevice, VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaVDPAUGetDevice(device, vdpDevice, vdpGetProcAddress) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaVDPAUSetVDPAUDevice(int device, VdpDevice vdpDevice, VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaVDPAUGetDevice(__pyx_v_device, __pyx_v_vdpDevice, __pyx_v_vdpGetProcAddress); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 999, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":998 * return cyruntime._cudaGraphicsGLRegisterBuffer(resource, buffer, flags) * * cdef cudaError_t cudaVDPAUGetDevice(int* device, VdpDevice vdpDevice, VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaVDPAUGetDevice(device, vdpDevice, vdpGetProcAddress) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaVDPAUGetDevice", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":1001 * return cyruntime._cudaVDPAUGetDevice(device, vdpDevice, vdpGetProcAddress) * * cdef cudaError_t cudaVDPAUSetVDPAUDevice(int device, VdpDevice vdpDevice, VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaVDPAUSetVDPAUDevice(device, vdpDevice, vdpGetProcAddress) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaVDPAUSetVDPAUDevice(int __pyx_v_device, __pyx_t_4cuda_8bindings_9cyruntime_VdpDevice __pyx_v_vdpDevice, __pyx_t_4cuda_8bindings_9cyruntime_VdpGetProcAddress *__pyx_v_vdpGetProcAddress) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":1002 * * cdef cudaError_t cudaVDPAUSetVDPAUDevice(int device, VdpDevice vdpDevice, VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaVDPAUSetVDPAUDevice(device, vdpDevice, vdpGetProcAddress) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsVDPAURegisterVideoSurface(cudaGraphicsResource** resource, VdpVideoSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaVDPAUSetVDPAUDevice(__pyx_v_device, __pyx_v_vdpDevice, __pyx_v_vdpGetProcAddress); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1002, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":1001 * return cyruntime._cudaVDPAUGetDevice(device, vdpDevice, vdpGetProcAddress) * * cdef cudaError_t cudaVDPAUSetVDPAUDevice(int device, VdpDevice vdpDevice, VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaVDPAUSetVDPAUDevice(device, vdpDevice, vdpGetProcAddress) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaVDPAUSetVDPAUDevice", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":1004 * return cyruntime._cudaVDPAUSetVDPAUDevice(device, vdpDevice, vdpGetProcAddress) * * cdef cudaError_t cudaGraphicsVDPAURegisterVideoSurface(cudaGraphicsResource** resource, VdpVideoSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsVDPAURegisterVideoSurface(resource, vdpSurface, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsVDPAURegisterVideoSurface(struct cudaGraphicsResource **__pyx_v_resource, __pyx_t_4cuda_8bindings_9cyruntime_VdpVideoSurface __pyx_v_vdpSurface, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":1005 * * cdef cudaError_t cudaGraphicsVDPAURegisterVideoSurface(cudaGraphicsResource** resource, VdpVideoSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsVDPAURegisterVideoSurface(resource, vdpSurface, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t cudaGraphicsVDPAURegisterOutputSurface(cudaGraphicsResource** resource, VdpOutputSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsVDPAURegisterVideoSurface(__pyx_v_resource, __pyx_v_vdpSurface, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1005, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":1004 * return cyruntime._cudaVDPAUSetVDPAUDevice(device, vdpDevice, vdpGetProcAddress) * * cdef cudaError_t cudaGraphicsVDPAURegisterVideoSurface(cudaGraphicsResource** resource, VdpVideoSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsVDPAURegisterVideoSurface(resource, vdpSurface, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsVDPAURegisterVideoSurface", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":1007 * return cyruntime._cudaGraphicsVDPAURegisterVideoSurface(resource, vdpSurface, flags) * * cdef cudaError_t cudaGraphicsVDPAURegisterOutputSurface(cudaGraphicsResource** resource, VdpOutputSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsVDPAURegisterOutputSurface(resource, vdpSurface, flags) * */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsVDPAURegisterOutputSurface(struct cudaGraphicsResource **__pyx_v_resource, __pyx_t_4cuda_8bindings_9cyruntime_VdpOutputSurface __pyx_v_vdpSurface, unsigned int __pyx_v_flags) { cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/cyruntime.pyx":1008 * * cdef cudaError_t cudaGraphicsVDPAURegisterOutputSurface(cudaGraphicsResource** resource, VdpOutputSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * return cyruntime._cudaGraphicsVDPAURegisterOutputSurface(resource, vdpSurface, flags) # <<<<<<<<<<<<<< * * from libc.stdint cimport uintptr_t */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsVDPAURegisterOutputSurface(__pyx_v_resource, __pyx_v_vdpSurface, __pyx_v_flags); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1008, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_1); goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":1007 * return cyruntime._cudaGraphicsVDPAURegisterVideoSurface(resource, vdpSurface, flags) * * cdef cudaError_t cudaGraphicsVDPAURegisterOutputSurface(cudaGraphicsResource** resource, VdpOutputSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cyruntime._cudaGraphicsVDPAURegisterOutputSurface(resource, vdpSurface, flags) * */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings.cyruntime.cudaGraphicsVDPAURegisterOutputSurface", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/cyruntime.pyx":1014 * cimport cuda.bindings._lib.dlfcn as dlfcn * * cdef cudaError_t getLocalRuntimeVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * # Load * with gil: */ static cudaError_t __pyx_f_4cuda_8bindings_9cyruntime_getLocalRuntimeVersion(int *__pyx_v_runtimeVersion) { PyObject *__pyx_v_loaded_dl = NULL; void *__pyx_v_handle; void *__pyx_v___cudaRuntimeGetVersion; cudaError_t __pyx_v_err; cudaError_t __pyx_r; __Pyx_RefNannyDeclarations PyObject *__pyx_t_1 = NULL; PyObject *__pyx_t_2 = NULL; PyObject *__pyx_t_3 = NULL; size_t __pyx_t_4; uintptr_t __pyx_t_5; int __pyx_t_6; PyObject *__pyx_t_7 = NULL; cudaError_t __pyx_t_8; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; __Pyx_RefNannySetupContext("getLocalRuntimeVersion", 1); /* "cuda/bindings/cyruntime.pyx":1016 * cdef cudaError_t getLocalRuntimeVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: * # Load * with gil: # <<<<<<<<<<<<<< * loaded_dl = load_nvidia_dynamic_lib("cudart") * handle = loaded_dl._handle_uint */ { PyGILState_STATE __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); /*try:*/ { /* "cuda/bindings/cyruntime.pyx":1017 * # Load * with gil: * loaded_dl = load_nvidia_dynamic_lib("cudart") # <<<<<<<<<<<<<< * handle = loaded_dl._handle_uint * __cudaRuntimeGetVersion = dlfcn.dlsym(handle, 'cudaRuntimeGetVersion') */ __pyx_t_2 = NULL; __Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_load_nvidia_dynamic_lib); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 1017, __pyx_L4_error) __Pyx_GOTREF(__pyx_t_3); __pyx_t_4 = 1; #if CYTHON_UNPACK_METHODS if (unlikely(PyMethod_Check(__pyx_t_3))) { __pyx_t_2 = PyMethod_GET_SELF(__pyx_t_3); assert(__pyx_t_2); PyObject* __pyx__function = PyMethod_GET_FUNCTION(__pyx_t_3); __Pyx_INCREF(__pyx_t_2); __Pyx_INCREF(__pyx__function); __Pyx_DECREF_SET(__pyx_t_3, __pyx__function); __pyx_t_4 = 0; } #endif { PyObject *__pyx_callargs[2] = {__pyx_t_2, __pyx_mstate_global->__pyx_n_u_cudart}; __pyx_t_1 = __Pyx_PyObject_FastCall((PyObject*)__pyx_t_3, __pyx_callargs+__pyx_t_4, (2-__pyx_t_4) | (__pyx_t_4*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET)); __Pyx_XDECREF(__pyx_t_2); __pyx_t_2 = 0; __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1017, __pyx_L4_error) __Pyx_GOTREF(__pyx_t_1); } __pyx_v_loaded_dl = __pyx_t_1; __pyx_t_1 = 0; /* "cuda/bindings/cyruntime.pyx":1018 * with gil: * loaded_dl = load_nvidia_dynamic_lib("cudart") * handle = loaded_dl._handle_uint # <<<<<<<<<<<<<< * __cudaRuntimeGetVersion = dlfcn.dlsym(handle, 'cudaRuntimeGetVersion') * */ __pyx_t_1 = __Pyx_PyObject_GetAttrStr(__pyx_v_loaded_dl, __pyx_mstate_global->__pyx_n_u_handle_uint); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1018, __pyx_L4_error) __Pyx_GOTREF(__pyx_t_1); __pyx_t_5 = __Pyx_PyLong_As_size_t(__pyx_t_1); if (unlikely((__pyx_t_5 == ((uintptr_t)-1)) && PyErr_Occurred())) __PYX_ERR(0, 1018, __pyx_L4_error) __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; __pyx_v_handle = ((void *)((uintptr_t)__pyx_t_5)); } /* "cuda/bindings/cyruntime.pyx":1016 * cdef cudaError_t getLocalRuntimeVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: * # Load * with gil: # <<<<<<<<<<<<<< * loaded_dl = load_nvidia_dynamic_lib("cudart") * handle = loaded_dl._handle_uint */ /*finally:*/ { /*normal exit:*/{ __Pyx_PyGILState_Release(__pyx_gilstate_save); goto __pyx_L5; } __pyx_L4_error: { __Pyx_PyGILState_Release(__pyx_gilstate_save); goto __pyx_L1_error; } __pyx_L5:; } } /* "cuda/bindings/cyruntime.pyx":1019 * loaded_dl = load_nvidia_dynamic_lib("cudart") * handle = loaded_dl._handle_uint * __cudaRuntimeGetVersion = dlfcn.dlsym(handle, 'cudaRuntimeGetVersion') # <<<<<<<<<<<<<< * * if __cudaRuntimeGetVersion == NULL: */ __pyx_v___cudaRuntimeGetVersion = dlsym(__pyx_v_handle, __pyx_k_cudaRuntimeGetVersion); /* "cuda/bindings/cyruntime.pyx":1021 * __cudaRuntimeGetVersion = dlfcn.dlsym(handle, 'cudaRuntimeGetVersion') * * if __cudaRuntimeGetVersion == NULL: # <<<<<<<<<<<<<< * with gil: * raise RuntimeError(f'Function "cudaRuntimeGetVersion" not found in {loaded_dl.abs_path}') */ __pyx_t_6 = (__pyx_v___cudaRuntimeGetVersion == NULL); if (unlikely(__pyx_t_6)) { /* "cuda/bindings/cyruntime.pyx":1022 * * if __cudaRuntimeGetVersion == NULL: * with gil: # <<<<<<<<<<<<<< * raise RuntimeError(f'Function "cudaRuntimeGetVersion" not found in {loaded_dl.abs_path}') * */ { PyGILState_STATE __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); /*try:*/ { /* "cuda/bindings/cyruntime.pyx":1023 * if __cudaRuntimeGetVersion == NULL: * with gil: * raise RuntimeError(f'Function "cudaRuntimeGetVersion" not found in {loaded_dl.abs_path}') # <<<<<<<<<<<<<< * * # Call */ __pyx_t_3 = NULL; __pyx_t_2 = __Pyx_PyObject_GetAttrStr(__pyx_v_loaded_dl, __pyx_mstate_global->__pyx_n_u_abs_path); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1023, __pyx_L8_error) __Pyx_GOTREF(__pyx_t_2); __pyx_t_7 = __Pyx_PyObject_FormatSimple(__pyx_t_2, __pyx_mstate_global->__pyx_empty_unicode); if (unlikely(!__pyx_t_7)) __PYX_ERR(0, 1023, __pyx_L8_error) __Pyx_GOTREF(__pyx_t_7); __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; __pyx_t_2 = __Pyx_PyUnicode_Concat(__pyx_mstate_global->__pyx_kp_u_Function_cudaRuntimeGetVersion_n, __pyx_t_7); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 1023, __pyx_L8_error) __Pyx_GOTREF(__pyx_t_2); __Pyx_DECREF(__pyx_t_7); __pyx_t_7 = 0; __pyx_t_4 = 1; { PyObject *__pyx_callargs[2] = {__pyx_t_3, __pyx_t_2}; __pyx_t_1 = __Pyx_PyObject_FastCall((PyObject*)(((PyTypeObject*)PyExc_RuntimeError)), __pyx_callargs+__pyx_t_4, (2-__pyx_t_4) | (__pyx_t_4*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET)); __Pyx_XDECREF(__pyx_t_3); __pyx_t_3 = 0; __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1023, __pyx_L8_error) __Pyx_GOTREF(__pyx_t_1); } __Pyx_Raise(__pyx_t_1, 0, 0, 0); __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; __PYX_ERR(0, 1023, __pyx_L8_error) } /* "cuda/bindings/cyruntime.pyx":1022 * * if __cudaRuntimeGetVersion == NULL: * with gil: # <<<<<<<<<<<<<< * raise RuntimeError(f'Function "cudaRuntimeGetVersion" not found in {loaded_dl.abs_path}') * */ /*finally:*/ { __pyx_L8_error: { __Pyx_PyGILState_Release(__pyx_gilstate_save); goto __pyx_L1_error; } } } /* "cuda/bindings/cyruntime.pyx":1021 * __cudaRuntimeGetVersion = dlfcn.dlsym(handle, 'cudaRuntimeGetVersion') * * if __cudaRuntimeGetVersion == NULL: # <<<<<<<<<<<<<< * with gil: * raise RuntimeError(f'Function "cudaRuntimeGetVersion" not found in {loaded_dl.abs_path}') */ } /* "cuda/bindings/cyruntime.pyx":1026 * * # Call * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * err = ( __cudaRuntimeGetVersion)(runtimeVersion) * */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/cyruntime.pyx":1027 * # Call * cdef cudaError_t err = cudaSuccess * err = ( __cudaRuntimeGetVersion)(runtimeVersion) # <<<<<<<<<<<<<< * * # We explicitly do *NOT* cleanup the library handle here, acknowledging */ __pyx_t_8 = ((cudaError_t (*)(int *))__pyx_v___cudaRuntimeGetVersion)(__pyx_v_runtimeVersion); if (unlikely(__pyx_t_8 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1027, __pyx_L1_error) __pyx_v_err = __pyx_t_8; /* "cuda/bindings/cyruntime.pyx":1043 * # Python mechanisms, like `__del__` or `weakref.finalizer`s. * * return err # <<<<<<<<<<<<<< */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/cyruntime.pyx":1014 * cimport cuda.bindings._lib.dlfcn as dlfcn * * cdef cudaError_t getLocalRuntimeVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * # Load * with gil: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_XDECREF(__pyx_t_1); __Pyx_XDECREF(__pyx_t_2); __Pyx_XDECREF(__pyx_t_3); __Pyx_XDECREF(__pyx_t_7); __Pyx_AddTraceback("cuda.bindings.cyruntime.getLocalRuntimeVersion", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_XDECREF(__pyx_v_loaded_dl); __Pyx_RefNannyFinishContext(); __Pyx_PyGILState_Release(__pyx_gilstate_save); 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 + 20388; void (*const __pyx_export_pointers[])(void) = {(void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetErrorName, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetErrorString, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsResourceGetMappedEglFrame, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamConsumerDisconnect, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamProducerDisconnect, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamConsumerConnect, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamProducerConnect, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamConsumerConnectWithFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamProducerReturnFrame, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamProducerPresentFrame, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamConsumerAcquireFrame, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEGLStreamConsumerReleaseFrame, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetPCIBusId, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetDriverEntryPoint, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetDriverEntryPointByVersion, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaArrayGetPlane, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsSubResourceGetMappedArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetMipmappedArrayLevel, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMallocArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMalloc3DArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaFreeArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpyArrayToArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy2DArrayToArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpyToArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpyToArrayAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy2DToArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy2DToArrayAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDevSmResourceSplitByCount, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDevSmResourceSplit, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDevResourceGenerateDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEventCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEventCreateFromEGLSync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaIpcOpenEventHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEventCreateWithFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEventDestroy, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEventQuery, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEventSynchronize, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEventRecord, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEventRecordWithFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGreenCtxCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetExecutionCtx, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxDestroy, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxSynchronize, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxGetDevResource, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxRecordEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxWaitEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxGetId, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaImportExternalMemory, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDestroyExternalMemory, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaImportExternalSemaphore, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaSignalExternalSemaphoresAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaWaitExternalSemaphoresAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDestroyExternalSemaphore, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphConditionalHandleCreate_v2, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphConditionalHandleCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphInstantiateWithParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphInstantiate, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphInstantiateWithFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecDestroy, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecEventRecordNodeSetEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecEventWaitNodeSetEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecChildGraphNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecExternalSemaphoresSignalNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecExternalSemaphoresWaitNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecHostNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecKernelNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecMemcpyNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecMemsetNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetEnabled, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeSetEnabled, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecMemcpyNodeSetParams1D, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecUpdate, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphLaunch, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphUpload, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecGetFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExecGetId, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeFindInClone, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddEmptyNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddEventRecordNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddEventWaitNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddChildGraphNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddExternalSemaphoresSignalNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddExternalSemaphoresWaitNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddHostNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddKernelNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddMemAllocNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddMemcpyNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddMemsetNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddMemFreeNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddMemcpyNode1D, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphDestroyNode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphKernelNodeGetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphKernelNodeSetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphEventRecordNodeGetEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphEventWaitNodeGetEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphEventRecordNodeSetEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphEventWaitNodeSetEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetDependencies, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetDependentNodes, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphKernelNodeCopyAttributes, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphChildGraphNodeGetGraph, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetContainingGraph, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetType, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExternalSemaphoresSignalNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExternalSemaphoresSignalNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExternalSemaphoresWaitNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphExternalSemaphoresWaitNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphHostNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphHostNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphKernelNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphKernelNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemAllocNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemcpyNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemcpyNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemsetNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemsetNodeSetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetToolsId, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphNodeGetLocalId, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemFreeNodeGetParams, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphMemcpyNodeSetParams1D, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphClone, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphDestroy, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphDebugDotPrint, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphGetEdges, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphGetNodes, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphGetRootNodes, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphAddDependencies, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphRemoveDependencies, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphReleaseUserObject, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphRetainUserObject, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphGetId, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsUnregisterResource, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsResourceSetMapFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaIpcGetEventHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaIpcGetMemHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryGetKernel, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryEnumerateKernels, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetKernel, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaKernelSetAttributeForDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryLoadFromFile, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryLoadData, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryUnload, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLogsDumpToMemory, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLogsDumpToFile, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLogsCurrent, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLogsUnregisterCallback, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLogsRegisterCallback, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetDefaultMemPool, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetMemPool, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemGetDefaultMemPool, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemGetMemPool, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolImportFromShareableHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolDestroy, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolGetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolSetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolTrimTo, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolSetAccess, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaExternalMemoryGetMappedMipmappedArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsResourceGetMappedMipmappedArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMallocMipmappedArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaFreeMipmappedArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxStreamCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamCreateWithFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamCreateWithPriority, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamDestroy, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamQuery, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamSynchronize, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamSetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetDevResource, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamWaitEvent, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamUpdateCaptureDependencies, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamEndCapture, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamBeginCaptureToGraph, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLaunchHostFunc, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamAddCallback, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamCopyAttributes, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamBeginCapture, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamIsCapturing, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetCaptureInfo, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetPriority, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetId, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamGetFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaStreamAttachMemAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaCreateSurfaceObject, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDestroySurfaceObject, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaCreateTextureObject, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDestroyTextureObject, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaUserObjectCreate, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaUserObjectRelease, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaUserObjectRetain, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceFlushGPUDirectRDMAWrites, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetCacheConfig, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceSetCacheConfig, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceSetLimit, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolGetAccess, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetSharedMemConfig, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceSetSharedMemConfig, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaThreadExchangeStreamCaptureMode, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaEventElapsedTime, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDriverGetVersion, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetDeviceCount, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaRuntimeGetVersion, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_getLocalRuntimeVersion, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaVDPAUGetDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetByPCIBusId, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaExecutionCtxGetDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetP2PAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetStreamPriorityRange, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceCanAccessPeer, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaChooseDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaOccupancyMaxActiveBlocksPerMultiprocessor, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceDisablePeerAccess, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGraphMemTrim, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaSetDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaVDPAUSetVDPAUDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceRegisterAsyncNotification, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceUnregisterAsyncNotification, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetDevResource, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsMapResources, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsUnmapResources, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceSetMemPool, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetGraphMemAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceSetGraphMemAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceEnablePeerAccess, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaInitDevice, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetLimit, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemGetInfo, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetTexture1DLinearMaxWidth, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaOccupancyAvailableDynamicSMemPerBlock, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy3DBatchAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaArrayGetMemoryRequirements, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMipmappedArrayGetMemoryRequirements, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaArrayGetSparseProperties, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMipmappedArrayGetSparseProperties, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetChannelDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaArrayGetInfo, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetDeviceProperties, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaFuncGetAttributes, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsEGLRegisterImage, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsGLRegisterImage, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsGLRegisterBuffer, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsVDPAURegisterOutputSurface, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsVDPAURegisterVideoSurface, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemSetMemPool, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolExportPointer, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy3D, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy3DAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy3DPeer, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy3DPeerAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMalloc3D, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemset3D, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemset3DAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaPointerGetAttributes, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetSurfaceObjectResourceDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetTextureObjectResourceDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetTextureObjectResourceViewDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetTextureObjectTextureDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetDeviceFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryGetKernelCount, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetHostAtomicCapabilities, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetP2PAtomicCapabilities, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGLGetDevices, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaHostGetFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaSetDeviceFlags, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaFree, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaFreeHost, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaHostUnregister, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaIpcCloseMemHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaExternalMemoryGetMappedBuffer, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaIpcOpenMemHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryGetUnifiedFunction, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolImportPointer, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGraphicsResourceGetMappedPointer, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryGetGlobal, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaLibraryGetManaged, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemRangeGetAttributes, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMallocPitch, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemDiscardAndPrefetchBatchAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPrefetchBatchAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemDiscardBatchAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMalloc, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMallocHost, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMallocFromPoolAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMallocAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaHostAlloc, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMallocManaged, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaHostGetDevicePointer, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpyFromArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpyFromArrayAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPoolExportToShareableHandle, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaFreeAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceGetNvSciSyncAttributes, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemset, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemsetAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpyPeer, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpyPeerAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy2DFromArray, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy2DFromArrayAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemRangeGetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemset2D, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemset2DAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaHostRegister, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy2D, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy2DAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpy, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpyAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetExportTable, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemcpyBatchAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaFuncSetAttribute, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaFuncSetCacheConfig, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaFuncSetSharedMemConfig, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemAdvise, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaMemPrefetchAsync, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaCtxResetPersistingL2Cache, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceReset, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaDeviceSynchronize, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaGetLastError, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaPeekAtLastError, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaProfilerStart, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaProfilerStop, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_cudaCreateChannelDesc, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_make_cudaExtent, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_make_cudaPitchedPtr, (void (*)(void))&__pyx_f_4cuda_8bindings_9cyruntime_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); PyObject *__pyx_t_1 = NULL; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; __Pyx_RefNannySetupContext("__Pyx_modinit_function_import_code", 0); /*--- Function import code ---*/ { __pyx_t_1 = PyImport_ImportModule("cuda.bindings._bindings.cyruntime"); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_1); const char * __pyx_import_signature = __Pyx_PyBytes_AsString(__pyx_mstate_global->__pyx_kp_b_char_const_cudaError_t_cudaError_2); #if !CYTHON_ASSUME_SAFE_MACROS if (unlikely(!__pyx_import_signature)) __PYX_ERR(0, 1, __pyx_L1_error) #endif const char * __pyx_import_name = __pyx_import_signature + 20469; void (**const __pyx_import_pointers[])(void) = {(void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetErrorName, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetErrorString, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceGetMappedEglFrame, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerDisconnect, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerDisconnect, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerConnect, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerConnect, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerConnectWithFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerReturnFrame, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerPresentFrame, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerAcquireFrame, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerReleaseFrame, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetPCIBusId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDriverEntryPoint, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDriverEntryPointByVersion, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetPlane, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsSubResourceGetMappedArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetMipmappedArrayLevel, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMalloc3DArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyArrayToArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DArrayToArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyToArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyToArrayAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DToArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DToArrayAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDevSmResourceSplitByCount, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDevSmResourceSplit, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDevResourceGenerateDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventCreateFromEGLSync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcOpenEventHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventCreateWithFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventDestroy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventQuery, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventSynchronize, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventRecord, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventRecordWithFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGreenCtxCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetExecutionCtx, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxDestroy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxSynchronize, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxGetDevResource, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxRecordEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxWaitEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxGetId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaImportExternalMemory, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroyExternalMemory, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaImportExternalSemaphore, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaSignalExternalSemaphoresAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaWaitExternalSemaphoresAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroyExternalSemaphore, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphConditionalHandleCreate_v2, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphConditionalHandleCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphInstantiateWithParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphInstantiate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphInstantiateWithFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecDestroy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecEventRecordNodeSetEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecEventWaitNodeSetEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecChildGraphNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecExternalSemaphoresSignalNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecExternalSemaphoresWaitNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecHostNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecKernelNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecMemcpyNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecMemsetNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetEnabled, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeSetEnabled, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecMemcpyNodeSetParams1D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecUpdate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphLaunch, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphUpload, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecGetFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecGetId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeFindInClone, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddEmptyNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddEventRecordNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddEventWaitNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddChildGraphNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddExternalSemaphoresSignalNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddExternalSemaphoresWaitNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddHostNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddKernelNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemAllocNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemcpyNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemsetNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemFreeNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddMemcpyNode1D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphDestroyNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeGetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeSetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventRecordNodeGetEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventWaitNodeGetEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventRecordNodeSetEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventWaitNodeSetEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetDependencies, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetDependentNodes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeCopyAttributes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphChildGraphNodeGetGraph, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetContainingGraph, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetType, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresSignalNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresSignalNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresWaitNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresWaitNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphHostNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphHostNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemAllocNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemcpyNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemcpyNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemsetNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemsetNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetToolsId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetLocalId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemFreeNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemcpyNodeSetParams1D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphClone, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphDestroy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphDebugDotPrint, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetEdges, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetNodes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetRootNodes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddDependencies, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphRemoveDependencies, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphReleaseUserObject, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphRetainUserObject, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsEGLRegisterImage, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsUnregisterResource, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceSetMapFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcGetEventHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcGetMemHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetKernel, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryEnumerateKernels, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetKernel, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaKernelSetAttributeForDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryLoadFromFile, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryLoadData, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryUnload, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsDumpToMemory, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsDumpToFile, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsCurrent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsUnregisterCallback, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsRegisterCallback, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetDefaultMemPool, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetMemPool, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemGetDefaultMemPool, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemGetMemPool, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolImportFromShareableHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolDestroy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolGetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolSetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolTrimTo, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolSetAccess, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExternalMemoryGetMappedMipmappedArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceGetMappedMipmappedArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocMipmappedArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeMipmappedArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxStreamCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCreateWithFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCreateWithPriority, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamDestroy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamQuery, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamSynchronize, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamSetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetDevResource, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamWaitEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamUpdateCaptureDependencies, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamEndCapture, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamBeginCaptureToGraph, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLaunchHostFunc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamAddCallback, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCopyAttributes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamBeginCapture, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamIsCapturing, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetCaptureInfo, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetPriority, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamAttachMemAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCreateSurfaceObject, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroySurfaceObject, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCreateTextureObject, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroyTextureObject, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaUserObjectCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaUserObjectRelease, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaUserObjectRetain, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceFlushGPUDirectRDMAWrites, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetCacheConfig, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetCacheConfig, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetLimit, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolGetAccess, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetSharedMemConfig, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetSharedMemConfig, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaThreadExchangeStreamCaptureMode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventElapsedTime, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDriverGetVersion, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDeviceCount, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaRuntimeGetVersion, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaVDPAUGetDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetByPCIBusId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxGetDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetP2PAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetStreamPriorityRange, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceCanAccessPeer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaChooseDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaOccupancyMaxActiveBlocksPerMultiprocessor, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceDisablePeerAccess, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGraphMemTrim, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaSetDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaVDPAUSetVDPAUDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceRegisterAsyncNotification, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceUnregisterAsyncNotification, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetDevResource, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsMapResources, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsUnmapResources, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetMemPool, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetGraphMemAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetGraphMemAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceEnablePeerAccess, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaInitDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetLimit, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemGetInfo, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetTexture1DLinearMaxWidth, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaOccupancyAvailableDynamicSMemPerBlock, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DBatchAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetMemoryRequirements, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMipmappedArrayGetMemoryRequirements, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetSparseProperties, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMipmappedArrayGetSparseProperties, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetChannelDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetInfo, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDeviceProperties, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncGetAttributes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsGLRegisterImage, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsGLRegisterBuffer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsVDPAURegisterOutputSurface, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsVDPAURegisterVideoSurface, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemSetMemPool, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolExportPointer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DPeer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DPeerAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMalloc3D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset3D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset3DAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaPointerGetAttributes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetSurfaceObjectResourceDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetTextureObjectResourceDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetTextureObjectResourceViewDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetTextureObjectTextureDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDeviceFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetKernelCount, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetHostAtomicCapabilities, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetP2PAtomicCapabilities, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGLGetDevices, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostGetFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaSetDeviceFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFree, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeHost, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostUnregister, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcCloseMemHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExternalMemoryGetMappedBuffer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcOpenMemHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetUnifiedFunction, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolImportPointer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceGetMappedPointer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetGlobal, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetManaged, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemRangeGetAttributes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocPitch, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemDiscardAndPrefetchBatchAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPrefetchBatchAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemDiscardBatchAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMalloc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocHost, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocFromPoolAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostAlloc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocManaged, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostGetDevicePointer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyFromArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyFromArrayAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolExportToShareableHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetNvSciSyncAttributes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemsetAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyPeer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyPeerAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DFromArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DFromArrayAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemRangeGetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset2D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset2DAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostRegister, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy2DAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetExportTable, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyBatchAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncSetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncSetCacheConfig, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncSetSharedMemConfig, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemAdvise, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPrefetchAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCtxResetPersistingL2Cache, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceReset, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSynchronize, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetLastError, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaPeekAtLastError, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaProfilerStart, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaProfilerStop, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCreateChannelDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__make_cudaExtent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__make_cudaPitchedPtr, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__make_cudaPos, (void (**)(void)) NULL}; void (**const *__pyx_import_pointer)(void) = __pyx_import_pointers; const char *__pyx_import_current_signature = __pyx_import_signature; while (*__pyx_import_pointer) { if (__Pyx_ImportFunction_3_2_2(__pyx_t_1, __pyx_import_name, *__pyx_import_pointer, __pyx_import_current_signature) < (0)) __PYX_ERR(0, 1, __pyx_L1_error) ++__pyx_import_pointer; __pyx_import_name = strchr(__pyx_import_name, '\0') + 1; __pyx_import_signature = strchr(__pyx_import_signature, '\0') + 1; if (*__pyx_import_signature != '\0') __pyx_import_current_signature = __pyx_import_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; } #if CYTHON_PEP489_MULTI_PHASE_INIT static PyObject* __pyx_pymod_create(PyObject *spec, PyModuleDef *def); /*proto*/ static int __pyx_pymod_exec_cyruntime(PyObject* module); /*proto*/ static PyModuleDef_Slot __pyx_moduledef_slots[] = { {Py_mod_create, (void*)__pyx_pymod_create}, {Py_mod_exec, (void*)__pyx_pymod_exec_cyruntime}, #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", 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(void) CYTHON_SMALL_CODE; /*proto*/ __Pyx_PyMODINIT_FUNC PyInit_cyruntime(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(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; Py_ssize_t __pyx_t_3; PyObject *__pyx_t_4 = 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' 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" 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", 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__cyruntime) { 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.cyruntime")) { if (unlikely((PyDict_SetItemString(modules, "cuda.bindings.cyruntime", __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); if (unlikely((__Pyx_modinit_function_import_code(__pyx_mstate) < 0))) __PYX_ERR(0, 1, __pyx_L1_error) /*--- Execution code ---*/ /* "cuda/bindings/cyruntime.pyx":1011 * * from libc.stdint cimport uintptr_t * from cuda.pathfinder import load_nvidia_dynamic_lib # <<<<<<<<<<<<<< * cimport cuda.bindings._lib.dlfcn as dlfcn * */ { PyObject* const __pyx_imported_names[] = {__pyx_mstate_global->__pyx_n_u_load_nvidia_dynamic_lib}; __pyx_t_1 = __Pyx_Import(__pyx_mstate_global->__pyx_n_u_cuda_pathfinder, __pyx_imported_names, 1, NULL, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1011, __pyx_L1_error) } __pyx_t_2 = __pyx_t_1; __Pyx_GOTREF(__pyx_t_2); { PyObject* const __pyx_imported_names[] = {__pyx_mstate_global->__pyx_n_u_load_nvidia_dynamic_lib}; __pyx_t_3 = 0; { __pyx_t_4 = __Pyx_ImportFrom(__pyx_t_2, __pyx_imported_names[__pyx_t_3]); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 1011, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_4); if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_imported_names[__pyx_t_3], __pyx_t_4) < (0)) __PYX_ERR(0, 1011, __pyx_L1_error) __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; } } __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; /* "cuda/bindings/cyruntime.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); __Pyx_XDECREF(__pyx_t_4); if (__pyx_m) { if (__pyx_mstate->__pyx_d && stringtab_initialized) { __Pyx_AddTraceback("init cuda.bindings.cyruntime", __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.cyruntime"); } __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},{46},{1},{8},{18},{15},{6},{12},{23},{8},{10},{8},{12},{12},{10},{8},{28789},{29181}}; #if (CYTHON_COMPRESS_STRINGS) == 2 /* compression: bz2 (5270 bytes) */ const char* const cstring = "BZh91AY&SY\232\211\001X\000\017r_\200h\000Pu<`\277\377\377\240\277\377\377\360`%\235\200\37300\000\006E*IJ\"\2261J\n(\001*\000R\200\000\000\032\020\000\000 \302\000\310\002\242\000\002@\000\000\000\n\001\240`\250\241@\n\000\346\000\t\223\000\t\204\3010\206\000\214\000%2\n4\"\231\222\240h\311\221\220d\001\241\232LF\203\230\000&L\000&\023\004\302\030\0020\000\223\325%I!\030M\006\206\023\000A\246\2154\3100\000\346\000\t\223\000\t\204\3010\206\000\214\000\025\022A\023@F\202d\324\302d\301LI\342e4=M1>k,\242iIm\222\231IS~K\377?_\353\375_\037j\374\023\005\364\342\331\017\3373\366cy\222%\366\266}i5\233P\304!V1\255/\251\376\0238\312n\311by;\311\274\326\267\337\335w\263\323\230\226\240\205\372\276\t-J\330.\2337@\221v\342\205\003\022I%J\005\366T\222\245\270\231\232\245\326\336\262Ri\361\215\3579X\263'\335\244\352\345\307\326\266\337\327\216\n\331\312'~y\254\304iL\355^\236\216,\345\276\331\336ZS=\252h\266\345\263\265dq'U\206\312\317\273.\330\365\247->\353\256\256D\226\235\266vZ'\226V\247\315Z\3350[b\331\017\231\237v7\231\"]6r\223Y\316\314U]\275^\325TITUU\"\252\250\311i-e\222Ue6\324\245\222\264\032\262U%\250\255%I&\253I@\204\010B\020!\021\004oE.Ww\3553\273)\273%\211\344\361'\023\\\357\277\027{=9\211j\010^=\244\265+`\272l\335\002E\333\212\024\014I$\225(\027\232\222T\267\023.\243\255\274I[L\317\024\336\363\225\2132}4\235\\\270\366[o\343\216\n\331\312'~y\254\304iL\355^\236\216,\345\276\331\336ZS=\252h\266\345\263\265dq'U\206\312\317l\273c\326\234\264\373\256\272\271\022Zv\331\331i\251\347\336\036\010\366\214\270 \200\214);\326@r\261'e\335F*\2516W\350\246)U\036\r1\245\025M\235\230\2551UJ\252\245Ul\255\224\252l\251T\306\314l\251\263\207{\033\266J\251\302\212\247\265[CLT\245%T\2138JS\253\n\356lr\331U\212#\252\271T\222\271aX\306\312)\273\024\323\006\234\0144\225&\233\230\223\336\350\303eUU)\325\212\256\216\033\264\215\312\225P\245UHR\234\260\304tl\3018tc\205UF\312\340\321\211*\272)\320Q\311F\350\325H\372\022=\212'C\270\344N\252M8cf\312l\356n\334\255\233:\232w)\311\241\301\243u8Tp\335""\246\214(iF\2324\251\245LSE)\261\271\334a\260\352I\334bJ\304*U0\246\t\204R\244`\252\230\205bV\022I\220\250QL0S\021J\306)E%T\302a\204R\024bQ11Q@\302\221%\351\212\212\251*\252\242\252Bj\222\331$\264\262\313MJT\222[%)K%\222\332T\225\225\366\026\332#\217\234\221>\212\222\002\233\270\030\247\212\246*\245<\030aK\017\354\246\025UJM\322\252\230\252\2516a\212\250\252P\25511T\241\327q\222\265u\325t\240\262\222[z\352\350\252\225R\230\303\030\2541\203\025ULb\261\207\232\261J\225UJV\224b\221ViI*J\222\244\222R\333\342U\"*\252\261M6tjn\247D\2208\242\225R\333Id\266\251,\226KY+jId\244\222IT\245\252\222\326\311mJ%*U\022\252UC\037\025V\221\216\212\304\256\206\014l\252\306\025UT\252T\242\311R\311J\311$\244\265,\226R\265%Y,\244\222\252J\311IiiXJ\254c\025]\\\232\030\321\214SM0\351)n\264\262\222\327\253\256\222R\224\244\244\226\324\226\226Io\245+\245\222\337)s\032a\245R\242\225\2061!j\252\225Q6\225\226R\222Ye*Z&\252JJR\222\311R\266JJ\226IT\245$\222\244\251-\262^\227Kj\212*\225UIJ\234\261\204\254V\"\224\312\304i\214R\2525\340\306\305l\3061\035\312\230\242\225I\303f\032U\017\202\261T\252\2252\222\364\272\244\225}O\252\370B\376\027\374\337\343\363\0104\376\311}\332\314\312\314\266\211\362\004\236\335\321\375\023\177\033m\267\314\363c\3544\372$\235\214vr\300\367=\366o~{_L\306\267\263{\255\256\375\327\235$\353\373 \300\225|\377\234u\267\244\245HB\020\204\010DF\261y\315\345\353y\353\342v\225S}-\357I\336\245\353'};J\251\275-\370\"\303\361\227\352\225\007GD\234\214\221\010B\020\242\351\260\022m\201'@\206H\271E6\220\334#Cv\276\036\rkZi\311\273\241w\267\207\372\235S\270\373]\223I\313\232\272y\024\256\347sF\336\313t\345\2714\341\255\255\362\016\036.\2159\325\272Q\273\245\252\266\216\251Q:8Cm[\341\345\254\314\366e\357W5i\335\334\327\002\020&\224Q\271\021B#\243\346\216\377\261!\303\313^\202\260\252\251M>i\376\350\330\215\215\336\307{\261U\036,\214\325\313\227\0368\177\3260\314\321\243J\305=\025'\202\216\342\"\200^5\347^n\356\356\374\205\0100\204D\002\217z\343Y\032\272\326?y\271\212R\244>\212\305*\241""\\&\356\207'\334\334\341<\016\037\271\215#\022\216X\235\222p\364n\221\214r\303\207Q\350\320\341$\220^(\266LG\307-\3634l\3535n\2154\325\267@\323\022\014Ce\016O6\225\240\316\226\342\027-\304\222\352\336\0349\266\341\r%\257\320\227$\302[/Y\222A\246\246d\236\344\234\005\0038\001s3\302\353Y\254M\221\324\371\370Z\266\360\360x:\234\221\247\351\375\3224\177G\204\266\304\236\305)\344\233\244w&\316\034+\030\333\312\336\255\324\361S\263\0306\313p\376\247\220\366\276\017\036\271efe\233\036\256M\316\346\356\325kgp\250w\275\211\206'\203\207\t\313q\312Q[\333q\033\274\3228Rt\177\004\370\022*\r\216\\\264\341\211\r\212|\233\035\033\233\316\304\341#s\204\302;\267\266y)9<\233\247\203\263\tF\023\n\306'n=\271\231\324\330\237\356\330\230!\302\242G&7\266\255\272\036o}\\b8;\0304N\\\271\266\350\034\2346<(6\021\021 r\037PD\010\254\305\276\250K[\3418\326e\tf`Q\005\210@^$\302dYyT\205UUcf\3554\254iXR\224\2454\343V\333nkix\3357.&j]7M\313\204\022\021\020\014\212\004y\010\203\231\321J\264\251U*\222\247rp\340rrn\370\261\312\274\321\366'\032\267\330\237\301#\t\335d\213dtt#\024U\025Ex*uGr\253\275\355\327l\314\344\314\266\236\255\216^.Q\216\005\363\275.\\\330\344B\226moV\356\373n\312Q\271\302N\316QM\367\266\237\341\025:\2641\365\2519{\036\n}F\317\007\201\324r\350\374\333\331oXR9J\225S\374?T\257j\247{\207s\301\216Xz\273+\334\355\275\275\022r\256J\365\037BwnK\021G\270\222I\037\375H\302p<\261\357\351\365|\304\177e(To\267\370\036\235}C\372BN\022,\025dU\222I(\250EZ\242\212I\345\316\276\034o=\276\232\204=I$\034\271|\025\357M1\2152M;\035\314i\273f\r\325[\261\022\264\305n\307\324\323\0064\300\320\255\0328W\r\232l\254l\321\273O\222\210\331\273\243\023\024\323\0137a\212\3051\321\320\305R\225\273s\243I\216\033\032R\2334\330\331Zi44\3314\212\252\245*,\225U\211\273Cf\314b\245cI\2461\0068\022\264\251\2141U\215\232p\331\032ni\245(\215\207\006\034.\313\010\321H\341UUU0b)R\032R\251T\2156cw\014M+\032l\323\2061\245b\252\242\251[+\325\242\277\006\352\321\036b\035\373\352pG\210\220C\335\362?\313\305\301\351\322\330\377\177\370#\331\331\371$\371D}\311\325g\261:\235\221>\367Cj\377\200btp\217\202\210\265\"w\021\375H\377\257\350<\021\"x\307\361\261js\025$N\\\236\251\371\244\217\237\243\372\243\022=\007\017;oC\251\0204\221<\256\324\266\022\243\243q9\023\301\374\022D\344\320|Z\017\001\331\362\357HtO\320\370\2376\207\317s-\261m\262p\307\tg\342\265OrJb\251\216\317\323\261'\360\023\252DN\021:\007@\217\213\343o\2462\334\304\223\002\211&\023\334\2304\250\225B%h\300\217\307O\344E\023\352\r\360K\272D\330T\211\356l\214\363\334}\237\024\207\261\"}\222>'\332\210\237RD\364H\221\366\032\376\215\335\307\204\266\226[M\322\236\326\310z\021\355@\236\256\311\377\343s\372\236G\253\270\220\364\035\037_\334d\370\376\362\035\235\273\004{\372\273\3177{\340\021\331\357\336\337\261\344\024\245T\251T\245J:(\n\373\032\032*\252\242\252ITEV1\206\350k\333\325mU\265b\026\2119O\301$\303g\334\224T|\216\347\250\235\036_5\251^o$\223\376J\374I\342\237@\340\366\215'\221Q\320w!\007\252\023\350\217\275bvJz\264\325\304\254\270*\251S\030/\251W\253\326\224\333^5\201$\222J\000]f\332\312\353\325]t\262IRV\373\257\251\023\311\367\274\210\331<\222\257j\230\271B\242\236\373\023\252h\330\372\374>\343G\214G\355m\n*\213\257K}\277G\360x\244?$\374S\305\352\364\222v\036\251\342\322$\233\233*\033\212\304T\250RT\2051\212\303\n\242\225QED\305I&\022\217\3011\2151\273LI\023\375\023\330\374\255\267\315\272D\364I>A\201'=*[\"\220\252#\007bw\r\246\303\246\3447;\207\301\302A\321QU\025QUE\033\222t\351R\331!l4\303\206\210\331B\267a\212m<\013\312r}M\307)\030\205H\235\336\237\336D\357\260\226\322\250\251U*(\3542tK\334C\271^\366\350\310#\260\342I\025j\344\362D\357@\235\351\204TG\016\020\361\034\016IB?\362\2556\032*&\304~\032\035\350\023d\221&\342\243\034\271\261k*\253,Z\312bH\252\200\245$U@\252EQD\245H\232a*\034\215\211\rw\215\320\025\354\370?+-\224\215\217C\357,O\022\244d\222\214*~?\335%\251*T\221\r\017\302\233\244~)\022>\362<\321\r\203\354\036R\"}\007b\241\260\373qUj\025$IRND<_\243\366urr\244\344\374qkd\373\030iRI\006\3519H\235\223p\373P\363A\336x\274_\335!\364\323\364z\237\017D\362y\242'f$r\177\262\2773\350\251\364a\301\246\032O\304}?\365\366\241\367'\342\216\345G\275\021\336}\310\246\310\355\"\020\3569}I'\363<\244\266\306\350\215\0341\310\242n\372\037@\233\224\017\313\314B\343\276Ci\276H\311\222\234\230""\306\021\210\3204\244\302\224SJiHV\2060\010g\3206I\023\364\"\007\352\220\341'\274\222Or\"gG\005I\245Rx\261\211%EJ\206\217\265\334\211\023\352\007\t\261;$\354\373S\367\r\307{\270\215\237#\274\216\256\311\023\357.\255\334~\311\312}\250\241\310n\363$\223\203\344Ry\007\240\300\360H!\346\357H\375I$\352\374\322\010v\035\221]\350\\G\021\022>\202\033j\255\265i\262)UJ\246\303\006\215\030\252\244\246\277]\237r\343.O\306\314\372\326\2141Q\225\317\216\272\371:\035\335zu\316\337&\357\224S\026Z-\224\313\2661\275\305\267\206\350\235\316\r\2348c\025\262\233\220\364RsM\034'\334\256\212|\330\247Gu\\i\375\r\332!\312*\253\0250`G\327\362i\022S\265\217\033k\030\257h\307\213w\334\205\362\266D\257\263\311>\210\023\242?d\237\311UQUU\020R\244J\242=\016@w\234$\221<\030x\025$\333a6D\304\216G\374\251\320U}\352#\025,*%TUE\025\030\301T\302\252\253d\341\037R\"<\306\362T\203\200Ir\325\025\325\026\224S*A\300$\255\2526\337f\367\306\004J\262$8c\005c\023\334V\006\212\211X\254\030\252c\022\253\n1C&\025T\303\030x\261\203IR\252#\025\030`\243\n\303\014b\243\n\222\252\025R*\212T\243\030aJ)\214LUR\230\306\025\2141\030TF\361\022'\275\"t!\373\036\367\311!\374\225>\217\254\361i\371\222F\221\210\211\360\371\036\347\270)%%\262\312Ki,\264\245\222Y%l\221M\223\321\360)\025\371\302\035R$\331\nI\024\223\337\332\335\345\\VS\331NZ\331m\324\253\212\312mM\232\333dEV\326\226\312\236\212\323\325\263\033\233\030\322\242\242\230\203\030na\2166\3373)4p\303\006\312M\315\312\332\254\323v\203\024)U(\242\205+\352x|\221\361\242Z\222\252U(\377B;\010u\204=\210\220\177\374]\311\024\341BBj$\005`"; PyObject *data = __Pyx_DecompressString(cstring, 5270, 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 (5747 bytes) */ const char* const cstring = "x\332\355\235[s\3348v\307\373\243\250\366i\354rm\325x\363\220<\245d\265\334\243\214l+j\311Sy\372\027EB\0223\335d/\311V\244|\372\000\004/\270\034\\\330j\331\273)\316\303X\004\016\016@\\\016p\000\260\177\177\375\274/\322&/\213\223\277\244\373,\271\336\027M\276e+\326|gU\315\203\377rR\224\315\311}\271/\262\223\2748\371\367\344\256\306.i\036\323M^0\344\005\232*I\331]\222\376)\222\377UD\335\347E\306*\361X5xL\212l\303\260\317\213fS&\031\212\247<\313\023d/E\262\315Sl\362;`\233p=\374\277m\231\355\271,\377\217G\266\377\356^\236\221&\273\\\374\375\367}\262\221\3415k2v\237\3547\r\320\260\232\377?}L\252\223\264,\352\346\344\375/\"\347\363\252*+4\357\026\013\345\351\344\027\251\261\301\277\210P\374\353\035/i^<\324\370\267\364\245\222o\216V\376a\363\271\342Y\235\274\377p\"\236WU\262{\314\323\372\232\325\345\276J\031\232\017'\373\242\316\037\n&j\305xzwh\236\353\246b\311\366\254,\n&\233\344\375\341\345\267u}8\211H}\276\272\224)\177\377\355\372\335O\314;6A[\371\321\242?\367\215\336\250\217D\225\204\352\325R\025\317\376\375\317,\315\233\226\205\036\274v\005\274a\343\270\354\207\367\255[{\306\023\267\335\333.\221j\356>\234<\225yv\362^}\207\253\377\302\345\267\257\253\366\177\037NX\261\337\266\331-\253\374\211U\347ES\275\\\225\\\353\177\356Y\365\302\313\304\r)]\002O\026\272\325;F\206\374\341\264\252\222\227\261}\272Go\343\020\311^e\255\t}_\362\3356\331\355X&\303\333J\231V\252\272\251\366i\323*;\343\023b\3016\237\313j\2334KV\247c%\327\371\377\266e\355\377=\272\376Q\352\374\271a\361\025\341\216\261\013=F\016\365d\212\364\377\016\335\344\013\333\246\273\227\337\371\270z\243\234\216\224c;\n\254\346\372QJu\223\361\372,~H\345Dd\022|\257%{\352\207\262i\251\373!\252\212\014e\010\244\r\366~o\332\303s\355\004\326\333^dU\225\373\335U\302'\303\232\264\212\21261\240\021\223\r\241\346\374\211\017y\320\206w\210\213^\326\274\024ihQc(\026\217\027\273\264\r\371Mz\005\201\024q\272\371\032\331\031\027\354[\244\\8\347g\226\356\305\004\317\247\372\206=7d\223\310\266\372\020\325\325h\205\261\262\357\0261Rd""\237\031\247\3521\374\346e\307\336\305k\034\233!*\t\271f\240;%\237\244\252\"\331pSQV\366L\247G\313\036\245Nx\021\032=\"k\306\347\374\307\262b\316|\007\211IY\253z]3\263&\267\346\265\225l:\3630\244\260M\212\257\223\037\232\367\037I\336\034;gB\252]\260\361.\222\345\242\257$\033Y\241\332rn\350l\276\036\0253\322\"\363\232\256S\224\314X\203\366\205n\037.x\375%\334~&\r\363\330z\237*r\344P\303NQ\342\317B\311\340k\231\261\210\021\035N\334\025wr\306\3411 $\365\336x\324LDg?n\026Cx\\\203\373\225\375V\326G.\336\357\374\375\331\221kU.\353\376\266\344\032\217\246\260f\315+\013\250/\031_\225|rb\351:\277\316y\240s\320\036D\354\355.\343\326E\372\327\027\305}\031\367\252\243\371\016\010\307\317\334t2o\345\313\352\322l\336\004\253B\244&\032C_\244\313Bf\017l\2314\t\341\271\0340\216\247\026C\346u\\mq&\3745\272\217\334\026D\205\277z\002x\2132L\233\037\216P\202i\026\377\010\031N\235\020\216\220%7{\247\233M\231\276\335\350:|z:N~\321\263\327\241\331\311\t\346m\264\036a\332\222\031\370c\243\017\r\306\036z\3324\325\305\362\300\204\337\223\315\236\205\352\354\347\024*\252\223h6\336>%\241'(\3354B\371\320\021\207P\261{\021\256\277I\223\315q\265E\266\360\204\251\350\230\272\246\227n\342\352\3107\305\275\"\351\364r[\263\335\253\022O\317\177\372\324\347\231\312\016OyP\301\307I\355\340\204\221\371Nt:\246y|\272\217\026'u\204)\321\232\217\375\2021\356\247O\007\317J;\314\215\323\347\237\t\242'\207I\352\203sJ\234S7\331\333\013\346w[\263\352\333\335\177\263\264\211\335\017\010\247\214\327\023\327\231\265\023\357(\241`\t\314\343\232\2762\207\265\004\225\202\367\177U\3369\266\244\t\035\225^\346wUR\275\230\3755\220\322\336\216\036\364\004R\252\303\330#\252\214lqUN\254\324\362\273}\303\334\2273\3242\264/\247\215\276A\333\177\344\315\267]\177K\304q\301b\020\356\024\006\022\204J\242[\256\237U\022*\256|\270\340\353\222\244)\253\241\306\024{\020\326M\244\217\265wF\332\260t}\226l6\342\306\243\354\346\001!u\346\240\025\220\335\217\217\242\253\262\334(\007\201\001\031}\236\275,\323""\244o ufjW\034m\214<\345\233\244T\204_U\345\3167yk\311\373\367\246K \337^\224#X\353\203V_\234\236\217\010\023\203u\264@\336\244\316\2558UF_\274\245)\253k\352\n\017\245E\277C4ZR\343D\322s\302\251\253\010\0347\272\362\213\232)\250\304G\271b\024ng#gB\304}g\316\270\321\027w\\H\227#\362f\240O4\244\232\274\2660\336@\210\334B\220\t&\356;\214\211\334\033!?\247$\356\016=\226\347u\267\030t=\303\365\217\310F\216\\\001[\316\301t\365\210\251\206\243\034t\014\225\327\335^Mv\315\276b_\270\242`\376\302\007\377\\x=(=A\237\205=5N\252!\317\215\203Q\360\300\367\242\223\255\233\244\331\327\2017\364'u\372\262F\253;[\323\327\234~\237k,b\347A\370D\342=n\372\276T@\264o\360\330\241\261\257\356\223\224\365.\2241\311\250w\255|\306CWBH\334\360\311\201\267\325\204l4\201.\2713\276W\360=g\377\023(\253Q\022BBu)\325U\226>\"'\315\273>\377V\227\036\235\241\315\276~\\]\335.\363\212'\273^~9\375\243\312\033V\337$\325\003\323\274&\207\340:--\013\255\271ZgI\372hON\266\210K\3402\337\346\256\225\235\266\"m\027r\2377\311C=\\\371v-\372\306u\265K\341\232\373\036,\343\242|\311q\237?D\013:\305L\353ei\274\337\224\211\351\232\373\374\364\336\006\230\013\220\356>m\304\324\375=\333\361\2316OY\254\364\2125\334qHO\263\254\342Um\275A\177\223\327\355\366+w}\251\373\217\224\254\272(\340E\225\276\200\335\375i\351\253\217WC\002O*\312\334\215Q\236\204J\257\3522\344~\225\377\335u\347\275UOv\355\220\270\327\030\310\021o\205\375\254^\321\335\362\257_\304P\227\213\006\335\336iQ\343\266S\224&\307%d\362zw\374\"sH\036\376\356\350\335\302\221\324\345\356\352;1m\006\302~\365[R\322\225\246\335\335\320,\220O\362\325\306\215\031\335\332:\305\034\213\023E \312\277\364\225\204\350\360.q\3628\344S\322\244\217\337v'\356\017\251\375\000\345\323\376\376\236U\236\355\027M\261~\222\355\265\320Z\272\270cl-\211s\267\2010\315.=\343:8\352\230\307\221\316Y\370`ju.\272N\212\0076\330\036\353V\251\377\264\214\320\255\177D\373\261~\036\3408J#*\304\252\356W\035h\253:\003\331:\254\270\026\355\031\025\306\276Ol\206\261;Mq\211\242\362}\323\037ux\233L&\275\227\333\375\231/\361YD\312?\362\346\261=D\244U\\3\356\210\026\304\013\364\002W\025\253y\373x^\3614mw\202=\022\327l\303\222Z\221\220\316\2318h9\273\370\264\257/\262\276\326\315\237\346r\205\177z\351~\010r1\314\232B\333&)\230\326Z\353\375\235\325`\255t\257X\337(\276dOl\323F}I\304\372i\024\225\317\177[\216!\237+\306\224xi\260\304\363Mi\006\177\\:\"\234!\355\211\220\246\201\322j\tk?\340\263\336mr^Qg\345\276\253G;va\034\034\255X!\034\370v\257b1\034\325\236\361\266l\230\371\374\271*\267\335O\356,:\317\224\273\377\205r3\333LatE\021\3013j""\252\362e\014h\177\213m|\024\332\037\253\262\340\203u\014\274fiYe\346\263\256}\305[\2478k\236\225\262\017\235n<\252m\236\027\372\331m\363\254\225H\t\267J\242\304\211\016:V\242\025-\313\327\026\325\212\023\3379\3211\\i7..\266\302\321\326w\r\2727j\313J\304\350I\206\257\252\3328\371\351\227\025W\217\335\250-\224'\336\310WWO\377\224\211l\007<}\014\312,\250\337&\021\215+\277\320!\243\235i\324\016\321}\374\2576\360\020\250\364#q\273i\315\224F\321\205\372\017\323h\221\263\307|\223\r\227\244\326\375gE\206\036\253j\307\257\361\242\223(\345\240\022x\242\372O\324\034\321\3437d\016\001i}\374\0025se!\202\305\030,\222\273\r\313\364\3605\021\356\310\361\327\345\202\370\221\2111\3542\341+\266\307\361\371v'~\347WO\303\213A\364\217q\334\r\345\372\314\327,\027\305\331\246Tg\227\323\254\355*Z\300\371v\327\274\330\241z\347\262\343\372\266\324b\364\256\244'\362t\240\200 \231U\337#\264\300\261\037h\301\352\367\201fD\327Hfp\327\031\314`1\201z\264\250-\334\215Y]z, o\262aQO\305\257\311x\243YV\366\200V\333\306\021\355\265\031~{\321i]2>kf\254HsV;#[\0255\365ng\245\352')\326U\353>\\U\373\267\225\201\270\255\224\344\005_\345\322\361b\333H\035\037\356\216\267\242\214\301DC\347\352\255\253)\302\016\243C\004\367\375~\345\216\"Ri\375\316\035I\244T\307\316\212\214\356\372\2767\222V\334\r\262\225/\322m\216o\312rS\233f\217\207\013\247q\243\206+\3436\256\220\35206,\2509\337[3\363\222\335\355\037\226esU\345\352\300\021C1{P;\373\212\231\003\204\207\\\227\245\031\312\r\014=\334\256\371\322\351\211\271\342Z\357e\274\214\252F\211\301C\305\030\263\010wEn\213\212=\344u#\334!e\241h\372\225\353\326M\031\347%\276\254\356M\217\262\252\226\241\303I\320B9%\341\341\262\023\252\201\347\205\360\303xm\313\250\272w\177\024I\371\247j*\271\303.\327\314\252\246K>\215\212\245\377\347|c\205\213\263 5\354\266\030&]\361}\331r\277\335\335\224\312*u\014\034\265\211\357\320\366U\325[J\361<\326\\\177Gn\210\272\246\"\206\205\376R\376\034\177\267C\256\307\251\201\374oZZF\030!\342o\245\353v!r\305-j\246\335\374\021\253\030\245m:!\265""\207wA\326\334\325\205\257\035\3417U\276\275)M\311\366\256\360\302>\\\034\234^\335\317\365\357h\020\262\322\375%\"\2041 \202;\377_q\034UW\312\214T\003\364U\273\031\303-AY\345\215\232\211Z\2472d\364!\345\263\351\272\311P\253\342;a:\230p\361d\204\356\300\3110\271\030\355.G[FE\312\234\027Y'\240\004~\342\335\271\350\202o\312qF\226\253\331\366\026\375\276\363\301\272o\224\370:Q\355\372\375\276\213\265&\260\365+\301\027\265\014\353\367\272\206W\356D\305\257\266Yu\221\247F\375\020m3Z\301\341\331l[^\316$mg\306\301\275\224\315\255\335\356P\335N;B&\320.U\250\t\354\210\321b+\275p\014\354,\276\025*\214\275bE\\\237\020\350\206\246\3356\226\373\300J\304\332\023\321\336Y5m\3048\302\007\315\306.\263\256\204\212\274y\344o\313\235\202\364Q\234\365XW\370\307\035\225\363M\262\253Yv\223\367\373u\355\366\333\210_\031\266\345\306n0<\215\373M\026\265e\361\320\255(\272\030U\333\367\345\325\351\255\256rx\321O/\332>\241\275\365b\245\320\207\360\270\335(\357\317\0231\375\246\247\354\302\355Y\230\"p\226\024\262\001\304\315-\331\345\036\313\262fJ\326\337\322t\277K\212\364\345K\362|\2326\274\276>q\213\371'OQ}\341\263J\276\253J\241\240\254\246I\353\346P\346\267\314k1\275\210\262\330\335\242[\206\211iB\2162\255\202\332Z\346A\355\277V\305\365\263i;\024\277\226M~\237\3133\003Ef\234\214}R\204\271\354\247\033>\307\364\341\265\261@\332\232QCo&\247p\353\246\271\236\306\027-\267\031\214\032\274(r\2623i\343Q\230\264\336\034\016\022\235\205\371uy\231\027,\251x\243\376\221g\315\243\336\324\247OI\276\021\331.%eh-^\212Um\303/\254+\337\2439\354w\267\355{\327\013\373\252\263[\256\2176\257L\323JH)a\315\344Y\316\260A\334\313\017u2\014H#\255\230\270\324\201\251\267\375\371\352\262\357|\355\235b-2.N\336\243\322\"\333^\336\307k7i\335b\352\005\330\276U\326\344\032P\336\177\352\3564j\r\250=\230[\371\362\372\247\025\240\210uG\r\213\361\307\211\214\207Q\266\313\235\250X\326h\363\244z\005\262\027\320\346\305h\201\376\036$)\244\334u\324{\303h\303L7E;\237\220\303I,t\344\205B>;%w\371&\037\272\221n\312I\221\325\345\220\253""\014\020\352\364\225\207]*\261\216\035\376\020\t\206\224\243\301\353=/\356\306\326L\367\275\034\253n\245Ov\307#.\227\355\266\340f\224e=\366\314\366,\324~\346\\\271\253B\243\356\325\246\274K6F\340\227\244\340c)[\250\267?\354n$\373b{\356\332K\212\023\313\244\312N\213\354\252b\367\214\307\030\366J\024\333\031\323\2456#\332l\224?\207\026\220\217\302\255j\1779\303H1>\267]\306P\242\276b\327\007:\323d\215Y\221\201y\2766\204\351\2576\214\374\233\222\362\364\332cA\365@Nv\327\257O\3534\027\216\210Y\301\355\220V\3764\315\205a,\014S\321\035\004R\305WB\265\004VK+\231\177\\j\017z\365^\253\303\240\317C?\3454\n\246\236\214\016Q\355\001\\[\177\242\346\024\021\243O\210\241`9c]\240\271t\356\202\2515\257X\000\264W)\314\276\251\370\033\342\210N\374\004\234X\216\326\r\367\202.?\2669hK\243\276\231\272\365\205\341S\212eBR\313[\003\32223\366\347\251\031V\225\367\371\206U\353&\251\032#\244\334)\256\214:\313n\223?;\222W{Qb|\036oC(ae=C\007g\350\340\014\035\234\241\2033tp\206\016\316\320\301\031:8C\007g\350\340\014\035\234\241\2033tp\206\016\316\320\301\031:8C\007g\350\340\014\035\234\241\2033tp\206\016\316\320\301\031:8C\007g\350\340\014\035\374g\200\016\342\010\250?\374\030\024\341\017/\352\014(\234\001\2053\240p\006\024\316\200\302\031P8\003\ng@\341\201\200\302\223\343\376\364\361LA\234)\2103\005q\246 \316\024\304\231\2028S\020\377\377S\020\361J\014!\336\230\215\370\303\3127\023\023gb\342LL\234\211\21131q&&\316\304\3047'&\316\300\304\031\2308\003\023g`\342\014L\234\201\21130\361\037\025\2308S\014g\212\341L1\234)\2063\305p\246\030\316\024\303\231b8S\014g\212\341L1\234)\2063\305p\246\030\316\024\303\231b8S\014g\212\341\201\024CX\030C\020\034C\304\201\014\021\"\031\"\2042\204\227e\010/\314\020q4C\004q\206\010\363\014\021\006\032\"L4\004\2154\204\213i\210 \324\0206\325\020qXCx\270\2060\301\206\260\311\206\320\321\206p\260\r\341\204\033\302\246\033\302\2017\004\3057\204\023p\010?\341\320\021=\204\223\214C\230\220Cx(\207p`\016\341\344\034\302\002\035\302 \035\202D\035\302d\035\302\t;\004A;\204""\033w\010\027\357\020>\340!\002\304C\370\220\207p3\017AC\017\341\244\036\302\215=\204\217{\2100\370\020!\362!\274\350C\304\260\017\203B\212\004M?$\343\335\251\264>b\000\020\021E@D\004\002\021Q\014D\034\000A\014\245\261\231_\360`\020\021\340 \"\010BD\220\204\210 \n\021.\026\"\\0\304`\256\277.\r\231\016\207\010\223\207\010\023\210\010\232\210\010\002\211\010'\023\021\026\024\0214\025\021>,\"\334\\Dx\300\210\210&#\"\022\215\010\222\215\010\007\034\021N:\"\034xD8\370\210p\001\022\341$$\202D$\"\304HD\010\222\210 %\021\001L\"\202\234D\004@\211\360\222\022\021@%\"\314JD\010\226\210\020-\021$.\021\023y\211q\362\353(y\233\230\030#\3552NT\270\rM\204\207\232\010/6\021^n\"\002\340Dx\311\211\360\242\023\341e'\302\013O\204\213\236\010\027>\021~~\"\002\000E\030\004E\230\010E\313\014h!*D\0216E\0216F\0214G\021N\220\"|$ExP\212p\263\024a\300\024\341\005\306 \300ZD\010\266\010\232\266\010\n\267\010\222\267\010\037p\021:q\021!\344\"\\\314EP\320E\330\324E\220\330E\020\334E\230\340Ex\310\213p\242\027\341c/\202\204/\302I_\204\215_\204\315_D\024\200\021\004\201\021.\004#\\\014F\330\020F\220\024F\304c\0301\205\303\010'\210\021\016\022#,\024#\274,F\270a\214\360\322\030a\343\030a\362\030A\003\031\341 2\302\201d\204\223\311\010\n\312\210\030*#H,#\374\\F\020`F\320dF8\321\214\216<\324p\025\316\010'\235\021\024\236\0214\237\021&\240\021\004\241\021ND#\\\214F8!\215pQ\032\341\3044\202\3444\202\0065\202$5\"\002\325\010'\253\021NX#\010Z#H\\#\274\274Fx\201\215\210!6\202D6\202d6B\2076\202\2406\202\3066\202\0004\302Eh\204\033\321\010\007\243\021nH#\202\224F\2700\215\2608\215\230\006j\234&n\330J\027\252\021\016V#tX#\\\264F\304\340\032\021\307k\204\023\330\010'\261\021\036d#Hf#\002\320F\004\250\215\360`\033ap\033A\200\033a\220\033\021\205nD<\273\021\016x#\002\364F\304\342\033\341\3457\"\016\340\010\202\340\010\013\341\010\027\303\0214\304\021>P#\274\244FD\242\032\021\307j\204\rk\204\223\326\2505\231\376d\235Mt\300F\320\304F\355\014e\020\222\314F\330\320F8\251\215\010b\033\021\3446\"\n\334\210\020\271\021""\004\272\021nv#b\340\215\210\2407\302\3027\302\3427\202\0008\016\353\337\361\257\026 \010\202\341\010\032\342\2100\305\021$\306\021~\216#\234 GD\221\034A\242\034A\263\034\341\2069\302\2449\"\006\347\0107\317\021N\240\243\222\225\372\367\330\"\024\323\021&\324\021:\325\0216\326\021N\256#(\260#\234dGD\240\035\241\263\035\021\204;*c_\375\333\262.\246m1-\213Ex\204\007\361\350\354\000j\021>.\365'\243\276\257\265\2212p\036a\203\036\225 \355\240x\2144X\217 a\217 i\217p\340\036\341\341=B\007>\202$>\302\217|\204\311|\004\r}\204E}\004\205}\204\315}\204\005~\004M~\204\211~\004\305~\204\n\177\374?G\231\243a"; PyObject *data = __Pyx_DecompressString(cstring, 5747, 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 (58168 bytes) */ const char* const bytes = ".Function \"cudaRuntimeGetVersion\" not found in ?abs_pathcline_in_tracebackcuda.pathfindercudart_handle_uintload_nvidia_dynamic_lib__main____module____name____pyx_capi____qualname__setdefault__test__char const *(cudaError_t)\000\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame *, cudaGraphicsResource_t, unsigned int, unsigned int)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *)\000\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR, __pyx_t_4cuda_8bindings_9cyruntime_EGLint, __pyx_t_4cuda_8bindings_9cyruntime_EGLint)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR, unsigned int)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame *, cudaStream_t *)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame, cudaStream_t *)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, cudaGraphicsResource_t *, cudaStream_t *, unsigned int)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, cudaGraphicsResource_t, cudaStream_t *)\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 *, __pyx_t_4cuda_8bindings_9cyruntime_EGLSyncKHR, unsigned int)\000cudaError_t (cudaEvent_t *, cudaIpcEventHandle_t)\000cudaError_t (cudaEvent_t *, unsigned int)\000cudaError_t (cudaEvent_t)\000\000\000cudaError_t (cudaEvent_t, cudaStream_t)\000cudaError_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 (cudaGrap""hNode_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 *, cudaGraph_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_9cyruntime_cudaKernelNodeAttrID, __pyx_t_4cuda_8bindings_9cyruntime_cudaKernelNodeAttrValue *)\000cudaError_t (cudaGraphNode_t, __pyx_t_4cuda_8bindings_9cyruntime_cudaKernelNodeAttrID, __pyx_t_4cuda_8bindings_9cyruntime_cudaKernelNodeAttrValue const *)\000cudaError_t (cudaGraphNode_t, cudaEvent_t *)\000\000cudaError_t (cudaGraphNode_t, cudaEvent_t)\000\000cudaError_t (cudaGraphNode_t, cuda""GraphNode_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 (cudaGraphNode_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, uns""igned 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 *, cudaExecutionCo""ntext_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_9cyruntime_cudaStreamAttrID, __pyx_t_4cuda_8bindings_9cyruntime_cudaStreamAttrValue *)\000cudaError_t (cudaStream_t, __pyx_t_4cuda_8bindings_9cyruntime_cudaStreamAttrID, __pyx_t_4cuda_8bindings_9cyruntime_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 **, cudaGraphEdgeData 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, enu""m 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\000\000cudaError_t (int *, __pyx_t_4cuda_8bindings_9cyruntime_VdpDevice, __pyx_t_4cuda_8bindings_9cyruntime_VdpGetProcAddress *)\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, __pyx_t_4cuda_8bindings_9cyruntime_VdpDevice, __pyx_t_4cuda_8bindings_9cyruntime_VdpGetProcAddress *)\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, unsigned 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 cudaArrayMemoryRequir""ements *, 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 cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_EGLImageKHR, unsigned int)\000cudaError_t (struct cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_GLuint, __pyx_t_4cuda_8bindings_9cyruntime_GLenum, unsigned int)\000cudaError_t (struct cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_GLuint, unsigned int)\000cudaError_t (struct cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_VdpOutputSurface, unsigned int)\000cudaError_t (struct cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_VdpVideoSurface, unsigned int)\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 *, int *, unsigned int, enum __pyx_t_4cuda_8bindings_9cyruntime_cudaGLDeviceList)\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 cudaMemRangeAttribute, 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)\000cudaGetErrorName\000cudaGetErrorString\000cudaGraphicsResourceGetMappedEglFrame\000cudaEGLStreamConsumerDisconnect\000cudaEGLStreamProducerDisconnect\000cudaEGLStreamConsumerConnect\000cudaEGLStreamProducerConnect\000cudaEGLStreamConsumerConnectWithFlags\000cudaEGLStreamProducerReturnFrame\000cudaEGLStreamProducerPresentFrame\000cudaEGLStreamConsumerAcquireFrame\000cudaEGLStreamConsumerReleaseFrame\000cu""daDeviceGetPCIBusId\000cudaGetDriverEntryPoint\000cudaGetDriverEntryPointByVersion\000cudaArrayGetPlane\000cudaGraphicsSubResourceGetMappedArray\000cudaGetMipmappedArrayLevel\000cudaMallocArray\000cudaMalloc3DArray\000cudaFreeArray\000cudaMemcpyArrayToArray\000cudaMemcpy2DArrayToArray\000cudaMemcpyToArray\000cudaMemcpyToArrayAsync\000cudaMemcpy2DToArray\000cudaMemcpy2DToArrayAsync\000cudaDevSmResourceSplitByCount\000cudaDevSmResourceSplit\000cudaDevResourceGenerateDesc\000cudaEventCreate\000cudaEventCreateFromEGLSync\000cudaIpcOpenEventHandle\000cudaEventCreateWithFlags\000cudaEventDestroy\000cudaEventQuery\000cudaEventSynchronize\000cudaEventRecord\000cudaEventRecordWithFlags\000cudaGreenCtxCreate\000cudaDeviceGetExecutionCtx\000cudaExecutionCtxDestroy\000cudaExecutionCtxSynchronize\000cudaExecutionCtxGetDevResource\000cudaExecutionCtxRecordEvent\000cudaExecutionCtxWaitEvent\000cudaExecutionCtxGetId\000cudaImportExternalMemory\000cudaDestroyExternalMemory\000cudaImportExternalSemaphore\000cudaSignalExternalSemaphoresAsync\000cudaWaitExternalSemaphoresAsync\000cudaDestroyExternalSemaphore\000cudaGraphConditionalHandleCreate_v2\000cudaGraphConditionalHandleCreate\000cudaGraphInstantiateWithParams\000cudaGraphInstantiate\000cudaGraphInstantiateWithFlags\000cudaGraphExecDestroy\000cudaGraphExecEventRecordNodeSetEvent\000cudaGraphExecEventWaitNodeSetEvent\000cudaGraphExecChildGraphNodeSetParams\000cudaGraphExecExternalSemaphoresSignalNodeSetParams\000cudaGraphExecExternalSemaphoresWaitNodeSetParams\000cudaGraphExecNodeSetParams\000cudaGraphExecHostNodeSetParams\000cudaGraphExecKernelNodeSetParams\000cudaGraphExecMemcpyNodeSetParams\000cudaGraphExecMemsetNodeSetParams\000cudaGraphNodeGetEnabled\000cudaGraphNodeSetEnabled\000cudaGraphExecMemcpyNodeSetParams1D\000cudaGraphExecUpdate\000cudaGraphLaunch\000cudaGraphUpload\000cudaGraphExecGetFlags\000cudaGraphExecGetId\000cudaGraphNodeFindInClone\000cudaGraphAddNode\000cudaGraphAddEmptyNode\000cudaGraphAddEventRecordNode\000c""udaGraphAddEventWaitNode\000cudaGraphAddChildGraphNode\000cudaGraphAddExternalSemaphoresSignalNode\000cudaGraphAddExternalSemaphoresWaitNode\000cudaGraphAddHostNode\000cudaGraphAddKernelNode\000cudaGraphAddMemAllocNode\000cudaGraphAddMemcpyNode\000cudaGraphAddMemsetNode\000cudaGraphAddMemFreeNode\000cudaGraphAddMemcpyNode1D\000cudaGraphDestroyNode\000cudaGraphKernelNodeGetAttribute\000cudaGraphKernelNodeSetAttribute\000cudaGraphEventRecordNodeGetEvent\000cudaGraphEventWaitNodeGetEvent\000cudaGraphEventRecordNodeSetEvent\000cudaGraphEventWaitNodeSetEvent\000cudaGraphNodeGetDependencies\000cudaGraphNodeGetDependentNodes\000cudaGraphKernelNodeCopyAttributes\000cudaGraphChildGraphNodeGetGraph\000cudaGraphNodeGetContainingGraph\000cudaGraphNodeGetType\000cudaGraphExternalSemaphoresSignalNodeGetParams\000cudaGraphExternalSemaphoresSignalNodeSetParams\000cudaGraphExternalSemaphoresWaitNodeGetParams\000cudaGraphExternalSemaphoresWaitNodeSetParams\000cudaGraphNodeSetParams\000cudaGraphHostNodeGetParams\000cudaGraphHostNodeSetParams\000cudaGraphKernelNodeGetParams\000cudaGraphKernelNodeSetParams\000cudaGraphMemAllocNodeGetParams\000cudaGraphMemcpyNodeGetParams\000cudaGraphMemcpyNodeSetParams\000cudaGraphMemsetNodeGetParams\000cudaGraphMemsetNodeSetParams\000cudaGraphNodeGetToolsId\000cudaGraphNodeGetLocalId\000cudaGraphMemFreeNodeGetParams\000cudaGraphMemcpyNodeSetParams1D\000cudaGraphClone\000cudaGraphCreate\000cudaGraphDestroy\000cudaGraphDebugDotPrint\000cudaGraphGetEdges\000cudaGraphGetNodes\000cudaGraphGetRootNodes\000cudaGraphAddDependencies\000cudaGraphRemoveDependencies\000cudaGraphReleaseUserObject\000cudaGraphRetainUserObject\000cudaGraphGetId\000cudaGraphicsUnregisterResource\000cudaGraphicsResourceSetMapFlags\000cudaIpcGetEventHandle\000cudaIpcGetMemHandle\000cudaLibraryGetKernel\000cudaLibraryEnumerateKernels\000cudaGetKernel\000cudaKernelSetAttributeForDevice\000cudaLibraryLoadFromFile\000cudaLibraryLoadData\000cudaLibraryUnload\000cudaLogsDumpToMemory\000cudaLo""gsDumpToFile\000cudaLogsCurrent\000cudaLogsUnregisterCallback\000cudaLogsRegisterCallback\000cudaDeviceGetDefaultMemPool\000cudaDeviceGetMemPool\000cudaMemGetDefaultMemPool\000cudaMemGetMemPool\000cudaMemPoolCreate\000cudaMemPoolImportFromShareableHandle\000cudaMemPoolDestroy\000cudaMemPoolGetAttribute\000cudaMemPoolSetAttribute\000cudaMemPoolTrimTo\000cudaMemPoolSetAccess\000cudaExternalMemoryGetMappedMipmappedArray\000cudaGraphicsResourceGetMappedMipmappedArray\000cudaMallocMipmappedArray\000cudaFreeMipmappedArray\000cudaStreamCreate\000cudaExecutionCtxStreamCreate\000cudaStreamCreateWithFlags\000cudaStreamCreateWithPriority\000cudaStreamDestroy\000cudaStreamQuery\000cudaStreamSynchronize\000cudaStreamGetAttribute\000cudaStreamSetAttribute\000cudaStreamGetDevResource\000cudaStreamWaitEvent\000cudaStreamUpdateCaptureDependencies\000cudaStreamEndCapture\000cudaStreamBeginCaptureToGraph\000cudaLaunchHostFunc\000cudaStreamAddCallback\000cudaStreamCopyAttributes\000cudaStreamBeginCapture\000cudaStreamIsCapturing\000cudaStreamGetCaptureInfo\000cudaStreamGetDevice\000cudaStreamGetPriority\000cudaStreamGetId\000cudaStreamGetFlags\000cudaStreamAttachMemAsync\000cudaCreateSurfaceObject\000cudaDestroySurfaceObject\000cudaCreateTextureObject\000cudaDestroyTextureObject\000cudaUserObjectCreate\000cudaUserObjectRelease\000cudaUserObjectRetain\000cudaDeviceFlushGPUDirectRDMAWrites\000cudaDeviceGetCacheConfig\000cudaDeviceSetCacheConfig\000cudaDeviceSetLimit\000cudaMemPoolGetAccess\000cudaDeviceGetSharedMemConfig\000cudaDeviceSetSharedMemConfig\000cudaThreadExchangeStreamCaptureMode\000cudaEventElapsedTime\000cudaDriverGetVersion\000cudaGetDevice\000cudaGetDeviceCount\000cudaRuntimeGetVersion\000getLocalRuntimeVersion\000cudaVDPAUGetDevice\000cudaDeviceGetByPCIBusId\000cudaExecutionCtxGetDevice\000cudaDeviceGetAttribute\000cudaDeviceGetP2PAttribute\000cudaDeviceGetStreamPriorityRange\000cudaDeviceCanAccessPeer\000cudaChooseDevice\000cudaOccupancyMaxActiveBlocksPerMultiprocessor""\000cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags\000cudaDeviceDisablePeerAccess\000cudaDeviceGraphMemTrim\000cudaSetDevice\000cudaVDPAUSetVDPAUDevice\000cudaDeviceRegisterAsyncNotification\000cudaDeviceUnregisterAsyncNotification\000cudaDeviceGetDevResource\000cudaGraphicsMapResources\000cudaGraphicsUnmapResources\000cudaDeviceSetMemPool\000cudaDeviceGetGraphMemAttribute\000cudaDeviceSetGraphMemAttribute\000cudaDeviceEnablePeerAccess\000cudaInitDevice\000cudaDeviceGetLimit\000cudaMemGetInfo\000cudaDeviceGetTexture1DLinearMaxWidth\000cudaOccupancyAvailableDynamicSMemPerBlock\000cudaMemcpy3DBatchAsync\000cudaArrayGetMemoryRequirements\000cudaMipmappedArrayGetMemoryRequirements\000cudaArrayGetSparseProperties\000cudaMipmappedArrayGetSparseProperties\000cudaGetChannelDesc\000cudaArrayGetInfo\000cudaGetDeviceProperties\000cudaFuncGetAttributes\000cudaGraphicsEGLRegisterImage\000cudaGraphicsGLRegisterImage\000cudaGraphicsGLRegisterBuffer\000cudaGraphicsVDPAURegisterOutputSurface\000cudaGraphicsVDPAURegisterVideoSurface\000cudaMemSetMemPool\000cudaMemPoolExportPointer\000cudaMemcpy3D\000cudaMemcpy3DAsync\000cudaMemcpy3DPeer\000cudaMemcpy3DPeerAsync\000cudaMalloc3D\000cudaMemset3D\000cudaMemset3DAsync\000cudaPointerGetAttributes\000cudaGetSurfaceObjectResourceDesc\000cudaGetTextureObjectResourceDesc\000cudaGetTextureObjectResourceViewDesc\000cudaGetTextureObjectTextureDesc\000cudaGetDeviceFlags\000cudaLibraryGetKernelCount\000cudaDeviceGetHostAtomicCapabilities\000cudaDeviceGetP2PAtomicCapabilities\000cudaGLGetDevices\000cudaHostGetFlags\000cudaSetDeviceFlags\000cudaFree\000cudaFreeHost\000cudaHostUnregister\000cudaIpcCloseMemHandle\000cudaExternalMemoryGetMappedBuffer\000cudaIpcOpenMemHandle\000cudaLibraryGetUnifiedFunction\000cudaMemPoolImportPointer\000cudaGraphicsResourceGetMappedPointer\000cudaLibraryGetGlobal\000cudaLibraryGetManaged\000cudaMemRangeGetAttributes\000cudaMallocPitch\000cudaMemDiscardAndPrefetchBatchAsync\000cudaMemPrefetchBatchAsync\000cudaMem""DiscardBatchAsync\000cudaMalloc\000cudaMallocHost\000cudaMallocFromPoolAsync\000cudaMallocAsync\000cudaHostAlloc\000cudaMallocManaged\000cudaHostGetDevicePointer\000cudaMemcpyFromArray\000cudaMemcpyFromArrayAsync\000cudaMemPoolExportToShareableHandle\000cudaFreeAsync\000cudaDeviceGetNvSciSyncAttributes\000cudaMemset\000cudaMemsetAsync\000cudaMemcpyPeer\000cudaMemcpyPeerAsync\000cudaMemcpy2DFromArray\000cudaMemcpy2DFromArrayAsync\000cudaMemRangeGetAttribute\000cudaMemset2D\000cudaMemset2DAsync\000cudaHostRegister\000cudaMemcpy2D\000cudaMemcpy2DAsync\000cudaMemcpy\000cudaMemcpyAsync\000cudaGetExportTable\000cudaMemcpyBatchAsync\000cudaFuncSetAttribute\000cudaFuncSetCacheConfig\000cudaFuncSetSharedMemConfig\000cudaMemAdvise\000cudaMemPrefetchAsync\000cudaCtxResetPersistingL2Cache\000cudaDeviceReset\000cudaDeviceSynchronize\000cudaGetLastError\000cudaPeekAtLastError\000cudaProfilerStart\000cudaProfilerStop\000cudaCreateChannelDesc\000make_cudaExtent\000make_cudaPitchedPtr\000make_cudaPoschar const *(cudaError_t)\000\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame *, cudaGraphicsResource_t, unsigned int, unsigned int)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *)\000\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR, __pyx_t_4cuda_8bindings_9cyruntime_EGLint, __pyx_t_4cuda_8bindings_9cyruntime_EGLint)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR, unsigned int)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame *, cudaStream_t *)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame, cudaStream_t *)""\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, cudaGraphicsResource_t *, cudaStream_t *, unsigned int)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *, cudaGraphicsResource_t, cudaStream_t *)\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 *, __pyx_t_4cuda_8""bindings_9cyruntime_EGLSyncKHR, unsigned int)\000cudaError_t (cudaEvent_t *, cudaIpcEventHandle_t)\000cudaError_t (cudaEvent_t *, unsigned int)\000cudaError_t (cudaEvent_t)\000\000\000cudaError_t (cudaEvent_t, cudaStream_t)\000cudaError_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 *, cudaGraph_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_9cyruntime_cudaKernelNodeAttrID, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrValue *)\000cudaError_t (cudaGraphNode_t, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrID, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_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 (cudaGraphNode_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 *, __pyx_t_4cuda_8bindings_9cyruntime_EGLImageKHR, 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, vo""id *, 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_9cyruntime_cudaStreamAttrID, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaStreamAttrValue *)\000cudaError_t (cudaStream_t, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaStreamAttrID, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_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 (cudaStre""am_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 **, cudaGraphEdgeData 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 *, __pyx_t_4cuda_8bindings_9cyruntime_VdpDevice, __pyx_t_4cuda_8bindings_9cyruntime_VdpGetProcAddress *)\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)\000cudaE""rror_t (int)\000\000\000cudaError_t (int, __pyx_t_4cuda_8bindings_9cyruntime_VdpDevice, __pyx_t_4cuda_8bindings_9cyruntime_VdpGetProcAddress *)\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, unsigned 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 cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_GLuint, __pyx_t_4cuda_8bindings_9cyruntime_GLenum, unsigned int)\000cudaError_t (struct cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_GLuint, unsigned int)\000cudaError_t (struct cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_VdpOutputSurface, unsigned int)\000cudaError_t (struct cudaGraphicsResource **, __pyx_t_4cuda_8bindings_9cyruntime_VdpVideoSurface, unsigned int)\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 *, int *, unsigned int, enum __pyx_t_4cuda_8bindings_9cyruntime_cudaGLDeviceList)\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 cudaMemRangeAttribute, 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 c""udaSharedMemConfig)\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_cudaGraphicsResourceGetMappedEglFrame\000_cudaEGLStreamConsumerDisconnect\000_cudaEGLStreamProducerDisconnect\000_cudaEGLStreamConsumerConnect\000_cudaEGLStreamProducerConnect\000_cudaEGLStreamConsumerConnectWithFlags\000_cudaEGLStreamProducerReturnFrame\000_cudaEGLStreamProducerPresentFrame\000_cudaEGLStreamConsumerAcquireFrame\000_cudaEGLStreamConsumerReleaseFrame\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_cudaEventCreateFromEGLSync\000_cudaIpcOpenEventHandle\000_cudaEventCreateWithFlags\000_cudaEventDestroy\000_cudaEventQuery\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_cudaWaitExternalSemaphoresA""sync\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_cudaGraphEventWaitNodeSetEvent\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_cudaGraphicsEGLRegisterImage\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_cudaMallocMipmappedArray\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_cud""aLaunchHostFunc\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_cudaVDPAUGetDevice\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_cudaVDPAUSetVDPAUDevice\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_c""udaGraphicsGLRegisterImage\000_cudaGraphicsGLRegisterBuffer\000_cudaGraphicsVDPAURegisterOutputSurface\000_cudaGraphicsVDPAURegisterVideoSurface\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_cudaGLGetDevices\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_cudaDeviceS""ynchronize\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 < 16; i++) { Py_ssize_t bytes_length = index[i].length; PyObject *string = PyUnicode_DecodeUTF8(bytes + pos, bytes_length, NULL); if (likely(string) && i >= 3) 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 = 16; i < 18; 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 < 18; i++) { if (unlikely(PyObject_Hash(stringtab[i]) == -1)) { __PYX_ERR(0, 1, __pyx_L1_error) } } #if CYTHON_IMMORTAL_CONSTANTS { PyObject **table = stringtab + 16; for (Py_ssize_t i=0; i<2; ++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 /* ErrOccurredWithGIL */ static CYTHON_INLINE int __Pyx_ErrOccurredWithGIL(void) { int err; PyGILState_STATE _save = PyGILState_Ensure(); err = !!PyErr_Occurred(); PyGILState_Release(_save); return err; } /* 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= 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 GetBuiltinName) */ #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 } /* GetBuiltinName (used by GetModuleGlobalName) */ static PyObject *__Pyx_GetBuiltinName(PyObject *name) { PyObject* result = __Pyx_PyObject_GetAttrStrNoError(__pyx_mstate_global->__pyx_b, name); if (unlikely(!result) && !PyErr_Occurred()) { PyErr_Format(PyExc_NameError, "name '%U' is not defined", name); } return result; } /* PyDictVersioning (used by GetModuleGlobalName) */ #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 /* GetModuleGlobalName */ #if CYTHON_USE_DICT_VERSIONS static PyObject *__Pyx__GetModuleGlobalName(PyObject *name, PY_UINT64_T *dict_version, PyObject **dict_cached_value) #else static CYTHON_INLINE PyObject *__Pyx__GetModuleGlobalName(PyObject *name) #endif { PyObject *result; #if CYTHON_COMPILING_IN_LIMITED_API if (unlikely(!__pyx_m)) { if (!PyErr_Occurred()) PyErr_SetNone(PyExc_NameError); return NULL; } result = PyObject_GetAttr(__pyx_m, name); if (likely(result)) { return result; } PyErr_Clear(); #elif CYTHON_AVOID_BORROWED_REFS || CYTHON_AVOID_THREAD_UNSAFE_BORROWED_REFS if (unlikely(__Pyx_PyDict_GetItemRef(__pyx_mstate_global->__pyx_d, name, &result) == -1)) PyErr_Clear(); __PYX_UPDATE_DICT_CACHE(__pyx_mstate_global->__pyx_d, result, *dict_cached_value, *dict_version) if (likely(result)) { return result; } #else result = _PyDict_GetItem_KnownHash(__pyx_mstate_global->__pyx_d, name, ((PyASCIIObject *) name)->hash); __PYX_UPDATE_DICT_CACHE(__pyx_mstate_global->__pyx_d, result, *dict_cached_value, *dict_version) if (likely(result)) { return __Pyx_NewRef(result); } PyErr_Clear(); #endif return __Pyx_GetBuiltinName(name); } /* 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 */ #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 } /* RaiseException */ static void __Pyx_Raise(PyObject *type, PyObject *value, PyObject *tb, PyObject *cause) { PyObject* owned_instance = NULL; if (tb == Py_None) { tb = 0; } else if (tb && !PyTraceBack_Check(tb)) { PyErr_SetString(PyExc_TypeError, "raise: arg 3 must be a traceback or None"); goto bad; } if (value == Py_None) value = 0; if (PyExceptionInstance_Check(type)) { if (value) { PyErr_SetString(PyExc_TypeError, "instance exception may not have a separate value"); goto bad; } value = type; type = (PyObject*) Py_TYPE(value); } else if (PyExceptionClass_Check(type)) { PyObject *instance_class = NULL; if (value && PyExceptionInstance_Check(value)) { instance_class = (PyObject*) Py_TYPE(value); if (instance_class != type) { int is_subclass = PyObject_IsSubclass(instance_class, type); if (!is_subclass) { instance_class = NULL; } else if (unlikely(is_subclass == -1)) { goto bad; } else { type = instance_class; } } } if (!instance_class) { PyObject *args; if (!value) args = PyTuple_New(0); else if (PyTuple_Check(value)) { Py_INCREF(value); args = value; } else args = PyTuple_Pack(1, value); if (!args) goto bad; owned_instance = PyObject_Call(type, args, NULL); Py_DECREF(args); if (!owned_instance) goto bad; value = owned_instance; if (!PyExceptionInstance_Check(value)) { PyErr_Format(PyExc_TypeError, "calling %R should have returned an instance of " "BaseException, not %R", type, Py_TYPE(value)); goto bad; } } } else { PyErr_SetString(PyExc_TypeError, "raise: exception class must be a subclass of BaseException"); goto bad; } if (cause) { PyObject *fixed_cause; if (cause == Py_None) { fixed_cause = NULL; } else if (PyExceptionClass_Check(cause)) { fixed_cause = PyObject_CallObject(cause, NULL); if (fixed_cause == NULL) goto bad; } else if (PyExceptionInstance_Check(cause)) { fixed_cause = cause; Py_INCREF(fixed_cause); } else { PyErr_SetString(PyExc_TypeError, "exception causes must derive from " "BaseException"); goto bad; } PyException_SetCause(value, fixed_cause); } PyErr_SetObject(type, value); if (tb) { #if PY_VERSION_HEX >= 0x030C00A6 PyException_SetTraceback(value, tb); #elif CYTHON_FAST_THREAD_STATE PyThreadState *tstate = __Pyx_PyThreadState_Current; PyObject* tmp_tb = tstate->curexc_traceback; if (tb != tmp_tb) { Py_INCREF(tb); tstate->curexc_traceback = tb; Py_XDECREF(tmp_tb); } #else PyObject *tmp_type, *tmp_value, *tmp_tb; PyErr_Fetch(&tmp_type, &tmp_value, &tmp_tb); Py_INCREF(tb); PyErr_Restore(tmp_type, tmp_value, tb); Py_XDECREF(tmp_tb); #endif } bad: Py_XDECREF(owned_instance); return; } /* 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; } /* PxdImportShared (used by FunctionImport) */ #ifndef __PYX_HAVE_RT_ImportFromPxd_3_2_2 #define __PYX_HAVE_RT_ImportFromPxd_3_2_2 static int __Pyx_ImportFromPxd_3_2_2(PyObject *module, const char *name, void **p, const char *sig, const char *what) { PyObject *d = 0; PyObject *cobj = 0; d = PyObject_GetAttrString(module, "__pyx_capi__"); if (!d) goto bad; #if (defined(Py_LIMITED_API) && Py_LIMITED_API >= 0x030d0000) || (!defined(Py_LIMITED_API) && PY_VERSION_HEX >= 0x030d0000) PyDict_GetItemStringRef(d, name, &cobj); #else cobj = PyDict_GetItemString(d, name); Py_XINCREF(cobj); #endif if (!cobj) { PyErr_Format(PyExc_ImportError, "%.200s does not export expected C %.8s %.200s", PyModule_GetName(module), what, name); goto bad; } if (!PyCapsule_IsValid(cobj, sig)) { PyErr_Format(PyExc_TypeError, "C %.8s %.200s.%.200s has wrong signature (expected %.500s, got %.500s)", what, PyModule_GetName(module), name, sig, PyCapsule_GetName(cobj)); goto bad; } *p = PyCapsule_GetPointer(cobj, sig); if (!(*p)) goto bad; Py_DECREF(d); Py_DECREF(cobj); return 0; bad: Py_XDECREF(d); Py_XDECREF(cobj); return -1; } #endif /* FunctionImport */ #ifndef __PYX_HAVE_RT_ImportFunction_3_2_2 #define __PYX_HAVE_RT_ImportFunction_3_2_2 static int __Pyx_ImportFunction_3_2_2(PyObject *module, const char *funcname, void (**f)(void), const char *sig) { union { void (*fp)(void); void *p; } tmp; int result = __Pyx_ImportFromPxd_3_2_2(module, funcname, &tmp.p, sig, "function"); if (result == 0) { *f = tmp.fp; } return result; } #endif /* HasAttr (used by ImportImpl) */ #if __PYX_LIMITED_VERSION_HEX < 0x030d0000 static CYTHON_INLINE int __Pyx_HasAttr(PyObject *o, PyObject *n) { PyObject *r; if (unlikely(!PyUnicode_Check(n))) { PyErr_SetString(PyExc_TypeError, "hasattr(): attribute name must be string"); return -1; } r = __Pyx_PyObject_GetAttrStrNoError(o, n); if (!r) { return (unlikely(PyErr_Occurred())) ? -1 : 0; } else { Py_DECREF(r); return 1; } } #endif /* PyObjectCallOneArg (used by ImportImpl) */ static CYTHON_INLINE PyObject* __Pyx_PyObject_CallOneArg(PyObject *func, PyObject *arg) { PyObject *args[2] = {NULL, arg}; return __Pyx_PyObject_FastCall(func, args+1, 1 | __Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET); } /* TupleAndListFromArray (used by ImportImpl) */ #if !CYTHON_COMPILING_IN_CPYTHON && CYTHON_METH_FASTCALL static CYTHON_INLINE PyObject * __Pyx_PyTuple_FromArray(PyObject *const *src, Py_ssize_t n) { PyObject *res; Py_ssize_t i; if (n <= 0) { return __Pyx_NewRef(__pyx_mstate_global->__pyx_empty_tuple); } res = PyTuple_New(n); if (unlikely(res == NULL)) return NULL; for (i = 0; i < n; i++) { if (unlikely(__Pyx_PyTuple_SET_ITEM(res, i, src[i]) < (0))) { Py_DECREF(res); return NULL; } Py_INCREF(src[i]); } return res; } #elif CYTHON_COMPILING_IN_CPYTHON static CYTHON_INLINE void __Pyx_copy_object_array(PyObject *const *CYTHON_RESTRICT src, PyObject** CYTHON_RESTRICT dest, Py_ssize_t length) { PyObject *v; Py_ssize_t i; for (i = 0; i < length; i++) { v = dest[i] = src[i]; Py_INCREF(v); } } static CYTHON_INLINE PyObject * __Pyx_PyTuple_FromArray(PyObject *const *src, Py_ssize_t n) { PyObject *res; if (n <= 0) { return __Pyx_NewRef(__pyx_mstate_global->__pyx_empty_tuple); } res = PyTuple_New(n); if (unlikely(res == NULL)) return NULL; __Pyx_copy_object_array(src, ((PyTupleObject*)res)->ob_item, n); return res; } static CYTHON_INLINE PyObject * __Pyx_PyList_FromArray(PyObject *const *src, Py_ssize_t n) { PyObject *res; if (n <= 0) { return PyList_New(0); } res = PyList_New(n); if (unlikely(res == NULL)) return NULL; __Pyx_copy_object_array(src, ((PyListObject*)res)->ob_item, n); return res; } #endif /* ImportImpl (used by Import) */ static int __Pyx__Import_GetModule(PyObject *qualname, PyObject **module) { PyObject *imported_module = PyImport_GetModule(qualname); if (unlikely(!imported_module)) { *module = NULL; if (PyErr_Occurred()) { return -1; } return 0; } *module = imported_module; return 1; } static int __Pyx__Import_Lookup(PyObject *qualname, PyObject *const *imported_names, Py_ssize_t len_imported_names, PyObject **module) { PyObject *imported_module; PyObject *top_level_package_name; Py_ssize_t i; int status, module_found; Py_ssize_t dot_index; module_found = __Pyx__Import_GetModule(qualname, &imported_module); if (unlikely(!module_found || module_found == -1)) { *module = NULL; return module_found; } if (imported_names) { for (i = 0; i < len_imported_names; i++) { PyObject *imported_name = imported_names[i]; #if __PYX_LIMITED_VERSION_HEX < 0x030d0000 int has_imported_attribute = PyObject_HasAttr(imported_module, imported_name); #else int has_imported_attribute = PyObject_HasAttrWithError(imported_module, imported_name); if (unlikely(has_imported_attribute == -1)) goto error; #endif if (!has_imported_attribute) { goto not_found; } } *module = imported_module; return 1; } dot_index = PyUnicode_FindChar(qualname, '.', 0, PY_SSIZE_T_MAX, 1); if (dot_index == -1) { *module = imported_module; return 1; } if (unlikely(dot_index == -2)) goto error; top_level_package_name = PyUnicode_Substring(qualname, 0, dot_index); if (unlikely(!top_level_package_name)) goto error; Py_DECREF(imported_module); status = __Pyx__Import_GetModule(top_level_package_name, module); Py_DECREF(top_level_package_name); return status; error: Py_DECREF(imported_module); *module = NULL; return -1; not_found: Py_DECREF(imported_module); *module = NULL; return 0; } static PyObject *__Pyx__Import(PyObject *name, PyObject *const *imported_names, Py_ssize_t len_imported_names, PyObject *qualname, PyObject *moddict, int level) { PyObject *module = 0; PyObject *empty_dict = 0; PyObject *from_list = 0; int module_found; if (!qualname) { qualname = name; } module_found = __Pyx__Import_Lookup(qualname, imported_names, len_imported_names, &module); if (likely(module_found == 1)) { return module; } else if (unlikely(module_found == -1)) { return NULL; } empty_dict = PyDict_New(); if (unlikely(!empty_dict)) goto bad; if (imported_names) { #if CYTHON_COMPILING_IN_CPYTHON from_list = __Pyx_PyList_FromArray(imported_names, len_imported_names); if (unlikely(!from_list)) goto bad; #else from_list = PyList_New(len_imported_names); if (unlikely(!from_list)) goto bad; for (Py_ssize_t i=0; i__pyx_d, level); } /* ImportFrom */ static PyObject* __Pyx_ImportFrom(PyObject* module, PyObject* name) { PyObject* value = __Pyx_PyObject_GetAttrStr(module, name); if (unlikely(!value) && PyErr_ExceptionMatches(PyExc_AttributeError)) { const char* module_name_str = 0; PyObject* module_name = 0; PyObject* module_dot = 0; PyObject* full_name = 0; PyErr_Clear(); module_name_str = PyModule_GetName(module); if (unlikely(!module_name_str)) { goto modbad; } module_name = PyUnicode_FromString(module_name_str); if (unlikely(!module_name)) { goto modbad; } module_dot = PyUnicode_Concat(module_name, __pyx_mstate_global->__pyx_kp_u_); if (unlikely(!module_dot)) { goto modbad; } full_name = PyUnicode_Concat(module_dot, name); if (unlikely(!full_name)) { goto modbad; } #if (CYTHON_COMPILING_IN_PYPY && PYPY_VERSION_NUM < 0x07030400) ||\ CYTHON_COMPILING_IN_GRAAL { PyObject *modules = PyImport_GetModuleDict(); if (unlikely(!modules)) goto modbad; value = PyObject_GetItem(modules, full_name); } #else value = PyImport_GetModule(full_name); #endif modbad: Py_XDECREF(full_name); Py_XDECREF(module_dot); Py_XDECREF(module_name); } if (unlikely(!value)) { PyErr_Format(PyExc_ImportError, "cannot import name %S", name); } return value; } /* 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; } /* 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 /* CIntFromPyVerify */ #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 size_t __Pyx_PyLong_As_size_t(PyObject *x) { #ifdef __Pyx_HAS_GCC_DIAGNOSTIC #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wconversion" #endif const size_t neg_one = (size_t) -1, const_zero = (size_t) 0; #ifdef __Pyx_HAS_GCC_DIAGNOSTIC #pragma GCC diagnostic pop #endif const int is_unsigned = neg_one > const_zero; if (unlikely(!PyLong_Check(x))) { size_t val; PyObject *tmp = __Pyx_PyNumber_Long(x); if (!tmp) return (size_t) -1; val = __Pyx_PyLong_As_size_t(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(size_t, __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(size_t) > 1 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 2 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]))) } else if ((8 * sizeof(size_t) >= 2 * PyLong_SHIFT)) { return (size_t) (((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])); } } break; case 3: if ((8 * sizeof(size_t) > 2 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 3 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]))) } else if ((8 * sizeof(size_t) >= 3 * PyLong_SHIFT)) { return (size_t) (((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0])); } } break; case 4: if ((8 * sizeof(size_t) > 3 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 4 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(size_t, 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(size_t) >= 4 * PyLong_SHIFT)) { return (size_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 #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 (size_t) -1; if (unlikely(result == 1)) goto raise_neg_overflow; } #endif if ((sizeof(size_t) <= sizeof(unsigned long))) { __PYX_VERIFY_RETURN_INT_EXC(size_t, unsigned long, PyLong_AsUnsignedLong(x)) } else if ((sizeof(size_t) <= sizeof(unsigned PY_LONG_LONG))) { __PYX_VERIFY_RETURN_INT_EXC(size_t, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x)) } } else { #if CYTHON_USE_PYLONG_INTERNALS if (__Pyx_PyLong_IsCompact(x)) { __PYX_VERIFY_RETURN_INT(size_t, __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(size_t) - 1 > 1 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 2 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(size_t, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]))) } else if ((8 * sizeof(size_t) - 1 > 2 * PyLong_SHIFT)) { return (size_t) (((size_t)-1)*(((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]))); } } break; case 2: if ((8 * sizeof(size_t) > 1 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 2 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]))) } else if ((8 * sizeof(size_t) - 1 > 2 * PyLong_SHIFT)) { return (size_t) ((((((size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]))); } } break; case -3: if ((8 * sizeof(size_t) - 1 > 2 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 3 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(size_t, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]))) } else if ((8 * sizeof(size_t) - 1 > 3 * PyLong_SHIFT)) { return (size_t) (((size_t)-1)*(((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]))); } } break; case 3: if ((8 * sizeof(size_t) > 2 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 3 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(size_t, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]))) } else if ((8 * sizeof(size_t) - 1 > 3 * PyLong_SHIFT)) { return (size_t) ((((((((size_t)digits[2]) << PyLong_SHIFT) | (size_t)digits[1]) << PyLong_SHIFT) | (size_t)digits[0]))); } } break; case -4: if ((8 * sizeof(size_t) - 1 > 3 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 4 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(size_t, 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(size_t) - 1 > 4 * PyLong_SHIFT)) { return (size_t) (((size_t)-1)*(((((((((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(size_t) > 3 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 4 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(size_t, 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(size_t) - 1 > 4 * PyLong_SHIFT)) { return (size_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 if ((sizeof(size_t) <= sizeof(long))) { __PYX_VERIFY_RETURN_INT_EXC(size_t, long, PyLong_AsLong(x)) } else if ((sizeof(size_t) <= sizeof(PY_LONG_LONG))) { __PYX_VERIFY_RETURN_INT_EXC(size_t, PY_LONG_LONG, PyLong_AsLongLong(x)) } } { size_t 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 (size_t) -1; assert(PyLong_CheckExact(v)); } { int result = PyObject_RichCompareBool(v, Py_False, Py_LT); if (unlikely(result < 0)) { Py_DECREF(v); return (size_t) -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 (size_t) -1; } else { stepval = v; } v = NULL; val = (size_t) 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(size_t) * 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 |= ((size_t) 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(size_t) * 8) - bits - (is_unsigned ? 0 : 1); if (unlikely(idigit >= (1L << remaining_bits))) goto raise_overflow; val |= ((size_t) idigit) << bits; } if (!is_unsigned) { if (unlikely(val & (((size_t) 1) << (sizeof(size_t) * 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 (size_t) -1; return val; } raise_overflow: PyErr_SetString(PyExc_OverflowError, "value too large to convert to size_t"); return (size_t) -1; raise_neg_overflow: PyErr_SetString(PyExc_OverflowError, "can't convert negative value to size_t"); return (size_t) -1; } /* 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__2); } goto done; } #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 } } /* 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>= 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(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 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 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 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 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 // 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 (; readmodule) { write->id = read->id; write->module = read->module; ++write; } } data->count = write - data->table; for (; writeid = 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; icount; ++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_boundid = (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 */