/* 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_profiler_api.h", "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/cuda_runtime.h", "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/cuda_runtime_api.h", "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/device_types.h", "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/driver_types.h", "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/library_types.h", "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/surface_types.h", "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/texture_types.h", "/host/home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include/vector_types.h" ], "extra_compile_args": [ "-std=c++14", "-fpermissive", "-Wno-deprecated-declarations", "-fno-var-tracking-assignments", "-O3" ], "include_dirs": [ "/opt/python/cp312-cp312/include", "/host//home/runner/_work/cuda-python/cuda-python/cuda_toolkit/include" ], "language": "c++", "libraries": [ "cudart_static", "rt" ], "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._bindings.cyruntime", "sources": [ "cuda/bindings/_bindings/cyruntime.pyx" ] }, "module_name": "cuda.bindings._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___bindings__cyruntime #define __PYX_HAVE_API__cuda__bindings___bindings__cyruntime /* Early includes */ #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 #include "cuda.h" #include "cudaProfiler.h" #include "cuda_runtime.h" #include "cuda_profiler_api.h" #define CUDA_API_PER_THREAD_DEFAULT_STREAM #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/_bindings/cyruntime.pyx", "cuda/bindings/_bindings/../_lib/cyruntime/cyruntime.pxi", }; /* #### 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/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; /* "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; /* #### Code section: complex_type_declarations ### */ /* #### Code section: type_declarations ### */ /*--- Type declarations ---*/ 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; 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_14cyruntime_ptds_cudaStreamAttrID; /* "cuda/bindings/cyruntime_types.pxi":1696 * ctypedef cudaLaunchAttributeID cudaStreamAttrID * * ctypedef cudaLaunchAttributeID cudaKernelNodeAttrID # <<<<<<<<<<<<<< * * ctypedef cudaLaunchAttributeValue cudaStreamAttrValue */ typedef enum cudaLaunchAttributeID __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrID; /* "cuda/bindings/cyruntime_types.pxi":1698 * ctypedef cudaLaunchAttributeID cudaKernelNodeAttrID * * ctypedef cudaLaunchAttributeValue cudaStreamAttrValue # <<<<<<<<<<<<<< * * ctypedef cudaLaunchAttributeValue cudaKernelNodeAttrValue */ typedef union cudaLaunchAttributeValue __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrValue; /* "cuda/bindings/cyruntime_types.pxi":1700 * ctypedef cudaLaunchAttributeValue cudaStreamAttrValue * * ctypedef cudaLaunchAttributeValue cudaKernelNodeAttrValue # <<<<<<<<<<<<<< */ typedef union cudaLaunchAttributeValue __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrValue; /* "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; /* #### 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) /* 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 (used by PyObjectVectorCallKwBuilder) */ #define __Pyx_PyObject_FastCall(func, args, nargs) __Pyx_PyObject_FastCallDict(func, args, (size_t)(nargs), NULL) static CYTHON_INLINE PyObject* __Pyx_PyObject_FastCallDict(PyObject *func, PyObject * const*args, size_t nargs, PyObject *kwargs); /* PyObjectVectorCallKwBuilder.proto */ 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 /* ErrOccurredWithGIL.proto */ static CYTHON_INLINE int __Pyx_ErrOccurredWithGIL(void); /* 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); /* 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 /* CIntToPy.proto */ static CYTHON_INLINE PyObject* __Pyx_PyLong_From_unsigned_int(unsigned int value); /* CIntFromPy.proto */ static CYTHON_INLINE unsigned int __Pyx_PyLong_As_unsigned_int(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 /* 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.cyruntime" */ /* Module declarations from "cuda.bindings.cydriver" */ /* Module declarations from "cuda.bindings._bindings.cydriver" */ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsEGLRegisterImage)(CUgraphicsResource *, __pyx_t_4cuda_8bindings_8cydriver_EGLImageKHR, unsigned int); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerConnect)(__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, __pyx_t_4cuda_8bindings_8cydriver_EGLStreamKHR); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerConnectWithFlags)(__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, __pyx_t_4cuda_8bindings_8cydriver_EGLStreamKHR, unsigned int); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerDisconnect)(__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerAcquireFrame)(__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, CUgraphicsResource *, CUstream *, unsigned int); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerReleaseFrame)(__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, CUgraphicsResource, CUstream *); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamProducerConnect)(__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, __pyx_t_4cuda_8bindings_8cydriver_EGLStreamKHR, __pyx_t_4cuda_8bindings_8cydriver_EGLint, __pyx_t_4cuda_8bindings_8cydriver_EGLint); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamProducerDisconnect)(__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamProducerPresentFrame)(__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame, CUstream *); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamProducerReturnFrame)(__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame *, CUstream *); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsResourceGetMappedEglFrame)(__pyx_t_4cuda_8bindings_8cydriver_CUeglFrame *, CUgraphicsResource, unsigned int, unsigned int); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEventCreateFromEGLSync)(CUevent *, __pyx_t_4cuda_8bindings_8cydriver_EGLSyncKHR, unsigned int); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsGLRegisterBuffer)(CUgraphicsResource *, __pyx_t_4cuda_8bindings_8cydriver_GLuint, unsigned int); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsGLRegisterImage)(CUgraphicsResource *, __pyx_t_4cuda_8bindings_8cydriver_GLuint, __pyx_t_4cuda_8bindings_8cydriver_GLenum, unsigned int); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGLGetDevices_v2)(unsigned int *, CUdevice *, unsigned int, __pyx_t_4cuda_8bindings_8cydriver_CUGLDeviceList); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuVDPAUGetDevice)(CUdevice *, __pyx_t_4cuda_8bindings_8cydriver_VdpDevice, __pyx_t_4cuda_8bindings_8cydriver_VdpGetProcAddress *); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsVDPAURegisterVideoSurface)(CUgraphicsResource *, __pyx_t_4cuda_8bindings_8cydriver_VdpVideoSurface, unsigned int); /*proto*/ static CUresult (*__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsVDPAURegisterOutputSurface)(CUgraphicsResource *, __pyx_t_4cuda_8bindings_8cydriver_VdpOutputSurface, unsigned int); /*proto*/ /* Module declarations from "cuda.bindings._bindings.cyruntime_ptds" */ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceReset)(void); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSynchronize)(void); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetLimit)(enum cudaLimit, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetLimit)(size_t *, enum cudaLimit); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetTexture1DLinearMaxWidth)(size_t *, struct cudaChannelFormatDesc const *, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetCacheConfig)(enum cudaFuncCache *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetStreamPriorityRange)(int *, int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetCacheConfig)(enum cudaFuncCache); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetByPCIBusId)(int *, char const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetPCIBusId)(char *, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcGetEventHandle)(cudaIpcEventHandle_t *, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcOpenEventHandle)(cudaEvent_t *, cudaIpcEventHandle_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcGetMemHandle)(cudaIpcMemHandle_t *, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcOpenMemHandle)(void **, cudaIpcMemHandle_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcCloseMemHandle)(void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceFlushGPUDirectRDMAWrites)(enum cudaFlushGPUDirectRDMAWritesTarget, enum cudaFlushGPUDirectRDMAWritesScope); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceRegisterAsyncNotification)(int, cudaAsyncCallback, void *, cudaAsyncCallbackHandle_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceUnregisterAsyncNotification)(int, cudaAsyncCallbackHandle_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetSharedMemConfig)(enum cudaSharedMemConfig *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetSharedMemConfig)(enum cudaSharedMemConfig); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetLastError)(void); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaPeekAtLastError)(void); /*proto*/ static char const *(*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetErrorName)(cudaError_t); /*proto*/ static char const *(*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetErrorString)(cudaError_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceCount)(int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceProperties)(struct cudaDeviceProp *, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetAttribute)(int *, enum cudaDeviceAttr, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetHostAtomicCapabilities)(unsigned int *, enum cudaAtomicOperation const *, unsigned int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetDefaultMemPool)(cudaMemPool_t *, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetMemPool)(int, cudaMemPool_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetMemPool)(cudaMemPool_t *, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetNvSciSyncAttributes)(void *, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetP2PAttribute)(int *, enum cudaDeviceP2PAttr, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetP2PAtomicCapabilities)(unsigned int *, enum cudaAtomicOperation const *, unsigned int, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaChooseDevice)(int *, struct cudaDeviceProp const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaInitDevice)(int, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSetDevice)(int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDevice)(int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSetDeviceFlags)(unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceFlags)(unsigned int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreate)(cudaStream_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreateWithFlags)(cudaStream_t *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreateWithPriority)(cudaStream_t *, unsigned int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetPriority)(cudaStream_t, int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetFlags)(cudaStream_t, unsigned int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetId)(cudaStream_t, unsigned PY_LONG_LONG *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetDevice)(cudaStream_t, int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCtxResetPersistingL2Cache)(void); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCopyAttributes)(cudaStream_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetAttribute)(cudaStream_t, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrID, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrValue *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamSetAttribute)(cudaStream_t, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrID, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrValue const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamDestroy)(cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamWaitEvent)(cudaStream_t, cudaEvent_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamAddCallback)(cudaStream_t, cudaStreamCallback_t, void *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamSynchronize)(cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamQuery)(cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamAttachMemAsync)(cudaStream_t, void *, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamBeginCapture)(cudaStream_t, enum cudaStreamCaptureMode); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamBeginCaptureToGraph)(cudaStream_t, cudaGraph_t, cudaGraphNode_t const *, cudaGraphEdgeData const *, size_t, enum cudaStreamCaptureMode); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaThreadExchangeStreamCaptureMode)(enum cudaStreamCaptureMode *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamEndCapture)(cudaStream_t, cudaGraph_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamIsCapturing)(cudaStream_t, enum cudaStreamCaptureStatus *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_14cyruntime_ptds__cudaStreamUpdateCaptureDependencies)(cudaStream_t, cudaGraphNode_t *, cudaGraphEdgeData const *, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventCreate)(cudaEvent_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventCreateWithFlags)(cudaEvent_t *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventRecord)(cudaEvent_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventRecordWithFlags)(cudaEvent_t, cudaStream_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventQuery)(cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventSynchronize)(cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventDestroy)(cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventElapsedTime)(float *, cudaEvent_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaImportExternalMemory)(cudaExternalMemory_t *, struct cudaExternalMemoryHandleDesc const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExternalMemoryGetMappedBuffer)(void **, cudaExternalMemory_t, struct cudaExternalMemoryBufferDesc const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExternalMemoryGetMappedMipmappedArray)(cudaMipmappedArray_t *, cudaExternalMemory_t, struct cudaExternalMemoryMipmappedArrayDesc const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyExternalMemory)(cudaExternalMemory_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaImportExternalSemaphore)(cudaExternalSemaphore_t *, struct cudaExternalSemaphoreHandleDesc const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSignalExternalSemaphoresAsync)(cudaExternalSemaphore_t const *, struct cudaExternalSemaphoreSignalParams const *, unsigned int, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaWaitExternalSemaphoresAsync)(cudaExternalSemaphore_t const *, struct cudaExternalSemaphoreWaitParams const *, unsigned int, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyExternalSemaphore)(cudaExternalSemaphore_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetCacheConfig)(void const *, enum cudaFuncCache); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncGetAttributes)(struct cudaFuncAttributes *, void const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetAttribute)(void const *, enum cudaFuncAttribute, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLaunchHostFunc)(cudaStream_t, cudaHostFn_t, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetSharedMemConfig)(void const *, enum cudaSharedMemConfig); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyMaxActiveBlocksPerMultiprocessor)(int *, void const *, int, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyAvailableDynamicSMemPerBlock)(size_t *, void const *, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags)(int *, void const *, int, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocManaged)(void **, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc)(void **, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocHost)(void **, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocPitch)(void **, size_t *, size_t, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocArray)(cudaArray_t *, struct cudaChannelFormatDesc const *, size_t, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFree)(void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeHost)(void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeArray)(cudaArray_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeMipmappedArray)(cudaMipmappedArray_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostAlloc)(void **, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostRegister)(void *, size_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostUnregister)(void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostGetDevicePointer)(void **, void *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostGetFlags)(unsigned int *, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc3D)(struct cudaPitchedPtr *, struct cudaExtent); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc3DArray)(cudaArray_t *, struct cudaChannelFormatDesc const *, struct cudaExtent, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocMipmappedArray)(cudaMipmappedArray_t *, struct cudaChannelFormatDesc const *, struct cudaExtent, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetMipmappedArrayLevel)(cudaArray_t *, cudaMipmappedArray_const_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3D)(struct cudaMemcpy3DParms const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DPeer)(struct cudaMemcpy3DPeerParms const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DAsync)(struct cudaMemcpy3DParms const *, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DPeerAsync)(struct cudaMemcpy3DPeerParms const *, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetInfo)(size_t *, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetInfo)(struct cudaChannelFormatDesc *, struct cudaExtent *, unsigned int *, cudaArray_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetPlane)(cudaArray_t *, cudaArray_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetMemoryRequirements)(struct cudaArrayMemoryRequirements *, cudaArray_t, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMipmappedArrayGetMemoryRequirements)(struct cudaArrayMemoryRequirements *, cudaMipmappedArray_t, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetSparseProperties)(struct cudaArraySparseProperties *, cudaArray_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMipmappedArrayGetSparseProperties)(struct cudaArraySparseProperties *, cudaMipmappedArray_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy)(void *, void const *, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyPeer)(void *, int, void const *, int, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2D)(void *, size_t, void const *, size_t, size_t, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_14cyruntime_ptds__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_14cyruntime_ptds__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_14cyruntime_ptds__cudaMemcpyAsync)(void *, void const *, size_t, enum cudaMemcpyKind, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyPeerAsync)(void *, int, void const *, int, size_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_14cyruntime_ptds__cudaMemcpy3DBatchAsync)(size_t, struct cudaMemcpy3DBatchOp *, unsigned PY_LONG_LONG, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_14cyruntime_ptds__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_14cyruntime_ptds__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_14cyruntime_ptds__cudaMemset)(void *, int, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset2D)(void *, size_t, int, size_t, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset3D)(struct cudaPitchedPtr, int, struct cudaExtent); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemsetAsync)(void *, int, size_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset2DAsync)(void *, size_t, int, size_t, size_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset3DAsync)(struct cudaPitchedPtr, int, struct cudaExtent, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPrefetchAsync)(void const *, size_t, struct cudaMemLocation, unsigned int, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_14cyruntime_ptds__cudaMemDiscardBatchAsync)(void **, size_t *, size_t, unsigned PY_LONG_LONG, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_14cyruntime_ptds__cudaMemAdvise)(void const *, size_t, enum cudaMemoryAdvise, struct cudaMemLocation); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemRangeGetAttribute)(void *, size_t, enum cudaMemRangeAttribute, void const *, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemRangeGetAttributes)(void **, size_t *, enum cudaMemRangeAttribute *, size_t, void const *, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyToArray)(cudaArray_t, size_t, size_t, void const *, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyFromArray)(void *, cudaArray_const_t, size_t, size_t, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_14cyruntime_ptds__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_14cyruntime_ptds__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_14cyruntime_ptds__cudaMallocAsync)(void **, size_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeAsync)(void *, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolTrimTo)(cudaMemPool_t, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolSetAttribute)(cudaMemPool_t, enum cudaMemPoolAttr, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolGetAttribute)(cudaMemPool_t, enum cudaMemPoolAttr, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolSetAccess)(cudaMemPool_t, struct cudaMemAccessDesc const *, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolGetAccess)(enum cudaMemAccessFlags *, cudaMemPool_t, struct cudaMemLocation *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolCreate)(cudaMemPool_t *, struct cudaMemPoolProps const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolDestroy)(cudaMemPool_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetDefaultMemPool)(cudaMemPool_t *, struct cudaMemLocation *, enum cudaMemAllocationType); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetMemPool)(cudaMemPool_t *, struct cudaMemLocation *, enum cudaMemAllocationType); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemSetMemPool)(struct cudaMemLocation *, enum cudaMemAllocationType, cudaMemPool_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocFromPoolAsync)(void **, size_t, cudaMemPool_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolExportToShareableHandle)(void *, cudaMemPool_t, enum cudaMemAllocationHandleType, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolImportFromShareableHandle)(cudaMemPool_t *, void *, enum cudaMemAllocationHandleType, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolExportPointer)(struct cudaMemPoolPtrExportData *, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolImportPointer)(void **, cudaMemPool_t, struct cudaMemPoolPtrExportData *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaPointerGetAttributes)(struct cudaPointerAttributes *, void const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceCanAccessPeer)(int *, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceEnablePeerAccess)(int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceDisablePeerAccess)(int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsUnregisterResource)(cudaGraphicsResource_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceSetMapFlags)(cudaGraphicsResource_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsMapResources)(int, cudaGraphicsResource_t *, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsUnmapResources)(int, cudaGraphicsResource_t *, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceGetMappedPointer)(void **, size_t *, cudaGraphicsResource_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsSubResourceGetMappedArray)(cudaArray_t *, cudaGraphicsResource_t, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceGetMappedMipmappedArray)(cudaMipmappedArray_t *, cudaGraphicsResource_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetChannelDesc)(struct cudaChannelFormatDesc *, cudaArray_const_t); /*proto*/ static struct cudaChannelFormatDesc (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateChannelDesc)(int, int, int, int, enum cudaChannelFormatKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateTextureObject)(cudaTextureObject_t *, struct cudaResourceDesc const *, struct cudaTextureDesc const *, struct cudaResourceViewDesc const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyTextureObject)(cudaTextureObject_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectResourceDesc)(struct cudaResourceDesc *, cudaTextureObject_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectTextureDesc)(struct cudaTextureDesc *, cudaTextureObject_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectResourceViewDesc)(struct cudaResourceViewDesc *, cudaTextureObject_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateSurfaceObject)(cudaSurfaceObject_t *, struct cudaResourceDesc const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroySurfaceObject)(cudaSurfaceObject_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetSurfaceObjectResourceDesc)(struct cudaResourceDesc *, cudaSurfaceObject_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDriverGetVersion)(int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaRuntimeGetVersion)(int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsRegisterCallback)(cudaLogsCallback_t, void *, cudaLogsCallbackHandle *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsUnregisterCallback)(cudaLogsCallbackHandle); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsCurrent)(cudaLogIterator *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsDumpToFile)(cudaLogIterator *, char const *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsDumpToMemory)(cudaLogIterator *, char *, size_t *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphCreate)(cudaGraph_t *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddKernelNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaKernelNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeGetParams)(cudaGraphNode_t, struct cudaKernelNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeSetParams)(cudaGraphNode_t, struct cudaKernelNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeCopyAttributes)(cudaGraphNode_t, cudaGraphNode_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeGetAttribute)(cudaGraphNode_t, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrID, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrValue *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeSetAttribute)(cudaGraphNode_t, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrID, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrValue const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemcpyNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaMemcpy3DParms const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_14cyruntime_ptds__cudaGraphMemcpyNodeGetParams)(cudaGraphNode_t, struct cudaMemcpy3DParms *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeSetParams)(cudaGraphNode_t, struct cudaMemcpy3DParms const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeSetParams1D)(cudaGraphNode_t, void *, void const *, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemsetNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaMemsetParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemsetNodeGetParams)(cudaGraphNode_t, struct cudaMemsetParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemsetNodeSetParams)(cudaGraphNode_t, struct cudaMemsetParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddHostNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaHostNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphHostNodeGetParams)(cudaGraphNode_t, struct cudaHostNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphHostNodeSetParams)(cudaGraphNode_t, struct cudaHostNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddChildGraphNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, cudaGraph_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphChildGraphNodeGetGraph)(cudaGraphNode_t, cudaGraph_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEmptyNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEventRecordNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventRecordNodeGetEvent)(cudaGraphNode_t, cudaEvent_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventRecordNodeSetEvent)(cudaGraphNode_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEventWaitNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventWaitNodeGetEvent)(cudaGraphNode_t, cudaEvent_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventWaitNodeSetEvent)(cudaGraphNode_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddExternalSemaphoresSignalNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaExternalSemaphoreSignalNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresSignalNodeGetParams)(cudaGraphNode_t, struct cudaExternalSemaphoreSignalNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresSignalNodeSetParams)(cudaGraphNode_t, struct cudaExternalSemaphoreSignalNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddExternalSemaphoresWaitNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaExternalSemaphoreWaitNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresWaitNodeGetParams)(cudaGraphNode_t, struct cudaExternalSemaphoreWaitNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresWaitNodeSetParams)(cudaGraphNode_t, struct cudaExternalSemaphoreWaitNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemAllocNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, struct cudaMemAllocNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemAllocNodeGetParams)(cudaGraphNode_t, struct cudaMemAllocNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemFreeNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, size_t, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemFreeNodeGetParams)(cudaGraphNode_t, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGraphMemTrim)(int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetGraphMemAttribute)(int, enum cudaGraphMemAttributeType, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetGraphMemAttribute)(int, enum cudaGraphMemAttributeType, void *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphClone)(cudaGraph_t *, cudaGraph_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeFindInClone)(cudaGraphNode_t *, cudaGraphNode_t, cudaGraph_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetType)(cudaGraphNode_t, enum cudaGraphNodeType *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetContainingGraph)(cudaGraphNode_t, cudaGraph_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetLocalId)(cudaGraphNode_t, unsigned int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetToolsId)(cudaGraphNode_t, unsigned PY_LONG_LONG *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetId)(cudaGraph_t, unsigned int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecGetId)(cudaGraphExec_t, unsigned int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetNodes)(cudaGraph_t, cudaGraphNode_t *, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetRootNodes)(cudaGraph_t, cudaGraphNode_t *, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetEdges)(cudaGraph_t, cudaGraphNode_t *, cudaGraphNode_t *, cudaGraphEdgeData *, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetDependencies)(cudaGraphNode_t, cudaGraphNode_t *, cudaGraphEdgeData *, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetDependentNodes)(cudaGraphNode_t, cudaGraphNode_t *, cudaGraphEdgeData *, size_t *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddDependencies)(cudaGraph_t, cudaGraphNode_t const *, cudaGraphNode_t const *, cudaGraphEdgeData const *, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphRemoveDependencies)(cudaGraph_t, cudaGraphNode_t const *, cudaGraphNode_t const *, cudaGraphEdgeData const *, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDestroyNode)(cudaGraphNode_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiate)(cudaGraphExec_t *, cudaGraph_t, unsigned PY_LONG_LONG); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiateWithFlags)(cudaGraphExec_t *, cudaGraph_t, unsigned PY_LONG_LONG); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiateWithParams)(cudaGraphExec_t *, cudaGraph_t, cudaGraphInstantiateParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecGetFlags)(cudaGraphExec_t, unsigned PY_LONG_LONG *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecKernelNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaKernelNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemcpyNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaMemcpy3DParms const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemcpyNodeSetParams1D)(cudaGraphExec_t, cudaGraphNode_t, void *, void const *, size_t, enum cudaMemcpyKind); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemsetNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaMemsetParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecHostNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaHostNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecChildGraphNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, cudaGraph_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecEventRecordNodeSetEvent)(cudaGraphExec_t, cudaGraphNode_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecEventWaitNodeSetEvent)(cudaGraphExec_t, cudaGraphNode_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecExternalSemaphoresSignalNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaExternalSemaphoreSignalNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecExternalSemaphoresWaitNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaExternalSemaphoreWaitNodeParams const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeSetEnabled)(cudaGraphExec_t, cudaGraphNode_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetEnabled)(cudaGraphExec_t, cudaGraphNode_t, unsigned int *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecUpdate)(cudaGraphExec_t, cudaGraph_t, cudaGraphExecUpdateResultInfo *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphUpload)(cudaGraphExec_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphLaunch)(cudaGraphExec_t, cudaStream_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecDestroy)(cudaGraphExec_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDestroy)(cudaGraph_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDebugDotPrint)(cudaGraph_t, char const *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectCreate)(cudaUserObject_t *, void *, cudaHostFn_t, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectRetain)(cudaUserObject_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectRelease)(cudaUserObject_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphRetainUserObject)(cudaGraph_t, cudaUserObject_t, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphReleaseUserObject)(cudaGraph_t, cudaUserObject_t, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddNode)(cudaGraphNode_t *, cudaGraph_t, cudaGraphNode_t const *, cudaGraphEdgeData const *, size_t, struct cudaGraphNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeSetParams)(cudaGraphNode_t, struct cudaGraphNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecNodeSetParams)(cudaGraphExec_t, cudaGraphNode_t, struct cudaGraphNodeParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphConditionalHandleCreate)(cudaGraphConditionalHandle *, cudaGraph_t, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphConditionalHandleCreate_v2)(cudaGraphConditionalHandle *, cudaGraph_t, cudaExecutionContext_t, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDriverEntryPoint)(char const *, void **, unsigned PY_LONG_LONG, enum cudaDriverEntryPointQueryResult *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDriverEntryPointByVersion)(char const *, void **, unsigned int, unsigned PY_LONG_LONG, enum cudaDriverEntryPointQueryResult *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_14cyruntime_ptds__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_14cyruntime_ptds__cudaLibraryUnload)(cudaLibrary_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetKernel)(cudaKernel_t *, cudaLibrary_t, char const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetGlobal)(void **, size_t *, cudaLibrary_t, char const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetManaged)(void **, size_t *, cudaLibrary_t, char const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetUnifiedFunction)(void **, cudaLibrary_t, char const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetKernelCount)(unsigned int *, cudaLibrary_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryEnumerateKernels)(cudaKernel_t *, unsigned int, cudaLibrary_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaKernelSetAttributeForDevice)(cudaKernel_t, enum cudaFuncAttribute, int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetDevResource)(int, cudaDevResource *, enum cudaDevResourceType); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevSmResourceSplitByCount)(cudaDevResource *, unsigned int *, cudaDevResource const *, cudaDevResource *, unsigned int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevSmResourceSplit)(cudaDevResource *, unsigned int, cudaDevResource const *, cudaDevResource *, unsigned int, cudaDevSmResourceGroupParams *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevResourceGenerateDesc)(cudaDevResourceDesc_t *, cudaDevResource *, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGreenCtxCreate)(cudaExecutionContext_t *, cudaDevResourceDesc_t, int, unsigned int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxDestroy)(cudaExecutionContext_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetDevResource)(cudaExecutionContext_t, cudaDevResource *, enum cudaDevResourceType); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetDevice)(int *, cudaExecutionContext_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetId)(cudaExecutionContext_t, unsigned PY_LONG_LONG *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxStreamCreate)(cudaStream_t *, cudaExecutionContext_t, unsigned int, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxSynchronize)(cudaExecutionContext_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetDevResource)(cudaStream_t, cudaDevResource *, enum cudaDevResourceType); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxRecordEvent)(cudaExecutionContext_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxWaitEvent)(cudaExecutionContext_t, cudaEvent_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetExecutionCtx)(cudaExecutionContext_t *, int); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetExportTable)(void const **, cudaUUID_t const *); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetKernel)(cudaKernel_t *, void const *); /*proto*/ static struct cudaPitchedPtr (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaPitchedPtr)(void *, size_t, size_t, size_t); /*proto*/ static struct cudaPos (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaPos)(size_t, size_t, size_t); /*proto*/ static struct cudaExtent (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaExtent)(size_t, size_t, size_t); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaProfilerStart)(void); /*proto*/ static cudaError_t (*__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaProfilerStop)(void); /*proto*/ /* Module declarations from "cython" */ /* Module declarations from "libc.string" */ /* Module declarations from "cuda.bindings._bindings.cyruntime" */ static int __pyx_v_4cuda_8bindings_9_bindings_9cyruntime___cudaPythonInit; static int __pyx_v_4cuda_8bindings_9_bindings_9cyruntime___usePTDS; static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getDriverEglFrame(__pyx_t_4cuda_8bindings_8cydriver_CUeglFrame *, __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame); /*proto*/ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getRuntimeEglFrame(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame *, __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame); /*proto*/ static int __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaPythonInit(void); /*proto*/ static CYTHON_INLINE int __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(void); /*proto*/ static int __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(struct cudaChannelFormatDesc const *, int, int, int, int, int); /*proto*/ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getDescInfo(struct cudaChannelFormatDesc const *, int *, CUarray_format *); /*proto*/ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getChannelFormatDescFromDriverDesc(struct cudaChannelFormatDesc *, size_t *, size_t *, size_t *, CUDA_ARRAY3D_DESCRIPTOR_v2 const *); /*proto*/ /* #### Code section: typeinfo ### */ /* #### Code section: before_global_var ### */ #define __Pyx_MODULE_NAME "cuda.bindings._bindings.cyruntime" extern int __pyx_module_is_main_cuda__bindings___bindings__cyruntime; int __pyx_module_is_main_cuda__bindings___bindings__cyruntime = 0; /* Implementation of "cuda.bindings._bindings.cyruntime" */ /* #### Code section: global_var ### */ /* #### Code section: string_decls ### */ /* #### Code section: decls ### */ /* #### Code section: late_includes ### */ /* #### Code section: module_state ### */ /* SmallCodeConfig */ #ifndef CYTHON_SMALL_CODE #if defined(__clang__) #define CYTHON_SMALL_CODE #elif defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)) #define CYTHON_SMALL_CODE __attribute__((cold)) #else #define CYTHON_SMALL_CODE #endif #endif typedef struct { PyObject *__pyx_d; PyObject *__pyx_b; PyObject *__pyx_cython_runtime; PyObject *__pyx_empty_tuple; PyObject *__pyx_empty_bytes; PyObject *__pyx_empty_unicode; PyObject *__pyx_string_tab[16]; /* #### Code section: module_state_contents ### */ /* CodeObjectCache.module_state_decls */ struct __Pyx_CodeObjectCache __pyx_code_cache; /* #### Code section: module_state_end ### */ } __pyx_mstatetype; #if CYTHON_USE_MODULE_STATE #ifdef __cplusplus namespace { extern struct PyModuleDef __pyx_moduledef; } /* anonymous namespace */ #else static struct PyModuleDef __pyx_moduledef; #endif #define __pyx_mstate_global (__Pyx_PyModule_GetState(__Pyx_State_FindModule(&__pyx_moduledef))) #define __pyx_m (__Pyx_State_FindModule(&__pyx_moduledef)) #else static __pyx_mstatetype __pyx_mstate_global_static = #ifdef __cplusplus {}; #else {0}; #endif static __pyx_mstatetype * const __pyx_mstate_global = &__pyx_mstate_global_static; #endif /* #### Code section: constant_name_defines ### */ #define __pyx_kp_u_ __pyx_string_tab[0] #define __pyx_n_u_CUDA_PYTHON_CUDA_PER_THREAD_DEFA __pyx_string_tab[1] #define __pyx_n_u_cline_in_traceback __pyx_string_tab[2] #define __pyx_n_u_default __pyx_string_tab[3] #define __pyx_n_u_getenv __pyx_string_tab[4] #define __pyx_n_u_main __pyx_string_tab[5] #define __pyx_n_u_module __pyx_string_tab[6] #define __pyx_n_u_name __pyx_string_tab[7] #define __pyx_n_u_os __pyx_string_tab[8] #define __pyx_n_u_pyx_capi __pyx_string_tab[9] #define __pyx_n_u_qualname __pyx_string_tab[10] #define __pyx_n_u_setdefault __pyx_string_tab[11] #define __pyx_n_u_test __pyx_string_tab[12] #define __pyx_kp_b_CUresult_CUdevice___pyx_t_4cuda __pyx_string_tab[13] #define __pyx_kp_b_char_const_cudaError_t_cudaError __pyx_string_tab[14] #define __pyx_kp_b_char_const_cudaError_t_cudaError_2 __pyx_string_tab[15] /* #### 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<16; ++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<16; ++i) { __Pyx_VISIT_CONST(traverse_module_state->__pyx_string_tab[i]); } /* #### Code section: module_state_traverse_contents ### */ /* #### Code section: module_state_traverse_end ### */ return 0; } #endif /* #### Code section: module_code ### */ /* "cuda/bindings/_bindings/cyruntime.pyx":13 * cdef bint __cudaPythonInit = False * cdef bint __usePTDS = False * cdef int _cudaPythonInit() except -1 nogil: # <<<<<<<<<<<<<< * global __cudaPythonInit * global __usePTDS */ static int __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaPythonInit(void) { int __pyx_r; __Pyx_RefNannyDeclarations PyObject *__pyx_t_1 = NULL; PyObject *__pyx_t_2 = NULL; PyObject *__pyx_t_3 = NULL; PyObject *__pyx_t_4 = NULL; size_t __pyx_t_5; int __pyx_t_6; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; __Pyx_RefNannySetupContext("_cudaPythonInit", 1); /* "cuda/bindings/_bindings/cyruntime.pyx":17 * global __usePTDS * * with gil: # <<<<<<<<<<<<<< * __usePTDS = os.getenv('CUDA_PYTHON_CUDA_PER_THREAD_DEFAULT_STREAM', default=False) * __cudaPythonInit = True */ { PyGILState_STATE __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); /*try:*/ { /* "cuda/bindings/_bindings/cyruntime.pyx":18 * * with gil: * __usePTDS = os.getenv('CUDA_PYTHON_CUDA_PER_THREAD_DEFAULT_STREAM', default=False) # <<<<<<<<<<<<<< * __cudaPythonInit = True * return __usePTDS */ __pyx_t_2 = NULL; __Pyx_GetModuleGlobalName(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_os); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 18, __pyx_L4_error) __Pyx_GOTREF(__pyx_t_3); __pyx_t_4 = __Pyx_PyObject_GetAttrStr(__pyx_t_3, __pyx_mstate_global->__pyx_n_u_getenv); if (unlikely(!__pyx_t_4)) __PYX_ERR(0, 18, __pyx_L4_error) __Pyx_GOTREF(__pyx_t_4); __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; __pyx_t_5 = 1; #if CYTHON_UNPACK_METHODS if (unlikely(PyMethod_Check(__pyx_t_4))) { __pyx_t_2 = PyMethod_GET_SELF(__pyx_t_4); assert(__pyx_t_2); PyObject* __pyx__function = PyMethod_GET_FUNCTION(__pyx_t_4); __Pyx_INCREF(__pyx_t_2); __Pyx_INCREF(__pyx__function); __Pyx_DECREF_SET(__pyx_t_4, __pyx__function); __pyx_t_5 = 0; } #endif { PyObject *__pyx_callargs[2 + ((CYTHON_VECTORCALL) ? 1 : 0)] = {__pyx_t_2, __pyx_mstate_global->__pyx_n_u_CUDA_PYTHON_CUDA_PER_THREAD_DEFA}; __pyx_t_3 = __Pyx_MakeVectorcallBuilderKwds(1); if (unlikely(!__pyx_t_3)) __PYX_ERR(0, 18, __pyx_L4_error) __Pyx_GOTREF(__pyx_t_3); if (__Pyx_VectorcallBuilder_AddArg(__pyx_mstate_global->__pyx_n_u_default, Py_False, __pyx_t_3, __pyx_callargs+2, 0) < (0)) __PYX_ERR(0, 18, __pyx_L4_error) __pyx_t_1 = __Pyx_Object_Vectorcall_CallFromBuilder((PyObject*)__pyx_t_4, __pyx_callargs+__pyx_t_5, (2-__pyx_t_5) | (__pyx_t_5*__Pyx_PY_VECTORCALL_ARGUMENTS_OFFSET), __pyx_t_3); __Pyx_XDECREF(__pyx_t_2); __pyx_t_2 = 0; __Pyx_DECREF(__pyx_t_3); __pyx_t_3 = 0; __Pyx_DECREF(__pyx_t_4); __pyx_t_4 = 0; if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 18, __pyx_L4_error) __Pyx_GOTREF(__pyx_t_1); } __pyx_t_6 = __Pyx_PyObject_IsTrue(__pyx_t_1); if (unlikely((__pyx_t_6 == (int)-1) && PyErr_Occurred())) __PYX_ERR(0, 18, __pyx_L4_error) __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; __pyx_v_4cuda_8bindings_9_bindings_9cyruntime___usePTDS = __pyx_t_6; } /* "cuda/bindings/_bindings/cyruntime.pyx":17 * global __usePTDS * * with gil: # <<<<<<<<<<<<<< * __usePTDS = os.getenv('CUDA_PYTHON_CUDA_PER_THREAD_DEFAULT_STREAM', default=False) * __cudaPythonInit = True */ /*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/_bindings/cyruntime.pyx":19 * with gil: * __usePTDS = os.getenv('CUDA_PYTHON_CUDA_PER_THREAD_DEFAULT_STREAM', default=False) * __cudaPythonInit = True # <<<<<<<<<<<<<< * return __usePTDS * */ __pyx_v_4cuda_8bindings_9_bindings_9cyruntime___cudaPythonInit = 1; /* "cuda/bindings/_bindings/cyruntime.pyx":20 * __usePTDS = os.getenv('CUDA_PYTHON_CUDA_PER_THREAD_DEFAULT_STREAM', default=False) * __cudaPythonInit = True * return __usePTDS # <<<<<<<<<<<<<< * * # Create a very small function to check whether we are init'ed, so the C */ __pyx_r = __pyx_v_4cuda_8bindings_9_bindings_9cyruntime___usePTDS; goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":13 * cdef bint __cudaPythonInit = False * cdef bint __usePTDS = False * cdef int _cudaPythonInit() except -1 nogil: # <<<<<<<<<<<<<< * global __cudaPythonInit * global __usePTDS */ /* 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_4); __Pyx_AddTraceback("cuda.bindings._bindings.cyruntime._cudaPythonInit", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = -1; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; __Pyx_RefNannyFinishContextNogil() return __pyx_r; } /* "cuda/bindings/_bindings/cyruntime.pyx":24 * # Create a very small function to check whether we are init'ed, so the C * # compiler can inline it. * cdef inline int cudaPythonInit() except -1 nogil: # <<<<<<<<<<<<<< * if __cudaPythonInit: * return __usePTDS */ static CYTHON_INLINE int __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(void) { int __pyx_r; int __pyx_t_1; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":25 * # compiler can inline it. * cdef inline int cudaPythonInit() except -1 nogil: * if __cudaPythonInit: # <<<<<<<<<<<<<< * return __usePTDS * return _cudaPythonInit() */ if (__pyx_v_4cuda_8bindings_9_bindings_9cyruntime___cudaPythonInit) { /* "cuda/bindings/_bindings/cyruntime.pyx":26 * cdef inline int cudaPythonInit() except -1 nogil: * if __cudaPythonInit: * return __usePTDS # <<<<<<<<<<<<<< * return _cudaPythonInit() * */ __pyx_r = __pyx_v_4cuda_8bindings_9_bindings_9cyruntime___usePTDS; goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":25 * # compiler can inline it. * cdef inline int cudaPythonInit() except -1 nogil: * if __cudaPythonInit: # <<<<<<<<<<<<<< * return __usePTDS * return _cudaPythonInit() */ } /* "cuda/bindings/_bindings/cyruntime.pyx":27 * if __cudaPythonInit: * return __usePTDS * return _cudaPythonInit() # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceReset() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 27, __pyx_L1_error) __pyx_r = __pyx_t_1; goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":24 * # Create a very small function to check whether we are init'ed, so the C * # compiler can inline it. * cdef inline int cudaPythonInit() except -1 nogil: # <<<<<<<<<<<<<< * if __cudaPythonInit: * return __usePTDS */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._bindings.cyruntime.cudaPythonInit", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = -1; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/_bindings/cyruntime.pyx":29 * return _cudaPythonInit() * * cdef cudaError_t _cudaDeviceReset() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceReset(void) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":30 * * cdef cudaError_t _cudaDeviceReset() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceReset() */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 30, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":31 * cdef cudaError_t _cudaDeviceReset() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceReset() * return cudaDeviceReset() */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":32 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceReset() # <<<<<<<<<<<<<< * return cudaDeviceReset() * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceReset(); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 32, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":31 * cdef cudaError_t _cudaDeviceReset() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceReset() * return cudaDeviceReset() */ } /* "cuda/bindings/_bindings/cyruntime.pyx":33 * if usePTDS: * return ptds._cudaDeviceReset() * return cudaDeviceReset() # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceReset(); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":29 * return _cudaPythonInit() * * cdef cudaError_t _cudaDeviceReset() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":35 * return cudaDeviceReset() * * cdef cudaError_t _cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSynchronize(void) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":36 * * cdef cudaError_t _cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceSynchronize() */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 36, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":37 * cdef cudaError_t _cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceSynchronize() * return cudaDeviceSynchronize() */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":38 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceSynchronize() # <<<<<<<<<<<<<< * return cudaDeviceSynchronize() * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSynchronize(); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 38, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":37 * cdef cudaError_t _cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceSynchronize() * return cudaDeviceSynchronize() */ } /* "cuda/bindings/_bindings/cyruntime.pyx":39 * if usePTDS: * return ptds._cudaDeviceSynchronize() * return cudaDeviceSynchronize() # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceSynchronize(); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":35 * return cudaDeviceReset() * * cdef cudaError_t _cudaDeviceSynchronize() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":41 * return cudaDeviceSynchronize() * * cdef cudaError_t _cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetLimit(enum cudaLimit __pyx_v_limit, size_t __pyx_v_value) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":42 * * cdef cudaError_t _cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceSetLimit(limit, value) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 42, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":43 * cdef cudaError_t _cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceSetLimit(limit, value) * return cudaDeviceSetLimit(limit, value) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":44 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceSetLimit(limit, value) # <<<<<<<<<<<<<< * return cudaDeviceSetLimit(limit, value) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetLimit(((enum cudaLimit)__pyx_v_limit), __pyx_v_value); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 44, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":43 * cdef cudaError_t _cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceSetLimit(limit, value) * return cudaDeviceSetLimit(limit, value) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":45 * if usePTDS: * return ptds._cudaDeviceSetLimit(limit, value) * return cudaDeviceSetLimit(limit, value) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceSetLimit(__pyx_v_limit, __pyx_v_value); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":41 * return cudaDeviceSynchronize() * * cdef cudaError_t _cudaDeviceSetLimit(cudaLimit limit, size_t value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":47 * return cudaDeviceSetLimit(limit, value) * * cdef cudaError_t _cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetLimit(size_t *__pyx_v_pValue, enum cudaLimit __pyx_v_limit) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":48 * * cdef cudaError_t _cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetLimit(pValue, limit) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 48, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":49 * cdef cudaError_t _cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetLimit(pValue, limit) * return cudaDeviceGetLimit(pValue, limit) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":50 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetLimit(pValue, limit) # <<<<<<<<<<<<<< * return cudaDeviceGetLimit(pValue, limit) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetLimit(__pyx_v_pValue, ((enum cudaLimit)__pyx_v_limit)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 50, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":49 * cdef cudaError_t _cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetLimit(pValue, limit) * return cudaDeviceGetLimit(pValue, limit) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":51 * if usePTDS: * return ptds._cudaDeviceGetLimit(pValue, limit) * return cudaDeviceGetLimit(pValue, limit) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetLimit(__pyx_v_pValue, __pyx_v_limit); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":47 * return cudaDeviceSetLimit(limit, value) * * cdef cudaError_t _cudaDeviceGetLimit(size_t* pValue, cudaLimit limit) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":53 * return cudaDeviceGetLimit(pValue, limit) * * cdef cudaError_t _cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetTexture1DLinearMaxWidth(size_t *__pyx_v_maxWidthInElements, struct cudaChannelFormatDesc const *__pyx_v_fmtDesc, int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":54 * * cdef cudaError_t _cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 54, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":55 * cdef cudaError_t _cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) * return cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":56 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) # <<<<<<<<<<<<<< * return cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetTexture1DLinearMaxWidth(__pyx_v_maxWidthInElements, __pyx_v_fmtDesc, __pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 56, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":55 * cdef cudaError_t _cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) * return cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":57 * if usePTDS: * return ptds._cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) * return cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetTexture1DLinearMaxWidth(__pyx_v_maxWidthInElements, __pyx_v_fmtDesc, __pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":53 * return cudaDeviceGetLimit(pValue, limit) * * cdef cudaError_t _cudaDeviceGetTexture1DLinearMaxWidth(size_t* maxWidthInElements, const cudaChannelFormatDesc* fmtDesc, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":59 * return cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) * * cdef cudaError_t _cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetCacheConfig(enum cudaFuncCache *__pyx_v_pCacheConfig) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":60 * * cdef cudaError_t _cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetCacheConfig(pCacheConfig) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 60, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":61 * cdef cudaError_t _cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetCacheConfig(pCacheConfig) * return cudaDeviceGetCacheConfig(pCacheConfig) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":62 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetCacheConfig(pCacheConfig) # <<<<<<<<<<<<<< * return cudaDeviceGetCacheConfig(pCacheConfig) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetCacheConfig(((enum cudaFuncCache *)__pyx_v_pCacheConfig)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 62, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":61 * cdef cudaError_t _cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetCacheConfig(pCacheConfig) * return cudaDeviceGetCacheConfig(pCacheConfig) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":63 * if usePTDS: * return ptds._cudaDeviceGetCacheConfig(pCacheConfig) * return cudaDeviceGetCacheConfig(pCacheConfig) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetCacheConfig(__pyx_v_pCacheConfig); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":59 * return cudaDeviceGetTexture1DLinearMaxWidth(maxWidthInElements, fmtDesc, device) * * cdef cudaError_t _cudaDeviceGetCacheConfig(cudaFuncCache* pCacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":65 * return cudaDeviceGetCacheConfig(pCacheConfig) * * cdef cudaError_t _cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetStreamPriorityRange(int *__pyx_v_leastPriority, int *__pyx_v_greatestPriority) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":66 * * cdef cudaError_t _cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 66, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":67 * cdef cudaError_t _cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) * return cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":68 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) # <<<<<<<<<<<<<< * return cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetStreamPriorityRange(__pyx_v_leastPriority, __pyx_v_greatestPriority); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 68, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":67 * cdef cudaError_t _cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) * return cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":69 * if usePTDS: * return ptds._cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) * return cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetStreamPriorityRange(__pyx_v_leastPriority, __pyx_v_greatestPriority); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":65 * return cudaDeviceGetCacheConfig(pCacheConfig) * * cdef cudaError_t _cudaDeviceGetStreamPriorityRange(int* leastPriority, int* greatestPriority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":71 * return cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) * * cdef cudaError_t _cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetCacheConfig(enum cudaFuncCache __pyx_v_cacheConfig) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":72 * * cdef cudaError_t _cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceSetCacheConfig(cacheConfig) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 72, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":73 * cdef cudaError_t _cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceSetCacheConfig(cacheConfig) * return cudaDeviceSetCacheConfig(cacheConfig) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":74 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceSetCacheConfig(cacheConfig) # <<<<<<<<<<<<<< * return cudaDeviceSetCacheConfig(cacheConfig) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetCacheConfig(((enum cudaFuncCache)__pyx_v_cacheConfig)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 74, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":73 * cdef cudaError_t _cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceSetCacheConfig(cacheConfig) * return cudaDeviceSetCacheConfig(cacheConfig) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":75 * if usePTDS: * return ptds._cudaDeviceSetCacheConfig(cacheConfig) * return cudaDeviceSetCacheConfig(cacheConfig) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceSetCacheConfig(__pyx_v_cacheConfig); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":71 * return cudaDeviceGetStreamPriorityRange(leastPriority, greatestPriority) * * cdef cudaError_t _cudaDeviceSetCacheConfig(cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":77 * return cudaDeviceSetCacheConfig(cacheConfig) * * cdef cudaError_t _cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetByPCIBusId(int *__pyx_v_device, char const *__pyx_v_pciBusId) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":78 * * cdef cudaError_t _cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetByPCIBusId(device, pciBusId) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 78, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":79 * cdef cudaError_t _cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetByPCIBusId(device, pciBusId) * return cudaDeviceGetByPCIBusId(device, pciBusId) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":80 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetByPCIBusId(device, pciBusId) # <<<<<<<<<<<<<< * return cudaDeviceGetByPCIBusId(device, pciBusId) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetByPCIBusId(__pyx_v_device, __pyx_v_pciBusId); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 80, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":79 * cdef cudaError_t _cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetByPCIBusId(device, pciBusId) * return cudaDeviceGetByPCIBusId(device, pciBusId) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":81 * if usePTDS: * return ptds._cudaDeviceGetByPCIBusId(device, pciBusId) * return cudaDeviceGetByPCIBusId(device, pciBusId) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetByPCIBusId(__pyx_v_device, __pyx_v_pciBusId); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":77 * return cudaDeviceSetCacheConfig(cacheConfig) * * cdef cudaError_t _cudaDeviceGetByPCIBusId(int* device, const char* pciBusId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":83 * return cudaDeviceGetByPCIBusId(device, pciBusId) * * cdef cudaError_t _cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetPCIBusId(char *__pyx_v_pciBusId, int __pyx_v_length, int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":84 * * cdef cudaError_t _cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetPCIBusId(pciBusId, length, device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 84, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":85 * cdef cudaError_t _cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetPCIBusId(pciBusId, length, device) * return cudaDeviceGetPCIBusId(pciBusId, length, device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":86 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetPCIBusId(pciBusId, length, device) # <<<<<<<<<<<<<< * return cudaDeviceGetPCIBusId(pciBusId, length, device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetPCIBusId(__pyx_v_pciBusId, __pyx_v_length, __pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 86, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":85 * cdef cudaError_t _cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetPCIBusId(pciBusId, length, device) * return cudaDeviceGetPCIBusId(pciBusId, length, device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":87 * if usePTDS: * return ptds._cudaDeviceGetPCIBusId(pciBusId, length, device) * return cudaDeviceGetPCIBusId(pciBusId, length, device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetPCIBusId(__pyx_v_pciBusId, __pyx_v_length, __pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":83 * return cudaDeviceGetByPCIBusId(device, pciBusId) * * cdef cudaError_t _cudaDeviceGetPCIBusId(char* pciBusId, int length, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":89 * return cudaDeviceGetPCIBusId(pciBusId, length, device) * * cdef cudaError_t _cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcGetEventHandle(cudaIpcEventHandle_t *__pyx_v_handle, cudaEvent_t __pyx_v_event) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":90 * * cdef cudaError_t _cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaIpcGetEventHandle(handle, event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 90, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":91 * cdef cudaError_t _cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaIpcGetEventHandle(handle, event) * return cudaIpcGetEventHandle(handle, event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":92 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaIpcGetEventHandle(handle, event) # <<<<<<<<<<<<<< * return cudaIpcGetEventHandle(handle, event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcGetEventHandle(__pyx_v_handle, __pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 92, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":91 * cdef cudaError_t _cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaIpcGetEventHandle(handle, event) * return cudaIpcGetEventHandle(handle, event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":93 * if usePTDS: * return ptds._cudaIpcGetEventHandle(handle, event) * return cudaIpcGetEventHandle(handle, event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaIpcGetEventHandle(__pyx_v_handle, __pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":89 * return cudaDeviceGetPCIBusId(pciBusId, length, device) * * cdef cudaError_t _cudaIpcGetEventHandle(cudaIpcEventHandle_t* handle, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":95 * return cudaIpcGetEventHandle(handle, event) * * cdef cudaError_t _cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcOpenEventHandle(cudaEvent_t *__pyx_v_event, cudaIpcEventHandle_t __pyx_v_handle) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":96 * * cdef cudaError_t _cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaIpcOpenEventHandle(event, handle) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 96, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":97 * cdef cudaError_t _cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaIpcOpenEventHandle(event, handle) * return cudaIpcOpenEventHandle(event, handle) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":98 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaIpcOpenEventHandle(event, handle) # <<<<<<<<<<<<<< * return cudaIpcOpenEventHandle(event, handle) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcOpenEventHandle(__pyx_v_event, __pyx_v_handle); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 98, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":97 * cdef cudaError_t _cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaIpcOpenEventHandle(event, handle) * return cudaIpcOpenEventHandle(event, handle) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":99 * if usePTDS: * return ptds._cudaIpcOpenEventHandle(event, handle) * return cudaIpcOpenEventHandle(event, handle) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaIpcOpenEventHandle(__pyx_v_event, __pyx_v_handle); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":95 * return cudaIpcGetEventHandle(handle, event) * * cdef cudaError_t _cudaIpcOpenEventHandle(cudaEvent_t* event, cudaIpcEventHandle_t handle) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":101 * return cudaIpcOpenEventHandle(event, handle) * * cdef cudaError_t _cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcGetMemHandle(cudaIpcMemHandle_t *__pyx_v_handle, void *__pyx_v_devPtr) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":102 * * cdef cudaError_t _cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaIpcGetMemHandle(handle, devPtr) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 102, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":103 * cdef cudaError_t _cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaIpcGetMemHandle(handle, devPtr) * return cudaIpcGetMemHandle(handle, devPtr) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":104 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaIpcGetMemHandle(handle, devPtr) # <<<<<<<<<<<<<< * return cudaIpcGetMemHandle(handle, devPtr) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcGetMemHandle(__pyx_v_handle, __pyx_v_devPtr); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 104, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":103 * cdef cudaError_t _cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaIpcGetMemHandle(handle, devPtr) * return cudaIpcGetMemHandle(handle, devPtr) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":105 * if usePTDS: * return ptds._cudaIpcGetMemHandle(handle, devPtr) * return cudaIpcGetMemHandle(handle, devPtr) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaIpcGetMemHandle(__pyx_v_handle, __pyx_v_devPtr); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":101 * return cudaIpcOpenEventHandle(event, handle) * * cdef cudaError_t _cudaIpcGetMemHandle(cudaIpcMemHandle_t* handle, void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":107 * return cudaIpcGetMemHandle(handle, devPtr) * * cdef cudaError_t _cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcOpenMemHandle(void **__pyx_v_devPtr, cudaIpcMemHandle_t __pyx_v_handle, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":108 * * cdef cudaError_t _cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaIpcOpenMemHandle(devPtr, handle, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 108, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":109 * cdef cudaError_t _cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaIpcOpenMemHandle(devPtr, handle, flags) * return cudaIpcOpenMemHandle(devPtr, handle, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":110 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaIpcOpenMemHandle(devPtr, handle, flags) # <<<<<<<<<<<<<< * return cudaIpcOpenMemHandle(devPtr, handle, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcOpenMemHandle(__pyx_v_devPtr, __pyx_v_handle, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 110, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":109 * cdef cudaError_t _cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaIpcOpenMemHandle(devPtr, handle, flags) * return cudaIpcOpenMemHandle(devPtr, handle, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":111 * if usePTDS: * return ptds._cudaIpcOpenMemHandle(devPtr, handle, flags) * return cudaIpcOpenMemHandle(devPtr, handle, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaIpcOpenMemHandle(__pyx_v_devPtr, __pyx_v_handle, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":107 * return cudaIpcGetMemHandle(handle, devPtr) * * cdef cudaError_t _cudaIpcOpenMemHandle(void** devPtr, cudaIpcMemHandle_t handle, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":113 * return cudaIpcOpenMemHandle(devPtr, handle, flags) * * cdef cudaError_t _cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaIpcCloseMemHandle(void *__pyx_v_devPtr) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":114 * * cdef cudaError_t _cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaIpcCloseMemHandle(devPtr) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 114, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":115 * cdef cudaError_t _cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaIpcCloseMemHandle(devPtr) * return cudaIpcCloseMemHandle(devPtr) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":116 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaIpcCloseMemHandle(devPtr) # <<<<<<<<<<<<<< * return cudaIpcCloseMemHandle(devPtr) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcCloseMemHandle(__pyx_v_devPtr); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 116, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":115 * cdef cudaError_t _cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaIpcCloseMemHandle(devPtr) * return cudaIpcCloseMemHandle(devPtr) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":117 * if usePTDS: * return ptds._cudaIpcCloseMemHandle(devPtr) * return cudaIpcCloseMemHandle(devPtr) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaIpcCloseMemHandle(__pyx_v_devPtr); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":113 * return cudaIpcOpenMemHandle(devPtr, handle, flags) * * cdef cudaError_t _cudaIpcCloseMemHandle(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":119 * return cudaIpcCloseMemHandle(devPtr) * * cdef cudaError_t _cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceFlushGPUDirectRDMAWrites(enum cudaFlushGPUDirectRDMAWritesTarget __pyx_v_target, enum cudaFlushGPUDirectRDMAWritesScope __pyx_v_scope) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":120 * * cdef cudaError_t _cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceFlushGPUDirectRDMAWrites(target, scope) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 120, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":121 * cdef cudaError_t _cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceFlushGPUDirectRDMAWrites(target, scope) * return cudaDeviceFlushGPUDirectRDMAWrites(target, scope) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":122 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceFlushGPUDirectRDMAWrites(target, scope) # <<<<<<<<<<<<<< * return cudaDeviceFlushGPUDirectRDMAWrites(target, scope) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceFlushGPUDirectRDMAWrites(((enum cudaFlushGPUDirectRDMAWritesTarget)__pyx_v_target), ((enum cudaFlushGPUDirectRDMAWritesScope)__pyx_v_scope)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 122, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":121 * cdef cudaError_t _cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceFlushGPUDirectRDMAWrites(target, scope) * return cudaDeviceFlushGPUDirectRDMAWrites(target, scope) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":123 * if usePTDS: * return ptds._cudaDeviceFlushGPUDirectRDMAWrites(target, scope) * return cudaDeviceFlushGPUDirectRDMAWrites(target, scope) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceFlushGPUDirectRDMAWrites(__pyx_v_target, __pyx_v_scope); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":119 * return cudaIpcCloseMemHandle(devPtr) * * cdef cudaError_t _cudaDeviceFlushGPUDirectRDMAWrites(cudaFlushGPUDirectRDMAWritesTarget target, cudaFlushGPUDirectRDMAWritesScope scope) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":125 * return cudaDeviceFlushGPUDirectRDMAWrites(target, scope) * * cdef cudaError_t _cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceRegisterAsyncNotification(int __pyx_v_device, cudaAsyncCallback __pyx_v_callbackFunc, void *__pyx_v_userData, cudaAsyncCallbackHandle_t *__pyx_v_callback) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":126 * * cdef cudaError_t _cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 126, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":127 * cdef cudaError_t _cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) * return cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":128 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) # <<<<<<<<<<<<<< * return cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceRegisterAsyncNotification(__pyx_v_device, __pyx_v_callbackFunc, __pyx_v_userData, __pyx_v_callback); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 128, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":127 * cdef cudaError_t _cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) * return cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":129 * if usePTDS: * return ptds._cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) * return cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceRegisterAsyncNotification(__pyx_v_device, __pyx_v_callbackFunc, __pyx_v_userData, __pyx_v_callback); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":125 * return cudaDeviceFlushGPUDirectRDMAWrites(target, scope) * * cdef cudaError_t _cudaDeviceRegisterAsyncNotification(int device, cudaAsyncCallback callbackFunc, void* userData, cudaAsyncCallbackHandle_t* callback) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":131 * return cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) * * cdef cudaError_t _cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceUnregisterAsyncNotification(int __pyx_v_device, cudaAsyncCallbackHandle_t __pyx_v_callback) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":132 * * cdef cudaError_t _cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceUnregisterAsyncNotification(device, callback) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 132, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":133 * cdef cudaError_t _cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceUnregisterAsyncNotification(device, callback) * return cudaDeviceUnregisterAsyncNotification(device, callback) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":134 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceUnregisterAsyncNotification(device, callback) # <<<<<<<<<<<<<< * return cudaDeviceUnregisterAsyncNotification(device, callback) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceUnregisterAsyncNotification(__pyx_v_device, __pyx_v_callback); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 134, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":133 * cdef cudaError_t _cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceUnregisterAsyncNotification(device, callback) * return cudaDeviceUnregisterAsyncNotification(device, callback) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":135 * if usePTDS: * return ptds._cudaDeviceUnregisterAsyncNotification(device, callback) * return cudaDeviceUnregisterAsyncNotification(device, callback) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceUnregisterAsyncNotification(__pyx_v_device, __pyx_v_callback); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":131 * return cudaDeviceRegisterAsyncNotification(device, callbackFunc, userData, callback) * * cdef cudaError_t _cudaDeviceUnregisterAsyncNotification(int device, cudaAsyncCallbackHandle_t callback) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":137 * return cudaDeviceUnregisterAsyncNotification(device, callback) * * cdef cudaError_t _cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetSharedMemConfig(enum cudaSharedMemConfig *__pyx_v_pConfig) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":138 * * cdef cudaError_t _cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetSharedMemConfig(pConfig) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 138, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":139 * cdef cudaError_t _cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetSharedMemConfig(pConfig) * return cudaDeviceGetSharedMemConfig(pConfig) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":140 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetSharedMemConfig(pConfig) # <<<<<<<<<<<<<< * return cudaDeviceGetSharedMemConfig(pConfig) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetSharedMemConfig(((enum cudaSharedMemConfig *)__pyx_v_pConfig)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 140, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":139 * cdef cudaError_t _cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetSharedMemConfig(pConfig) * return cudaDeviceGetSharedMemConfig(pConfig) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":141 * if usePTDS: * return ptds._cudaDeviceGetSharedMemConfig(pConfig) * return cudaDeviceGetSharedMemConfig(pConfig) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetSharedMemConfig(__pyx_v_pConfig); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":137 * return cudaDeviceUnregisterAsyncNotification(device, callback) * * cdef cudaError_t _cudaDeviceGetSharedMemConfig(cudaSharedMemConfig* pConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":143 * return cudaDeviceGetSharedMemConfig(pConfig) * * cdef cudaError_t _cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetSharedMemConfig(enum cudaSharedMemConfig __pyx_v_config) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":144 * * cdef cudaError_t _cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceSetSharedMemConfig(config) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 144, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":145 * cdef cudaError_t _cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceSetSharedMemConfig(config) * return cudaDeviceSetSharedMemConfig(config) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":146 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceSetSharedMemConfig(config) # <<<<<<<<<<<<<< * return cudaDeviceSetSharedMemConfig(config) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetSharedMemConfig(((enum cudaSharedMemConfig)__pyx_v_config)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 146, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":145 * cdef cudaError_t _cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceSetSharedMemConfig(config) * return cudaDeviceSetSharedMemConfig(config) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":147 * if usePTDS: * return ptds._cudaDeviceSetSharedMemConfig(config) * return cudaDeviceSetSharedMemConfig(config) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceSetSharedMemConfig(__pyx_v_config); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":143 * return cudaDeviceGetSharedMemConfig(pConfig) * * cdef cudaError_t _cudaDeviceSetSharedMemConfig(cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":149 * return cudaDeviceSetSharedMemConfig(config) * * cdef cudaError_t _cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetLastError(void) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":150 * * cdef cudaError_t _cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetLastError() */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 150, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":151 * cdef cudaError_t _cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetLastError() * return cudaGetLastError() */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":152 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetLastError() # <<<<<<<<<<<<<< * return cudaGetLastError() * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetLastError(); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 152, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":151 * cdef cudaError_t _cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetLastError() * return cudaGetLastError() */ } /* "cuda/bindings/_bindings/cyruntime.pyx":153 * if usePTDS: * return ptds._cudaGetLastError() * return cudaGetLastError() # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetLastError(); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":149 * return cudaDeviceSetSharedMemConfig(config) * * cdef cudaError_t _cudaGetLastError() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":155 * return cudaGetLastError() * * cdef cudaError_t _cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaPeekAtLastError(void) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":156 * * cdef cudaError_t _cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaPeekAtLastError() */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 156, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":157 * cdef cudaError_t _cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaPeekAtLastError() * return cudaPeekAtLastError() */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":158 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaPeekAtLastError() # <<<<<<<<<<<<<< * return cudaPeekAtLastError() * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaPeekAtLastError(); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 158, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":157 * cdef cudaError_t _cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaPeekAtLastError() * return cudaPeekAtLastError() */ } /* "cuda/bindings/_bindings/cyruntime.pyx":159 * if usePTDS: * return ptds._cudaPeekAtLastError() * return cudaPeekAtLastError() # <<<<<<<<<<<<<< * * cdef const char* _cudaGetErrorName(cudaError_t error) except ?NULL nogil: */ __pyx_r = cudaPeekAtLastError(); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":155 * return cudaGetLastError() * * cdef cudaError_t _cudaPeekAtLastError() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":161 * return cudaPeekAtLastError() * * cdef const char* _cudaGetErrorName(cudaError_t error) except ?NULL nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static char const *__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetErrorName(cudaError_t __pyx_v_error) { int __pyx_v_usePTDS; char const *__pyx_r; int __pyx_t_1; char const *__pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":162 * * cdef const char* _cudaGetErrorName(cudaError_t error) except ?NULL nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetErrorName(error) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 162, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":163 * cdef const char* _cudaGetErrorName(cudaError_t error) except ?NULL nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetErrorName(error) * return cudaGetErrorName(error) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":164 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetErrorName(error) # <<<<<<<<<<<<<< * return cudaGetErrorName(error) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetErrorName(((cudaError_t)__pyx_v_error)); if (unlikely(__pyx_t_2 == ((void *)NULL) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 164, __pyx_L1_error) __pyx_r = __pyx_t_2; goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":163 * cdef const char* _cudaGetErrorName(cudaError_t error) except ?NULL nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetErrorName(error) * return cudaGetErrorName(error) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":165 * if usePTDS: * return ptds._cudaGetErrorName(error) * return cudaGetErrorName(error) # <<<<<<<<<<<<<< * * cdef const char* _cudaGetErrorString(cudaError_t error) except ?NULL nogil: */ __pyx_r = cudaGetErrorName(__pyx_v_error); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":161 * return cudaPeekAtLastError() * * cdef const char* _cudaGetErrorName(cudaError_t error) except ?NULL nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":167 * return cudaGetErrorName(error) * * cdef const char* _cudaGetErrorString(cudaError_t error) except ?NULL nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static char const *__pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetErrorString(cudaError_t __pyx_v_error) { int __pyx_v_usePTDS; char const *__pyx_r; int __pyx_t_1; char const *__pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":168 * * cdef const char* _cudaGetErrorString(cudaError_t error) except ?NULL nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetErrorString(error) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 168, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":169 * cdef const char* _cudaGetErrorString(cudaError_t error) except ?NULL nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetErrorString(error) * return cudaGetErrorString(error) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":170 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetErrorString(error) # <<<<<<<<<<<<<< * return cudaGetErrorString(error) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetErrorString(((cudaError_t)__pyx_v_error)); if (unlikely(__pyx_t_2 == ((void *)NULL) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 170, __pyx_L1_error) __pyx_r = __pyx_t_2; goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":169 * cdef const char* _cudaGetErrorString(cudaError_t error) except ?NULL nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetErrorString(error) * return cudaGetErrorString(error) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":171 * if usePTDS: * return ptds._cudaGetErrorString(error) * return cudaGetErrorString(error) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetErrorString(__pyx_v_error); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":167 * return cudaGetErrorName(error) * * cdef const char* _cudaGetErrorString(cudaError_t error) except ?NULL nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":173 * return cudaGetErrorString(error) * * cdef cudaError_t _cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDeviceCount(int *__pyx_v_count) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":174 * * cdef cudaError_t _cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetDeviceCount(count) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 174, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":175 * cdef cudaError_t _cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetDeviceCount(count) * return cudaGetDeviceCount(count) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":176 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetDeviceCount(count) # <<<<<<<<<<<<<< * return cudaGetDeviceCount(count) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceCount(__pyx_v_count); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 176, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":175 * cdef cudaError_t _cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetDeviceCount(count) * return cudaGetDeviceCount(count) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":177 * if usePTDS: * return ptds._cudaGetDeviceCount(count) * return cudaGetDeviceCount(count) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetDeviceCount(__pyx_v_count); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":173 * return cudaGetErrorString(error) * * cdef cudaError_t _cudaGetDeviceCount(int* count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":179 * return cudaGetDeviceCount(count) * * cdef cudaError_t _cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDeviceProperties(struct cudaDeviceProp *__pyx_v_prop, int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":180 * * cdef cudaError_t _cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetDeviceProperties(prop, device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 180, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":181 * cdef cudaError_t _cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetDeviceProperties(prop, device) * return cudaGetDeviceProperties(prop, device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":182 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetDeviceProperties(prop, device) # <<<<<<<<<<<<<< * return cudaGetDeviceProperties(prop, device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceProperties(__pyx_v_prop, __pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 182, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":181 * cdef cudaError_t _cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetDeviceProperties(prop, device) * return cudaGetDeviceProperties(prop, device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":183 * if usePTDS: * return ptds._cudaGetDeviceProperties(prop, device) * return cudaGetDeviceProperties(prop, device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetDeviceProperties(__pyx_v_prop, __pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":179 * return cudaGetDeviceCount(count) * * cdef cudaError_t _cudaGetDeviceProperties(cudaDeviceProp* prop, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":185 * return cudaGetDeviceProperties(prop, device) * * cdef cudaError_t _cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetAttribute(int *__pyx_v_value, enum cudaDeviceAttr __pyx_v_attr, int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":186 * * cdef cudaError_t _cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetAttribute(value, attr, device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 186, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":187 * cdef cudaError_t _cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetAttribute(value, attr, device) * return cudaDeviceGetAttribute(value, attr, device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":188 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetAttribute(value, attr, device) # <<<<<<<<<<<<<< * return cudaDeviceGetAttribute(value, attr, device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetAttribute(__pyx_v_value, ((enum cudaDeviceAttr)__pyx_v_attr), __pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 188, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":187 * cdef cudaError_t _cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetAttribute(value, attr, device) * return cudaDeviceGetAttribute(value, attr, device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":189 * if usePTDS: * return ptds._cudaDeviceGetAttribute(value, attr, device) * return cudaDeviceGetAttribute(value, attr, device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetAttribute(__pyx_v_value, __pyx_v_attr, __pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":185 * return cudaGetDeviceProperties(prop, device) * * cdef cudaError_t _cudaDeviceGetAttribute(int* value, cudaDeviceAttr attr, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":191 * return cudaDeviceGetAttribute(value, attr, device) * * cdef cudaError_t _cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetHostAtomicCapabilities(unsigned int *__pyx_v_capabilities, enum cudaAtomicOperation const *__pyx_v_operations, unsigned int __pyx_v_count, int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":192 * * cdef cudaError_t _cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 192, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":193 * cdef cudaError_t _cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) * return cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":194 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) # <<<<<<<<<<<<<< * return cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetHostAtomicCapabilities(__pyx_v_capabilities, ((enum cudaAtomicOperation const *)__pyx_v_operations), __pyx_v_count, __pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 194, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":193 * cdef cudaError_t _cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) * return cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":195 * if usePTDS: * return ptds._cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) * return cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetHostAtomicCapabilities(__pyx_v_capabilities, __pyx_v_operations, __pyx_v_count, __pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":191 * return cudaDeviceGetAttribute(value, attr, device) * * cdef cudaError_t _cudaDeviceGetHostAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":197 * return cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) * * cdef cudaError_t _cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetDefaultMemPool(cudaMemPool_t *__pyx_v_memPool, int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":198 * * cdef cudaError_t _cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetDefaultMemPool(memPool, device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 198, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":199 * cdef cudaError_t _cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetDefaultMemPool(memPool, device) * return cudaDeviceGetDefaultMemPool(memPool, device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":200 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetDefaultMemPool(memPool, device) # <<<<<<<<<<<<<< * return cudaDeviceGetDefaultMemPool(memPool, device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetDefaultMemPool(__pyx_v_memPool, __pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 200, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":199 * cdef cudaError_t _cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetDefaultMemPool(memPool, device) * return cudaDeviceGetDefaultMemPool(memPool, device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":201 * if usePTDS: * return ptds._cudaDeviceGetDefaultMemPool(memPool, device) * return cudaDeviceGetDefaultMemPool(memPool, device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetDefaultMemPool(__pyx_v_memPool, __pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":197 * return cudaDeviceGetHostAtomicCapabilities(capabilities, operations, count, device) * * cdef cudaError_t _cudaDeviceGetDefaultMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":203 * return cudaDeviceGetDefaultMemPool(memPool, device) * * cdef cudaError_t _cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetMemPool(int __pyx_v_device, cudaMemPool_t __pyx_v_memPool) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":204 * * cdef cudaError_t _cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceSetMemPool(device, memPool) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 204, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":205 * cdef cudaError_t _cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceSetMemPool(device, memPool) * return cudaDeviceSetMemPool(device, memPool) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":206 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceSetMemPool(device, memPool) # <<<<<<<<<<<<<< * return cudaDeviceSetMemPool(device, memPool) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetMemPool(__pyx_v_device, __pyx_v_memPool); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 206, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":205 * cdef cudaError_t _cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceSetMemPool(device, memPool) * return cudaDeviceSetMemPool(device, memPool) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":207 * if usePTDS: * return ptds._cudaDeviceSetMemPool(device, memPool) * return cudaDeviceSetMemPool(device, memPool) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceSetMemPool(__pyx_v_device, __pyx_v_memPool); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":203 * return cudaDeviceGetDefaultMemPool(memPool, device) * * cdef cudaError_t _cudaDeviceSetMemPool(int device, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":209 * return cudaDeviceSetMemPool(device, memPool) * * cdef cudaError_t _cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetMemPool(cudaMemPool_t *__pyx_v_memPool, int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":210 * * cdef cudaError_t _cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetMemPool(memPool, device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 210, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":211 * cdef cudaError_t _cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetMemPool(memPool, device) * return cudaDeviceGetMemPool(memPool, device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":212 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetMemPool(memPool, device) # <<<<<<<<<<<<<< * return cudaDeviceGetMemPool(memPool, device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetMemPool(__pyx_v_memPool, __pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 212, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":211 * cdef cudaError_t _cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetMemPool(memPool, device) * return cudaDeviceGetMemPool(memPool, device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":213 * if usePTDS: * return ptds._cudaDeviceGetMemPool(memPool, device) * return cudaDeviceGetMemPool(memPool, device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetMemPool(__pyx_v_memPool, __pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":209 * return cudaDeviceSetMemPool(device, memPool) * * cdef cudaError_t _cudaDeviceGetMemPool(cudaMemPool_t* memPool, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":215 * return cudaDeviceGetMemPool(memPool, device) * * cdef cudaError_t _cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetNvSciSyncAttributes(void *__pyx_v_nvSciSyncAttrList, int __pyx_v_device, int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":216 * * cdef cudaError_t _cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 216, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":217 * cdef cudaError_t _cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) * return cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":218 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) # <<<<<<<<<<<<<< * return cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetNvSciSyncAttributes(__pyx_v_nvSciSyncAttrList, __pyx_v_device, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 218, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":217 * cdef cudaError_t _cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) * return cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":219 * if usePTDS: * return ptds._cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) * return cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetNvSciSyncAttributes(__pyx_v_nvSciSyncAttrList, __pyx_v_device, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":215 * return cudaDeviceGetMemPool(memPool, device) * * cdef cudaError_t _cudaDeviceGetNvSciSyncAttributes(void* nvSciSyncAttrList, int device, int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":221 * return cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) * * cdef cudaError_t _cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetP2PAttribute(int *__pyx_v_value, enum cudaDeviceP2PAttr __pyx_v_attr, int __pyx_v_srcDevice, int __pyx_v_dstDevice) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":222 * * cdef cudaError_t _cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 222, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":223 * cdef cudaError_t _cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) * return cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":224 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) # <<<<<<<<<<<<<< * return cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetP2PAttribute(__pyx_v_value, ((enum cudaDeviceP2PAttr)__pyx_v_attr), __pyx_v_srcDevice, __pyx_v_dstDevice); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 224, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":223 * cdef cudaError_t _cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) * return cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":225 * if usePTDS: * return ptds._cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) * return cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetP2PAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetP2PAttribute(__pyx_v_value, __pyx_v_attr, __pyx_v_srcDevice, __pyx_v_dstDevice); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":221 * return cudaDeviceGetNvSciSyncAttributes(nvSciSyncAttrList, device, flags) * * cdef cudaError_t _cudaDeviceGetP2PAttribute(int* value, cudaDeviceP2PAttr attr, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":227 * return cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) * * cdef cudaError_t _cudaDeviceGetP2PAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":228 * * cdef cudaError_t _cudaDeviceGetP2PAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 228, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":229 * cdef cudaError_t _cudaDeviceGetP2PAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) * return cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":230 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) # <<<<<<<<<<<<<< * return cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetP2PAtomicCapabilities(__pyx_v_capabilities, ((enum cudaAtomicOperation const *)__pyx_v_operations), __pyx_v_count, __pyx_v_srcDevice, __pyx_v_dstDevice); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 230, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":229 * cdef cudaError_t _cudaDeviceGetP2PAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) * return cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":231 * if usePTDS: * return ptds._cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) * return cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetP2PAtomicCapabilities(__pyx_v_capabilities, __pyx_v_operations, __pyx_v_count, __pyx_v_srcDevice, __pyx_v_dstDevice); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":227 * return cudaDeviceGetP2PAttribute(value, attr, srcDevice, dstDevice) * * cdef cudaError_t _cudaDeviceGetP2PAtomicCapabilities(unsigned int* capabilities, const cudaAtomicOperation* operations, unsigned int count, int srcDevice, int dstDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":233 * return cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) * * cdef cudaError_t _cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaChooseDevice(int *__pyx_v_device, struct cudaDeviceProp const *__pyx_v_prop) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":234 * * cdef cudaError_t _cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaChooseDevice(device, prop) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 234, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":235 * cdef cudaError_t _cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaChooseDevice(device, prop) * return cudaChooseDevice(device, prop) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":236 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaChooseDevice(device, prop) # <<<<<<<<<<<<<< * return cudaChooseDevice(device, prop) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaChooseDevice(__pyx_v_device, __pyx_v_prop); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 236, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":235 * cdef cudaError_t _cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaChooseDevice(device, prop) * return cudaChooseDevice(device, prop) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":237 * if usePTDS: * return ptds._cudaChooseDevice(device, prop) * return cudaChooseDevice(device, prop) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaChooseDevice(__pyx_v_device, __pyx_v_prop); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":233 * return cudaDeviceGetP2PAtomicCapabilities(capabilities, operations, count, srcDevice, dstDevice) * * cdef cudaError_t _cudaChooseDevice(int* device, const cudaDeviceProp* prop) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":239 * return cudaChooseDevice(device, prop) * * cdef cudaError_t _cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaInitDevice(int __pyx_v_device, unsigned int __pyx_v_deviceFlags, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":240 * * cdef cudaError_t _cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaInitDevice(device, deviceFlags, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 240, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":241 * cdef cudaError_t _cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaInitDevice(device, deviceFlags, flags) * return cudaInitDevice(device, deviceFlags, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":242 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaInitDevice(device, deviceFlags, flags) # <<<<<<<<<<<<<< * return cudaInitDevice(device, deviceFlags, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaInitDevice(__pyx_v_device, __pyx_v_deviceFlags, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 242, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":241 * cdef cudaError_t _cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaInitDevice(device, deviceFlags, flags) * return cudaInitDevice(device, deviceFlags, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":243 * if usePTDS: * return ptds._cudaInitDevice(device, deviceFlags, flags) * return cudaInitDevice(device, deviceFlags, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaInitDevice(__pyx_v_device, __pyx_v_deviceFlags, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":239 * return cudaChooseDevice(device, prop) * * cdef cudaError_t _cudaInitDevice(int device, unsigned int deviceFlags, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":245 * return cudaInitDevice(device, deviceFlags, flags) * * cdef cudaError_t _cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaSetDevice(int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":246 * * cdef cudaError_t _cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaSetDevice(device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 246, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":247 * cdef cudaError_t _cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaSetDevice(device) * return cudaSetDevice(device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":248 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaSetDevice(device) # <<<<<<<<<<<<<< * return cudaSetDevice(device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSetDevice(__pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 248, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":247 * cdef cudaError_t _cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaSetDevice(device) * return cudaSetDevice(device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":249 * if usePTDS: * return ptds._cudaSetDevice(device) * return cudaSetDevice(device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaSetDevice(__pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":245 * return cudaInitDevice(device, deviceFlags, flags) * * cdef cudaError_t _cudaSetDevice(int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":251 * return cudaSetDevice(device) * * cdef cudaError_t _cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDevice(int *__pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":252 * * cdef cudaError_t _cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetDevice(device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 252, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":253 * cdef cudaError_t _cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetDevice(device) * return cudaGetDevice(device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":254 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetDevice(device) # <<<<<<<<<<<<<< * return cudaGetDevice(device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDevice(__pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 254, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":253 * cdef cudaError_t _cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetDevice(device) * return cudaGetDevice(device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":255 * if usePTDS: * return ptds._cudaGetDevice(device) * return cudaGetDevice(device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetDevice(__pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":251 * return cudaSetDevice(device) * * cdef cudaError_t _cudaGetDevice(int* device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":257 * return cudaGetDevice(device) * * cdef cudaError_t _cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaSetDeviceFlags(unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":258 * * cdef cudaError_t _cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaSetDeviceFlags(flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 258, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":259 * cdef cudaError_t _cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaSetDeviceFlags(flags) * return cudaSetDeviceFlags(flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":260 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaSetDeviceFlags(flags) # <<<<<<<<<<<<<< * return cudaSetDeviceFlags(flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSetDeviceFlags(__pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 260, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":259 * cdef cudaError_t _cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaSetDeviceFlags(flags) * return cudaSetDeviceFlags(flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":261 * if usePTDS: * return ptds._cudaSetDeviceFlags(flags) * return cudaSetDeviceFlags(flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaSetDeviceFlags(__pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":257 * return cudaGetDevice(device) * * cdef cudaError_t _cudaSetDeviceFlags(unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":263 * return cudaSetDeviceFlags(flags) * * cdef cudaError_t _cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDeviceFlags(unsigned int *__pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":264 * * cdef cudaError_t _cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetDeviceFlags(flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 264, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":265 * cdef cudaError_t _cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetDeviceFlags(flags) * return cudaGetDeviceFlags(flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":266 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetDeviceFlags(flags) # <<<<<<<<<<<<<< * return cudaGetDeviceFlags(flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceFlags(__pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 266, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":265 * cdef cudaError_t _cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetDeviceFlags(flags) * return cudaGetDeviceFlags(flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":267 * if usePTDS: * return ptds._cudaGetDeviceFlags(flags) * return cudaGetDeviceFlags(flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetDeviceFlags(__pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":263 * return cudaSetDeviceFlags(flags) * * cdef cudaError_t _cudaGetDeviceFlags(unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":269 * return cudaGetDeviceFlags(flags) * * cdef cudaError_t _cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCreate(cudaStream_t *__pyx_v_pStream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":270 * * cdef cudaError_t _cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamCreate(pStream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 270, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":271 * cdef cudaError_t _cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamCreate(pStream) * return cudaStreamCreate(pStream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":272 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamCreate(pStream) # <<<<<<<<<<<<<< * return cudaStreamCreate(pStream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreate(__pyx_v_pStream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 272, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":271 * cdef cudaError_t _cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamCreate(pStream) * return cudaStreamCreate(pStream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":273 * if usePTDS: * return ptds._cudaStreamCreate(pStream) * return cudaStreamCreate(pStream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamCreate(__pyx_v_pStream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":269 * return cudaGetDeviceFlags(flags) * * cdef cudaError_t _cudaStreamCreate(cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":275 * return cudaStreamCreate(pStream) * * cdef cudaError_t _cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCreateWithFlags(cudaStream_t *__pyx_v_pStream, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":276 * * cdef cudaError_t _cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamCreateWithFlags(pStream, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 276, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":277 * cdef cudaError_t _cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamCreateWithFlags(pStream, flags) * return cudaStreamCreateWithFlags(pStream, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":278 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamCreateWithFlags(pStream, flags) # <<<<<<<<<<<<<< * return cudaStreamCreateWithFlags(pStream, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreateWithFlags(__pyx_v_pStream, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 278, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":277 * cdef cudaError_t _cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamCreateWithFlags(pStream, flags) * return cudaStreamCreateWithFlags(pStream, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":279 * if usePTDS: * return ptds._cudaStreamCreateWithFlags(pStream, flags) * return cudaStreamCreateWithFlags(pStream, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamCreateWithFlags(__pyx_v_pStream, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":275 * return cudaStreamCreate(pStream) * * cdef cudaError_t _cudaStreamCreateWithFlags(cudaStream_t* pStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":281 * return cudaStreamCreateWithFlags(pStream, flags) * * cdef cudaError_t _cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCreateWithPriority(cudaStream_t *__pyx_v_pStream, unsigned int __pyx_v_flags, int __pyx_v_priority) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":282 * * cdef cudaError_t _cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamCreateWithPriority(pStream, flags, priority) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 282, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":283 * cdef cudaError_t _cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamCreateWithPriority(pStream, flags, priority) * return cudaStreamCreateWithPriority(pStream, flags, priority) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":284 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamCreateWithPriority(pStream, flags, priority) # <<<<<<<<<<<<<< * return cudaStreamCreateWithPriority(pStream, flags, priority) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreateWithPriority(__pyx_v_pStream, __pyx_v_flags, __pyx_v_priority); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 284, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":283 * cdef cudaError_t _cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamCreateWithPriority(pStream, flags, priority) * return cudaStreamCreateWithPriority(pStream, flags, priority) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":285 * if usePTDS: * return ptds._cudaStreamCreateWithPriority(pStream, flags, priority) * return cudaStreamCreateWithPriority(pStream, flags, priority) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamCreateWithPriority(__pyx_v_pStream, __pyx_v_flags, __pyx_v_priority); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":281 * return cudaStreamCreateWithFlags(pStream, flags) * * cdef cudaError_t _cudaStreamCreateWithPriority(cudaStream_t* pStream, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":287 * return cudaStreamCreateWithPriority(pStream, flags, priority) * * cdef cudaError_t _cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetPriority(cudaStream_t __pyx_v_hStream, int *__pyx_v_priority) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":288 * * cdef cudaError_t _cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamGetPriority(hStream, priority) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 288, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":289 * cdef cudaError_t _cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetPriority(hStream, priority) * return cudaStreamGetPriority(hStream, priority) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":290 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamGetPriority(hStream, priority) # <<<<<<<<<<<<<< * return cudaStreamGetPriority(hStream, priority) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetPriority(__pyx_v_hStream, __pyx_v_priority); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 290, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":289 * cdef cudaError_t _cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetPriority(hStream, priority) * return cudaStreamGetPriority(hStream, priority) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":291 * if usePTDS: * return ptds._cudaStreamGetPriority(hStream, priority) * return cudaStreamGetPriority(hStream, priority) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamGetPriority(__pyx_v_hStream, __pyx_v_priority); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":287 * return cudaStreamCreateWithPriority(pStream, flags, priority) * * cdef cudaError_t _cudaStreamGetPriority(cudaStream_t hStream, int* priority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":293 * return cudaStreamGetPriority(hStream, priority) * * cdef cudaError_t _cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetFlags(cudaStream_t __pyx_v_hStream, unsigned int *__pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":294 * * cdef cudaError_t _cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamGetFlags(hStream, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 294, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":295 * cdef cudaError_t _cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetFlags(hStream, flags) * return cudaStreamGetFlags(hStream, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":296 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamGetFlags(hStream, flags) # <<<<<<<<<<<<<< * return cudaStreamGetFlags(hStream, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetFlags(__pyx_v_hStream, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 296, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":295 * cdef cudaError_t _cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetFlags(hStream, flags) * return cudaStreamGetFlags(hStream, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":297 * if usePTDS: * return ptds._cudaStreamGetFlags(hStream, flags) * return cudaStreamGetFlags(hStream, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamGetFlags(__pyx_v_hStream, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":293 * return cudaStreamGetPriority(hStream, priority) * * cdef cudaError_t _cudaStreamGetFlags(cudaStream_t hStream, unsigned int* flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":299 * return cudaStreamGetFlags(hStream, flags) * * cdef cudaError_t _cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetId(cudaStream_t __pyx_v_hStream, unsigned PY_LONG_LONG *__pyx_v_streamId) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":300 * * cdef cudaError_t _cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamGetId(hStream, streamId) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 300, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":301 * cdef cudaError_t _cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetId(hStream, streamId) * return cudaStreamGetId(hStream, streamId) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":302 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamGetId(hStream, streamId) # <<<<<<<<<<<<<< * return cudaStreamGetId(hStream, streamId) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetId(__pyx_v_hStream, __pyx_v_streamId); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 302, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":301 * cdef cudaError_t _cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetId(hStream, streamId) * return cudaStreamGetId(hStream, streamId) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":303 * if usePTDS: * return ptds._cudaStreamGetId(hStream, streamId) * return cudaStreamGetId(hStream, streamId) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamGetId(__pyx_v_hStream, __pyx_v_streamId); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":299 * return cudaStreamGetFlags(hStream, flags) * * cdef cudaError_t _cudaStreamGetId(cudaStream_t hStream, unsigned long long* streamId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":305 * return cudaStreamGetId(hStream, streamId) * * cdef cudaError_t _cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetDevice(cudaStream_t __pyx_v_hStream, int *__pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":306 * * cdef cudaError_t _cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamGetDevice(hStream, device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 306, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":307 * cdef cudaError_t _cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetDevice(hStream, device) * return cudaStreamGetDevice(hStream, device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":308 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamGetDevice(hStream, device) # <<<<<<<<<<<<<< * return cudaStreamGetDevice(hStream, device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetDevice(__pyx_v_hStream, __pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 308, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":307 * cdef cudaError_t _cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetDevice(hStream, device) * return cudaStreamGetDevice(hStream, device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":309 * if usePTDS: * return ptds._cudaStreamGetDevice(hStream, device) * return cudaStreamGetDevice(hStream, device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamGetDevice(__pyx_v_hStream, __pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":305 * return cudaStreamGetId(hStream, streamId) * * cdef cudaError_t _cudaStreamGetDevice(cudaStream_t hStream, int* device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":311 * return cudaStreamGetDevice(hStream, device) * * cdef cudaError_t _cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCtxResetPersistingL2Cache(void) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":312 * * cdef cudaError_t _cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaCtxResetPersistingL2Cache() */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 312, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":313 * cdef cudaError_t _cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaCtxResetPersistingL2Cache() * return cudaCtxResetPersistingL2Cache() */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":314 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaCtxResetPersistingL2Cache() # <<<<<<<<<<<<<< * return cudaCtxResetPersistingL2Cache() * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCtxResetPersistingL2Cache(); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 314, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":313 * cdef cudaError_t _cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaCtxResetPersistingL2Cache() * return cudaCtxResetPersistingL2Cache() */ } /* "cuda/bindings/_bindings/cyruntime.pyx":315 * if usePTDS: * return ptds._cudaCtxResetPersistingL2Cache() * return cudaCtxResetPersistingL2Cache() # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaCtxResetPersistingL2Cache(); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":311 * return cudaStreamGetDevice(hStream, device) * * cdef cudaError_t _cudaCtxResetPersistingL2Cache() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":317 * return cudaCtxResetPersistingL2Cache() * * cdef cudaError_t _cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamCopyAttributes(cudaStream_t __pyx_v_dst, cudaStream_t __pyx_v_src) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":318 * * cdef cudaError_t _cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamCopyAttributes(dst, src) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 318, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":319 * cdef cudaError_t _cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamCopyAttributes(dst, src) * return cudaStreamCopyAttributes(dst, src) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":320 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamCopyAttributes(dst, src) # <<<<<<<<<<<<<< * return cudaStreamCopyAttributes(dst, src) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCopyAttributes(__pyx_v_dst, __pyx_v_src); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 320, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":319 * cdef cudaError_t _cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamCopyAttributes(dst, src) * return cudaStreamCopyAttributes(dst, src) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":321 * if usePTDS: * return ptds._cudaStreamCopyAttributes(dst, src) * return cudaStreamCopyAttributes(dst, src) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamCopyAttributes(__pyx_v_dst, __pyx_v_src); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":317 * return cudaCtxResetPersistingL2Cache() * * cdef cudaError_t _cudaStreamCopyAttributes(cudaStream_t dst, cudaStream_t src) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":323 * return cudaStreamCopyAttributes(dst, src) * * cdef cudaError_t _cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetAttribute(cudaStream_t __pyx_v_hStream, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaStreamAttrID __pyx_v_attr, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaStreamAttrValue *__pyx_v_value_out) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":324 * * cdef cudaError_t _cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamGetAttribute(hStream, attr, value_out) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 324, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":325 * cdef cudaError_t _cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetAttribute(hStream, attr, value_out) * return cudaStreamGetAttribute(hStream, attr, value_out) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":326 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamGetAttribute(hStream, attr, value_out) # <<<<<<<<<<<<<< * return cudaStreamGetAttribute(hStream, attr, value_out) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetAttribute(__pyx_v_hStream, ((__pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrID)__pyx_v_attr), __pyx_v_value_out); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 326, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":325 * cdef cudaError_t _cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetAttribute(hStream, attr, value_out) * return cudaStreamGetAttribute(hStream, attr, value_out) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":327 * if usePTDS: * return ptds._cudaStreamGetAttribute(hStream, attr, value_out) * return cudaStreamGetAttribute(hStream, attr, value_out) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamGetAttribute(__pyx_v_hStream, __pyx_v_attr, __pyx_v_value_out); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":323 * return cudaStreamCopyAttributes(dst, src) * * cdef cudaError_t _cudaStreamGetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, cudaStreamAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":329 * return cudaStreamGetAttribute(hStream, attr, value_out) * * cdef cudaError_t _cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamSetAttribute(cudaStream_t __pyx_v_hStream, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaStreamAttrID __pyx_v_attr, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaStreamAttrValue const *__pyx_v_value) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":330 * * cdef cudaError_t _cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamSetAttribute(hStream, attr, value) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 330, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":331 * cdef cudaError_t _cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamSetAttribute(hStream, attr, value) * return cudaStreamSetAttribute(hStream, attr, value) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":332 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamSetAttribute(hStream, attr, value) # <<<<<<<<<<<<<< * return cudaStreamSetAttribute(hStream, attr, value) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamSetAttribute(__pyx_v_hStream, ((__pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrID)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 332, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":331 * cdef cudaError_t _cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamSetAttribute(hStream, attr, value) * return cudaStreamSetAttribute(hStream, attr, value) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":333 * if usePTDS: * return ptds._cudaStreamSetAttribute(hStream, attr, value) * return cudaStreamSetAttribute(hStream, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamSetAttribute(__pyx_v_hStream, __pyx_v_attr, __pyx_v_value); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":329 * return cudaStreamGetAttribute(hStream, attr, value_out) * * cdef cudaError_t _cudaStreamSetAttribute(cudaStream_t hStream, cudaStreamAttrID attr, const cudaStreamAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":335 * return cudaStreamSetAttribute(hStream, attr, value) * * cdef cudaError_t _cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamDestroy(cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":336 * * cdef cudaError_t _cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamDestroy(stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 336, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":337 * cdef cudaError_t _cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamDestroy(stream) * return cudaStreamDestroy(stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":338 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamDestroy(stream) # <<<<<<<<<<<<<< * return cudaStreamDestroy(stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamDestroy(__pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 338, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":337 * cdef cudaError_t _cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamDestroy(stream) * return cudaStreamDestroy(stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":339 * if usePTDS: * return ptds._cudaStreamDestroy(stream) * return cudaStreamDestroy(stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamDestroy(__pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":335 * return cudaStreamSetAttribute(hStream, attr, value) * * cdef cudaError_t _cudaStreamDestroy(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":341 * return cudaStreamDestroy(stream) * * cdef cudaError_t _cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamWaitEvent(cudaStream_t __pyx_v_stream, cudaEvent_t __pyx_v_event, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":342 * * cdef cudaError_t _cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamWaitEvent(stream, event, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 342, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":343 * cdef cudaError_t _cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamWaitEvent(stream, event, flags) * return cudaStreamWaitEvent(stream, event, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":344 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamWaitEvent(stream, event, flags) # <<<<<<<<<<<<<< * return cudaStreamWaitEvent(stream, event, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamWaitEvent(__pyx_v_stream, __pyx_v_event, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 344, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":343 * cdef cudaError_t _cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamWaitEvent(stream, event, flags) * return cudaStreamWaitEvent(stream, event, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":345 * if usePTDS: * return ptds._cudaStreamWaitEvent(stream, event, flags) * return cudaStreamWaitEvent(stream, event, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamWaitEvent(__pyx_v_stream, __pyx_v_event, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":341 * return cudaStreamDestroy(stream) * * cdef cudaError_t _cudaStreamWaitEvent(cudaStream_t stream, cudaEvent_t event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":347 * return cudaStreamWaitEvent(stream, event, flags) * * cdef cudaError_t _cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamAddCallback(cudaStream_t __pyx_v_stream, cudaStreamCallback_t __pyx_v_callback, void *__pyx_v_userData, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":348 * * cdef cudaError_t _cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamAddCallback(stream, callback, userData, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 348, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":349 * cdef cudaError_t _cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamAddCallback(stream, callback, userData, flags) * return cudaStreamAddCallback(stream, callback, userData, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":350 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamAddCallback(stream, callback, userData, flags) # <<<<<<<<<<<<<< * return cudaStreamAddCallback(stream, callback, userData, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamAddCallback(__pyx_v_stream, ((cudaStreamCallback_t)__pyx_v_callback), __pyx_v_userData, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 350, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":349 * cdef cudaError_t _cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamAddCallback(stream, callback, userData, flags) * return cudaStreamAddCallback(stream, callback, userData, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":351 * if usePTDS: * return ptds._cudaStreamAddCallback(stream, callback, userData, flags) * return cudaStreamAddCallback(stream, callback, userData, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamAddCallback(__pyx_v_stream, __pyx_v_callback, __pyx_v_userData, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":347 * return cudaStreamWaitEvent(stream, event, flags) * * cdef cudaError_t _cudaStreamAddCallback(cudaStream_t stream, cudaStreamCallback_t callback, void* userData, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":353 * return cudaStreamAddCallback(stream, callback, userData, flags) * * cdef cudaError_t _cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamSynchronize(cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":354 * * cdef cudaError_t _cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamSynchronize(stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 354, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":355 * cdef cudaError_t _cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamSynchronize(stream) * return cudaStreamSynchronize(stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":356 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamSynchronize(stream) # <<<<<<<<<<<<<< * return cudaStreamSynchronize(stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamSynchronize(__pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 356, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":355 * cdef cudaError_t _cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamSynchronize(stream) * return cudaStreamSynchronize(stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":357 * if usePTDS: * return ptds._cudaStreamSynchronize(stream) * return cudaStreamSynchronize(stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamSynchronize(__pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":353 * return cudaStreamAddCallback(stream, callback, userData, flags) * * cdef cudaError_t _cudaStreamSynchronize(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":359 * return cudaStreamSynchronize(stream) * * cdef cudaError_t _cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamQuery(cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":360 * * cdef cudaError_t _cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamQuery(stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 360, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":361 * cdef cudaError_t _cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamQuery(stream) * return cudaStreamQuery(stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":362 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamQuery(stream) # <<<<<<<<<<<<<< * return cudaStreamQuery(stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamQuery(__pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 362, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":361 * cdef cudaError_t _cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamQuery(stream) * return cudaStreamQuery(stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":363 * if usePTDS: * return ptds._cudaStreamQuery(stream) * return cudaStreamQuery(stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamQuery(__pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":359 * return cudaStreamSynchronize(stream) * * cdef cudaError_t _cudaStreamQuery(cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":365 * return cudaStreamQuery(stream) * * cdef cudaError_t _cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamAttachMemAsync(cudaStream_t __pyx_v_stream, void *__pyx_v_devPtr, size_t __pyx_v_length, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":366 * * cdef cudaError_t _cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamAttachMemAsync(stream, devPtr, length, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 366, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":367 * cdef cudaError_t _cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamAttachMemAsync(stream, devPtr, length, flags) * return cudaStreamAttachMemAsync(stream, devPtr, length, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":368 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamAttachMemAsync(stream, devPtr, length, flags) # <<<<<<<<<<<<<< * return cudaStreamAttachMemAsync(stream, devPtr, length, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamAttachMemAsync(__pyx_v_stream, __pyx_v_devPtr, __pyx_v_length, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 368, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":367 * cdef cudaError_t _cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamAttachMemAsync(stream, devPtr, length, flags) * return cudaStreamAttachMemAsync(stream, devPtr, length, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":369 * if usePTDS: * return ptds._cudaStreamAttachMemAsync(stream, devPtr, length, flags) * return cudaStreamAttachMemAsync(stream, devPtr, length, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamAttachMemAsync(__pyx_v_stream, __pyx_v_devPtr, __pyx_v_length, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":365 * return cudaStreamQuery(stream) * * cdef cudaError_t _cudaStreamAttachMemAsync(cudaStream_t stream, void* devPtr, size_t length, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":371 * return cudaStreamAttachMemAsync(stream, devPtr, length, flags) * * cdef cudaError_t _cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamBeginCapture(cudaStream_t __pyx_v_stream, enum cudaStreamCaptureMode __pyx_v_mode) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":372 * * cdef cudaError_t _cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamBeginCapture(stream, mode) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 372, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":373 * cdef cudaError_t _cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamBeginCapture(stream, mode) * return cudaStreamBeginCapture(stream, mode) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":374 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamBeginCapture(stream, mode) # <<<<<<<<<<<<<< * return cudaStreamBeginCapture(stream, mode) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamBeginCapture(__pyx_v_stream, ((enum cudaStreamCaptureMode)__pyx_v_mode)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 374, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":373 * cdef cudaError_t _cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamBeginCapture(stream, mode) * return cudaStreamBeginCapture(stream, mode) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":375 * if usePTDS: * return ptds._cudaStreamBeginCapture(stream, mode) * return cudaStreamBeginCapture(stream, mode) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamBeginCaptureToGraph(cudaStream_t stream, cudaGraph_t graph, const cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamBeginCapture(__pyx_v_stream, __pyx_v_mode); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":371 * return cudaStreamAttachMemAsync(stream, devPtr, length, flags) * * cdef cudaError_t _cudaStreamBeginCapture(cudaStream_t stream, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":377 * return cudaStreamBeginCapture(stream, mode) * * cdef cudaError_t _cudaStreamBeginCaptureToGraph(cudaStream_t stream, cudaGraph_t graph, const cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":378 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 378, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":379 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) * return cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":380 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) # <<<<<<<<<<<<<< * return cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 380, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":379 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) * return cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":381 * if usePTDS: * return ptds._cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) * return cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamBeginCaptureToGraph(__pyx_v_stream, __pyx_v_graph, __pyx_v_dependencies, __pyx_v_dependencyData, __pyx_v_numDependencies, __pyx_v_mode); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":377 * return cudaStreamBeginCapture(stream, mode) * * cdef cudaError_t _cudaStreamBeginCaptureToGraph(cudaStream_t stream, cudaGraph_t graph, const cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaStreamCaptureMode mode) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":383 * return cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) * * cdef cudaError_t _cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaThreadExchangeStreamCaptureMode(enum cudaStreamCaptureMode *__pyx_v_mode) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":384 * * cdef cudaError_t _cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaThreadExchangeStreamCaptureMode(mode) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 384, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":385 * cdef cudaError_t _cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaThreadExchangeStreamCaptureMode(mode) * return cudaThreadExchangeStreamCaptureMode(mode) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":386 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaThreadExchangeStreamCaptureMode(mode) # <<<<<<<<<<<<<< * return cudaThreadExchangeStreamCaptureMode(mode) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaThreadExchangeStreamCaptureMode(((enum cudaStreamCaptureMode *)__pyx_v_mode)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 386, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":385 * cdef cudaError_t _cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaThreadExchangeStreamCaptureMode(mode) * return cudaThreadExchangeStreamCaptureMode(mode) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":387 * if usePTDS: * return ptds._cudaThreadExchangeStreamCaptureMode(mode) * return cudaThreadExchangeStreamCaptureMode(mode) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaThreadExchangeStreamCaptureMode(__pyx_v_mode); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":383 * return cudaStreamBeginCaptureToGraph(stream, graph, dependencies, dependencyData, numDependencies, mode) * * cdef cudaError_t _cudaThreadExchangeStreamCaptureMode(cudaStreamCaptureMode* mode) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":389 * return cudaThreadExchangeStreamCaptureMode(mode) * * cdef cudaError_t _cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamEndCapture(cudaStream_t __pyx_v_stream, cudaGraph_t *__pyx_v_pGraph) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":390 * * cdef cudaError_t _cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamEndCapture(stream, pGraph) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 390, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":391 * cdef cudaError_t _cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamEndCapture(stream, pGraph) * return cudaStreamEndCapture(stream, pGraph) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":392 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamEndCapture(stream, pGraph) # <<<<<<<<<<<<<< * return cudaStreamEndCapture(stream, pGraph) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamEndCapture(__pyx_v_stream, __pyx_v_pGraph); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 392, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":391 * cdef cudaError_t _cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamEndCapture(stream, pGraph) * return cudaStreamEndCapture(stream, pGraph) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":393 * if usePTDS: * return ptds._cudaStreamEndCapture(stream, pGraph) * return cudaStreamEndCapture(stream, pGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamEndCapture(__pyx_v_stream, __pyx_v_pGraph); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":389 * return cudaThreadExchangeStreamCaptureMode(mode) * * cdef cudaError_t _cudaStreamEndCapture(cudaStream_t stream, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":395 * return cudaStreamEndCapture(stream, pGraph) * * cdef cudaError_t _cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamIsCapturing(cudaStream_t __pyx_v_stream, enum cudaStreamCaptureStatus *__pyx_v_pCaptureStatus) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":396 * * cdef cudaError_t _cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamIsCapturing(stream, pCaptureStatus) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 396, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":397 * cdef cudaError_t _cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamIsCapturing(stream, pCaptureStatus) * return cudaStreamIsCapturing(stream, pCaptureStatus) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":398 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamIsCapturing(stream, pCaptureStatus) # <<<<<<<<<<<<<< * return cudaStreamIsCapturing(stream, pCaptureStatus) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamIsCapturing(__pyx_v_stream, ((enum cudaStreamCaptureStatus *)__pyx_v_pCaptureStatus)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 398, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":397 * cdef cudaError_t _cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamIsCapturing(stream, pCaptureStatus) * return cudaStreamIsCapturing(stream, pCaptureStatus) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":399 * if usePTDS: * return ptds._cudaStreamIsCapturing(stream, pCaptureStatus) * return cudaStreamIsCapturing(stream, pCaptureStatus) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamGetCaptureInfo(cudaStream_t stream, cudaStreamCaptureStatus* captureStatus_out, unsigned long long* id_out, cudaGraph_t* graph_out, const cudaGraphNode_t** dependencies_out, const cudaGraphEdgeData** edgeData_out, size_t* numDependencies_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamIsCapturing(__pyx_v_stream, __pyx_v_pCaptureStatus); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":395 * return cudaStreamEndCapture(stream, pGraph) * * cdef cudaError_t _cudaStreamIsCapturing(cudaStream_t stream, cudaStreamCaptureStatus* pCaptureStatus) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":401 * return cudaStreamIsCapturing(stream, pCaptureStatus) * * cdef cudaError_t _cudaStreamGetCaptureInfo(cudaStream_t stream, cudaStreamCaptureStatus* captureStatus_out, unsigned long long* id_out, cudaGraph_t* graph_out, const cudaGraphNode_t** dependencies_out, const cudaGraphEdgeData** edgeData_out, size_t* numDependencies_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":402 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 402, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":403 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) * return cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":404 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) # <<<<<<<<<<<<<< * return cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 404, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":403 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) * return cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":405 * if usePTDS: * return ptds._cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) * return cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamUpdateCaptureDependencies(cudaStream_t stream, cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamGetCaptureInfo(__pyx_v_stream, __pyx_v_captureStatus_out, __pyx_v_id_out, __pyx_v_graph_out, __pyx_v_dependencies_out, __pyx_v_edgeData_out, __pyx_v_numDependencies_out); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":401 * return cudaStreamIsCapturing(stream, pCaptureStatus) * * cdef cudaError_t _cudaStreamGetCaptureInfo(cudaStream_t stream, cudaStreamCaptureStatus* captureStatus_out, unsigned long long* id_out, cudaGraph_t* graph_out, const cudaGraphNode_t** dependencies_out, const cudaGraphEdgeData** edgeData_out, size_t* numDependencies_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":407 * return cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) * * cdef cudaError_t _cudaStreamUpdateCaptureDependencies(cudaStream_t stream, cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":408 * * cdef cudaError_t _cudaStreamUpdateCaptureDependencies(cudaStream_t stream, cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 408, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":409 * cdef cudaError_t _cudaStreamUpdateCaptureDependencies(cudaStream_t stream, cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) * return cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":410 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) # <<<<<<<<<<<<<< * return cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamUpdateCaptureDependencies(__pyx_v_stream, __pyx_v_dependencies, __pyx_v_dependencyData, __pyx_v_numDependencies, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 410, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":409 * cdef cudaError_t _cudaStreamUpdateCaptureDependencies(cudaStream_t stream, cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) * return cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":411 * if usePTDS: * return ptds._cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) * return cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamUpdateCaptureDependencies(__pyx_v_stream, __pyx_v_dependencies, __pyx_v_dependencyData, __pyx_v_numDependencies, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":407 * return cudaStreamGetCaptureInfo(stream, captureStatus_out, id_out, graph_out, dependencies_out, edgeData_out, numDependencies_out) * * cdef cudaError_t _cudaStreamUpdateCaptureDependencies(cudaStream_t stream, cudaGraphNode_t* dependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":413 * return cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) * * cdef cudaError_t _cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventCreate(cudaEvent_t *__pyx_v_event) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":414 * * cdef cudaError_t _cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaEventCreate(event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 414, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":415 * cdef cudaError_t _cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventCreate(event) * return cudaEventCreate(event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":416 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaEventCreate(event) # <<<<<<<<<<<<<< * return cudaEventCreate(event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventCreate(__pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 416, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":415 * cdef cudaError_t _cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventCreate(event) * return cudaEventCreate(event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":417 * if usePTDS: * return ptds._cudaEventCreate(event) * return cudaEventCreate(event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaEventCreate(__pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":413 * return cudaStreamUpdateCaptureDependencies(stream, dependencies, dependencyData, numDependencies, flags) * * cdef cudaError_t _cudaEventCreate(cudaEvent_t* event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":419 * return cudaEventCreate(event) * * cdef cudaError_t _cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventCreateWithFlags(cudaEvent_t *__pyx_v_event, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":420 * * cdef cudaError_t _cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaEventCreateWithFlags(event, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 420, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":421 * cdef cudaError_t _cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventCreateWithFlags(event, flags) * return cudaEventCreateWithFlags(event, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":422 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaEventCreateWithFlags(event, flags) # <<<<<<<<<<<<<< * return cudaEventCreateWithFlags(event, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventCreateWithFlags(__pyx_v_event, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 422, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":421 * cdef cudaError_t _cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventCreateWithFlags(event, flags) * return cudaEventCreateWithFlags(event, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":423 * if usePTDS: * return ptds._cudaEventCreateWithFlags(event, flags) * return cudaEventCreateWithFlags(event, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaEventCreateWithFlags(__pyx_v_event, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":419 * return cudaEventCreate(event) * * cdef cudaError_t _cudaEventCreateWithFlags(cudaEvent_t* event, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":425 * return cudaEventCreateWithFlags(event, flags) * * cdef cudaError_t _cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventRecord(cudaEvent_t __pyx_v_event, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":426 * * cdef cudaError_t _cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaEventRecord(event, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 426, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":427 * cdef cudaError_t _cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventRecord(event, stream) * return cudaEventRecord(event, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":428 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaEventRecord(event, stream) # <<<<<<<<<<<<<< * return cudaEventRecord(event, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventRecord(__pyx_v_event, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 428, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":427 * cdef cudaError_t _cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventRecord(event, stream) * return cudaEventRecord(event, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":429 * if usePTDS: * return ptds._cudaEventRecord(event, stream) * return cudaEventRecord(event, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaEventRecord(__pyx_v_event, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":425 * return cudaEventCreateWithFlags(event, flags) * * cdef cudaError_t _cudaEventRecord(cudaEvent_t event, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":431 * return cudaEventRecord(event, stream) * * cdef cudaError_t _cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventRecordWithFlags(cudaEvent_t __pyx_v_event, cudaStream_t __pyx_v_stream, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":432 * * cdef cudaError_t _cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaEventRecordWithFlags(event, stream, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 432, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":433 * cdef cudaError_t _cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventRecordWithFlags(event, stream, flags) * return cudaEventRecordWithFlags(event, stream, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":434 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaEventRecordWithFlags(event, stream, flags) # <<<<<<<<<<<<<< * return cudaEventRecordWithFlags(event, stream, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventRecordWithFlags(__pyx_v_event, __pyx_v_stream, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 434, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":433 * cdef cudaError_t _cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventRecordWithFlags(event, stream, flags) * return cudaEventRecordWithFlags(event, stream, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":435 * if usePTDS: * return ptds._cudaEventRecordWithFlags(event, stream, flags) * return cudaEventRecordWithFlags(event, stream, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaEventRecordWithFlags(__pyx_v_event, __pyx_v_stream, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":431 * return cudaEventRecord(event, stream) * * cdef cudaError_t _cudaEventRecordWithFlags(cudaEvent_t event, cudaStream_t stream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":437 * return cudaEventRecordWithFlags(event, stream, flags) * * cdef cudaError_t _cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventQuery(cudaEvent_t __pyx_v_event) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":438 * * cdef cudaError_t _cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaEventQuery(event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 438, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":439 * cdef cudaError_t _cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventQuery(event) * return cudaEventQuery(event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":440 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaEventQuery(event) # <<<<<<<<<<<<<< * return cudaEventQuery(event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventQuery(__pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 440, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":439 * cdef cudaError_t _cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventQuery(event) * return cudaEventQuery(event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":441 * if usePTDS: * return ptds._cudaEventQuery(event) * return cudaEventQuery(event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaEventQuery(__pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":437 * return cudaEventRecordWithFlags(event, stream, flags) * * cdef cudaError_t _cudaEventQuery(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":443 * return cudaEventQuery(event) * * cdef cudaError_t _cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventSynchronize(cudaEvent_t __pyx_v_event) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":444 * * cdef cudaError_t _cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaEventSynchronize(event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 444, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":445 * cdef cudaError_t _cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventSynchronize(event) * return cudaEventSynchronize(event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":446 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaEventSynchronize(event) # <<<<<<<<<<<<<< * return cudaEventSynchronize(event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventSynchronize(__pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 446, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":445 * cdef cudaError_t _cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventSynchronize(event) * return cudaEventSynchronize(event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":447 * if usePTDS: * return ptds._cudaEventSynchronize(event) * return cudaEventSynchronize(event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaEventSynchronize(__pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":443 * return cudaEventQuery(event) * * cdef cudaError_t _cudaEventSynchronize(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":449 * return cudaEventSynchronize(event) * * cdef cudaError_t _cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventDestroy(cudaEvent_t __pyx_v_event) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":450 * * cdef cudaError_t _cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaEventDestroy(event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 450, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":451 * cdef cudaError_t _cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventDestroy(event) * return cudaEventDestroy(event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":452 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaEventDestroy(event) # <<<<<<<<<<<<<< * return cudaEventDestroy(event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventDestroy(__pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 452, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":451 * cdef cudaError_t _cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventDestroy(event) * return cudaEventDestroy(event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":453 * if usePTDS: * return ptds._cudaEventDestroy(event) * return cudaEventDestroy(event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaEventDestroy(__pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":449 * return cudaEventSynchronize(event) * * cdef cudaError_t _cudaEventDestroy(cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":455 * return cudaEventDestroy(event) * * cdef cudaError_t _cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventElapsedTime(float *__pyx_v_ms, cudaEvent_t __pyx_v_start, cudaEvent_t __pyx_v_end) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":456 * * cdef cudaError_t _cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaEventElapsedTime(ms, start, end) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 456, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":457 * cdef cudaError_t _cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventElapsedTime(ms, start, end) * return cudaEventElapsedTime(ms, start, end) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":458 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaEventElapsedTime(ms, start, end) # <<<<<<<<<<<<<< * return cudaEventElapsedTime(ms, start, end) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventElapsedTime(__pyx_v_ms, __pyx_v_start, __pyx_v_end); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 458, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":457 * cdef cudaError_t _cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaEventElapsedTime(ms, start, end) * return cudaEventElapsedTime(ms, start, end) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":459 * if usePTDS: * return ptds._cudaEventElapsedTime(ms, start, end) * return cudaEventElapsedTime(ms, start, end) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaEventElapsedTime(__pyx_v_ms, __pyx_v_start, __pyx_v_end); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":455 * return cudaEventDestroy(event) * * cdef cudaError_t _cudaEventElapsedTime(float* ms, cudaEvent_t start, cudaEvent_t end) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":461 * return cudaEventElapsedTime(ms, start, end) * * cdef cudaError_t _cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaImportExternalMemory(cudaExternalMemory_t *__pyx_v_extMem_out, struct cudaExternalMemoryHandleDesc const *__pyx_v_memHandleDesc) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":462 * * cdef cudaError_t _cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaImportExternalMemory(extMem_out, memHandleDesc) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 462, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":463 * cdef cudaError_t _cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaImportExternalMemory(extMem_out, memHandleDesc) * return cudaImportExternalMemory(extMem_out, memHandleDesc) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":464 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaImportExternalMemory(extMem_out, memHandleDesc) # <<<<<<<<<<<<<< * return cudaImportExternalMemory(extMem_out, memHandleDesc) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaImportExternalMemory(__pyx_v_extMem_out, __pyx_v_memHandleDesc); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 464, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":463 * cdef cudaError_t _cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaImportExternalMemory(extMem_out, memHandleDesc) * return cudaImportExternalMemory(extMem_out, memHandleDesc) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":465 * if usePTDS: * return ptds._cudaImportExternalMemory(extMem_out, memHandleDesc) * return cudaImportExternalMemory(extMem_out, memHandleDesc) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaImportExternalMemory(__pyx_v_extMem_out, __pyx_v_memHandleDesc); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":461 * return cudaEventElapsedTime(ms, start, end) * * cdef cudaError_t _cudaImportExternalMemory(cudaExternalMemory_t* extMem_out, const cudaExternalMemoryHandleDesc* memHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":467 * return cudaImportExternalMemory(extMem_out, memHandleDesc) * * cdef cudaError_t _cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExternalMemoryGetMappedBuffer(void **__pyx_v_devPtr, cudaExternalMemory_t __pyx_v_extMem, struct cudaExternalMemoryBufferDesc const *__pyx_v_bufferDesc) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":468 * * cdef cudaError_t _cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 468, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":469 * cdef cudaError_t _cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) * return cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":470 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) # <<<<<<<<<<<<<< * return cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExternalMemoryGetMappedBuffer(__pyx_v_devPtr, __pyx_v_extMem, __pyx_v_bufferDesc); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 470, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":469 * cdef cudaError_t _cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) * return cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":471 * if usePTDS: * return ptds._cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) * return cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaExternalMemoryGetMappedBuffer(__pyx_v_devPtr, __pyx_v_extMem, __pyx_v_bufferDesc); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":467 * return cudaImportExternalMemory(extMem_out, memHandleDesc) * * cdef cudaError_t _cudaExternalMemoryGetMappedBuffer(void** devPtr, cudaExternalMemory_t extMem, const cudaExternalMemoryBufferDesc* bufferDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":473 * return cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) * * cdef cudaError_t _cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t *__pyx_v_mipmap, cudaExternalMemory_t __pyx_v_extMem, struct cudaExternalMemoryMipmappedArrayDesc const *__pyx_v_mipmapDesc) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":474 * * cdef cudaError_t _cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 474, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":475 * cdef cudaError_t _cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) * return cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":476 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) # <<<<<<<<<<<<<< * return cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExternalMemoryGetMappedMipmappedArray(__pyx_v_mipmap, __pyx_v_extMem, __pyx_v_mipmapDesc); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 476, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":475 * cdef cudaError_t _cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) * return cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":477 * if usePTDS: * return ptds._cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) * return cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaExternalMemoryGetMappedMipmappedArray(__pyx_v_mipmap, __pyx_v_extMem, __pyx_v_mipmapDesc); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":473 * return cudaExternalMemoryGetMappedBuffer(devPtr, extMem, bufferDesc) * * cdef cudaError_t _cudaExternalMemoryGetMappedMipmappedArray(cudaMipmappedArray_t* mipmap, cudaExternalMemory_t extMem, const cudaExternalMemoryMipmappedArrayDesc* mipmapDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":479 * return cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) * * cdef cudaError_t _cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroyExternalMemory(cudaExternalMemory_t __pyx_v_extMem) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":480 * * cdef cudaError_t _cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDestroyExternalMemory(extMem) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 480, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":481 * cdef cudaError_t _cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDestroyExternalMemory(extMem) * return cudaDestroyExternalMemory(extMem) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":482 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDestroyExternalMemory(extMem) # <<<<<<<<<<<<<< * return cudaDestroyExternalMemory(extMem) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyExternalMemory(__pyx_v_extMem); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 482, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":481 * cdef cudaError_t _cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDestroyExternalMemory(extMem) * return cudaDestroyExternalMemory(extMem) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":483 * if usePTDS: * return ptds._cudaDestroyExternalMemory(extMem) * return cudaDestroyExternalMemory(extMem) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDestroyExternalMemory(__pyx_v_extMem); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":479 * return cudaExternalMemoryGetMappedMipmappedArray(mipmap, extMem, mipmapDesc) * * cdef cudaError_t _cudaDestroyExternalMemory(cudaExternalMemory_t extMem) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":485 * return cudaDestroyExternalMemory(extMem) * * cdef cudaError_t _cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaImportExternalSemaphore(cudaExternalSemaphore_t *__pyx_v_extSem_out, struct cudaExternalSemaphoreHandleDesc const *__pyx_v_semHandleDesc) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":486 * * cdef cudaError_t _cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaImportExternalSemaphore(extSem_out, semHandleDesc) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 486, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":487 * cdef cudaError_t _cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaImportExternalSemaphore(extSem_out, semHandleDesc) * return cudaImportExternalSemaphore(extSem_out, semHandleDesc) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":488 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaImportExternalSemaphore(extSem_out, semHandleDesc) # <<<<<<<<<<<<<< * return cudaImportExternalSemaphore(extSem_out, semHandleDesc) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaImportExternalSemaphore(__pyx_v_extSem_out, __pyx_v_semHandleDesc); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 488, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":487 * cdef cudaError_t _cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaImportExternalSemaphore(extSem_out, semHandleDesc) * return cudaImportExternalSemaphore(extSem_out, semHandleDesc) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":489 * if usePTDS: * return ptds._cudaImportExternalSemaphore(extSem_out, semHandleDesc) * return cudaImportExternalSemaphore(extSem_out, semHandleDesc) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaSignalExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaImportExternalSemaphore(__pyx_v_extSem_out, __pyx_v_semHandleDesc); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":485 * return cudaDestroyExternalMemory(extMem) * * cdef cudaError_t _cudaImportExternalSemaphore(cudaExternalSemaphore_t* extSem_out, const cudaExternalSemaphoreHandleDesc* semHandleDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":491 * return cudaImportExternalSemaphore(extSem_out, semHandleDesc) * * cdef cudaError_t _cudaSignalExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaSignalExternalSemaphoresAsync(cudaExternalSemaphore_t const *__pyx_v_extSemArray, struct cudaExternalSemaphoreSignalParams const *__pyx_v_paramsArray, unsigned int __pyx_v_numExtSems, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":492 * * cdef cudaError_t _cudaSignalExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 492, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":493 * cdef cudaError_t _cudaSignalExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * return cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":494 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) # <<<<<<<<<<<<<< * return cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSignalExternalSemaphoresAsync(__pyx_v_extSemArray, __pyx_v_paramsArray, __pyx_v_numExtSems, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 494, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":493 * cdef cudaError_t _cudaSignalExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * return cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":495 * if usePTDS: * return ptds._cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * return cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaWaitExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaSignalExternalSemaphoresAsync(__pyx_v_extSemArray, __pyx_v_paramsArray, __pyx_v_numExtSems, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":491 * return cudaImportExternalSemaphore(extSem_out, semHandleDesc) * * cdef cudaError_t _cudaSignalExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreSignalParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":497 * return cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * * cdef cudaError_t _cudaWaitExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaWaitExternalSemaphoresAsync(cudaExternalSemaphore_t const *__pyx_v_extSemArray, struct cudaExternalSemaphoreWaitParams const *__pyx_v_paramsArray, unsigned int __pyx_v_numExtSems, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":498 * * cdef cudaError_t _cudaWaitExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 498, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":499 * cdef cudaError_t _cudaWaitExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * return cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":500 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) # <<<<<<<<<<<<<< * return cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaWaitExternalSemaphoresAsync(__pyx_v_extSemArray, __pyx_v_paramsArray, __pyx_v_numExtSems, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 500, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":499 * cdef cudaError_t _cudaWaitExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * return cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":501 * if usePTDS: * return ptds._cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * return cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaWaitExternalSemaphoresAsync(__pyx_v_extSemArray, __pyx_v_paramsArray, __pyx_v_numExtSems, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":497 * return cudaSignalExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * * cdef cudaError_t _cudaWaitExternalSemaphoresAsync(const cudaExternalSemaphore_t* extSemArray, const cudaExternalSemaphoreWaitParams* paramsArray, unsigned int numExtSems, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":503 * return cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * * cdef cudaError_t _cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroyExternalSemaphore(cudaExternalSemaphore_t __pyx_v_extSem) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":504 * * cdef cudaError_t _cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDestroyExternalSemaphore(extSem) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 504, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":505 * cdef cudaError_t _cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDestroyExternalSemaphore(extSem) * return cudaDestroyExternalSemaphore(extSem) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":506 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDestroyExternalSemaphore(extSem) # <<<<<<<<<<<<<< * return cudaDestroyExternalSemaphore(extSem) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyExternalSemaphore(__pyx_v_extSem); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 506, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":505 * cdef cudaError_t _cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDestroyExternalSemaphore(extSem) * return cudaDestroyExternalSemaphore(extSem) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":507 * if usePTDS: * return ptds._cudaDestroyExternalSemaphore(extSem) * return cudaDestroyExternalSemaphore(extSem) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDestroyExternalSemaphore(__pyx_v_extSem); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":503 * return cudaWaitExternalSemaphoresAsync(extSemArray, paramsArray, numExtSems, stream) * * cdef cudaError_t _cudaDestroyExternalSemaphore(cudaExternalSemaphore_t extSem) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":509 * return cudaDestroyExternalSemaphore(extSem) * * cdef cudaError_t _cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncSetCacheConfig(void const *__pyx_v_func, enum cudaFuncCache __pyx_v_cacheConfig) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":510 * * cdef cudaError_t _cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaFuncSetCacheConfig(func, cacheConfig) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 510, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":511 * cdef cudaError_t _cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFuncSetCacheConfig(func, cacheConfig) * return cudaFuncSetCacheConfig(func, cacheConfig) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":512 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaFuncSetCacheConfig(func, cacheConfig) # <<<<<<<<<<<<<< * return cudaFuncSetCacheConfig(func, cacheConfig) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetCacheConfig(__pyx_v_func, ((enum cudaFuncCache)__pyx_v_cacheConfig)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 512, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":511 * cdef cudaError_t _cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFuncSetCacheConfig(func, cacheConfig) * return cudaFuncSetCacheConfig(func, cacheConfig) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":513 * if usePTDS: * return ptds._cudaFuncSetCacheConfig(func, cacheConfig) * return cudaFuncSetCacheConfig(func, cacheConfig) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaFuncSetCacheConfig(__pyx_v_func, __pyx_v_cacheConfig); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":509 * return cudaDestroyExternalSemaphore(extSem) * * cdef cudaError_t _cudaFuncSetCacheConfig(const void* func, cudaFuncCache cacheConfig) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":515 * return cudaFuncSetCacheConfig(func, cacheConfig) * * cdef cudaError_t _cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncGetAttributes(struct cudaFuncAttributes *__pyx_v_attr, void const *__pyx_v_func) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":516 * * cdef cudaError_t _cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaFuncGetAttributes(attr, func) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 516, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":517 * cdef cudaError_t _cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFuncGetAttributes(attr, func) * return cudaFuncGetAttributes(attr, func) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":518 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaFuncGetAttributes(attr, func) # <<<<<<<<<<<<<< * return cudaFuncGetAttributes(attr, func) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncGetAttributes(__pyx_v_attr, __pyx_v_func); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 518, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":517 * cdef cudaError_t _cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFuncGetAttributes(attr, func) * return cudaFuncGetAttributes(attr, func) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":519 * if usePTDS: * return ptds._cudaFuncGetAttributes(attr, func) * return cudaFuncGetAttributes(attr, func) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaFuncGetAttributes(__pyx_v_attr, __pyx_v_func); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":515 * return cudaFuncSetCacheConfig(func, cacheConfig) * * cdef cudaError_t _cudaFuncGetAttributes(cudaFuncAttributes* attr, const void* func) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":521 * return cudaFuncGetAttributes(attr, func) * * cdef cudaError_t _cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncSetAttribute(void const *__pyx_v_func, enum cudaFuncAttribute __pyx_v_attr, int __pyx_v_value) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":522 * * cdef cudaError_t _cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaFuncSetAttribute(func, attr, value) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 522, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":523 * cdef cudaError_t _cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFuncSetAttribute(func, attr, value) * return cudaFuncSetAttribute(func, attr, value) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":524 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaFuncSetAttribute(func, attr, value) # <<<<<<<<<<<<<< * return cudaFuncSetAttribute(func, attr, value) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetAttribute(__pyx_v_func, ((enum cudaFuncAttribute)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 524, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":523 * cdef cudaError_t _cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFuncSetAttribute(func, attr, value) * return cudaFuncSetAttribute(func, attr, value) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":525 * if usePTDS: * return ptds._cudaFuncSetAttribute(func, attr, value) * return cudaFuncSetAttribute(func, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaFuncSetAttribute(__pyx_v_func, __pyx_v_attr, __pyx_v_value); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":521 * return cudaFuncGetAttributes(attr, func) * * cdef cudaError_t _cudaFuncSetAttribute(const void* func, cudaFuncAttribute attr, int value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":527 * return cudaFuncSetAttribute(func, attr, value) * * cdef cudaError_t _cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLaunchHostFunc(cudaStream_t __pyx_v_stream, cudaHostFn_t __pyx_v_fn, void *__pyx_v_userData) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":528 * * cdef cudaError_t _cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLaunchHostFunc(stream, fn, userData) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 528, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":529 * cdef cudaError_t _cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLaunchHostFunc(stream, fn, userData) * return cudaLaunchHostFunc(stream, fn, userData) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":530 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLaunchHostFunc(stream, fn, userData) # <<<<<<<<<<<<<< * return cudaLaunchHostFunc(stream, fn, userData) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLaunchHostFunc(__pyx_v_stream, __pyx_v_fn, __pyx_v_userData); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 530, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":529 * cdef cudaError_t _cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLaunchHostFunc(stream, fn, userData) * return cudaLaunchHostFunc(stream, fn, userData) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":531 * if usePTDS: * return ptds._cudaLaunchHostFunc(stream, fn, userData) * return cudaLaunchHostFunc(stream, fn, userData) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLaunchHostFunc(__pyx_v_stream, __pyx_v_fn, __pyx_v_userData); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":527 * return cudaFuncSetAttribute(func, attr, value) * * cdef cudaError_t _cudaLaunchHostFunc(cudaStream_t stream, cudaHostFn_t fn, void* userData) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":533 * return cudaLaunchHostFunc(stream, fn, userData) * * cdef cudaError_t _cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFuncSetSharedMemConfig(void const *__pyx_v_func, enum cudaSharedMemConfig __pyx_v_config) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":534 * * cdef cudaError_t _cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaFuncSetSharedMemConfig(func, config) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 534, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":535 * cdef cudaError_t _cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFuncSetSharedMemConfig(func, config) * return cudaFuncSetSharedMemConfig(func, config) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":536 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaFuncSetSharedMemConfig(func, config) # <<<<<<<<<<<<<< * return cudaFuncSetSharedMemConfig(func, config) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetSharedMemConfig(__pyx_v_func, ((enum cudaSharedMemConfig)__pyx_v_config)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 536, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":535 * cdef cudaError_t _cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFuncSetSharedMemConfig(func, config) * return cudaFuncSetSharedMemConfig(func, config) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":537 * if usePTDS: * return ptds._cudaFuncSetSharedMemConfig(func, config) * return cudaFuncSetSharedMemConfig(func, config) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaFuncSetSharedMemConfig(__pyx_v_func, __pyx_v_config); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":533 * return cudaLaunchHostFunc(stream, fn, userData) * * cdef cudaError_t _cudaFuncSetSharedMemConfig(const void* func, cudaSharedMemConfig config) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":539 * return cudaFuncSetSharedMemConfig(func, config) * * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaOccupancyMaxActiveBlocksPerMultiprocessor(int *__pyx_v_numBlocks, void const *__pyx_v_func, int __pyx_v_blockSize, size_t __pyx_v_dynamicSMemSize) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":540 * * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 540, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":541 * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) * return cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":542 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) # <<<<<<<<<<<<<< * return cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyMaxActiveBlocksPerMultiprocessor(__pyx_v_numBlocks, __pyx_v_func, __pyx_v_blockSize, __pyx_v_dynamicSMemSize); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 542, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":541 * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) * return cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":543 * if usePTDS: * return ptds._cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) * return cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaOccupancyMaxActiveBlocksPerMultiprocessor(__pyx_v_numBlocks, __pyx_v_func, __pyx_v_blockSize, __pyx_v_dynamicSMemSize); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":539 * return cudaFuncSetSharedMemConfig(func, config) * * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessor(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":545 * return cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) * * cdef cudaError_t _cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaOccupancyAvailableDynamicSMemPerBlock(size_t *__pyx_v_dynamicSmemSize, void const *__pyx_v_func, int __pyx_v_numBlocks, int __pyx_v_blockSize) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":546 * * cdef cudaError_t _cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 546, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":547 * cdef cudaError_t _cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) * return cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":548 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) # <<<<<<<<<<<<<< * return cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyAvailableDynamicSMemPerBlock(__pyx_v_dynamicSmemSize, __pyx_v_func, __pyx_v_numBlocks, __pyx_v_blockSize); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 548, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":547 * cdef cudaError_t _cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) * return cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":549 * if usePTDS: * return ptds._cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) * return cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaOccupancyAvailableDynamicSMemPerBlock(__pyx_v_dynamicSmemSize, __pyx_v_func, __pyx_v_numBlocks, __pyx_v_blockSize); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":545 * return cudaOccupancyMaxActiveBlocksPerMultiprocessor(numBlocks, func, blockSize, dynamicSMemSize) * * cdef cudaError_t _cudaOccupancyAvailableDynamicSMemPerBlock(size_t* dynamicSmemSize, const void* func, int numBlocks, int blockSize) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":551 * return cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) * * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":552 * * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 552, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":553 * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) * return cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":554 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) # <<<<<<<<<<<<<< * return cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(__pyx_v_numBlocks, __pyx_v_func, __pyx_v_blockSize, __pyx_v_dynamicSMemSize, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 554, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":553 * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) * return cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":555 * if usePTDS: * return ptds._cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) * return cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(__pyx_v_numBlocks, __pyx_v_func, __pyx_v_blockSize, __pyx_v_dynamicSMemSize, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":551 * return cudaOccupancyAvailableDynamicSMemPerBlock(dynamicSmemSize, func, numBlocks, blockSize) * * cdef cudaError_t _cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(int* numBlocks, const void* func, int blockSize, size_t dynamicSMemSize, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":557 * return cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) * * cdef cudaError_t _cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocManaged(void **__pyx_v_devPtr, size_t __pyx_v_size, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":558 * * cdef cudaError_t _cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMallocManaged(devPtr, size, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 558, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":559 * cdef cudaError_t _cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocManaged(devPtr, size, flags) * return cudaMallocManaged(devPtr, size, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":560 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMallocManaged(devPtr, size, flags) # <<<<<<<<<<<<<< * return cudaMallocManaged(devPtr, size, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocManaged(__pyx_v_devPtr, __pyx_v_size, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 560, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":559 * cdef cudaError_t _cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocManaged(devPtr, size, flags) * return cudaMallocManaged(devPtr, size, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":561 * if usePTDS: * return ptds._cudaMallocManaged(devPtr, size, flags) * return cudaMallocManaged(devPtr, size, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMallocManaged(__pyx_v_devPtr, __pyx_v_size, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":557 * return cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags(numBlocks, func, blockSize, dynamicSMemSize, flags) * * cdef cudaError_t _cudaMallocManaged(void** devPtr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":563 * return cudaMallocManaged(devPtr, size, flags) * * cdef cudaError_t _cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMalloc(void **__pyx_v_devPtr, size_t __pyx_v_size) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":564 * * cdef cudaError_t _cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMalloc(devPtr, size) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 564, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":565 * cdef cudaError_t _cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMalloc(devPtr, size) * return cudaMalloc(devPtr, size) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":566 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMalloc(devPtr, size) # <<<<<<<<<<<<<< * return cudaMalloc(devPtr, size) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc(__pyx_v_devPtr, __pyx_v_size); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 566, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":565 * cdef cudaError_t _cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMalloc(devPtr, size) * return cudaMalloc(devPtr, size) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":567 * if usePTDS: * return ptds._cudaMalloc(devPtr, size) * return cudaMalloc(devPtr, size) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMalloc(__pyx_v_devPtr, __pyx_v_size); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":563 * return cudaMallocManaged(devPtr, size, flags) * * cdef cudaError_t _cudaMalloc(void** devPtr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":569 * return cudaMalloc(devPtr, size) * * cdef cudaError_t _cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocHost(void **__pyx_v_ptr, size_t __pyx_v_size) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":570 * * cdef cudaError_t _cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMallocHost(ptr, size) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 570, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":571 * cdef cudaError_t _cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocHost(ptr, size) * return cudaMallocHost(ptr, size) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":572 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMallocHost(ptr, size) # <<<<<<<<<<<<<< * return cudaMallocHost(ptr, size) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocHost(__pyx_v_ptr, __pyx_v_size); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 572, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":571 * cdef cudaError_t _cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocHost(ptr, size) * return cudaMallocHost(ptr, size) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":573 * if usePTDS: * return ptds._cudaMallocHost(ptr, size) * return cudaMallocHost(ptr, size) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMallocHost(__pyx_v_ptr, __pyx_v_size); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":569 * return cudaMalloc(devPtr, size) * * cdef cudaError_t _cudaMallocHost(void** ptr, size_t size) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":575 * return cudaMallocHost(ptr, size) * * cdef cudaError_t _cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocPitch(void **__pyx_v_devPtr, size_t *__pyx_v_pitch, size_t __pyx_v_width, size_t __pyx_v_height) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":576 * * cdef cudaError_t _cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMallocPitch(devPtr, pitch, width, height) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 576, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":577 * cdef cudaError_t _cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocPitch(devPtr, pitch, width, height) * return cudaMallocPitch(devPtr, pitch, width, height) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":578 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMallocPitch(devPtr, pitch, width, height) # <<<<<<<<<<<<<< * return cudaMallocPitch(devPtr, pitch, width, height) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocPitch(__pyx_v_devPtr, __pyx_v_pitch, __pyx_v_width, __pyx_v_height); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 578, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":577 * cdef cudaError_t _cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocPitch(devPtr, pitch, width, height) * return cudaMallocPitch(devPtr, pitch, width, height) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":579 * if usePTDS: * return ptds._cudaMallocPitch(devPtr, pitch, width, height) * return cudaMallocPitch(devPtr, pitch, width, height) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMallocArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMallocPitch(__pyx_v_devPtr, __pyx_v_pitch, __pyx_v_width, __pyx_v_height); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":575 * return cudaMallocHost(ptr, size) * * cdef cudaError_t _cudaMallocPitch(void** devPtr, size_t* pitch, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":581 * return cudaMallocPitch(devPtr, pitch, width, height) * * cdef cudaError_t _cudaMallocArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":582 * * cdef cudaError_t _cudaMallocArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMallocArray(array, desc, width, height, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 582, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":583 * cdef cudaError_t _cudaMallocArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocArray(array, desc, width, height, flags) * return cudaMallocArray(array, desc, width, height, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":584 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMallocArray(array, desc, width, height, flags) # <<<<<<<<<<<<<< * return cudaMallocArray(array, desc, width, height, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocArray(__pyx_v_array, __pyx_v_desc, __pyx_v_width, __pyx_v_height, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 584, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":583 * cdef cudaError_t _cudaMallocArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocArray(array, desc, width, height, flags) * return cudaMallocArray(array, desc, width, height, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":585 * if usePTDS: * return ptds._cudaMallocArray(array, desc, width, height, flags) * return cudaMallocArray(array, desc, width, height, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMallocArray(__pyx_v_array, __pyx_v_desc, __pyx_v_width, __pyx_v_height, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":581 * return cudaMallocPitch(devPtr, pitch, width, height) * * cdef cudaError_t _cudaMallocArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, size_t width, size_t height, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":587 * return cudaMallocArray(array, desc, width, height, flags) * * cdef cudaError_t _cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFree(void *__pyx_v_devPtr) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":588 * * cdef cudaError_t _cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaFree(devPtr) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 588, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":589 * cdef cudaError_t _cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFree(devPtr) * return cudaFree(devPtr) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":590 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaFree(devPtr) # <<<<<<<<<<<<<< * return cudaFree(devPtr) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFree(__pyx_v_devPtr); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 590, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":589 * cdef cudaError_t _cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFree(devPtr) * return cudaFree(devPtr) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":591 * if usePTDS: * return ptds._cudaFree(devPtr) * return cudaFree(devPtr) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaFree(__pyx_v_devPtr); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":587 * return cudaMallocArray(array, desc, width, height, flags) * * cdef cudaError_t _cudaFree(void* devPtr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":593 * return cudaFree(devPtr) * * cdef cudaError_t _cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeHost(void *__pyx_v_ptr) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":594 * * cdef cudaError_t _cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaFreeHost(ptr) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 594, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":595 * cdef cudaError_t _cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFreeHost(ptr) * return cudaFreeHost(ptr) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":596 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaFreeHost(ptr) # <<<<<<<<<<<<<< * return cudaFreeHost(ptr) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeHost(__pyx_v_ptr); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 596, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":595 * cdef cudaError_t _cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFreeHost(ptr) * return cudaFreeHost(ptr) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":597 * if usePTDS: * return ptds._cudaFreeHost(ptr) * return cudaFreeHost(ptr) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaFreeHost(__pyx_v_ptr); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":593 * return cudaFree(devPtr) * * cdef cudaError_t _cudaFreeHost(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":599 * return cudaFreeHost(ptr) * * cdef cudaError_t _cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeArray(cudaArray_t __pyx_v_array) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":600 * * cdef cudaError_t _cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaFreeArray(array) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 600, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":601 * cdef cudaError_t _cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFreeArray(array) * return cudaFreeArray(array) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":602 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaFreeArray(array) # <<<<<<<<<<<<<< * return cudaFreeArray(array) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeArray(__pyx_v_array); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 602, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":601 * cdef cudaError_t _cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFreeArray(array) * return cudaFreeArray(array) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":603 * if usePTDS: * return ptds._cudaFreeArray(array) * return cudaFreeArray(array) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaFreeArray(__pyx_v_array); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":599 * return cudaFreeHost(ptr) * * cdef cudaError_t _cudaFreeArray(cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":605 * return cudaFreeArray(array) * * cdef cudaError_t _cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeMipmappedArray(cudaMipmappedArray_t __pyx_v_mipmappedArray) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":606 * * cdef cudaError_t _cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaFreeMipmappedArray(mipmappedArray) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 606, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":607 * cdef cudaError_t _cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFreeMipmappedArray(mipmappedArray) * return cudaFreeMipmappedArray(mipmappedArray) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":608 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaFreeMipmappedArray(mipmappedArray) # <<<<<<<<<<<<<< * return cudaFreeMipmappedArray(mipmappedArray) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeMipmappedArray(__pyx_v_mipmappedArray); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 608, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":607 * cdef cudaError_t _cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFreeMipmappedArray(mipmappedArray) * return cudaFreeMipmappedArray(mipmappedArray) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":609 * if usePTDS: * return ptds._cudaFreeMipmappedArray(mipmappedArray) * return cudaFreeMipmappedArray(mipmappedArray) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaFreeMipmappedArray(__pyx_v_mipmappedArray); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":605 * return cudaFreeArray(array) * * cdef cudaError_t _cudaFreeMipmappedArray(cudaMipmappedArray_t mipmappedArray) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":611 * return cudaFreeMipmappedArray(mipmappedArray) * * cdef cudaError_t _cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostAlloc(void **__pyx_v_pHost, size_t __pyx_v_size, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":612 * * cdef cudaError_t _cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaHostAlloc(pHost, size, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 612, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":613 * cdef cudaError_t _cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaHostAlloc(pHost, size, flags) * return cudaHostAlloc(pHost, size, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":614 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaHostAlloc(pHost, size, flags) # <<<<<<<<<<<<<< * return cudaHostAlloc(pHost, size, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostAlloc(__pyx_v_pHost, __pyx_v_size, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 614, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":613 * cdef cudaError_t _cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaHostAlloc(pHost, size, flags) * return cudaHostAlloc(pHost, size, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":615 * if usePTDS: * return ptds._cudaHostAlloc(pHost, size, flags) * return cudaHostAlloc(pHost, size, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaHostAlloc(__pyx_v_pHost, __pyx_v_size, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":611 * return cudaFreeMipmappedArray(mipmappedArray) * * cdef cudaError_t _cudaHostAlloc(void** pHost, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":617 * return cudaHostAlloc(pHost, size, flags) * * cdef cudaError_t _cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostRegister(void *__pyx_v_ptr, size_t __pyx_v_size, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":618 * * cdef cudaError_t _cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaHostRegister(ptr, size, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 618, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":619 * cdef cudaError_t _cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaHostRegister(ptr, size, flags) * return cudaHostRegister(ptr, size, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":620 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaHostRegister(ptr, size, flags) # <<<<<<<<<<<<<< * return cudaHostRegister(ptr, size, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostRegister(__pyx_v_ptr, __pyx_v_size, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 620, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":619 * cdef cudaError_t _cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaHostRegister(ptr, size, flags) * return cudaHostRegister(ptr, size, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":621 * if usePTDS: * return ptds._cudaHostRegister(ptr, size, flags) * return cudaHostRegister(ptr, size, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaHostRegister(__pyx_v_ptr, __pyx_v_size, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":617 * return cudaHostAlloc(pHost, size, flags) * * cdef cudaError_t _cudaHostRegister(void* ptr, size_t size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":623 * return cudaHostRegister(ptr, size, flags) * * cdef cudaError_t _cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostUnregister(void *__pyx_v_ptr) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":624 * * cdef cudaError_t _cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaHostUnregister(ptr) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 624, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":625 * cdef cudaError_t _cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaHostUnregister(ptr) * return cudaHostUnregister(ptr) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":626 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaHostUnregister(ptr) # <<<<<<<<<<<<<< * return cudaHostUnregister(ptr) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostUnregister(__pyx_v_ptr); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 626, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":625 * cdef cudaError_t _cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaHostUnregister(ptr) * return cudaHostUnregister(ptr) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":627 * if usePTDS: * return ptds._cudaHostUnregister(ptr) * return cudaHostUnregister(ptr) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaHostUnregister(__pyx_v_ptr); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":623 * return cudaHostRegister(ptr, size, flags) * * cdef cudaError_t _cudaHostUnregister(void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":629 * return cudaHostUnregister(ptr) * * cdef cudaError_t _cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostGetDevicePointer(void **__pyx_v_pDevice, void *__pyx_v_pHost, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":630 * * cdef cudaError_t _cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaHostGetDevicePointer(pDevice, pHost, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 630, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":631 * cdef cudaError_t _cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaHostGetDevicePointer(pDevice, pHost, flags) * return cudaHostGetDevicePointer(pDevice, pHost, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":632 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaHostGetDevicePointer(pDevice, pHost, flags) # <<<<<<<<<<<<<< * return cudaHostGetDevicePointer(pDevice, pHost, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostGetDevicePointer(__pyx_v_pDevice, __pyx_v_pHost, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 632, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":631 * cdef cudaError_t _cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaHostGetDevicePointer(pDevice, pHost, flags) * return cudaHostGetDevicePointer(pDevice, pHost, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":633 * if usePTDS: * return ptds._cudaHostGetDevicePointer(pDevice, pHost, flags) * return cudaHostGetDevicePointer(pDevice, pHost, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaHostGetDevicePointer(__pyx_v_pDevice, __pyx_v_pHost, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":629 * return cudaHostUnregister(ptr) * * cdef cudaError_t _cudaHostGetDevicePointer(void** pDevice, void* pHost, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":635 * return cudaHostGetDevicePointer(pDevice, pHost, flags) * * cdef cudaError_t _cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaHostGetFlags(unsigned int *__pyx_v_pFlags, void *__pyx_v_pHost) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":636 * * cdef cudaError_t _cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaHostGetFlags(pFlags, pHost) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 636, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":637 * cdef cudaError_t _cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaHostGetFlags(pFlags, pHost) * return cudaHostGetFlags(pFlags, pHost) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":638 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaHostGetFlags(pFlags, pHost) # <<<<<<<<<<<<<< * return cudaHostGetFlags(pFlags, pHost) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostGetFlags(__pyx_v_pFlags, __pyx_v_pHost); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 638, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":637 * cdef cudaError_t _cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaHostGetFlags(pFlags, pHost) * return cudaHostGetFlags(pFlags, pHost) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":639 * if usePTDS: * return ptds._cudaHostGetFlags(pFlags, pHost) * return cudaHostGetFlags(pFlags, pHost) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaHostGetFlags(__pyx_v_pFlags, __pyx_v_pHost); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":635 * return cudaHostGetDevicePointer(pDevice, pHost, flags) * * cdef cudaError_t _cudaHostGetFlags(unsigned int* pFlags, void* pHost) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":641 * return cudaHostGetFlags(pFlags, pHost) * * cdef cudaError_t _cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMalloc3D(struct cudaPitchedPtr *__pyx_v_pitchedDevPtr, struct cudaExtent __pyx_v_extent) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":642 * * cdef cudaError_t _cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMalloc3D(pitchedDevPtr, extent) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 642, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":643 * cdef cudaError_t _cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMalloc3D(pitchedDevPtr, extent) * return cudaMalloc3D(pitchedDevPtr, extent) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":644 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMalloc3D(pitchedDevPtr, extent) # <<<<<<<<<<<<<< * return cudaMalloc3D(pitchedDevPtr, extent) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc3D(__pyx_v_pitchedDevPtr, __pyx_v_extent); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 644, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":643 * cdef cudaError_t _cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMalloc3D(pitchedDevPtr, extent) * return cudaMalloc3D(pitchedDevPtr, extent) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":645 * if usePTDS: * return ptds._cudaMalloc3D(pitchedDevPtr, extent) * return cudaMalloc3D(pitchedDevPtr, extent) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMalloc3D(__pyx_v_pitchedDevPtr, __pyx_v_extent); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":641 * return cudaHostGetFlags(pFlags, pHost) * * cdef cudaError_t _cudaMalloc3D(cudaPitchedPtr* pitchedDevPtr, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":647 * return cudaMalloc3D(pitchedDevPtr, extent) * * cdef cudaError_t _cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMalloc3DArray(cudaArray_t *__pyx_v_array, struct cudaChannelFormatDesc const *__pyx_v_desc, struct cudaExtent __pyx_v_extent, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":648 * * cdef cudaError_t _cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMalloc3DArray(array, desc, extent, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 648, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":649 * cdef cudaError_t _cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMalloc3DArray(array, desc, extent, flags) * return cudaMalloc3DArray(array, desc, extent, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":650 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMalloc3DArray(array, desc, extent, flags) # <<<<<<<<<<<<<< * return cudaMalloc3DArray(array, desc, extent, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc3DArray(__pyx_v_array, __pyx_v_desc, __pyx_v_extent, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 650, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":649 * cdef cudaError_t _cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMalloc3DArray(array, desc, extent, flags) * return cudaMalloc3DArray(array, desc, extent, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":651 * if usePTDS: * return ptds._cudaMalloc3DArray(array, desc, extent, flags) * return cudaMalloc3DArray(array, desc, extent, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMallocMipmappedArray(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int numLevels, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMalloc3DArray(__pyx_v_array, __pyx_v_desc, __pyx_v_extent, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":647 * return cudaMalloc3D(pitchedDevPtr, extent) * * cdef cudaError_t _cudaMalloc3DArray(cudaArray_t* array, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":653 * return cudaMalloc3DArray(array, desc, extent, flags) * * cdef cudaError_t _cudaMallocMipmappedArray(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int numLevels, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":654 * * cdef cudaError_t _cudaMallocMipmappedArray(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int numLevels, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 654, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":655 * cdef cudaError_t _cudaMallocMipmappedArray(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int numLevels, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) * return cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":656 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) # <<<<<<<<<<<<<< * return cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocMipmappedArray(__pyx_v_mipmappedArray, __pyx_v_desc, __pyx_v_extent, __pyx_v_numLevels, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 656, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":655 * cdef cudaError_t _cudaMallocMipmappedArray(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int numLevels, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) * return cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":657 * if usePTDS: * return ptds._cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) * return cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMallocMipmappedArray(__pyx_v_mipmappedArray, __pyx_v_desc, __pyx_v_extent, __pyx_v_numLevels, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":653 * return cudaMalloc3DArray(array, desc, extent, flags) * * cdef cudaError_t _cudaMallocMipmappedArray(cudaMipmappedArray_t* mipmappedArray, const cudaChannelFormatDesc* desc, cudaExtent extent, unsigned int numLevels, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":659 * return cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) * * cdef cudaError_t _cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetMipmappedArrayLevel(cudaArray_t *__pyx_v_levelArray, cudaMipmappedArray_const_t __pyx_v_mipmappedArray, unsigned int __pyx_v_level) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":660 * * cdef cudaError_t _cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 660, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":661 * cdef cudaError_t _cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) * return cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":662 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) # <<<<<<<<<<<<<< * return cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetMipmappedArrayLevel(__pyx_v_levelArray, __pyx_v_mipmappedArray, __pyx_v_level); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 662, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":661 * cdef cudaError_t _cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) * return cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":663 * if usePTDS: * return ptds._cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) * return cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetMipmappedArrayLevel(__pyx_v_levelArray, __pyx_v_mipmappedArray, __pyx_v_level); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":659 * return cudaMallocMipmappedArray(mipmappedArray, desc, extent, numLevels, flags) * * cdef cudaError_t _cudaGetMipmappedArrayLevel(cudaArray_t* levelArray, cudaMipmappedArray_const_t mipmappedArray, unsigned int level) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":665 * return cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) * * cdef cudaError_t _cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3D(struct cudaMemcpy3DParms const *__pyx_v_p) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":666 * * cdef cudaError_t _cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy3D(p) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 666, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":667 * cdef cudaError_t _cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy3D(p) * return cudaMemcpy3D(p) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":668 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy3D(p) # <<<<<<<<<<<<<< * return cudaMemcpy3D(p) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3D(__pyx_v_p); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 668, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":667 * cdef cudaError_t _cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy3D(p) * return cudaMemcpy3D(p) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":669 * if usePTDS: * return ptds._cudaMemcpy3D(p) * return cudaMemcpy3D(p) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy3D(__pyx_v_p); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":665 * return cudaGetMipmappedArrayLevel(levelArray, mipmappedArray, level) * * cdef cudaError_t _cudaMemcpy3D(const cudaMemcpy3DParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":671 * return cudaMemcpy3D(p) * * cdef cudaError_t _cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DPeer(struct cudaMemcpy3DPeerParms const *__pyx_v_p) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":672 * * cdef cudaError_t _cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy3DPeer(p) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 672, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":673 * cdef cudaError_t _cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy3DPeer(p) * return cudaMemcpy3DPeer(p) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":674 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy3DPeer(p) # <<<<<<<<<<<<<< * return cudaMemcpy3DPeer(p) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DPeer(__pyx_v_p); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 674, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":673 * cdef cudaError_t _cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy3DPeer(p) * return cudaMemcpy3DPeer(p) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":675 * if usePTDS: * return ptds._cudaMemcpy3DPeer(p) * return cudaMemcpy3DPeer(p) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy3DPeer(__pyx_v_p); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":671 * return cudaMemcpy3D(p) * * cdef cudaError_t _cudaMemcpy3DPeer(const cudaMemcpy3DPeerParms* p) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":677 * return cudaMemcpy3DPeer(p) * * cdef cudaError_t _cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DAsync(struct cudaMemcpy3DParms const *__pyx_v_p, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":678 * * cdef cudaError_t _cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy3DAsync(p, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 678, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":679 * cdef cudaError_t _cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy3DAsync(p, stream) * return cudaMemcpy3DAsync(p, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":680 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy3DAsync(p, stream) # <<<<<<<<<<<<<< * return cudaMemcpy3DAsync(p, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DAsync(__pyx_v_p, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 680, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":679 * cdef cudaError_t _cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy3DAsync(p, stream) * return cudaMemcpy3DAsync(p, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":681 * if usePTDS: * return ptds._cudaMemcpy3DAsync(p, stream) * return cudaMemcpy3DAsync(p, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy3DAsync(__pyx_v_p, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":677 * return cudaMemcpy3DPeer(p) * * cdef cudaError_t _cudaMemcpy3DAsync(const cudaMemcpy3DParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":683 * return cudaMemcpy3DAsync(p, stream) * * cdef cudaError_t _cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DPeerAsync(struct cudaMemcpy3DPeerParms const *__pyx_v_p, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":684 * * cdef cudaError_t _cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy3DPeerAsync(p, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 684, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":685 * cdef cudaError_t _cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy3DPeerAsync(p, stream) * return cudaMemcpy3DPeerAsync(p, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":686 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy3DPeerAsync(p, stream) # <<<<<<<<<<<<<< * return cudaMemcpy3DPeerAsync(p, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DPeerAsync(__pyx_v_p, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 686, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":685 * cdef cudaError_t _cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy3DPeerAsync(p, stream) * return cudaMemcpy3DPeerAsync(p, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":687 * if usePTDS: * return ptds._cudaMemcpy3DPeerAsync(p, stream) * return cudaMemcpy3DPeerAsync(p, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy3DPeerAsync(__pyx_v_p, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":683 * return cudaMemcpy3DAsync(p, stream) * * cdef cudaError_t _cudaMemcpy3DPeerAsync(const cudaMemcpy3DPeerParms* p, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":689 * return cudaMemcpy3DPeerAsync(p, stream) * * cdef cudaError_t _cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemGetInfo(size_t *__pyx_v_free, size_t *__pyx_v_total) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":690 * * cdef cudaError_t _cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemGetInfo(free, total) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 690, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":691 * cdef cudaError_t _cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemGetInfo(free, total) * return cudaMemGetInfo(free, total) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":692 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemGetInfo(free, total) # <<<<<<<<<<<<<< * return cudaMemGetInfo(free, total) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetInfo(__pyx_v_free, __pyx_v_total); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 692, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":691 * cdef cudaError_t _cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemGetInfo(free, total) * return cudaMemGetInfo(free, total) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":693 * if usePTDS: * return ptds._cudaMemGetInfo(free, total) * return cudaMemGetInfo(free, total) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemGetInfo(__pyx_v_free, __pyx_v_total); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":689 * return cudaMemcpy3DPeerAsync(p, stream) * * cdef cudaError_t _cudaMemGetInfo(size_t* free, size_t* total) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":695 * return cudaMemGetInfo(free, total) * * cdef cudaError_t _cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetInfo(struct cudaChannelFormatDesc *__pyx_v_desc, struct cudaExtent *__pyx_v_extent, unsigned int *__pyx_v_flags, cudaArray_t __pyx_v_array) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":696 * * cdef cudaError_t _cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaArrayGetInfo(desc, extent, flags, array) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 696, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":697 * cdef cudaError_t _cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaArrayGetInfo(desc, extent, flags, array) * return cudaArrayGetInfo(desc, extent, flags, array) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":698 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaArrayGetInfo(desc, extent, flags, array) # <<<<<<<<<<<<<< * return cudaArrayGetInfo(desc, extent, flags, array) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetInfo(__pyx_v_desc, __pyx_v_extent, __pyx_v_flags, __pyx_v_array); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 698, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":697 * cdef cudaError_t _cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaArrayGetInfo(desc, extent, flags, array) * return cudaArrayGetInfo(desc, extent, flags, array) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":699 * if usePTDS: * return ptds._cudaArrayGetInfo(desc, extent, flags, array) * return cudaArrayGetInfo(desc, extent, flags, array) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaArrayGetInfo(__pyx_v_desc, __pyx_v_extent, __pyx_v_flags, __pyx_v_array); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":695 * return cudaMemGetInfo(free, total) * * cdef cudaError_t _cudaArrayGetInfo(cudaChannelFormatDesc* desc, cudaExtent* extent, unsigned int* flags, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":701 * return cudaArrayGetInfo(desc, extent, flags, array) * * cdef cudaError_t _cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetPlane(cudaArray_t *__pyx_v_pPlaneArray, cudaArray_t __pyx_v_hArray, unsigned int __pyx_v_planeIdx) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":702 * * cdef cudaError_t _cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 702, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":703 * cdef cudaError_t _cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) * return cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":704 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) # <<<<<<<<<<<<<< * return cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetPlane(__pyx_v_pPlaneArray, __pyx_v_hArray, __pyx_v_planeIdx); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 704, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":703 * cdef cudaError_t _cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) * return cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":705 * if usePTDS: * return ptds._cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) * return cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaArrayGetPlane(__pyx_v_pPlaneArray, __pyx_v_hArray, __pyx_v_planeIdx); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":701 * return cudaArrayGetInfo(desc, extent, flags, array) * * cdef cudaError_t _cudaArrayGetPlane(cudaArray_t* pPlaneArray, cudaArray_t hArray, unsigned int planeIdx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":707 * return cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) * * cdef cudaError_t _cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetMemoryRequirements(struct cudaArrayMemoryRequirements *__pyx_v_memoryRequirements, cudaArray_t __pyx_v_array, int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":708 * * cdef cudaError_t _cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaArrayGetMemoryRequirements(memoryRequirements, array, device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 708, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":709 * cdef cudaError_t _cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaArrayGetMemoryRequirements(memoryRequirements, array, device) * return cudaArrayGetMemoryRequirements(memoryRequirements, array, device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":710 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaArrayGetMemoryRequirements(memoryRequirements, array, device) # <<<<<<<<<<<<<< * return cudaArrayGetMemoryRequirements(memoryRequirements, array, device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetMemoryRequirements(__pyx_v_memoryRequirements, __pyx_v_array, __pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 710, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":709 * cdef cudaError_t _cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaArrayGetMemoryRequirements(memoryRequirements, array, device) * return cudaArrayGetMemoryRequirements(memoryRequirements, array, device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":711 * if usePTDS: * return ptds._cudaArrayGetMemoryRequirements(memoryRequirements, array, device) * return cudaArrayGetMemoryRequirements(memoryRequirements, array, device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaArrayGetMemoryRequirements(__pyx_v_memoryRequirements, __pyx_v_array, __pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":707 * return cudaArrayGetPlane(pPlaneArray, hArray, planeIdx) * * cdef cudaError_t _cudaArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaArray_t array, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":713 * return cudaArrayGetMemoryRequirements(memoryRequirements, array, device) * * cdef cudaError_t _cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMipmappedArrayGetMemoryRequirements(struct cudaArrayMemoryRequirements *__pyx_v_memoryRequirements, cudaMipmappedArray_t __pyx_v_mipmap, int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":714 * * cdef cudaError_t _cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 714, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":715 * cdef cudaError_t _cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) * return cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":716 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) # <<<<<<<<<<<<<< * return cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMipmappedArrayGetMemoryRequirements(__pyx_v_memoryRequirements, __pyx_v_mipmap, __pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 716, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":715 * cdef cudaError_t _cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) * return cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":717 * if usePTDS: * return ptds._cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) * return cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMipmappedArrayGetMemoryRequirements(__pyx_v_memoryRequirements, __pyx_v_mipmap, __pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":713 * return cudaArrayGetMemoryRequirements(memoryRequirements, array, device) * * cdef cudaError_t _cudaMipmappedArrayGetMemoryRequirements(cudaArrayMemoryRequirements* memoryRequirements, cudaMipmappedArray_t mipmap, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":719 * return cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) * * cdef cudaError_t _cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaArrayGetSparseProperties(struct cudaArraySparseProperties *__pyx_v_sparseProperties, cudaArray_t __pyx_v_array) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":720 * * cdef cudaError_t _cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaArrayGetSparseProperties(sparseProperties, array) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 720, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":721 * cdef cudaError_t _cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaArrayGetSparseProperties(sparseProperties, array) * return cudaArrayGetSparseProperties(sparseProperties, array) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":722 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaArrayGetSparseProperties(sparseProperties, array) # <<<<<<<<<<<<<< * return cudaArrayGetSparseProperties(sparseProperties, array) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetSparseProperties(__pyx_v_sparseProperties, __pyx_v_array); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 722, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":721 * cdef cudaError_t _cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaArrayGetSparseProperties(sparseProperties, array) * return cudaArrayGetSparseProperties(sparseProperties, array) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":723 * if usePTDS: * return ptds._cudaArrayGetSparseProperties(sparseProperties, array) * return cudaArrayGetSparseProperties(sparseProperties, array) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaArrayGetSparseProperties(__pyx_v_sparseProperties, __pyx_v_array); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":719 * return cudaMipmappedArrayGetMemoryRequirements(memoryRequirements, mipmap, device) * * cdef cudaError_t _cudaArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaArray_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":725 * return cudaArrayGetSparseProperties(sparseProperties, array) * * cdef cudaError_t _cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMipmappedArrayGetSparseProperties(struct cudaArraySparseProperties *__pyx_v_sparseProperties, cudaMipmappedArray_t __pyx_v_mipmap) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":726 * * cdef cudaError_t _cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 726, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":727 * cdef cudaError_t _cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) * return cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":728 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) # <<<<<<<<<<<<<< * return cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMipmappedArrayGetSparseProperties(__pyx_v_sparseProperties, __pyx_v_mipmap); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 728, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":727 * cdef cudaError_t _cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) * return cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":729 * if usePTDS: * return ptds._cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) * return cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMipmappedArrayGetSparseProperties(__pyx_v_sparseProperties, __pyx_v_mipmap); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":725 * return cudaArrayGetSparseProperties(sparseProperties, array) * * cdef cudaError_t _cudaMipmappedArrayGetSparseProperties(cudaArraySparseProperties* sparseProperties, cudaMipmappedArray_t mipmap) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":731 * return cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) * * cdef cudaError_t _cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy(void *__pyx_v_dst, void const *__pyx_v_src, size_t __pyx_v_count, enum cudaMemcpyKind __pyx_v_kind) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":732 * * cdef cudaError_t _cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy(dst, src, count, kind) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 732, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":733 * cdef cudaError_t _cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy(dst, src, count, kind) * return cudaMemcpy(dst, src, count, kind) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":734 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy(dst, src, count, kind) # <<<<<<<<<<<<<< * return cudaMemcpy(dst, src, count, kind) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy(__pyx_v_dst, __pyx_v_src, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 734, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":733 * cdef cudaError_t _cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy(dst, src, count, kind) * return cudaMemcpy(dst, src, count, kind) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":735 * if usePTDS: * return ptds._cudaMemcpy(dst, src, count, kind) * return cudaMemcpy(dst, src, count, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpyPeer(void* dst, int dstDevice, const void* src, int srcDevice, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy(__pyx_v_dst, __pyx_v_src, __pyx_v_count, __pyx_v_kind); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":731 * return cudaMipmappedArrayGetSparseProperties(sparseProperties, mipmap) * * cdef cudaError_t _cudaMemcpy(void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":737 * return cudaMemcpy(dst, src, count, kind) * * cdef cudaError_t _cudaMemcpyPeer(void* dst, int dstDevice, const void* src, int srcDevice, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpyPeer(void *__pyx_v_dst, int __pyx_v_dstDevice, void const *__pyx_v_src, int __pyx_v_srcDevice, size_t __pyx_v_count) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":738 * * cdef cudaError_t _cudaMemcpyPeer(void* dst, int dstDevice, const void* src, int srcDevice, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 738, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":739 * cdef cudaError_t _cudaMemcpyPeer(void* dst, int dstDevice, const void* src, int srcDevice, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) * return cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":740 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) # <<<<<<<<<<<<<< * return cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyPeer(__pyx_v_dst, __pyx_v_dstDevice, __pyx_v_src, __pyx_v_srcDevice, __pyx_v_count); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 740, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":739 * cdef cudaError_t _cudaMemcpyPeer(void* dst, int dstDevice, const void* src, int srcDevice, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) * return cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":741 * if usePTDS: * return ptds._cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) * return cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy2D(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpyPeer(__pyx_v_dst, __pyx_v_dstDevice, __pyx_v_src, __pyx_v_srcDevice, __pyx_v_count); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":737 * return cudaMemcpy(dst, src, count, kind) * * cdef cudaError_t _cudaMemcpyPeer(void* dst, int dstDevice, const void* src, int srcDevice, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":743 * return cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) * * cdef cudaError_t _cudaMemcpy2D(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":744 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 744, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":745 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) * return cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":746 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) # <<<<<<<<<<<<<< * return cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 746, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":745 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) * return cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":747 * if usePTDS: * return ptds._cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) * return cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy2DToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy2D(__pyx_v_dst, __pyx_v_dpitch, __pyx_v_src, __pyx_v_spitch, __pyx_v_width, __pyx_v_height, __pyx_v_kind); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":743 * return cudaMemcpyPeer(dst, dstDevice, src, srcDevice, count) * * cdef cudaError_t _cudaMemcpy2D(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":749 * return cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) * * cdef cudaError_t _cudaMemcpy2DToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":750 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 750, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":751 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) * return cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":752 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) # <<<<<<<<<<<<<< * return cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 752, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":751 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) * return cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":753 * if usePTDS: * return ptds._cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) * return cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy2DFromArray(void* dst, size_t dpitch, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy2DToArray(__pyx_v_dst, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_src, __pyx_v_spitch, __pyx_v_width, __pyx_v_height, __pyx_v_kind); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":749 * return cudaMemcpy2D(dst, dpitch, src, spitch, width, height, kind) * * cdef cudaError_t _cudaMemcpy2DToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":755 * return cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) * * cdef cudaError_t _cudaMemcpy2DFromArray(void* dst, size_t dpitch, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":756 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 756, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":757 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) * return cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":758 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) # <<<<<<<<<<<<<< * return cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 758, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":757 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) * return cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":759 * if usePTDS: * return ptds._cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) * return cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy2DArrayToArray(cudaArray_t dst, size_t wOffsetDst, size_t hOffsetDst, cudaArray_const_t src, size_t wOffsetSrc, size_t hOffsetSrc, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy2DFromArray(__pyx_v_dst, __pyx_v_dpitch, __pyx_v_src, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_width, __pyx_v_height, __pyx_v_kind); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":755 * return cudaMemcpy2DToArray(dst, wOffset, hOffset, src, spitch, width, height, kind) * * cdef cudaError_t _cudaMemcpy2DFromArray(void* dst, size_t dpitch, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":761 * return cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) * * cdef cudaError_t _cudaMemcpy2DArrayToArray(cudaArray_t dst, size_t wOffsetDst, size_t hOffsetDst, cudaArray_const_t src, size_t wOffsetSrc, size_t hOffsetSrc, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":762 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 762, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":763 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) * return cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":764 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) # <<<<<<<<<<<<<< * return cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 764, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":763 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) * return cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":765 * if usePTDS: * return ptds._cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) * return cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpyAsync(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy2DArrayToArray(__pyx_v_dst, __pyx_v_wOffsetDst, __pyx_v_hOffsetDst, __pyx_v_src, __pyx_v_wOffsetSrc, __pyx_v_hOffsetSrc, __pyx_v_width, __pyx_v_height, __pyx_v_kind); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":761 * return cudaMemcpy2DFromArray(dst, dpitch, src, wOffset, hOffset, width, height, kind) * * cdef cudaError_t _cudaMemcpy2DArrayToArray(cudaArray_t dst, size_t wOffsetDst, size_t hOffsetDst, cudaArray_const_t src, size_t wOffsetSrc, size_t hOffsetSrc, size_t width, size_t height, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":767 * return cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) * * cdef cudaError_t _cudaMemcpyAsync(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":768 * * cdef cudaError_t _cudaMemcpyAsync(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpyAsync(dst, src, count, kind, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 768, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":769 * cdef cudaError_t _cudaMemcpyAsync(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyAsync(dst, src, count, kind, stream) * return cudaMemcpyAsync(dst, src, count, kind, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":770 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpyAsync(dst, src, count, kind, stream) # <<<<<<<<<<<<<< * return cudaMemcpyAsync(dst, src, count, kind, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyAsync(__pyx_v_dst, __pyx_v_src, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind), __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 770, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":769 * cdef cudaError_t _cudaMemcpyAsync(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyAsync(dst, src, count, kind, stream) * return cudaMemcpyAsync(dst, src, count, kind, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":771 * if usePTDS: * return ptds._cudaMemcpyAsync(dst, src, count, kind, stream) * return cudaMemcpyAsync(dst, src, count, kind, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpyPeerAsync(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpyAsync(__pyx_v_dst, __pyx_v_src, __pyx_v_count, __pyx_v_kind, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":767 * return cudaMemcpy2DArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, width, height, kind) * * cdef cudaError_t _cudaMemcpyAsync(void* dst, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":773 * return cudaMemcpyAsync(dst, src, count, kind, stream) * * cdef cudaError_t _cudaMemcpyPeerAsync(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":774 * * cdef cudaError_t _cudaMemcpyPeerAsync(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 774, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":775 * cdef cudaError_t _cudaMemcpyPeerAsync(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) * return cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":776 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) # <<<<<<<<<<<<<< * return cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyPeerAsync(__pyx_v_dst, __pyx_v_dstDevice, __pyx_v_src, __pyx_v_srcDevice, __pyx_v_count, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 776, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":775 * cdef cudaError_t _cudaMemcpyPeerAsync(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) * return cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":777 * if usePTDS: * return ptds._cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) * return cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpyBatchAsync(const void** dsts, const void** srcs, const size_t* sizes, size_t count, cudaMemcpyAttributes* attrs, size_t* attrsIdxs, size_t numAttrs, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpyPeerAsync(__pyx_v_dst, __pyx_v_dstDevice, __pyx_v_src, __pyx_v_srcDevice, __pyx_v_count, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":773 * return cudaMemcpyAsync(dst, src, count, kind, stream) * * cdef cudaError_t _cudaMemcpyPeerAsync(void* dst, int dstDevice, const void* src, int srcDevice, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":779 * return cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) * * cdef cudaError_t _cudaMemcpyBatchAsync(const void** dsts, const void** srcs, const size_t* sizes, size_t count, cudaMemcpyAttributes* attrs, size_t* attrsIdxs, size_t numAttrs, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":780 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 780, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":781 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) * return cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":782 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) # <<<<<<<<<<<<<< * return cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 782, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":781 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) * return cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":783 * if usePTDS: * return ptds._cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) * return cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy3DBatchAsync(size_t numOps, cudaMemcpy3DBatchOp* opList, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpyBatchAsync(__pyx_v_dsts, __pyx_v_srcs, __pyx_v_sizes, __pyx_v_count, __pyx_v_attrs, __pyx_v_attrsIdxs, __pyx_v_numAttrs, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":779 * return cudaMemcpyPeerAsync(dst, dstDevice, src, srcDevice, count, stream) * * cdef cudaError_t _cudaMemcpyBatchAsync(const void** dsts, const void** srcs, const size_t* sizes, size_t count, cudaMemcpyAttributes* attrs, size_t* attrsIdxs, size_t numAttrs, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":785 * return cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) * * cdef cudaError_t _cudaMemcpy3DBatchAsync(size_t numOps, cudaMemcpy3DBatchOp* opList, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemcpy3DBatchAsync(size_t __pyx_v_numOps, struct cudaMemcpy3DBatchOp *__pyx_v_opList, unsigned PY_LONG_LONG __pyx_v_flags, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":786 * * cdef cudaError_t _cudaMemcpy3DBatchAsync(size_t numOps, cudaMemcpy3DBatchOp* opList, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 786, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":787 * cdef cudaError_t _cudaMemcpy3DBatchAsync(size_t numOps, cudaMemcpy3DBatchOp* opList, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) * return cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":788 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) # <<<<<<<<<<<<<< * return cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DBatchAsync(__pyx_v_numOps, __pyx_v_opList, __pyx_v_flags, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 788, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":787 * cdef cudaError_t _cudaMemcpy3DBatchAsync(size_t numOps, cudaMemcpy3DBatchOp* opList, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) * return cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":789 * if usePTDS: * return ptds._cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) * return cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy2DAsync(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy3DBatchAsync(__pyx_v_numOps, __pyx_v_opList, __pyx_v_flags, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":785 * return cudaMemcpyBatchAsync(dsts, srcs, sizes, count, attrs, attrsIdxs, numAttrs, stream) * * cdef cudaError_t _cudaMemcpy3DBatchAsync(size_t numOps, cudaMemcpy3DBatchOp* opList, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":791 * return cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) * * cdef cudaError_t _cudaMemcpy2DAsync(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":792 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 792, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":793 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) * return cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":794 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) # <<<<<<<<<<<<<< * return cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 794, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":793 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) * return cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":795 * if usePTDS: * return ptds._cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) * return cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy2DToArrayAsync(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy2DAsync(__pyx_v_dst, __pyx_v_dpitch, __pyx_v_src, __pyx_v_spitch, __pyx_v_width, __pyx_v_height, __pyx_v_kind, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":791 * return cudaMemcpy3DBatchAsync(numOps, opList, flags, stream) * * cdef cudaError_t _cudaMemcpy2DAsync(void* dst, size_t dpitch, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":797 * return cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) * * cdef cudaError_t _cudaMemcpy2DToArrayAsync(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":798 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 798, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":799 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) * return cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":800 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) # <<<<<<<<<<<<<< * return cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 800, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":799 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) * return cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":801 * if usePTDS: * return ptds._cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) * return cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpy2DFromArrayAsync(void* dst, size_t dpitch, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy2DToArrayAsync(__pyx_v_dst, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_src, __pyx_v_spitch, __pyx_v_width, __pyx_v_height, __pyx_v_kind, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":797 * return cudaMemcpy2DAsync(dst, dpitch, src, spitch, width, height, kind, stream) * * cdef cudaError_t _cudaMemcpy2DToArrayAsync(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t spitch, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":803 * return cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) * * cdef cudaError_t _cudaMemcpy2DFromArrayAsync(void* dst, size_t dpitch, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":804 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 804, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":805 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) * return cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":806 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) # <<<<<<<<<<<<<< * return cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 806, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":805 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) * return cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":807 * if usePTDS: * return ptds._cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) * return cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemset(void* devPtr, int value, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpy2DFromArrayAsync(__pyx_v_dst, __pyx_v_dpitch, __pyx_v_src, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_width, __pyx_v_height, __pyx_v_kind, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":803 * return cudaMemcpy2DToArrayAsync(dst, wOffset, hOffset, src, spitch, width, height, kind, stream) * * cdef cudaError_t _cudaMemcpy2DFromArrayAsync(void* dst, size_t dpitch, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t width, size_t height, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":809 * return cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) * * cdef cudaError_t _cudaMemset(void* devPtr, int value, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset(void *__pyx_v_devPtr, int __pyx_v_value, size_t __pyx_v_count) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":810 * * cdef cudaError_t _cudaMemset(void* devPtr, int value, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemset(devPtr, value, count) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 810, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":811 * cdef cudaError_t _cudaMemset(void* devPtr, int value, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemset(devPtr, value, count) * return cudaMemset(devPtr, value, count) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":812 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemset(devPtr, value, count) # <<<<<<<<<<<<<< * return cudaMemset(devPtr, value, count) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset(__pyx_v_devPtr, __pyx_v_value, __pyx_v_count); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 812, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":811 * cdef cudaError_t _cudaMemset(void* devPtr, int value, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemset(devPtr, value, count) * return cudaMemset(devPtr, value, count) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":813 * if usePTDS: * return ptds._cudaMemset(devPtr, value, count) * return cudaMemset(devPtr, value, count) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemset2D(void* devPtr, size_t pitch, int value, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemset(__pyx_v_devPtr, __pyx_v_value, __pyx_v_count); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":809 * return cudaMemcpy2DFromArrayAsync(dst, dpitch, src, wOffset, hOffset, width, height, kind, stream) * * cdef cudaError_t _cudaMemset(void* devPtr, int value, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":815 * return cudaMemset(devPtr, value, count) * * cdef cudaError_t _cudaMemset2D(void* devPtr, size_t pitch, int value, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":816 * * cdef cudaError_t _cudaMemset2D(void* devPtr, size_t pitch, int value, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemset2D(devPtr, pitch, value, width, height) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 816, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":817 * cdef cudaError_t _cudaMemset2D(void* devPtr, size_t pitch, int value, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemset2D(devPtr, pitch, value, width, height) * return cudaMemset2D(devPtr, pitch, value, width, height) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":818 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemset2D(devPtr, pitch, value, width, height) # <<<<<<<<<<<<<< * return cudaMemset2D(devPtr, pitch, value, width, height) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset2D(__pyx_v_devPtr, __pyx_v_pitch, __pyx_v_value, __pyx_v_width, __pyx_v_height); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 818, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":817 * cdef cudaError_t _cudaMemset2D(void* devPtr, size_t pitch, int value, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemset2D(devPtr, pitch, value, width, height) * return cudaMemset2D(devPtr, pitch, value, width, height) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":819 * if usePTDS: * return ptds._cudaMemset2D(devPtr, pitch, value, width, height) * return cudaMemset2D(devPtr, pitch, value, width, height) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemset2D(__pyx_v_devPtr, __pyx_v_pitch, __pyx_v_value, __pyx_v_width, __pyx_v_height); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":815 * return cudaMemset(devPtr, value, count) * * cdef cudaError_t _cudaMemset2D(void* devPtr, size_t pitch, int value, size_t width, size_t height) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":821 * return cudaMemset2D(devPtr, pitch, value, width, height) * * cdef cudaError_t _cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset3D(struct cudaPitchedPtr __pyx_v_pitchedDevPtr, int __pyx_v_value, struct cudaExtent __pyx_v_extent) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":822 * * cdef cudaError_t _cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemset3D(pitchedDevPtr, value, extent) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 822, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":823 * cdef cudaError_t _cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemset3D(pitchedDevPtr, value, extent) * return cudaMemset3D(pitchedDevPtr, value, extent) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":824 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemset3D(pitchedDevPtr, value, extent) # <<<<<<<<<<<<<< * return cudaMemset3D(pitchedDevPtr, value, extent) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset3D(__pyx_v_pitchedDevPtr, __pyx_v_value, __pyx_v_extent); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 824, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":823 * cdef cudaError_t _cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemset3D(pitchedDevPtr, value, extent) * return cudaMemset3D(pitchedDevPtr, value, extent) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":825 * if usePTDS: * return ptds._cudaMemset3D(pitchedDevPtr, value, extent) * return cudaMemset3D(pitchedDevPtr, value, extent) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemset3D(__pyx_v_pitchedDevPtr, __pyx_v_value, __pyx_v_extent); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":821 * return cudaMemset2D(devPtr, pitch, value, width, height) * * cdef cudaError_t _cudaMemset3D(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":827 * return cudaMemset3D(pitchedDevPtr, value, extent) * * cdef cudaError_t _cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemsetAsync(void *__pyx_v_devPtr, int __pyx_v_value, size_t __pyx_v_count, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":828 * * cdef cudaError_t _cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemsetAsync(devPtr, value, count, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 828, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":829 * cdef cudaError_t _cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemsetAsync(devPtr, value, count, stream) * return cudaMemsetAsync(devPtr, value, count, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":830 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemsetAsync(devPtr, value, count, stream) # <<<<<<<<<<<<<< * return cudaMemsetAsync(devPtr, value, count, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemsetAsync(__pyx_v_devPtr, __pyx_v_value, __pyx_v_count, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 830, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":829 * cdef cudaError_t _cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemsetAsync(devPtr, value, count, stream) * return cudaMemsetAsync(devPtr, value, count, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":831 * if usePTDS: * return ptds._cudaMemsetAsync(devPtr, value, count, stream) * return cudaMemsetAsync(devPtr, value, count, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemset2DAsync(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemsetAsync(__pyx_v_devPtr, __pyx_v_value, __pyx_v_count, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":827 * return cudaMemset3D(pitchedDevPtr, value, extent) * * cdef cudaError_t _cudaMemsetAsync(void* devPtr, int value, size_t count, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":833 * return cudaMemsetAsync(devPtr, value, count, stream) * * cdef cudaError_t _cudaMemset2DAsync(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":834 * * cdef cudaError_t _cudaMemset2DAsync(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 834, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":835 * cdef cudaError_t _cudaMemset2DAsync(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) * return cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":836 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) # <<<<<<<<<<<<<< * return cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset2DAsync(__pyx_v_devPtr, __pyx_v_pitch, __pyx_v_value, __pyx_v_width, __pyx_v_height, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 836, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":835 * cdef cudaError_t _cudaMemset2DAsync(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) * return cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":837 * if usePTDS: * return ptds._cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) * return cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemset2DAsync(__pyx_v_devPtr, __pyx_v_pitch, __pyx_v_value, __pyx_v_width, __pyx_v_height, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":833 * return cudaMemsetAsync(devPtr, value, count, stream) * * cdef cudaError_t _cudaMemset2DAsync(void* devPtr, size_t pitch, int value, size_t width, size_t height, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":839 * return cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) * * cdef cudaError_t _cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemset3DAsync(struct cudaPitchedPtr __pyx_v_pitchedDevPtr, int __pyx_v_value, struct cudaExtent __pyx_v_extent, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":840 * * cdef cudaError_t _cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 840, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":841 * cdef cudaError_t _cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) * return cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":842 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) # <<<<<<<<<<<<<< * return cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset3DAsync(__pyx_v_pitchedDevPtr, __pyx_v_value, __pyx_v_extent, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 842, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":841 * cdef cudaError_t _cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) * return cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":843 * if usePTDS: * return ptds._cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) * return cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPrefetchAsync(const void* devPtr, size_t count, cudaMemLocation location, unsigned int flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemset3DAsync(__pyx_v_pitchedDevPtr, __pyx_v_value, __pyx_v_extent, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":839 * return cudaMemset2DAsync(devPtr, pitch, value, width, height, stream) * * cdef cudaError_t _cudaMemset3DAsync(cudaPitchedPtr pitchedDevPtr, int value, cudaExtent extent, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":845 * return cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) * * cdef cudaError_t _cudaMemPrefetchAsync(const void* devPtr, size_t count, cudaMemLocation location, unsigned int flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":846 * * cdef cudaError_t _cudaMemPrefetchAsync(const void* devPtr, size_t count, cudaMemLocation location, unsigned int flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPrefetchAsync(devPtr, count, location, flags, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 846, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":847 * cdef cudaError_t _cudaMemPrefetchAsync(const void* devPtr, size_t count, cudaMemLocation location, unsigned int flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPrefetchAsync(devPtr, count, location, flags, stream) * return cudaMemPrefetchAsync(devPtr, count, location, flags, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":848 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPrefetchAsync(devPtr, count, location, flags, stream) # <<<<<<<<<<<<<< * return cudaMemPrefetchAsync(devPtr, count, location, flags, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPrefetchAsync(__pyx_v_devPtr, __pyx_v_count, __pyx_v_location, __pyx_v_flags, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 848, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":847 * cdef cudaError_t _cudaMemPrefetchAsync(const void* devPtr, size_t count, cudaMemLocation location, unsigned int flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPrefetchAsync(devPtr, count, location, flags, stream) * return cudaMemPrefetchAsync(devPtr, count, location, flags, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":849 * if usePTDS: * return ptds._cudaMemPrefetchAsync(devPtr, count, location, flags, stream) * return cudaMemPrefetchAsync(devPtr, count, location, flags, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPrefetchAsync(__pyx_v_devPtr, __pyx_v_count, __pyx_v_location, __pyx_v_flags, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":845 * return cudaMemset3DAsync(pitchedDevPtr, value, extent, stream) * * cdef cudaError_t _cudaMemPrefetchAsync(const void* devPtr, size_t count, cudaMemLocation location, unsigned int flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":851 * return cudaMemPrefetchAsync(devPtr, count, location, flags, stream) * * cdef cudaError_t _cudaMemPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":852 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 852, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":853 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * return cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":854 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) # <<<<<<<<<<<<<< * return cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 854, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":853 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * return cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":855 * if usePTDS: * return ptds._cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * return cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemDiscardBatchAsync(void** dptrs, size_t* sizes, size_t count, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPrefetchBatchAsync(__pyx_v_dptrs, __pyx_v_sizes, __pyx_v_count, __pyx_v_prefetchLocs, __pyx_v_prefetchLocIdxs, __pyx_v_numPrefetchLocs, __pyx_v_flags, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":851 * return cudaMemPrefetchAsync(devPtr, count, location, flags, stream) * * cdef cudaError_t _cudaMemPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":857 * return cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * * cdef cudaError_t _cudaMemDiscardBatchAsync(void** dptrs, size_t* sizes, size_t count, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":858 * * cdef cudaError_t _cudaMemDiscardBatchAsync(void** dptrs, size_t* sizes, size_t count, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 858, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":859 * cdef cudaError_t _cudaMemDiscardBatchAsync(void** dptrs, size_t* sizes, size_t count, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) * return cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":860 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) # <<<<<<<<<<<<<< * return cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemDiscardBatchAsync(__pyx_v_dptrs, __pyx_v_sizes, __pyx_v_count, __pyx_v_flags, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 860, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":859 * cdef cudaError_t _cudaMemDiscardBatchAsync(void** dptrs, size_t* sizes, size_t count, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) * return cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":861 * if usePTDS: * return ptds._cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) * return cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemDiscardAndPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemDiscardBatchAsync(__pyx_v_dptrs, __pyx_v_sizes, __pyx_v_count, __pyx_v_flags, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":857 * return cudaMemPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * * cdef cudaError_t _cudaMemDiscardBatchAsync(void** dptrs, size_t* sizes, size_t count, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":863 * return cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) * * cdef cudaError_t _cudaMemDiscardAndPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":864 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 864, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":865 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * return cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":866 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) # <<<<<<<<<<<<<< * return cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 866, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":865 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * return cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":867 * if usePTDS: * return ptds._cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * return cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemAdvise(const void* devPtr, size_t count, cudaMemoryAdvise advice, cudaMemLocation location) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemDiscardAndPrefetchBatchAsync(__pyx_v_dptrs, __pyx_v_sizes, __pyx_v_count, __pyx_v_prefetchLocs, __pyx_v_prefetchLocIdxs, __pyx_v_numPrefetchLocs, __pyx_v_flags, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":863 * return cudaMemDiscardBatchAsync(dptrs, sizes, count, flags, stream) * * cdef cudaError_t _cudaMemDiscardAndPrefetchBatchAsync(void** dptrs, size_t* sizes, size_t count, cudaMemLocation* prefetchLocs, size_t* prefetchLocIdxs, size_t numPrefetchLocs, unsigned long long flags, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":869 * return cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * * cdef cudaError_t _cudaMemAdvise(const void* devPtr, size_t count, cudaMemoryAdvise advice, cudaMemLocation location) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemAdvise(void const *__pyx_v_devPtr, size_t __pyx_v_count, enum cudaMemoryAdvise __pyx_v_advice, struct cudaMemLocation __pyx_v_location) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":870 * * cdef cudaError_t _cudaMemAdvise(const void* devPtr, size_t count, cudaMemoryAdvise advice, cudaMemLocation location) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemAdvise(devPtr, count, advice, location) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 870, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":871 * cdef cudaError_t _cudaMemAdvise(const void* devPtr, size_t count, cudaMemoryAdvise advice, cudaMemLocation location) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemAdvise(devPtr, count, advice, location) * return cudaMemAdvise(devPtr, count, advice, location) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":872 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemAdvise(devPtr, count, advice, location) # <<<<<<<<<<<<<< * return cudaMemAdvise(devPtr, count, advice, location) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemAdvise(__pyx_v_devPtr, __pyx_v_count, ((enum cudaMemoryAdvise)__pyx_v_advice), __pyx_v_location); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 872, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":871 * cdef cudaError_t _cudaMemAdvise(const void* devPtr, size_t count, cudaMemoryAdvise advice, cudaMemLocation location) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemAdvise(devPtr, count, advice, location) * return cudaMemAdvise(devPtr, count, advice, location) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":873 * if usePTDS: * return ptds._cudaMemAdvise(devPtr, count, advice, location) * return cudaMemAdvise(devPtr, count, advice, location) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemRangeGetAttribute(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemAdvise(__pyx_v_devPtr, __pyx_v_count, __pyx_v_advice, __pyx_v_location); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":869 * return cudaMemDiscardAndPrefetchBatchAsync(dptrs, sizes, count, prefetchLocs, prefetchLocIdxs, numPrefetchLocs, flags, stream) * * cdef cudaError_t _cudaMemAdvise(const void* devPtr, size_t count, cudaMemoryAdvise advice, cudaMemLocation location) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":875 * return cudaMemAdvise(devPtr, count, advice, location) * * cdef cudaError_t _cudaMemRangeGetAttribute(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":876 * * cdef cudaError_t _cudaMemRangeGetAttribute(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 876, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":877 * cdef cudaError_t _cudaMemRangeGetAttribute(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) * return cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":878 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) # <<<<<<<<<<<<<< * return cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemRangeGetAttribute(__pyx_v_data, __pyx_v_dataSize, ((enum cudaMemRangeAttribute)__pyx_v_attribute), __pyx_v_devPtr, __pyx_v_count); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 878, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":877 * cdef cudaError_t _cudaMemRangeGetAttribute(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) * return cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":879 * if usePTDS: * return ptds._cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) * return cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemRangeGetAttributes(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemRangeGetAttribute(__pyx_v_data, __pyx_v_dataSize, __pyx_v_attribute, __pyx_v_devPtr, __pyx_v_count); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":875 * return cudaMemAdvise(devPtr, count, advice, location) * * cdef cudaError_t _cudaMemRangeGetAttribute(void* data, size_t dataSize, cudaMemRangeAttribute attribute, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":881 * return cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) * * cdef cudaError_t _cudaMemRangeGetAttributes(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":882 * * cdef cudaError_t _cudaMemRangeGetAttributes(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 882, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":883 * cdef cudaError_t _cudaMemRangeGetAttributes(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) * return cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":884 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) # <<<<<<<<<<<<<< * return cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 884, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":883 * cdef cudaError_t _cudaMemRangeGetAttributes(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) * return cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":885 * if usePTDS: * return ptds._cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) * return cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemRangeGetAttributes(__pyx_v_data, __pyx_v_dataSizes, __pyx_v_attributes, __pyx_v_numAttributes, __pyx_v_devPtr, __pyx_v_count); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":881 * return cudaMemRangeGetAttribute(data, dataSize, attribute, devPtr, count) * * cdef cudaError_t _cudaMemRangeGetAttributes(void** data, size_t* dataSizes, cudaMemRangeAttribute* attributes, size_t numAttributes, const void* devPtr, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":887 * return cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) * * cdef cudaError_t _cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":888 * * cdef cudaError_t _cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 888, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":889 * cdef cudaError_t _cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) * return cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":890 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) # <<<<<<<<<<<<<< * return cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 890, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":889 * cdef cudaError_t _cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) * return cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":891 * if usePTDS: * return ptds._cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) * return cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpyFromArray(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpyToArray(__pyx_v_dst, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_src, __pyx_v_count, __pyx_v_kind); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":887 * return cudaMemRangeGetAttributes(data, dataSizes, attributes, numAttributes, devPtr, count) * * cdef cudaError_t _cudaMemcpyToArray(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":893 * return cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) * * cdef cudaError_t _cudaMemcpyFromArray(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":894 * * cdef cudaError_t _cudaMemcpyFromArray(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 894, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":895 * cdef cudaError_t _cudaMemcpyFromArray(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) * return cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":896 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) # <<<<<<<<<<<<<< * return cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 896, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":895 * cdef cudaError_t _cudaMemcpyFromArray(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) * return cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":897 * if usePTDS: * return ptds._cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) * return cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpyArrayToArray(cudaArray_t dst, size_t wOffsetDst, size_t hOffsetDst, cudaArray_const_t src, size_t wOffsetSrc, size_t hOffsetSrc, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpyFromArray(__pyx_v_dst, __pyx_v_src, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_count, __pyx_v_kind); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":893 * return cudaMemcpyToArray(dst, wOffset, hOffset, src, count, kind) * * cdef cudaError_t _cudaMemcpyFromArray(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":899 * return cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) * * cdef cudaError_t _cudaMemcpyArrayToArray(cudaArray_t dst, size_t wOffsetDst, size_t hOffsetDst, cudaArray_const_t src, size_t wOffsetSrc, size_t hOffsetSrc, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":900 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 900, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":901 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) * return cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":902 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) # <<<<<<<<<<<<<< * return cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 902, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":901 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) * return cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":903 * if usePTDS: * return ptds._cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) * return cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpyToArrayAsync(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpyArrayToArray(__pyx_v_dst, __pyx_v_wOffsetDst, __pyx_v_hOffsetDst, __pyx_v_src, __pyx_v_wOffsetSrc, __pyx_v_hOffsetSrc, __pyx_v_count, __pyx_v_kind); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":899 * return cudaMemcpyFromArray(dst, src, wOffset, hOffset, count, kind) * * cdef cudaError_t _cudaMemcpyArrayToArray(cudaArray_t dst, size_t wOffsetDst, size_t hOffsetDst, cudaArray_const_t src, size_t wOffsetSrc, size_t hOffsetSrc, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":905 * return cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) * * cdef cudaError_t _cudaMemcpyToArrayAsync(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":906 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 906, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":907 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) * return cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":908 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) # <<<<<<<<<<<<<< * return cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 908, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":907 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) * return cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":909 * if usePTDS: * return ptds._cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) * return cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemcpyFromArrayAsync(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpyToArrayAsync(__pyx_v_dst, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_src, __pyx_v_count, __pyx_v_kind, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":905 * return cudaMemcpyArrayToArray(dst, wOffsetDst, hOffsetDst, src, wOffsetSrc, hOffsetSrc, count, kind) * * cdef cudaError_t _cudaMemcpyToArrayAsync(cudaArray_t dst, size_t wOffset, size_t hOffset, const void* src, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":911 * return cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) * * cdef cudaError_t _cudaMemcpyFromArrayAsync(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":912 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 912, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":913 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) * return cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":914 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) # <<<<<<<<<<<<<< * return cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 914, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":913 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) * return cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":915 * if usePTDS: * return ptds._cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) * return cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemcpyFromArrayAsync(__pyx_v_dst, __pyx_v_src, __pyx_v_wOffset, __pyx_v_hOffset, __pyx_v_count, __pyx_v_kind, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":911 * return cudaMemcpyToArrayAsync(dst, wOffset, hOffset, src, count, kind, stream) * * cdef cudaError_t _cudaMemcpyFromArrayAsync(void* dst, cudaArray_const_t src, size_t wOffset, size_t hOffset, size_t count, cudaMemcpyKind kind, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":917 * return cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) * * cdef cudaError_t _cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocAsync(void **__pyx_v_devPtr, size_t __pyx_v_size, cudaStream_t __pyx_v_hStream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":918 * * cdef cudaError_t _cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMallocAsync(devPtr, size, hStream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 918, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":919 * cdef cudaError_t _cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocAsync(devPtr, size, hStream) * return cudaMallocAsync(devPtr, size, hStream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":920 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMallocAsync(devPtr, size, hStream) # <<<<<<<<<<<<<< * return cudaMallocAsync(devPtr, size, hStream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocAsync(__pyx_v_devPtr, __pyx_v_size, __pyx_v_hStream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 920, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":919 * cdef cudaError_t _cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocAsync(devPtr, size, hStream) * return cudaMallocAsync(devPtr, size, hStream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":921 * if usePTDS: * return ptds._cudaMallocAsync(devPtr, size, hStream) * return cudaMallocAsync(devPtr, size, hStream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMallocAsync(__pyx_v_devPtr, __pyx_v_size, __pyx_v_hStream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":917 * return cudaMemcpyFromArrayAsync(dst, src, wOffset, hOffset, count, kind, stream) * * cdef cudaError_t _cudaMallocAsync(void** devPtr, size_t size, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":923 * return cudaMallocAsync(devPtr, size, hStream) * * cdef cudaError_t _cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaFreeAsync(void *__pyx_v_devPtr, cudaStream_t __pyx_v_hStream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":924 * * cdef cudaError_t _cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaFreeAsync(devPtr, hStream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 924, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":925 * cdef cudaError_t _cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFreeAsync(devPtr, hStream) * return cudaFreeAsync(devPtr, hStream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":926 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaFreeAsync(devPtr, hStream) # <<<<<<<<<<<<<< * return cudaFreeAsync(devPtr, hStream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeAsync(__pyx_v_devPtr, __pyx_v_hStream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 926, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":925 * cdef cudaError_t _cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaFreeAsync(devPtr, hStream) * return cudaFreeAsync(devPtr, hStream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":927 * if usePTDS: * return ptds._cudaFreeAsync(devPtr, hStream) * return cudaFreeAsync(devPtr, hStream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaFreeAsync(__pyx_v_devPtr, __pyx_v_hStream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":923 * return cudaMallocAsync(devPtr, size, hStream) * * cdef cudaError_t _cudaFreeAsync(void* devPtr, cudaStream_t hStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":929 * return cudaFreeAsync(devPtr, hStream) * * cdef cudaError_t _cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolTrimTo(cudaMemPool_t __pyx_v_memPool, size_t __pyx_v_minBytesToKeep) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":930 * * cdef cudaError_t _cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPoolTrimTo(memPool, minBytesToKeep) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 930, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":931 * cdef cudaError_t _cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolTrimTo(memPool, minBytesToKeep) * return cudaMemPoolTrimTo(memPool, minBytesToKeep) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":932 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPoolTrimTo(memPool, minBytesToKeep) # <<<<<<<<<<<<<< * return cudaMemPoolTrimTo(memPool, minBytesToKeep) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolTrimTo(__pyx_v_memPool, __pyx_v_minBytesToKeep); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 932, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":931 * cdef cudaError_t _cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolTrimTo(memPool, minBytesToKeep) * return cudaMemPoolTrimTo(memPool, minBytesToKeep) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":933 * if usePTDS: * return ptds._cudaMemPoolTrimTo(memPool, minBytesToKeep) * return cudaMemPoolTrimTo(memPool, minBytesToKeep) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPoolTrimTo(__pyx_v_memPool, __pyx_v_minBytesToKeep); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":929 * return cudaFreeAsync(devPtr, hStream) * * cdef cudaError_t _cudaMemPoolTrimTo(cudaMemPool_t memPool, size_t minBytesToKeep) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":935 * return cudaMemPoolTrimTo(memPool, minBytesToKeep) * * cdef cudaError_t _cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolSetAttribute(cudaMemPool_t __pyx_v_memPool, enum cudaMemPoolAttr __pyx_v_attr, void *__pyx_v_value) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":936 * * cdef cudaError_t _cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPoolSetAttribute(memPool, attr, value) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 936, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":937 * cdef cudaError_t _cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolSetAttribute(memPool, attr, value) * return cudaMemPoolSetAttribute(memPool, attr, value) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":938 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPoolSetAttribute(memPool, attr, value) # <<<<<<<<<<<<<< * return cudaMemPoolSetAttribute(memPool, attr, value) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolSetAttribute(__pyx_v_memPool, ((enum cudaMemPoolAttr)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 938, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":937 * cdef cudaError_t _cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolSetAttribute(memPool, attr, value) * return cudaMemPoolSetAttribute(memPool, attr, value) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":939 * if usePTDS: * return ptds._cudaMemPoolSetAttribute(memPool, attr, value) * return cudaMemPoolSetAttribute(memPool, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPoolSetAttribute(__pyx_v_memPool, __pyx_v_attr, __pyx_v_value); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":935 * return cudaMemPoolTrimTo(memPool, minBytesToKeep) * * cdef cudaError_t _cudaMemPoolSetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":941 * return cudaMemPoolSetAttribute(memPool, attr, value) * * cdef cudaError_t _cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolGetAttribute(cudaMemPool_t __pyx_v_memPool, enum cudaMemPoolAttr __pyx_v_attr, void *__pyx_v_value) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":942 * * cdef cudaError_t _cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPoolGetAttribute(memPool, attr, value) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 942, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":943 * cdef cudaError_t _cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolGetAttribute(memPool, attr, value) * return cudaMemPoolGetAttribute(memPool, attr, value) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":944 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPoolGetAttribute(memPool, attr, value) # <<<<<<<<<<<<<< * return cudaMemPoolGetAttribute(memPool, attr, value) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolGetAttribute(__pyx_v_memPool, ((enum cudaMemPoolAttr)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 944, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":943 * cdef cudaError_t _cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolGetAttribute(memPool, attr, value) * return cudaMemPoolGetAttribute(memPool, attr, value) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":945 * if usePTDS: * return ptds._cudaMemPoolGetAttribute(memPool, attr, value) * return cudaMemPoolGetAttribute(memPool, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPoolGetAttribute(__pyx_v_memPool, __pyx_v_attr, __pyx_v_value); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":941 * return cudaMemPoolSetAttribute(memPool, attr, value) * * cdef cudaError_t _cudaMemPoolGetAttribute(cudaMemPool_t memPool, cudaMemPoolAttr attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":947 * return cudaMemPoolGetAttribute(memPool, attr, value) * * cdef cudaError_t _cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolSetAccess(cudaMemPool_t __pyx_v_memPool, struct cudaMemAccessDesc const *__pyx_v_descList, size_t __pyx_v_count) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":948 * * cdef cudaError_t _cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPoolSetAccess(memPool, descList, count) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 948, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":949 * cdef cudaError_t _cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolSetAccess(memPool, descList, count) * return cudaMemPoolSetAccess(memPool, descList, count) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":950 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPoolSetAccess(memPool, descList, count) # <<<<<<<<<<<<<< * return cudaMemPoolSetAccess(memPool, descList, count) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolSetAccess(__pyx_v_memPool, __pyx_v_descList, __pyx_v_count); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 950, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":949 * cdef cudaError_t _cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolSetAccess(memPool, descList, count) * return cudaMemPoolSetAccess(memPool, descList, count) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":951 * if usePTDS: * return ptds._cudaMemPoolSetAccess(memPool, descList, count) * return cudaMemPoolSetAccess(memPool, descList, count) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPoolSetAccess(__pyx_v_memPool, __pyx_v_descList, __pyx_v_count); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":947 * return cudaMemPoolGetAttribute(memPool, attr, value) * * cdef cudaError_t _cudaMemPoolSetAccess(cudaMemPool_t memPool, const cudaMemAccessDesc* descList, size_t count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":953 * return cudaMemPoolSetAccess(memPool, descList, count) * * cdef cudaError_t _cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolGetAccess(enum cudaMemAccessFlags *__pyx_v_flags, cudaMemPool_t __pyx_v_memPool, struct cudaMemLocation *__pyx_v_location) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":954 * * cdef cudaError_t _cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPoolGetAccess(flags, memPool, location) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 954, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":955 * cdef cudaError_t _cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolGetAccess(flags, memPool, location) * return cudaMemPoolGetAccess(flags, memPool, location) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":956 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPoolGetAccess(flags, memPool, location) # <<<<<<<<<<<<<< * return cudaMemPoolGetAccess(flags, memPool, location) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolGetAccess(((enum cudaMemAccessFlags *)__pyx_v_flags), __pyx_v_memPool, __pyx_v_location); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 956, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":955 * cdef cudaError_t _cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolGetAccess(flags, memPool, location) * return cudaMemPoolGetAccess(flags, memPool, location) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":957 * if usePTDS: * return ptds._cudaMemPoolGetAccess(flags, memPool, location) * return cudaMemPoolGetAccess(flags, memPool, location) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPoolGetAccess(__pyx_v_flags, __pyx_v_memPool, __pyx_v_location); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":953 * return cudaMemPoolSetAccess(memPool, descList, count) * * cdef cudaError_t _cudaMemPoolGetAccess(cudaMemAccessFlags* flags, cudaMemPool_t memPool, cudaMemLocation* location) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":959 * return cudaMemPoolGetAccess(flags, memPool, location) * * cdef cudaError_t _cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolCreate(cudaMemPool_t *__pyx_v_memPool, struct cudaMemPoolProps const *__pyx_v_poolProps) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":960 * * cdef cudaError_t _cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPoolCreate(memPool, poolProps) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 960, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":961 * cdef cudaError_t _cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolCreate(memPool, poolProps) * return cudaMemPoolCreate(memPool, poolProps) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":962 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPoolCreate(memPool, poolProps) # <<<<<<<<<<<<<< * return cudaMemPoolCreate(memPool, poolProps) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolCreate(__pyx_v_memPool, __pyx_v_poolProps); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 962, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":961 * cdef cudaError_t _cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolCreate(memPool, poolProps) * return cudaMemPoolCreate(memPool, poolProps) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":963 * if usePTDS: * return ptds._cudaMemPoolCreate(memPool, poolProps) * return cudaMemPoolCreate(memPool, poolProps) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPoolCreate(__pyx_v_memPool, __pyx_v_poolProps); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":959 * return cudaMemPoolGetAccess(flags, memPool, location) * * cdef cudaError_t _cudaMemPoolCreate(cudaMemPool_t* memPool, const cudaMemPoolProps* poolProps) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":965 * return cudaMemPoolCreate(memPool, poolProps) * * cdef cudaError_t _cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolDestroy(cudaMemPool_t __pyx_v_memPool) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":966 * * cdef cudaError_t _cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPoolDestroy(memPool) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 966, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":967 * cdef cudaError_t _cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolDestroy(memPool) * return cudaMemPoolDestroy(memPool) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":968 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPoolDestroy(memPool) # <<<<<<<<<<<<<< * return cudaMemPoolDestroy(memPool) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolDestroy(__pyx_v_memPool); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 968, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":967 * cdef cudaError_t _cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolDestroy(memPool) * return cudaMemPoolDestroy(memPool) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":969 * if usePTDS: * return ptds._cudaMemPoolDestroy(memPool) * return cudaMemPoolDestroy(memPool) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPoolDestroy(__pyx_v_memPool); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":965 * return cudaMemPoolCreate(memPool, poolProps) * * cdef cudaError_t _cudaMemPoolDestroy(cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":971 * return cudaMemPoolDestroy(memPool) * * cdef cudaError_t _cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemGetDefaultMemPool(cudaMemPool_t *__pyx_v_memPool, struct cudaMemLocation *__pyx_v_location, enum cudaMemAllocationType __pyx_v_typename) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":972 * * cdef cudaError_t _cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemGetDefaultMemPool(memPool, location, typename) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 972, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":973 * cdef cudaError_t _cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemGetDefaultMemPool(memPool, location, typename) * return cudaMemGetDefaultMemPool(memPool, location, typename) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":974 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemGetDefaultMemPool(memPool, location, typename) # <<<<<<<<<<<<<< * return cudaMemGetDefaultMemPool(memPool, location, typename) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetDefaultMemPool(__pyx_v_memPool, __pyx_v_location, ((enum cudaMemAllocationType)__pyx_v_typename)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 974, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":973 * cdef cudaError_t _cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemGetDefaultMemPool(memPool, location, typename) * return cudaMemGetDefaultMemPool(memPool, location, typename) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":975 * if usePTDS: * return ptds._cudaMemGetDefaultMemPool(memPool, location, typename) * return cudaMemGetDefaultMemPool(memPool, location, typename) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemGetDefaultMemPool(__pyx_v_memPool, __pyx_v_location, __pyx_v_typename); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":971 * return cudaMemPoolDestroy(memPool) * * cdef cudaError_t _cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":977 * return cudaMemGetDefaultMemPool(memPool, location, typename) * * cdef cudaError_t _cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemGetMemPool(cudaMemPool_t *__pyx_v_memPool, struct cudaMemLocation *__pyx_v_location, enum cudaMemAllocationType __pyx_v_typename) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":978 * * cdef cudaError_t _cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemGetMemPool(memPool, location, typename) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 978, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":979 * cdef cudaError_t _cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemGetMemPool(memPool, location, typename) * return cudaMemGetMemPool(memPool, location, typename) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":980 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemGetMemPool(memPool, location, typename) # <<<<<<<<<<<<<< * return cudaMemGetMemPool(memPool, location, typename) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetMemPool(__pyx_v_memPool, __pyx_v_location, ((enum cudaMemAllocationType)__pyx_v_typename)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 980, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":979 * cdef cudaError_t _cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemGetMemPool(memPool, location, typename) * return cudaMemGetMemPool(memPool, location, typename) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":981 * if usePTDS: * return ptds._cudaMemGetMemPool(memPool, location, typename) * return cudaMemGetMemPool(memPool, location, typename) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemGetMemPool(__pyx_v_memPool, __pyx_v_location, __pyx_v_typename); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":977 * return cudaMemGetDefaultMemPool(memPool, location, typename) * * cdef cudaError_t _cudaMemGetMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":983 * return cudaMemGetMemPool(memPool, location, typename) * * cdef cudaError_t _cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemSetMemPool(struct cudaMemLocation *__pyx_v_location, enum cudaMemAllocationType __pyx_v_typename, cudaMemPool_t __pyx_v_memPool) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":984 * * cdef cudaError_t _cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemSetMemPool(location, typename, memPool) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 984, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":985 * cdef cudaError_t _cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemSetMemPool(location, typename, memPool) * return cudaMemSetMemPool(location, typename, memPool) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":986 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemSetMemPool(location, typename, memPool) # <<<<<<<<<<<<<< * return cudaMemSetMemPool(location, typename, memPool) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemSetMemPool(__pyx_v_location, ((enum cudaMemAllocationType)__pyx_v_typename), __pyx_v_memPool); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 986, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":985 * cdef cudaError_t _cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemSetMemPool(location, typename, memPool) * return cudaMemSetMemPool(location, typename, memPool) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":987 * if usePTDS: * return ptds._cudaMemSetMemPool(location, typename, memPool) * return cudaMemSetMemPool(location, typename, memPool) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemSetMemPool(__pyx_v_location, __pyx_v_typename, __pyx_v_memPool); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":983 * return cudaMemGetMemPool(memPool, location, typename) * * cdef cudaError_t _cudaMemSetMemPool(cudaMemLocation* location, cudaMemAllocationType typename, cudaMemPool_t memPool) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":989 * return cudaMemSetMemPool(location, typename, memPool) * * cdef cudaError_t _cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMallocFromPoolAsync(void **__pyx_v_ptr, size_t __pyx_v_size, cudaMemPool_t __pyx_v_memPool, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":990 * * cdef cudaError_t _cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMallocFromPoolAsync(ptr, size, memPool, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 990, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":991 * cdef cudaError_t _cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocFromPoolAsync(ptr, size, memPool, stream) * return cudaMallocFromPoolAsync(ptr, size, memPool, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":992 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMallocFromPoolAsync(ptr, size, memPool, stream) # <<<<<<<<<<<<<< * return cudaMallocFromPoolAsync(ptr, size, memPool, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocFromPoolAsync(__pyx_v_ptr, __pyx_v_size, __pyx_v_memPool, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 992, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":991 * cdef cudaError_t _cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMallocFromPoolAsync(ptr, size, memPool, stream) * return cudaMallocFromPoolAsync(ptr, size, memPool, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":993 * if usePTDS: * return ptds._cudaMallocFromPoolAsync(ptr, size, memPool, stream) * return cudaMallocFromPoolAsync(ptr, size, memPool, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMallocFromPoolAsync(__pyx_v_ptr, __pyx_v_size, __pyx_v_memPool, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":989 * return cudaMemSetMemPool(location, typename, memPool) * * cdef cudaError_t _cudaMallocFromPoolAsync(void** ptr, size_t size, cudaMemPool_t memPool, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":995 * return cudaMallocFromPoolAsync(ptr, size, memPool, stream) * * cdef cudaError_t _cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolExportToShareableHandle(void *__pyx_v_shareableHandle, cudaMemPool_t __pyx_v_memPool, enum cudaMemAllocationHandleType __pyx_v_handleType, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":996 * * cdef cudaError_t _cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 996, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":997 * cdef cudaError_t _cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) * return cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":998 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) # <<<<<<<<<<<<<< * return cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolExportToShareableHandle(__pyx_v_shareableHandle, __pyx_v_memPool, ((enum cudaMemAllocationHandleType)__pyx_v_handleType), __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 998, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":997 * cdef cudaError_t _cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) * return cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":999 * if usePTDS: * return ptds._cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) * return cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPoolExportToShareableHandle(__pyx_v_shareableHandle, __pyx_v_memPool, __pyx_v_handleType, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":995 * return cudaMallocFromPoolAsync(ptr, size, memPool, stream) * * cdef cudaError_t _cudaMemPoolExportToShareableHandle(void* shareableHandle, cudaMemPool_t memPool, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1001 * return cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) * * cdef cudaError_t _cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolImportFromShareableHandle(cudaMemPool_t *__pyx_v_memPool, void *__pyx_v_shareableHandle, enum cudaMemAllocationHandleType __pyx_v_handleType, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1002 * * cdef cudaError_t _cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1002, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1003 * cdef cudaError_t _cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) * return cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1004 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) # <<<<<<<<<<<<<< * return cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolImportFromShareableHandle(__pyx_v_memPool, __pyx_v_shareableHandle, ((enum cudaMemAllocationHandleType)__pyx_v_handleType), __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1004, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1003 * cdef cudaError_t _cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) * return cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1005 * if usePTDS: * return ptds._cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) * return cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPoolImportFromShareableHandle(__pyx_v_memPool, __pyx_v_shareableHandle, __pyx_v_handleType, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1001 * return cudaMemPoolExportToShareableHandle(shareableHandle, memPool, handleType, flags) * * cdef cudaError_t _cudaMemPoolImportFromShareableHandle(cudaMemPool_t* memPool, void* shareableHandle, cudaMemAllocationHandleType handleType, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1007 * return cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) * * cdef cudaError_t _cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolExportPointer(struct cudaMemPoolPtrExportData *__pyx_v_exportData, void *__pyx_v_ptr) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1008 * * cdef cudaError_t _cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPoolExportPointer(exportData, ptr) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1008, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1009 * cdef cudaError_t _cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolExportPointer(exportData, ptr) * return cudaMemPoolExportPointer(exportData, ptr) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1010 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPoolExportPointer(exportData, ptr) # <<<<<<<<<<<<<< * return cudaMemPoolExportPointer(exportData, ptr) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolExportPointer(__pyx_v_exportData, __pyx_v_ptr); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1010, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1009 * cdef cudaError_t _cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolExportPointer(exportData, ptr) * return cudaMemPoolExportPointer(exportData, ptr) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1011 * if usePTDS: * return ptds._cudaMemPoolExportPointer(exportData, ptr) * return cudaMemPoolExportPointer(exportData, ptr) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPoolExportPointer(__pyx_v_exportData, __pyx_v_ptr); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1007 * return cudaMemPoolImportFromShareableHandle(memPool, shareableHandle, handleType, flags) * * cdef cudaError_t _cudaMemPoolExportPointer(cudaMemPoolPtrExportData* exportData, void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1013 * return cudaMemPoolExportPointer(exportData, ptr) * * cdef cudaError_t _cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaMemPoolImportPointer(void **__pyx_v_ptr, cudaMemPool_t __pyx_v_memPool, struct cudaMemPoolPtrExportData *__pyx_v_exportData) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1014 * * cdef cudaError_t _cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaMemPoolImportPointer(ptr, memPool, exportData) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1014, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1015 * cdef cudaError_t _cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolImportPointer(ptr, memPool, exportData) * return cudaMemPoolImportPointer(ptr, memPool, exportData) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1016 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaMemPoolImportPointer(ptr, memPool, exportData) # <<<<<<<<<<<<<< * return cudaMemPoolImportPointer(ptr, memPool, exportData) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolImportPointer(__pyx_v_ptr, __pyx_v_memPool, __pyx_v_exportData); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1016, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1015 * cdef cudaError_t _cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaMemPoolImportPointer(ptr, memPool, exportData) * return cudaMemPoolImportPointer(ptr, memPool, exportData) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1017 * if usePTDS: * return ptds._cudaMemPoolImportPointer(ptr, memPool, exportData) * return cudaMemPoolImportPointer(ptr, memPool, exportData) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaMemPoolImportPointer(__pyx_v_ptr, __pyx_v_memPool, __pyx_v_exportData); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1013 * return cudaMemPoolExportPointer(exportData, ptr) * * cdef cudaError_t _cudaMemPoolImportPointer(void** ptr, cudaMemPool_t memPool, cudaMemPoolPtrExportData* exportData) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1019 * return cudaMemPoolImportPointer(ptr, memPool, exportData) * * cdef cudaError_t _cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaPointerGetAttributes(struct cudaPointerAttributes *__pyx_v_attributes, void const *__pyx_v_ptr) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1020 * * cdef cudaError_t _cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaPointerGetAttributes(attributes, ptr) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1020, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1021 * cdef cudaError_t _cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaPointerGetAttributes(attributes, ptr) * return cudaPointerGetAttributes(attributes, ptr) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1022 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaPointerGetAttributes(attributes, ptr) # <<<<<<<<<<<<<< * return cudaPointerGetAttributes(attributes, ptr) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaPointerGetAttributes(__pyx_v_attributes, __pyx_v_ptr); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1022, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1021 * cdef cudaError_t _cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaPointerGetAttributes(attributes, ptr) * return cudaPointerGetAttributes(attributes, ptr) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1023 * if usePTDS: * return ptds._cudaPointerGetAttributes(attributes, ptr) * return cudaPointerGetAttributes(attributes, ptr) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaPointerGetAttributes(__pyx_v_attributes, __pyx_v_ptr); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1019 * return cudaMemPoolImportPointer(ptr, memPool, exportData) * * cdef cudaError_t _cudaPointerGetAttributes(cudaPointerAttributes* attributes, const void* ptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1025 * return cudaPointerGetAttributes(attributes, ptr) * * cdef cudaError_t _cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceCanAccessPeer(int *__pyx_v_canAccessPeer, int __pyx_v_device, int __pyx_v_peerDevice) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1026 * * cdef cudaError_t _cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1026, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1027 * cdef cudaError_t _cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) * return cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1028 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) # <<<<<<<<<<<<<< * return cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceCanAccessPeer(__pyx_v_canAccessPeer, __pyx_v_device, __pyx_v_peerDevice); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1028, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1027 * cdef cudaError_t _cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) * return cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1029 * if usePTDS: * return ptds._cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) * return cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceCanAccessPeer(__pyx_v_canAccessPeer, __pyx_v_device, __pyx_v_peerDevice); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1025 * return cudaPointerGetAttributes(attributes, ptr) * * cdef cudaError_t _cudaDeviceCanAccessPeer(int* canAccessPeer, int device, int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1031 * return cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) * * cdef cudaError_t _cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceEnablePeerAccess(int __pyx_v_peerDevice, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1032 * * cdef cudaError_t _cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceEnablePeerAccess(peerDevice, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1032, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1033 * cdef cudaError_t _cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceEnablePeerAccess(peerDevice, flags) * return cudaDeviceEnablePeerAccess(peerDevice, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1034 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceEnablePeerAccess(peerDevice, flags) # <<<<<<<<<<<<<< * return cudaDeviceEnablePeerAccess(peerDevice, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceEnablePeerAccess(__pyx_v_peerDevice, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1034, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1033 * cdef cudaError_t _cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceEnablePeerAccess(peerDevice, flags) * return cudaDeviceEnablePeerAccess(peerDevice, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1035 * if usePTDS: * return ptds._cudaDeviceEnablePeerAccess(peerDevice, flags) * return cudaDeviceEnablePeerAccess(peerDevice, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceEnablePeerAccess(__pyx_v_peerDevice, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1031 * return cudaDeviceCanAccessPeer(canAccessPeer, device, peerDevice) * * cdef cudaError_t _cudaDeviceEnablePeerAccess(int peerDevice, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1037 * return cudaDeviceEnablePeerAccess(peerDevice, flags) * * cdef cudaError_t _cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceDisablePeerAccess(int __pyx_v_peerDevice) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1038 * * cdef cudaError_t _cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceDisablePeerAccess(peerDevice) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1038, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1039 * cdef cudaError_t _cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceDisablePeerAccess(peerDevice) * return cudaDeviceDisablePeerAccess(peerDevice) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1040 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceDisablePeerAccess(peerDevice) # <<<<<<<<<<<<<< * return cudaDeviceDisablePeerAccess(peerDevice) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceDisablePeerAccess(__pyx_v_peerDevice); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1040, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1039 * cdef cudaError_t _cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceDisablePeerAccess(peerDevice) * return cudaDeviceDisablePeerAccess(peerDevice) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1041 * if usePTDS: * return ptds._cudaDeviceDisablePeerAccess(peerDevice) * return cudaDeviceDisablePeerAccess(peerDevice) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceDisablePeerAccess(__pyx_v_peerDevice); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1037 * return cudaDeviceEnablePeerAccess(peerDevice, flags) * * cdef cudaError_t _cudaDeviceDisablePeerAccess(int peerDevice) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1043 * return cudaDeviceDisablePeerAccess(peerDevice) * * cdef cudaError_t _cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsUnregisterResource(cudaGraphicsResource_t __pyx_v_resource) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1044 * * cdef cudaError_t _cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphicsUnregisterResource(resource) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1044, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1045 * cdef cudaError_t _cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsUnregisterResource(resource) * return cudaGraphicsUnregisterResource(resource) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1046 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphicsUnregisterResource(resource) # <<<<<<<<<<<<<< * return cudaGraphicsUnregisterResource(resource) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsUnregisterResource(__pyx_v_resource); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1046, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1045 * cdef cudaError_t _cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsUnregisterResource(resource) * return cudaGraphicsUnregisterResource(resource) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1047 * if usePTDS: * return ptds._cudaGraphicsUnregisterResource(resource) * return cudaGraphicsUnregisterResource(resource) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphicsUnregisterResource(__pyx_v_resource); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1043 * return cudaDeviceDisablePeerAccess(peerDevice) * * cdef cudaError_t _cudaGraphicsUnregisterResource(cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1049 * return cudaGraphicsUnregisterResource(resource) * * cdef cudaError_t _cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t __pyx_v_resource, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1050 * * cdef cudaError_t _cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphicsResourceSetMapFlags(resource, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1050, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1051 * cdef cudaError_t _cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsResourceSetMapFlags(resource, flags) * return cudaGraphicsResourceSetMapFlags(resource, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1052 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphicsResourceSetMapFlags(resource, flags) # <<<<<<<<<<<<<< * return cudaGraphicsResourceSetMapFlags(resource, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceSetMapFlags(__pyx_v_resource, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1052, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1051 * cdef cudaError_t _cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsResourceSetMapFlags(resource, flags) * return cudaGraphicsResourceSetMapFlags(resource, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1053 * if usePTDS: * return ptds._cudaGraphicsResourceSetMapFlags(resource, flags) * return cudaGraphicsResourceSetMapFlags(resource, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphicsResourceSetMapFlags(__pyx_v_resource, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1049 * return cudaGraphicsUnregisterResource(resource) * * cdef cudaError_t _cudaGraphicsResourceSetMapFlags(cudaGraphicsResource_t resource, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1055 * return cudaGraphicsResourceSetMapFlags(resource, flags) * * cdef cudaError_t _cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsMapResources(int __pyx_v_count, cudaGraphicsResource_t *__pyx_v_resources, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1056 * * cdef cudaError_t _cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphicsMapResources(count, resources, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1056, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1057 * cdef cudaError_t _cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsMapResources(count, resources, stream) * return cudaGraphicsMapResources(count, resources, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1058 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphicsMapResources(count, resources, stream) # <<<<<<<<<<<<<< * return cudaGraphicsMapResources(count, resources, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsMapResources(__pyx_v_count, __pyx_v_resources, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1058, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1057 * cdef cudaError_t _cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsMapResources(count, resources, stream) * return cudaGraphicsMapResources(count, resources, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1059 * if usePTDS: * return ptds._cudaGraphicsMapResources(count, resources, stream) * return cudaGraphicsMapResources(count, resources, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphicsMapResources(__pyx_v_count, __pyx_v_resources, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1055 * return cudaGraphicsResourceSetMapFlags(resource, flags) * * cdef cudaError_t _cudaGraphicsMapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1061 * return cudaGraphicsMapResources(count, resources, stream) * * cdef cudaError_t _cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsUnmapResources(int __pyx_v_count, cudaGraphicsResource_t *__pyx_v_resources, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1062 * * cdef cudaError_t _cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphicsUnmapResources(count, resources, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1062, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1063 * cdef cudaError_t _cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsUnmapResources(count, resources, stream) * return cudaGraphicsUnmapResources(count, resources, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1064 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphicsUnmapResources(count, resources, stream) # <<<<<<<<<<<<<< * return cudaGraphicsUnmapResources(count, resources, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsUnmapResources(__pyx_v_count, __pyx_v_resources, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1064, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1063 * cdef cudaError_t _cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsUnmapResources(count, resources, stream) * return cudaGraphicsUnmapResources(count, resources, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1065 * if usePTDS: * return ptds._cudaGraphicsUnmapResources(count, resources, stream) * return cudaGraphicsUnmapResources(count, resources, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphicsUnmapResources(__pyx_v_count, __pyx_v_resources, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1061 * return cudaGraphicsMapResources(count, resources, stream) * * cdef cudaError_t _cudaGraphicsUnmapResources(int count, cudaGraphicsResource_t* resources, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1067 * return cudaGraphicsUnmapResources(count, resources, stream) * * cdef cudaError_t _cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceGetMappedPointer(void **__pyx_v_devPtr, size_t *__pyx_v_size, cudaGraphicsResource_t __pyx_v_resource) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1068 * * cdef cudaError_t _cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1068, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1069 * cdef cudaError_t _cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) * return cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1070 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) # <<<<<<<<<<<<<< * return cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceGetMappedPointer(__pyx_v_devPtr, __pyx_v_size, __pyx_v_resource); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1070, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1069 * cdef cudaError_t _cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) * return cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1071 * if usePTDS: * return ptds._cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) * return cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphicsResourceGetMappedPointer(__pyx_v_devPtr, __pyx_v_size, __pyx_v_resource); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1067 * return cudaGraphicsUnmapResources(count, resources, stream) * * cdef cudaError_t _cudaGraphicsResourceGetMappedPointer(void** devPtr, size_t* size, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1073 * return cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) * * cdef cudaError_t _cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsSubResourceGetMappedArray(cudaArray_t *__pyx_v_array, cudaGraphicsResource_t __pyx_v_resource, unsigned int __pyx_v_arrayIndex, unsigned int __pyx_v_mipLevel) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1074 * * cdef cudaError_t _cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1074, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1075 * cdef cudaError_t _cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) * return cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1076 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) # <<<<<<<<<<<<<< * return cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsSubResourceGetMappedArray(__pyx_v_array, __pyx_v_resource, __pyx_v_arrayIndex, __pyx_v_mipLevel); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1076, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1075 * cdef cudaError_t _cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) * return cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1077 * if usePTDS: * return ptds._cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) * return cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphicsSubResourceGetMappedArray(__pyx_v_array, __pyx_v_resource, __pyx_v_arrayIndex, __pyx_v_mipLevel); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1073 * return cudaGraphicsResourceGetMappedPointer(devPtr, size, resource) * * cdef cudaError_t _cudaGraphicsSubResourceGetMappedArray(cudaArray_t* array, cudaGraphicsResource_t resource, unsigned int arrayIndex, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1079 * return cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) * * cdef cudaError_t _cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t *__pyx_v_mipmappedArray, cudaGraphicsResource_t __pyx_v_resource) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1080 * * cdef cudaError_t _cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1080, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1081 * cdef cudaError_t _cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) * return cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1082 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) # <<<<<<<<<<<<<< * return cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceGetMappedMipmappedArray(__pyx_v_mipmappedArray, __pyx_v_resource); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1082, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1081 * cdef cudaError_t _cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) * return cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1083 * if usePTDS: * return ptds._cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) * return cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphicsResourceGetMappedMipmappedArray(__pyx_v_mipmappedArray, __pyx_v_resource); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1079 * return cudaGraphicsSubResourceGetMappedArray(array, resource, arrayIndex, mipLevel) * * cdef cudaError_t _cudaGraphicsResourceGetMappedMipmappedArray(cudaMipmappedArray_t* mipmappedArray, cudaGraphicsResource_t resource) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1085 * return cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) * * cdef cudaError_t _cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetChannelDesc(struct cudaChannelFormatDesc *__pyx_v_desc, cudaArray_const_t __pyx_v_array) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1086 * * cdef cudaError_t _cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetChannelDesc(desc, array) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1086, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1087 * cdef cudaError_t _cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetChannelDesc(desc, array) * return cudaGetChannelDesc(desc, array) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1088 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetChannelDesc(desc, array) # <<<<<<<<<<<<<< * return cudaGetChannelDesc(desc, array) * @cython.show_performance_hints(False) */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetChannelDesc(__pyx_v_desc, __pyx_v_array); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1088, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1087 * cdef cudaError_t _cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetChannelDesc(desc, array) * return cudaGetChannelDesc(desc, array) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1089 * if usePTDS: * return ptds._cudaGetChannelDesc(desc, array) * return cudaGetChannelDesc(desc, array) # <<<<<<<<<<<<<< * @cython.show_performance_hints(False) * cdef cudaChannelFormatDesc _cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil: */ __pyx_r = cudaGetChannelDesc(__pyx_v_desc, __pyx_v_array); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1085 * return cudaGraphicsResourceGetMappedMipmappedArray(mipmappedArray, resource) * * cdef cudaError_t _cudaGetChannelDesc(cudaChannelFormatDesc* desc, cudaArray_const_t array) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1090 * return ptds._cudaGetChannelDesc(desc, array) * return cudaGetChannelDesc(desc, array) * @cython.show_performance_hints(False) # <<<<<<<<<<<<<< * cdef cudaChannelFormatDesc _cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil: * cdef bint usePTDS = cudaPythonInit() */ static struct cudaChannelFormatDesc __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCreateChannelDesc(int __pyx_v_x, int __pyx_v_y, int __pyx_v_z, int __pyx_v_w, enum cudaChannelFormatKind __pyx_v_f) { int __pyx_v_usePTDS; struct cudaChannelFormatDesc __pyx_r; int __pyx_t_1; struct cudaChannelFormatDesc __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1092 * @cython.show_performance_hints(False) * cdef cudaChannelFormatDesc _cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaCreateChannelDesc(x, y, z, w, f) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1092, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1093 * cdef cudaChannelFormatDesc _cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaCreateChannelDesc(x, y, z, w, f) * return cudaCreateChannelDesc(x, y, z, w, f) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1094 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaCreateChannelDesc(x, y, z, w, f) # <<<<<<<<<<<<<< * return cudaCreateChannelDesc(x, y, z, w, f) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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, 1094, __pyx_L1_error) __pyx_r = __pyx_t_2; goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1093 * cdef cudaChannelFormatDesc _cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaCreateChannelDesc(x, y, z, w, f) * return cudaCreateChannelDesc(x, y, z, w, f) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1095 * if usePTDS: * return ptds._cudaCreateChannelDesc(x, y, z, w, f) * return cudaCreateChannelDesc(x, y, z, w, f) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaCreateTextureObject(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaCreateChannelDesc(__pyx_v_x, __pyx_v_y, __pyx_v_z, __pyx_v_w, __pyx_v_f); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1090 * return ptds._cudaGetChannelDesc(desc, array) * return cudaGetChannelDesc(desc, array) * @cython.show_performance_hints(False) # <<<<<<<<<<<<<< * cdef cudaChannelFormatDesc _cudaCreateChannelDesc(int x, int y, int z, int w, cudaChannelFormatKind f) except* nogil: * cdef bint usePTDS = cudaPythonInit() */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1097 * return cudaCreateChannelDesc(x, y, z, w, f) * * cdef cudaError_t _cudaCreateTextureObject(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1098 * * cdef cudaError_t _cudaCreateTextureObject(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1098, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1099 * cdef cudaError_t _cudaCreateTextureObject(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) * return cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1100 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) # <<<<<<<<<<<<<< * return cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateTextureObject(__pyx_v_pTexObject, __pyx_v_pResDesc, __pyx_v_pTexDesc, __pyx_v_pResViewDesc); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1100, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1099 * cdef cudaError_t _cudaCreateTextureObject(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) * return cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1101 * if usePTDS: * return ptds._cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) * return cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaCreateTextureObject(__pyx_v_pTexObject, __pyx_v_pResDesc, __pyx_v_pTexDesc, __pyx_v_pResViewDesc); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1097 * return cudaCreateChannelDesc(x, y, z, w, f) * * cdef cudaError_t _cudaCreateTextureObject(cudaTextureObject_t* pTexObject, const cudaResourceDesc* pResDesc, const cudaTextureDesc* pTexDesc, const cudaResourceViewDesc* pResViewDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1103 * return cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) * * cdef cudaError_t _cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroyTextureObject(cudaTextureObject_t __pyx_v_texObject) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1104 * * cdef cudaError_t _cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDestroyTextureObject(texObject) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1104, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1105 * cdef cudaError_t _cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDestroyTextureObject(texObject) * return cudaDestroyTextureObject(texObject) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1106 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDestroyTextureObject(texObject) # <<<<<<<<<<<<<< * return cudaDestroyTextureObject(texObject) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyTextureObject(__pyx_v_texObject); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1106, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1105 * cdef cudaError_t _cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDestroyTextureObject(texObject) * return cudaDestroyTextureObject(texObject) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1107 * if usePTDS: * return ptds._cudaDestroyTextureObject(texObject) * return cudaDestroyTextureObject(texObject) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDestroyTextureObject(__pyx_v_texObject); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1103 * return cudaCreateTextureObject(pTexObject, pResDesc, pTexDesc, pResViewDesc) * * cdef cudaError_t _cudaDestroyTextureObject(cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1109 * return cudaDestroyTextureObject(texObject) * * cdef cudaError_t _cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetTextureObjectResourceDesc(struct cudaResourceDesc *__pyx_v_pResDesc, cudaTextureObject_t __pyx_v_texObject) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1110 * * cdef cudaError_t _cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetTextureObjectResourceDesc(pResDesc, texObject) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1110, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1111 * cdef cudaError_t _cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetTextureObjectResourceDesc(pResDesc, texObject) * return cudaGetTextureObjectResourceDesc(pResDesc, texObject) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1112 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetTextureObjectResourceDesc(pResDesc, texObject) # <<<<<<<<<<<<<< * return cudaGetTextureObjectResourceDesc(pResDesc, texObject) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectResourceDesc(__pyx_v_pResDesc, __pyx_v_texObject); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1112, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1111 * cdef cudaError_t _cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetTextureObjectResourceDesc(pResDesc, texObject) * return cudaGetTextureObjectResourceDesc(pResDesc, texObject) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1113 * if usePTDS: * return ptds._cudaGetTextureObjectResourceDesc(pResDesc, texObject) * return cudaGetTextureObjectResourceDesc(pResDesc, texObject) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetTextureObjectResourceDesc(__pyx_v_pResDesc, __pyx_v_texObject); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1109 * return cudaDestroyTextureObject(texObject) * * cdef cudaError_t _cudaGetTextureObjectResourceDesc(cudaResourceDesc* pResDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1115 * return cudaGetTextureObjectResourceDesc(pResDesc, texObject) * * cdef cudaError_t _cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetTextureObjectTextureDesc(struct cudaTextureDesc *__pyx_v_pTexDesc, cudaTextureObject_t __pyx_v_texObject) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1116 * * cdef cudaError_t _cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetTextureObjectTextureDesc(pTexDesc, texObject) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1116, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1117 * cdef cudaError_t _cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetTextureObjectTextureDesc(pTexDesc, texObject) * return cudaGetTextureObjectTextureDesc(pTexDesc, texObject) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1118 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetTextureObjectTextureDesc(pTexDesc, texObject) # <<<<<<<<<<<<<< * return cudaGetTextureObjectTextureDesc(pTexDesc, texObject) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectTextureDesc(__pyx_v_pTexDesc, __pyx_v_texObject); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1118, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1117 * cdef cudaError_t _cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetTextureObjectTextureDesc(pTexDesc, texObject) * return cudaGetTextureObjectTextureDesc(pTexDesc, texObject) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1119 * if usePTDS: * return ptds._cudaGetTextureObjectTextureDesc(pTexDesc, texObject) * return cudaGetTextureObjectTextureDesc(pTexDesc, texObject) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetTextureObjectTextureDesc(__pyx_v_pTexDesc, __pyx_v_texObject); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1115 * return cudaGetTextureObjectResourceDesc(pResDesc, texObject) * * cdef cudaError_t _cudaGetTextureObjectTextureDesc(cudaTextureDesc* pTexDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1121 * return cudaGetTextureObjectTextureDesc(pTexDesc, texObject) * * cdef cudaError_t _cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetTextureObjectResourceViewDesc(struct cudaResourceViewDesc *__pyx_v_pResViewDesc, cudaTextureObject_t __pyx_v_texObject) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1122 * * cdef cudaError_t _cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1122, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1123 * cdef cudaError_t _cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) * return cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1124 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) # <<<<<<<<<<<<<< * return cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectResourceViewDesc(__pyx_v_pResViewDesc, __pyx_v_texObject); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1124, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1123 * cdef cudaError_t _cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) * return cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1125 * if usePTDS: * return ptds._cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) * return cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetTextureObjectResourceViewDesc(__pyx_v_pResViewDesc, __pyx_v_texObject); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1121 * return cudaGetTextureObjectTextureDesc(pTexDesc, texObject) * * cdef cudaError_t _cudaGetTextureObjectResourceViewDesc(cudaResourceViewDesc* pResViewDesc, cudaTextureObject_t texObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1127 * return cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) * * cdef cudaError_t _cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaCreateSurfaceObject(cudaSurfaceObject_t *__pyx_v_pSurfObject, struct cudaResourceDesc const *__pyx_v_pResDesc) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1128 * * cdef cudaError_t _cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaCreateSurfaceObject(pSurfObject, pResDesc) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1128, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1129 * cdef cudaError_t _cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaCreateSurfaceObject(pSurfObject, pResDesc) * return cudaCreateSurfaceObject(pSurfObject, pResDesc) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1130 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaCreateSurfaceObject(pSurfObject, pResDesc) # <<<<<<<<<<<<<< * return cudaCreateSurfaceObject(pSurfObject, pResDesc) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateSurfaceObject(__pyx_v_pSurfObject, __pyx_v_pResDesc); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1130, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1129 * cdef cudaError_t _cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaCreateSurfaceObject(pSurfObject, pResDesc) * return cudaCreateSurfaceObject(pSurfObject, pResDesc) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1131 * if usePTDS: * return ptds._cudaCreateSurfaceObject(pSurfObject, pResDesc) * return cudaCreateSurfaceObject(pSurfObject, pResDesc) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaCreateSurfaceObject(__pyx_v_pSurfObject, __pyx_v_pResDesc); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1127 * return cudaGetTextureObjectResourceViewDesc(pResViewDesc, texObject) * * cdef cudaError_t _cudaCreateSurfaceObject(cudaSurfaceObject_t* pSurfObject, const cudaResourceDesc* pResDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1133 * return cudaCreateSurfaceObject(pSurfObject, pResDesc) * * cdef cudaError_t _cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDestroySurfaceObject(cudaSurfaceObject_t __pyx_v_surfObject) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1134 * * cdef cudaError_t _cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDestroySurfaceObject(surfObject) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1134, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1135 * cdef cudaError_t _cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDestroySurfaceObject(surfObject) * return cudaDestroySurfaceObject(surfObject) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1136 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDestroySurfaceObject(surfObject) # <<<<<<<<<<<<<< * return cudaDestroySurfaceObject(surfObject) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroySurfaceObject(__pyx_v_surfObject); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1136, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1135 * cdef cudaError_t _cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDestroySurfaceObject(surfObject) * return cudaDestroySurfaceObject(surfObject) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1137 * if usePTDS: * return ptds._cudaDestroySurfaceObject(surfObject) * return cudaDestroySurfaceObject(surfObject) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDestroySurfaceObject(__pyx_v_surfObject); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1133 * return cudaCreateSurfaceObject(pSurfObject, pResDesc) * * cdef cudaError_t _cudaDestroySurfaceObject(cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1139 * return cudaDestroySurfaceObject(surfObject) * * cdef cudaError_t _cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetSurfaceObjectResourceDesc(struct cudaResourceDesc *__pyx_v_pResDesc, cudaSurfaceObject_t __pyx_v_surfObject) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1140 * * cdef cudaError_t _cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1140, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1141 * cdef cudaError_t _cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) * return cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1142 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) # <<<<<<<<<<<<<< * return cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetSurfaceObjectResourceDesc(__pyx_v_pResDesc, __pyx_v_surfObject); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1142, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1141 * cdef cudaError_t _cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) * return cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1143 * if usePTDS: * return ptds._cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) * return cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetSurfaceObjectResourceDesc(__pyx_v_pResDesc, __pyx_v_surfObject); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1139 * return cudaDestroySurfaceObject(surfObject) * * cdef cudaError_t _cudaGetSurfaceObjectResourceDesc(cudaResourceDesc* pResDesc, cudaSurfaceObject_t surfObject) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1145 * return cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) * * cdef cudaError_t _cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDriverGetVersion(int *__pyx_v_driverVersion) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1146 * * cdef cudaError_t _cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDriverGetVersion(driverVersion) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1146, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1147 * cdef cudaError_t _cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDriverGetVersion(driverVersion) * return cudaDriverGetVersion(driverVersion) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1148 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDriverGetVersion(driverVersion) # <<<<<<<<<<<<<< * return cudaDriverGetVersion(driverVersion) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDriverGetVersion(__pyx_v_driverVersion); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1148, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1147 * cdef cudaError_t _cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDriverGetVersion(driverVersion) * return cudaDriverGetVersion(driverVersion) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1149 * if usePTDS: * return ptds._cudaDriverGetVersion(driverVersion) * return cudaDriverGetVersion(driverVersion) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDriverGetVersion(__pyx_v_driverVersion); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1145 * return cudaGetSurfaceObjectResourceDesc(pResDesc, surfObject) * * cdef cudaError_t _cudaDriverGetVersion(int* driverVersion) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1151 * return cudaDriverGetVersion(driverVersion) * * cdef cudaError_t _cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaRuntimeGetVersion(int *__pyx_v_runtimeVersion) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1152 * * cdef cudaError_t _cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaRuntimeGetVersion(runtimeVersion) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1152, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1153 * cdef cudaError_t _cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaRuntimeGetVersion(runtimeVersion) * return cudaRuntimeGetVersion(runtimeVersion) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1154 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaRuntimeGetVersion(runtimeVersion) # <<<<<<<<<<<<<< * return cudaRuntimeGetVersion(runtimeVersion) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaRuntimeGetVersion(__pyx_v_runtimeVersion); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1154, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1153 * cdef cudaError_t _cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaRuntimeGetVersion(runtimeVersion) * return cudaRuntimeGetVersion(runtimeVersion) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1155 * if usePTDS: * return ptds._cudaRuntimeGetVersion(runtimeVersion) * return cudaRuntimeGetVersion(runtimeVersion) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaRuntimeGetVersion(__pyx_v_runtimeVersion); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1151 * return cudaDriverGetVersion(driverVersion) * * cdef cudaError_t _cudaRuntimeGetVersion(int* runtimeVersion) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1157 * return cudaRuntimeGetVersion(runtimeVersion) * * cdef cudaError_t _cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsRegisterCallback(cudaLogsCallback_t __pyx_v_callbackFunc, void *__pyx_v_userData, cudaLogsCallbackHandle *__pyx_v_callback_out) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1158 * * cdef cudaError_t _cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLogsRegisterCallback(callbackFunc, userData, callback_out) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1158, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1159 * cdef cudaError_t _cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLogsRegisterCallback(callbackFunc, userData, callback_out) * return cudaLogsRegisterCallback(callbackFunc, userData, callback_out) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1160 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLogsRegisterCallback(callbackFunc, userData, callback_out) # <<<<<<<<<<<<<< * return cudaLogsRegisterCallback(callbackFunc, userData, callback_out) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsRegisterCallback(((cudaLogsCallback_t)__pyx_v_callbackFunc), __pyx_v_userData, __pyx_v_callback_out); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1160, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1159 * cdef cudaError_t _cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLogsRegisterCallback(callbackFunc, userData, callback_out) * return cudaLogsRegisterCallback(callbackFunc, userData, callback_out) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1161 * if usePTDS: * return ptds._cudaLogsRegisterCallback(callbackFunc, userData, callback_out) * return cudaLogsRegisterCallback(callbackFunc, userData, callback_out) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLogsRegisterCallback(__pyx_v_callbackFunc, __pyx_v_userData, __pyx_v_callback_out); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1157 * return cudaRuntimeGetVersion(runtimeVersion) * * cdef cudaError_t _cudaLogsRegisterCallback(cudaLogsCallback_t callbackFunc, void* userData, cudaLogsCallbackHandle* callback_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1163 * return cudaLogsRegisterCallback(callbackFunc, userData, callback_out) * * cdef cudaError_t _cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsUnregisterCallback(cudaLogsCallbackHandle __pyx_v_callback) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1164 * * cdef cudaError_t _cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLogsUnregisterCallback(callback) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1164, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1165 * cdef cudaError_t _cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLogsUnregisterCallback(callback) * return cudaLogsUnregisterCallback(callback) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1166 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLogsUnregisterCallback(callback) # <<<<<<<<<<<<<< * return cudaLogsUnregisterCallback(callback) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsUnregisterCallback(__pyx_v_callback); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1166, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1165 * cdef cudaError_t _cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLogsUnregisterCallback(callback) * return cudaLogsUnregisterCallback(callback) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1167 * if usePTDS: * return ptds._cudaLogsUnregisterCallback(callback) * return cudaLogsUnregisterCallback(callback) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLogsUnregisterCallback(__pyx_v_callback); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1163 * return cudaLogsRegisterCallback(callbackFunc, userData, callback_out) * * cdef cudaError_t _cudaLogsUnregisterCallback(cudaLogsCallbackHandle callback) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1169 * return cudaLogsUnregisterCallback(callback) * * cdef cudaError_t _cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsCurrent(cudaLogIterator *__pyx_v_iterator_out, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1170 * * cdef cudaError_t _cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLogsCurrent(iterator_out, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1170, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1171 * cdef cudaError_t _cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLogsCurrent(iterator_out, flags) * return cudaLogsCurrent(iterator_out, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1172 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLogsCurrent(iterator_out, flags) # <<<<<<<<<<<<<< * return cudaLogsCurrent(iterator_out, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsCurrent(__pyx_v_iterator_out, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1172, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1171 * cdef cudaError_t _cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLogsCurrent(iterator_out, flags) * return cudaLogsCurrent(iterator_out, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1173 * if usePTDS: * return ptds._cudaLogsCurrent(iterator_out, flags) * return cudaLogsCurrent(iterator_out, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLogsCurrent(__pyx_v_iterator_out, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1169 * return cudaLogsUnregisterCallback(callback) * * cdef cudaError_t _cudaLogsCurrent(cudaLogIterator* iterator_out, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1175 * return cudaLogsCurrent(iterator_out, flags) * * cdef cudaError_t _cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsDumpToFile(cudaLogIterator *__pyx_v_iterator, char const *__pyx_v_pathToFile, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1176 * * cdef cudaError_t _cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLogsDumpToFile(iterator, pathToFile, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1176, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1177 * cdef cudaError_t _cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLogsDumpToFile(iterator, pathToFile, flags) * return cudaLogsDumpToFile(iterator, pathToFile, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1178 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLogsDumpToFile(iterator, pathToFile, flags) # <<<<<<<<<<<<<< * return cudaLogsDumpToFile(iterator, pathToFile, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsDumpToFile(__pyx_v_iterator, __pyx_v_pathToFile, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1178, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1177 * cdef cudaError_t _cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLogsDumpToFile(iterator, pathToFile, flags) * return cudaLogsDumpToFile(iterator, pathToFile, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1179 * if usePTDS: * return ptds._cudaLogsDumpToFile(iterator, pathToFile, flags) * return cudaLogsDumpToFile(iterator, pathToFile, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLogsDumpToFile(__pyx_v_iterator, __pyx_v_pathToFile, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1175 * return cudaLogsCurrent(iterator_out, flags) * * cdef cudaError_t _cudaLogsDumpToFile(cudaLogIterator* iterator, const char* pathToFile, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1181 * return cudaLogsDumpToFile(iterator, pathToFile, flags) * * cdef cudaError_t _cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLogsDumpToMemory(cudaLogIterator *__pyx_v_iterator, char *__pyx_v_buffer, size_t *__pyx_v_size, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1182 * * cdef cudaError_t _cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLogsDumpToMemory(iterator, buffer, size, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1182, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1183 * cdef cudaError_t _cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLogsDumpToMemory(iterator, buffer, size, flags) * return cudaLogsDumpToMemory(iterator, buffer, size, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1184 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLogsDumpToMemory(iterator, buffer, size, flags) # <<<<<<<<<<<<<< * return cudaLogsDumpToMemory(iterator, buffer, size, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsDumpToMemory(__pyx_v_iterator, __pyx_v_buffer, __pyx_v_size, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1184, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1183 * cdef cudaError_t _cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLogsDumpToMemory(iterator, buffer, size, flags) * return cudaLogsDumpToMemory(iterator, buffer, size, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1185 * if usePTDS: * return ptds._cudaLogsDumpToMemory(iterator, buffer, size, flags) * return cudaLogsDumpToMemory(iterator, buffer, size, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLogsDumpToMemory(__pyx_v_iterator, __pyx_v_buffer, __pyx_v_size, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1181 * return cudaLogsDumpToFile(iterator, pathToFile, flags) * * cdef cudaError_t _cudaLogsDumpToMemory(cudaLogIterator* iterator, char* buffer, size_t* size, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1187 * return cudaLogsDumpToMemory(iterator, buffer, size, flags) * * cdef cudaError_t _cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphCreate(cudaGraph_t *__pyx_v_pGraph, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1188 * * cdef cudaError_t _cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphCreate(pGraph, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1188, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1189 * cdef cudaError_t _cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphCreate(pGraph, flags) * return cudaGraphCreate(pGraph, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1190 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphCreate(pGraph, flags) # <<<<<<<<<<<<<< * return cudaGraphCreate(pGraph, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphCreate(__pyx_v_pGraph, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1190, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1189 * cdef cudaError_t _cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphCreate(pGraph, flags) * return cudaGraphCreate(pGraph, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1191 * if usePTDS: * return ptds._cudaGraphCreate(pGraph, flags) * return cudaGraphCreate(pGraph, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddKernelNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphCreate(__pyx_v_pGraph, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1187 * return cudaLogsDumpToMemory(iterator, buffer, size, flags) * * cdef cudaError_t _cudaGraphCreate(cudaGraph_t* pGraph, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1193 * return cudaGraphCreate(pGraph, flags) * * cdef cudaError_t _cudaGraphAddKernelNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1194 * * cdef cudaError_t _cudaGraphAddKernelNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1194, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1195 * cdef cudaError_t _cudaGraphAddKernelNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * return cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1196 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddKernelNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1196, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1195 * cdef cudaError_t _cudaGraphAddKernelNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * return cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1197 * if usePTDS: * return ptds._cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * return cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddKernelNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1193 * return cudaGraphCreate(pGraph, flags) * * cdef cudaError_t _cudaGraphAddKernelNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1199 * return cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * * cdef cudaError_t _cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaKernelNodeParams *__pyx_v_pNodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1200 * * cdef cudaError_t _cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphKernelNodeGetParams(node, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1200, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1201 * cdef cudaError_t _cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphKernelNodeGetParams(node, pNodeParams) * return cudaGraphKernelNodeGetParams(node, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1202 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphKernelNodeGetParams(node, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphKernelNodeGetParams(node, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1202, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1201 * cdef cudaError_t _cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphKernelNodeGetParams(node, pNodeParams) * return cudaGraphKernelNodeGetParams(node, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1203 * if usePTDS: * return ptds._cudaGraphKernelNodeGetParams(node, pNodeParams) * return cudaGraphKernelNodeGetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphKernelNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1199 * return cudaGraphAddKernelNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * * cdef cudaError_t _cudaGraphKernelNodeGetParams(cudaGraphNode_t node, cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1205 * return cudaGraphKernelNodeGetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaKernelNodeParams const *__pyx_v_pNodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1206 * * cdef cudaError_t _cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphKernelNodeSetParams(node, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1206, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1207 * cdef cudaError_t _cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphKernelNodeSetParams(node, pNodeParams) * return cudaGraphKernelNodeSetParams(node, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1208 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphKernelNodeSetParams(node, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphKernelNodeSetParams(node, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1208, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1207 * cdef cudaError_t _cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphKernelNodeSetParams(node, pNodeParams) * return cudaGraphKernelNodeSetParams(node, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1209 * if usePTDS: * return ptds._cudaGraphKernelNodeSetParams(node, pNodeParams) * return cudaGraphKernelNodeSetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphKernelNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1205 * return cudaGraphKernelNodeGetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphKernelNodeSetParams(cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1211 * return cudaGraphKernelNodeSetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t __pyx_v_hDst, cudaGraphNode_t __pyx_v_hSrc) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1212 * * cdef cudaError_t _cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphKernelNodeCopyAttributes(hDst, hSrc) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1212, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1213 * cdef cudaError_t _cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphKernelNodeCopyAttributes(hDst, hSrc) * return cudaGraphKernelNodeCopyAttributes(hDst, hSrc) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1214 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphKernelNodeCopyAttributes(hDst, hSrc) # <<<<<<<<<<<<<< * return cudaGraphKernelNodeCopyAttributes(hDst, hSrc) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeCopyAttributes(__pyx_v_hDst, __pyx_v_hSrc); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1214, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1213 * cdef cudaError_t _cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphKernelNodeCopyAttributes(hDst, hSrc) * return cudaGraphKernelNodeCopyAttributes(hDst, hSrc) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1215 * if usePTDS: * return ptds._cudaGraphKernelNodeCopyAttributes(hDst, hSrc) * return cudaGraphKernelNodeCopyAttributes(hDst, hSrc) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphKernelNodeCopyAttributes(__pyx_v_hDst, __pyx_v_hSrc); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1211 * return cudaGraphKernelNodeSetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphKernelNodeCopyAttributes(cudaGraphNode_t hDst, cudaGraphNode_t hSrc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1217 * return cudaGraphKernelNodeCopyAttributes(hDst, hSrc) * * cdef cudaError_t _cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeGetAttribute(cudaGraphNode_t __pyx_v_hNode, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrID __pyx_v_attr, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrValue *__pyx_v_value_out) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1218 * * cdef cudaError_t _cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1218, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1219 * cdef cudaError_t _cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) * return cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1220 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) # <<<<<<<<<<<<<< * return cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeGetAttribute(__pyx_v_hNode, ((__pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrID)__pyx_v_attr), __pyx_v_value_out); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1220, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1219 * cdef cudaError_t _cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) * return cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1221 * if usePTDS: * return ptds._cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) * return cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphKernelNodeGetAttribute(__pyx_v_hNode, __pyx_v_attr, __pyx_v_value_out); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1217 * return cudaGraphKernelNodeCopyAttributes(hDst, hSrc) * * cdef cudaError_t _cudaGraphKernelNodeGetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, cudaKernelNodeAttrValue* value_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1223 * return cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) * * cdef cudaError_t _cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphKernelNodeSetAttribute(cudaGraphNode_t __pyx_v_hNode, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrID __pyx_v_attr, __pyx_t_4cuda_8bindings_9_bindings_9cyruntime_cudaKernelNodeAttrValue const *__pyx_v_value) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1224 * * cdef cudaError_t _cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphKernelNodeSetAttribute(hNode, attr, value) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1224, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1225 * cdef cudaError_t _cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphKernelNodeSetAttribute(hNode, attr, value) * return cudaGraphKernelNodeSetAttribute(hNode, attr, value) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1226 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphKernelNodeSetAttribute(hNode, attr, value) # <<<<<<<<<<<<<< * return cudaGraphKernelNodeSetAttribute(hNode, attr, value) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeSetAttribute(__pyx_v_hNode, ((__pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrID)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1226, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1225 * cdef cudaError_t _cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphKernelNodeSetAttribute(hNode, attr, value) * return cudaGraphKernelNodeSetAttribute(hNode, attr, value) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1227 * if usePTDS: * return ptds._cudaGraphKernelNodeSetAttribute(hNode, attr, value) * return cudaGraphKernelNodeSetAttribute(hNode, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddMemcpyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphKernelNodeSetAttribute(__pyx_v_hNode, __pyx_v_attr, __pyx_v_value); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1223 * return cudaGraphKernelNodeGetAttribute(hNode, attr, value_out) * * cdef cudaError_t _cudaGraphKernelNodeSetAttribute(cudaGraphNode_t hNode, cudaKernelNodeAttrID attr, const cudaKernelNodeAttrValue* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1229 * return cudaGraphKernelNodeSetAttribute(hNode, attr, value) * * cdef cudaError_t _cudaGraphAddMemcpyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1230 * * cdef cudaError_t _cudaGraphAddMemcpyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1230, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1231 * cdef cudaError_t _cudaGraphAddMemcpyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) * return cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1232 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) # <<<<<<<<<<<<<< * return cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemcpyNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pCopyParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1232, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1231 * cdef cudaError_t _cudaGraphAddMemcpyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) * return cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1233 * if usePTDS: * return ptds._cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) * return cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddMemcpyNode1D(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddMemcpyNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pCopyParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1229 * return cudaGraphKernelNodeSetAttribute(hNode, attr, value) * * cdef cudaError_t _cudaGraphAddMemcpyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemcpy3DParms* pCopyParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1235 * return cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) * * cdef cudaError_t _cudaGraphAddMemcpyNode1D(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1236 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1236, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1237 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) * return cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1238 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) # <<<<<<<<<<<<<< * return cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1238, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1237 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) * return cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1239 * if usePTDS: * return ptds._cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) * return cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddMemcpyNode1D(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_dst, __pyx_v_src, __pyx_v_count, __pyx_v_kind); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1235 * return cudaGraphAddMemcpyNode(pGraphNode, graph, pDependencies, numDependencies, pCopyParams) * * cdef cudaError_t _cudaGraphAddMemcpyNode1D(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1241 * return cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) * * cdef cudaError_t _cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemcpyNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemcpy3DParms *__pyx_v_pNodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1242 * * cdef cudaError_t _cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphMemcpyNodeGetParams(node, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1242, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1243 * cdef cudaError_t _cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemcpyNodeGetParams(node, pNodeParams) * return cudaGraphMemcpyNodeGetParams(node, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1244 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphMemcpyNodeGetParams(node, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphMemcpyNodeGetParams(node, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1244, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1243 * cdef cudaError_t _cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemcpyNodeGetParams(node, pNodeParams) * return cudaGraphMemcpyNodeGetParams(node, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1245 * if usePTDS: * return ptds._cudaGraphMemcpyNodeGetParams(node, pNodeParams) * return cudaGraphMemcpyNodeGetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphMemcpyNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1241 * return cudaGraphAddMemcpyNode1D(pGraphNode, graph, pDependencies, numDependencies, dst, src, count, kind) * * cdef cudaError_t _cudaGraphMemcpyNodeGetParams(cudaGraphNode_t node, cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1247 * return cudaGraphMemcpyNodeGetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemcpyNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemcpy3DParms const *__pyx_v_pNodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1248 * * cdef cudaError_t _cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphMemcpyNodeSetParams(node, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1248, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1249 * cdef cudaError_t _cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemcpyNodeSetParams(node, pNodeParams) * return cudaGraphMemcpyNodeSetParams(node, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1250 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphMemcpyNodeSetParams(node, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphMemcpyNodeSetParams(node, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1250, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1249 * cdef cudaError_t _cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemcpyNodeSetParams(node, pNodeParams) * return cudaGraphMemcpyNodeSetParams(node, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1251 * if usePTDS: * return ptds._cudaGraphMemcpyNodeSetParams(node, pNodeParams) * return cudaGraphMemcpyNodeSetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphMemcpyNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1247 * return cudaGraphMemcpyNodeGetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphMemcpyNodeSetParams(cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1253 * return cudaGraphMemcpyNodeSetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1254 * * cdef cudaError_t _cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1254, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1255 * cdef cudaError_t _cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) * return cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1256 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) # <<<<<<<<<<<<<< * return cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeSetParams1D(__pyx_v_node, __pyx_v_dst, __pyx_v_src, __pyx_v_count, ((enum cudaMemcpyKind)__pyx_v_kind)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1256, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1255 * cdef cudaError_t _cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) * return cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1257 * if usePTDS: * return ptds._cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) * return cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddMemsetNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphMemcpyNodeSetParams1D(__pyx_v_node, __pyx_v_dst, __pyx_v_src, __pyx_v_count, __pyx_v_kind); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1253 * return cudaGraphMemcpyNodeSetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphMemcpyNodeSetParams1D(cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1259 * return cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) * * cdef cudaError_t _cudaGraphAddMemsetNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1260 * * cdef cudaError_t _cudaGraphAddMemsetNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1260, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1261 * cdef cudaError_t _cudaGraphAddMemsetNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) * return cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1262 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) # <<<<<<<<<<<<<< * return cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemsetNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pMemsetParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1262, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1261 * cdef cudaError_t _cudaGraphAddMemsetNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) * return cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1263 * if usePTDS: * return ptds._cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) * return cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddMemsetNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pMemsetParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1259 * return cudaGraphMemcpyNodeSetParams1D(node, dst, src, count, kind) * * cdef cudaError_t _cudaGraphAddMemsetNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaMemsetParams* pMemsetParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1265 * return cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) * * cdef cudaError_t _cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemsetNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemsetParams *__pyx_v_pNodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1266 * * cdef cudaError_t _cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphMemsetNodeGetParams(node, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1266, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1267 * cdef cudaError_t _cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemsetNodeGetParams(node, pNodeParams) * return cudaGraphMemsetNodeGetParams(node, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1268 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphMemsetNodeGetParams(node, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphMemsetNodeGetParams(node, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemsetNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1268, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1267 * cdef cudaError_t _cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemsetNodeGetParams(node, pNodeParams) * return cudaGraphMemsetNodeGetParams(node, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1269 * if usePTDS: * return ptds._cudaGraphMemsetNodeGetParams(node, pNodeParams) * return cudaGraphMemsetNodeGetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphMemsetNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1265 * return cudaGraphAddMemsetNode(pGraphNode, graph, pDependencies, numDependencies, pMemsetParams) * * cdef cudaError_t _cudaGraphMemsetNodeGetParams(cudaGraphNode_t node, cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1271 * return cudaGraphMemsetNodeGetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemsetNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemsetParams const *__pyx_v_pNodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1272 * * cdef cudaError_t _cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphMemsetNodeSetParams(node, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1272, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1273 * cdef cudaError_t _cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemsetNodeSetParams(node, pNodeParams) * return cudaGraphMemsetNodeSetParams(node, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1274 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphMemsetNodeSetParams(node, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphMemsetNodeSetParams(node, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemsetNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1274, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1273 * cdef cudaError_t _cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemsetNodeSetParams(node, pNodeParams) * return cudaGraphMemsetNodeSetParams(node, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1275 * if usePTDS: * return ptds._cudaGraphMemsetNodeSetParams(node, pNodeParams) * return cudaGraphMemsetNodeSetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddHostNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphMemsetNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1271 * return cudaGraphMemsetNodeGetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphMemsetNodeSetParams(cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1277 * return cudaGraphMemsetNodeSetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphAddHostNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1278 * * cdef cudaError_t _cudaGraphAddHostNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1278, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1279 * cdef cudaError_t _cudaGraphAddHostNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * return cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1280 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddHostNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1280, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1279 * cdef cudaError_t _cudaGraphAddHostNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * return cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1281 * if usePTDS: * return ptds._cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * return cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddHostNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1277 * return cudaGraphMemsetNodeSetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphAddHostNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1283 * return cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * * cdef cudaError_t _cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphHostNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaHostNodeParams *__pyx_v_pNodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1284 * * cdef cudaError_t _cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphHostNodeGetParams(node, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1284, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1285 * cdef cudaError_t _cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphHostNodeGetParams(node, pNodeParams) * return cudaGraphHostNodeGetParams(node, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1286 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphHostNodeGetParams(node, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphHostNodeGetParams(node, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphHostNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1286, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1285 * cdef cudaError_t _cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphHostNodeGetParams(node, pNodeParams) * return cudaGraphHostNodeGetParams(node, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1287 * if usePTDS: * return ptds._cudaGraphHostNodeGetParams(node, pNodeParams) * return cudaGraphHostNodeGetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphHostNodeGetParams(__pyx_v_node, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1283 * return cudaGraphAddHostNode(pGraphNode, graph, pDependencies, numDependencies, pNodeParams) * * cdef cudaError_t _cudaGraphHostNodeGetParams(cudaGraphNode_t node, cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1289 * return cudaGraphHostNodeGetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphHostNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaHostNodeParams const *__pyx_v_pNodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1290 * * cdef cudaError_t _cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphHostNodeSetParams(node, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1290, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1291 * cdef cudaError_t _cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphHostNodeSetParams(node, pNodeParams) * return cudaGraphHostNodeSetParams(node, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1292 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphHostNodeSetParams(node, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphHostNodeSetParams(node, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphHostNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1292, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1291 * cdef cudaError_t _cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphHostNodeSetParams(node, pNodeParams) * return cudaGraphHostNodeSetParams(node, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1293 * if usePTDS: * return ptds._cudaGraphHostNodeSetParams(node, pNodeParams) * return cudaGraphHostNodeSetParams(node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddChildGraphNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphHostNodeSetParams(__pyx_v_node, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1289 * return cudaGraphHostNodeGetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphHostNodeSetParams(cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1295 * return cudaGraphHostNodeSetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphAddChildGraphNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1296 * * cdef cudaError_t _cudaGraphAddChildGraphNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1296, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1297 * cdef cudaError_t _cudaGraphAddChildGraphNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) * return cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1298 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) # <<<<<<<<<<<<<< * return cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddChildGraphNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_childGraph); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1298, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1297 * cdef cudaError_t _cudaGraphAddChildGraphNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) * return cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1299 * if usePTDS: * return ptds._cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) * return cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddChildGraphNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_childGraph); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1295 * return cudaGraphHostNodeSetParams(node, pNodeParams) * * cdef cudaError_t _cudaGraphAddChildGraphNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1301 * return cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) * * cdef cudaError_t _cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t __pyx_v_node, cudaGraph_t *__pyx_v_pGraph) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1302 * * cdef cudaError_t _cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphChildGraphNodeGetGraph(node, pGraph) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1302, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1303 * cdef cudaError_t _cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphChildGraphNodeGetGraph(node, pGraph) * return cudaGraphChildGraphNodeGetGraph(node, pGraph) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1304 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphChildGraphNodeGetGraph(node, pGraph) # <<<<<<<<<<<<<< * return cudaGraphChildGraphNodeGetGraph(node, pGraph) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphChildGraphNodeGetGraph(__pyx_v_node, __pyx_v_pGraph); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1304, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1303 * cdef cudaError_t _cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphChildGraphNodeGetGraph(node, pGraph) * return cudaGraphChildGraphNodeGetGraph(node, pGraph) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1305 * if usePTDS: * return ptds._cudaGraphChildGraphNodeGetGraph(node, pGraph) * return cudaGraphChildGraphNodeGetGraph(node, pGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphChildGraphNodeGetGraph(__pyx_v_node, __pyx_v_pGraph); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1301 * return cudaGraphAddChildGraphNode(pGraphNode, graph, pDependencies, numDependencies, childGraph) * * cdef cudaError_t _cudaGraphChildGraphNodeGetGraph(cudaGraphNode_t node, cudaGraph_t* pGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1307 * return cudaGraphChildGraphNodeGetGraph(node, pGraph) * * cdef cudaError_t _cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphAddEmptyNode(cudaGraphNode_t *__pyx_v_pGraphNode, cudaGraph_t __pyx_v_graph, cudaGraphNode_t const *__pyx_v_pDependencies, size_t __pyx_v_numDependencies) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1308 * * cdef cudaError_t _cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1308, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1309 * cdef cudaError_t _cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) * return cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1310 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) # <<<<<<<<<<<<<< * return cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEmptyNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1310, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1309 * cdef cudaError_t _cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) * return cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1311 * if usePTDS: * return ptds._cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) * return cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddEventRecordNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddEmptyNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1307 * return cudaGraphChildGraphNodeGetGraph(node, pGraph) * * cdef cudaError_t _cudaGraphAddEmptyNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1313 * return cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) * * cdef cudaError_t _cudaGraphAddEventRecordNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1314 * * cdef cudaError_t _cudaGraphAddEventRecordNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1314, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1315 * cdef cudaError_t _cudaGraphAddEventRecordNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) * return cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1316 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) # <<<<<<<<<<<<<< * return cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEventRecordNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1316, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1315 * cdef cudaError_t _cudaGraphAddEventRecordNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) * return cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1317 * if usePTDS: * return ptds._cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) * return cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddEventRecordNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1313 * return cudaGraphAddEmptyNode(pGraphNode, graph, pDependencies, numDependencies) * * cdef cudaError_t _cudaGraphAddEventRecordNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1319 * return cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) * * cdef cudaError_t _cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t __pyx_v_node, cudaEvent_t *__pyx_v_event_out) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1320 * * cdef cudaError_t _cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphEventRecordNodeGetEvent(node, event_out) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1320, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1321 * cdef cudaError_t _cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphEventRecordNodeGetEvent(node, event_out) * return cudaGraphEventRecordNodeGetEvent(node, event_out) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1322 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphEventRecordNodeGetEvent(node, event_out) # <<<<<<<<<<<<<< * return cudaGraphEventRecordNodeGetEvent(node, event_out) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventRecordNodeGetEvent(__pyx_v_node, __pyx_v_event_out); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1322, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1321 * cdef cudaError_t _cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphEventRecordNodeGetEvent(node, event_out) * return cudaGraphEventRecordNodeGetEvent(node, event_out) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1323 * if usePTDS: * return ptds._cudaGraphEventRecordNodeGetEvent(node, event_out) * return cudaGraphEventRecordNodeGetEvent(node, event_out) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphEventRecordNodeGetEvent(__pyx_v_node, __pyx_v_event_out); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1319 * return cudaGraphAddEventRecordNode(pGraphNode, graph, pDependencies, numDependencies, event) * * cdef cudaError_t _cudaGraphEventRecordNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1325 * return cudaGraphEventRecordNodeGetEvent(node, event_out) * * cdef cudaError_t _cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t __pyx_v_node, cudaEvent_t __pyx_v_event) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1326 * * cdef cudaError_t _cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphEventRecordNodeSetEvent(node, event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1326, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1327 * cdef cudaError_t _cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphEventRecordNodeSetEvent(node, event) * return cudaGraphEventRecordNodeSetEvent(node, event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1328 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphEventRecordNodeSetEvent(node, event) # <<<<<<<<<<<<<< * return cudaGraphEventRecordNodeSetEvent(node, event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventRecordNodeSetEvent(__pyx_v_node, __pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1328, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1327 * cdef cudaError_t _cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphEventRecordNodeSetEvent(node, event) * return cudaGraphEventRecordNodeSetEvent(node, event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1329 * if usePTDS: * return ptds._cudaGraphEventRecordNodeSetEvent(node, event) * return cudaGraphEventRecordNodeSetEvent(node, event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddEventWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphEventRecordNodeSetEvent(__pyx_v_node, __pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1325 * return cudaGraphEventRecordNodeGetEvent(node, event_out) * * cdef cudaError_t _cudaGraphEventRecordNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1331 * return cudaGraphEventRecordNodeSetEvent(node, event) * * cdef cudaError_t _cudaGraphAddEventWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1332 * * cdef cudaError_t _cudaGraphAddEventWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1332, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1333 * cdef cudaError_t _cudaGraphAddEventWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) * return cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1334 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) # <<<<<<<<<<<<<< * return cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEventWaitNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1334, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1333 * cdef cudaError_t _cudaGraphAddEventWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) * return cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1335 * if usePTDS: * return ptds._cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) * return cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddEventWaitNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1331 * return cudaGraphEventRecordNodeSetEvent(node, event) * * cdef cudaError_t _cudaGraphAddEventWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1337 * return cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) * * cdef cudaError_t _cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t __pyx_v_node, cudaEvent_t *__pyx_v_event_out) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1338 * * cdef cudaError_t _cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphEventWaitNodeGetEvent(node, event_out) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1338, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1339 * cdef cudaError_t _cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphEventWaitNodeGetEvent(node, event_out) * return cudaGraphEventWaitNodeGetEvent(node, event_out) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1340 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphEventWaitNodeGetEvent(node, event_out) # <<<<<<<<<<<<<< * return cudaGraphEventWaitNodeGetEvent(node, event_out) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventWaitNodeGetEvent(__pyx_v_node, __pyx_v_event_out); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1340, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1339 * cdef cudaError_t _cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphEventWaitNodeGetEvent(node, event_out) * return cudaGraphEventWaitNodeGetEvent(node, event_out) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1341 * if usePTDS: * return ptds._cudaGraphEventWaitNodeGetEvent(node, event_out) * return cudaGraphEventWaitNodeGetEvent(node, event_out) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphEventWaitNodeGetEvent(__pyx_v_node, __pyx_v_event_out); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1337 * return cudaGraphAddEventWaitNode(pGraphNode, graph, pDependencies, numDependencies, event) * * cdef cudaError_t _cudaGraphEventWaitNodeGetEvent(cudaGraphNode_t node, cudaEvent_t* event_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1343 * return cudaGraphEventWaitNodeGetEvent(node, event_out) * * cdef cudaError_t _cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t __pyx_v_node, cudaEvent_t __pyx_v_event) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1344 * * cdef cudaError_t _cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphEventWaitNodeSetEvent(node, event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1344, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1345 * cdef cudaError_t _cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphEventWaitNodeSetEvent(node, event) * return cudaGraphEventWaitNodeSetEvent(node, event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1346 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphEventWaitNodeSetEvent(node, event) # <<<<<<<<<<<<<< * return cudaGraphEventWaitNodeSetEvent(node, event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventWaitNodeSetEvent(__pyx_v_node, __pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1346, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1345 * cdef cudaError_t _cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphEventWaitNodeSetEvent(node, event) * return cudaGraphEventWaitNodeSetEvent(node, event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1347 * if usePTDS: * return ptds._cudaGraphEventWaitNodeSetEvent(node, event) * return cudaGraphEventWaitNodeSetEvent(node, event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphEventWaitNodeSetEvent(__pyx_v_node, __pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1343 * return cudaGraphEventWaitNodeGetEvent(node, event_out) * * cdef cudaError_t _cudaGraphEventWaitNodeSetEvent(cudaGraphNode_t node, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1349 * return cudaGraphEventWaitNodeSetEvent(node, event) * * cdef cudaError_t _cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1350 * * cdef cudaError_t _cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1350, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1351 * cdef cudaError_t _cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * return cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1352 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) # <<<<<<<<<<<<<< * return cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddExternalSemaphoresSignalNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_nodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1352, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1351 * cdef cudaError_t _cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * return cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1353 * if usePTDS: * return ptds._cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * return cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddExternalSemaphoresSignalNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_nodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1349 * return cudaGraphEventWaitNodeSetEvent(node, event) * * cdef cudaError_t _cudaGraphAddExternalSemaphoresSignalNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1355 * return cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreSignalNodeParams *__pyx_v_params_out) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1356 * * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1356, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1357 * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) * return cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1358 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) # <<<<<<<<<<<<<< * return cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresSignalNodeGetParams(__pyx_v_hNode, __pyx_v_params_out); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1358, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1357 * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) * return cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1359 * if usePTDS: * return ptds._cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) * return cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExternalSemaphoresSignalNodeGetParams(__pyx_v_hNode, __pyx_v_params_out); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1355 * return cudaGraphAddExternalSemaphoresSignalNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreSignalNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1361 * return cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) * * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreSignalNodeParams const *__pyx_v_nodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1362 * * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1362, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1363 * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) * return cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1364 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) # <<<<<<<<<<<<<< * return cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresSignalNodeSetParams(__pyx_v_hNode, __pyx_v_nodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1364, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1363 * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) * return cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1365 * if usePTDS: * return ptds._cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) * return cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExternalSemaphoresSignalNodeSetParams(__pyx_v_hNode, __pyx_v_nodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1361 * return cudaGraphExternalSemaphoresSignalNodeGetParams(hNode, params_out) * * cdef cudaError_t _cudaGraphExternalSemaphoresSignalNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1367 * return cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) * * cdef cudaError_t _cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1368 * * cdef cudaError_t _cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1368, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1369 * cdef cudaError_t _cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * return cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1370 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) # <<<<<<<<<<<<<< * return cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddExternalSemaphoresWaitNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_nodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1370, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1369 * cdef cudaError_t _cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * return cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1371 * if usePTDS: * return ptds._cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * return cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddExternalSemaphoresWaitNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_nodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1367 * return cudaGraphExternalSemaphoresSignalNodeSetParams(hNode, nodeParams) * * cdef cudaError_t _cudaGraphAddExternalSemaphoresWaitNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1373 * return cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreWaitNodeParams *__pyx_v_params_out) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1374 * * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1374, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1375 * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) * return cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1376 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) # <<<<<<<<<<<<<< * return cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresWaitNodeGetParams(__pyx_v_hNode, __pyx_v_params_out); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1376, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1375 * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) * return cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1377 * if usePTDS: * return ptds._cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) * return cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExternalSemaphoresWaitNodeGetParams(__pyx_v_hNode, __pyx_v_params_out); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1373 * return cudaGraphAddExternalSemaphoresWaitNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeGetParams(cudaGraphNode_t hNode, cudaExternalSemaphoreWaitNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1379 * return cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) * * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreWaitNodeParams const *__pyx_v_nodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1380 * * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1380, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1381 * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) * return cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1382 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) # <<<<<<<<<<<<<< * return cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresWaitNodeSetParams(__pyx_v_hNode, __pyx_v_nodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1382, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1381 * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) * return cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1383 * if usePTDS: * return ptds._cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) * return cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddMemAllocNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaMemAllocNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExternalSemaphoresWaitNodeSetParams(__pyx_v_hNode, __pyx_v_nodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1379 * return cudaGraphExternalSemaphoresWaitNodeGetParams(hNode, params_out) * * cdef cudaError_t _cudaGraphExternalSemaphoresWaitNodeSetParams(cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1385 * return cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) * * cdef cudaError_t _cudaGraphAddMemAllocNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaMemAllocNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1386 * * cdef cudaError_t _cudaGraphAddMemAllocNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaMemAllocNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1386, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1387 * cdef cudaError_t _cudaGraphAddMemAllocNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaMemAllocNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * return cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1388 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) # <<<<<<<<<<<<<< * return cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemAllocNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_nodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1388, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1387 * cdef cudaError_t _cudaGraphAddMemAllocNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaMemAllocNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * return cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1389 * if usePTDS: * return ptds._cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * return cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddMemAllocNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_nodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1385 * return cudaGraphExternalSemaphoresWaitNodeSetParams(hNode, nodeParams) * * cdef cudaError_t _cudaGraphAddMemAllocNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, cudaMemAllocNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1391 * return cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * * cdef cudaError_t _cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemAllocNodeGetParams(cudaGraphNode_t __pyx_v_node, struct cudaMemAllocNodeParams *__pyx_v_params_out) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1392 * * cdef cudaError_t _cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphMemAllocNodeGetParams(node, params_out) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1392, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1393 * cdef cudaError_t _cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemAllocNodeGetParams(node, params_out) * return cudaGraphMemAllocNodeGetParams(node, params_out) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1394 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphMemAllocNodeGetParams(node, params_out) # <<<<<<<<<<<<<< * return cudaGraphMemAllocNodeGetParams(node, params_out) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemAllocNodeGetParams(__pyx_v_node, __pyx_v_params_out); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1394, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1393 * cdef cudaError_t _cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemAllocNodeGetParams(node, params_out) * return cudaGraphMemAllocNodeGetParams(node, params_out) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1395 * if usePTDS: * return ptds._cudaGraphMemAllocNodeGetParams(node, params_out) * return cudaGraphMemAllocNodeGetParams(node, params_out) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddMemFreeNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dptr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphMemAllocNodeGetParams(__pyx_v_node, __pyx_v_params_out); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1391 * return cudaGraphAddMemAllocNode(pGraphNode, graph, pDependencies, numDependencies, nodeParams) * * cdef cudaError_t _cudaGraphMemAllocNodeGetParams(cudaGraphNode_t node, cudaMemAllocNodeParams* params_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1397 * return cudaGraphMemAllocNodeGetParams(node, params_out) * * cdef cudaError_t _cudaGraphAddMemFreeNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1398 * * cdef cudaError_t _cudaGraphAddMemFreeNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1398, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1399 * cdef cudaError_t _cudaGraphAddMemFreeNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) * return cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1400 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) # <<<<<<<<<<<<<< * return cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemFreeNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_dptr); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1400, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1399 * cdef cudaError_t _cudaGraphAddMemFreeNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dptr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) * return cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1401 * if usePTDS: * return ptds._cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) * return cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddMemFreeNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_numDependencies, __pyx_v_dptr); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1397 * return cudaGraphMemAllocNodeGetParams(node, params_out) * * cdef cudaError_t _cudaGraphAddMemFreeNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, size_t numDependencies, void* dptr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1403 * return cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) * * cdef cudaError_t _cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphMemFreeNodeGetParams(cudaGraphNode_t __pyx_v_node, void *__pyx_v_dptr_out) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1404 * * cdef cudaError_t _cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphMemFreeNodeGetParams(node, dptr_out) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1404, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1405 * cdef cudaError_t _cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemFreeNodeGetParams(node, dptr_out) * return cudaGraphMemFreeNodeGetParams(node, dptr_out) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1406 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphMemFreeNodeGetParams(node, dptr_out) # <<<<<<<<<<<<<< * return cudaGraphMemFreeNodeGetParams(node, dptr_out) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemFreeNodeGetParams(__pyx_v_node, __pyx_v_dptr_out); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1406, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1405 * cdef cudaError_t _cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphMemFreeNodeGetParams(node, dptr_out) * return cudaGraphMemFreeNodeGetParams(node, dptr_out) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1407 * if usePTDS: * return ptds._cudaGraphMemFreeNodeGetParams(node, dptr_out) * return cudaGraphMemFreeNodeGetParams(node, dptr_out) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphMemFreeNodeGetParams(__pyx_v_node, __pyx_v_dptr_out); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1403 * return cudaGraphAddMemFreeNode(pGraphNode, graph, pDependencies, numDependencies, dptr) * * cdef cudaError_t _cudaGraphMemFreeNodeGetParams(cudaGraphNode_t node, void* dptr_out) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1409 * return cudaGraphMemFreeNodeGetParams(node, dptr_out) * * cdef cudaError_t _cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGraphMemTrim(int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1410 * * cdef cudaError_t _cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGraphMemTrim(device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1410, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1411 * cdef cudaError_t _cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGraphMemTrim(device) * return cudaDeviceGraphMemTrim(device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1412 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGraphMemTrim(device) # <<<<<<<<<<<<<< * return cudaDeviceGraphMemTrim(device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGraphMemTrim(__pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1412, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1411 * cdef cudaError_t _cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGraphMemTrim(device) * return cudaDeviceGraphMemTrim(device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1413 * if usePTDS: * return ptds._cudaDeviceGraphMemTrim(device) * return cudaDeviceGraphMemTrim(device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGraphMemTrim(__pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1409 * return cudaGraphMemFreeNodeGetParams(node, dptr_out) * * cdef cudaError_t _cudaDeviceGraphMemTrim(int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1415 * return cudaDeviceGraphMemTrim(device) * * cdef cudaError_t _cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetGraphMemAttribute(int __pyx_v_device, enum cudaGraphMemAttributeType __pyx_v_attr, void *__pyx_v_value) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1416 * * cdef cudaError_t _cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetGraphMemAttribute(device, attr, value) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1416, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1417 * cdef cudaError_t _cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetGraphMemAttribute(device, attr, value) * return cudaDeviceGetGraphMemAttribute(device, attr, value) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1418 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetGraphMemAttribute(device, attr, value) # <<<<<<<<<<<<<< * return cudaDeviceGetGraphMemAttribute(device, attr, value) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetGraphMemAttribute(__pyx_v_device, ((enum cudaGraphMemAttributeType)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1418, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1417 * cdef cudaError_t _cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetGraphMemAttribute(device, attr, value) * return cudaDeviceGetGraphMemAttribute(device, attr, value) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1419 * if usePTDS: * return ptds._cudaDeviceGetGraphMemAttribute(device, attr, value) * return cudaDeviceGetGraphMemAttribute(device, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetGraphMemAttribute(__pyx_v_device, __pyx_v_attr, __pyx_v_value); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1415 * return cudaDeviceGraphMemTrim(device) * * cdef cudaError_t _cudaDeviceGetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1421 * return cudaDeviceGetGraphMemAttribute(device, attr, value) * * cdef cudaError_t _cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceSetGraphMemAttribute(int __pyx_v_device, enum cudaGraphMemAttributeType __pyx_v_attr, void *__pyx_v_value) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1422 * * cdef cudaError_t _cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceSetGraphMemAttribute(device, attr, value) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1422, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1423 * cdef cudaError_t _cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceSetGraphMemAttribute(device, attr, value) * return cudaDeviceSetGraphMemAttribute(device, attr, value) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1424 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceSetGraphMemAttribute(device, attr, value) # <<<<<<<<<<<<<< * return cudaDeviceSetGraphMemAttribute(device, attr, value) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetGraphMemAttribute(__pyx_v_device, ((enum cudaGraphMemAttributeType)__pyx_v_attr), __pyx_v_value); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1424, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1423 * cdef cudaError_t _cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceSetGraphMemAttribute(device, attr, value) * return cudaDeviceSetGraphMemAttribute(device, attr, value) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1425 * if usePTDS: * return ptds._cudaDeviceSetGraphMemAttribute(device, attr, value) * return cudaDeviceSetGraphMemAttribute(device, attr, value) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceSetGraphMemAttribute(__pyx_v_device, __pyx_v_attr, __pyx_v_value); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1421 * return cudaDeviceGetGraphMemAttribute(device, attr, value) * * cdef cudaError_t _cudaDeviceSetGraphMemAttribute(int device, cudaGraphMemAttributeType attr, void* value) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1427 * return cudaDeviceSetGraphMemAttribute(device, attr, value) * * cdef cudaError_t _cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphClone(cudaGraph_t *__pyx_v_pGraphClone, cudaGraph_t __pyx_v_originalGraph) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1428 * * cdef cudaError_t _cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphClone(pGraphClone, originalGraph) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1428, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1429 * cdef cudaError_t _cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphClone(pGraphClone, originalGraph) * return cudaGraphClone(pGraphClone, originalGraph) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1430 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphClone(pGraphClone, originalGraph) # <<<<<<<<<<<<<< * return cudaGraphClone(pGraphClone, originalGraph) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphClone(__pyx_v_pGraphClone, __pyx_v_originalGraph); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1430, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1429 * cdef cudaError_t _cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphClone(pGraphClone, originalGraph) * return cudaGraphClone(pGraphClone, originalGraph) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1431 * if usePTDS: * return ptds._cudaGraphClone(pGraphClone, originalGraph) * return cudaGraphClone(pGraphClone, originalGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphClone(__pyx_v_pGraphClone, __pyx_v_originalGraph); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1427 * return cudaDeviceSetGraphMemAttribute(device, attr, value) * * cdef cudaError_t _cudaGraphClone(cudaGraph_t* pGraphClone, cudaGraph_t originalGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1433 * return cudaGraphClone(pGraphClone, originalGraph) * * cdef cudaError_t _cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeFindInClone(cudaGraphNode_t *__pyx_v_pNode, cudaGraphNode_t __pyx_v_originalNode, cudaGraph_t __pyx_v_clonedGraph) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1434 * * cdef cudaError_t _cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1434, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1435 * cdef cudaError_t _cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) * return cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1436 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) # <<<<<<<<<<<<<< * return cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeFindInClone(__pyx_v_pNode, __pyx_v_originalNode, __pyx_v_clonedGraph); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1436, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1435 * cdef cudaError_t _cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) * return cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1437 * if usePTDS: * return ptds._cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) * return cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphNodeFindInClone(__pyx_v_pNode, __pyx_v_originalNode, __pyx_v_clonedGraph); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1433 * return cudaGraphClone(pGraphClone, originalGraph) * * cdef cudaError_t _cudaGraphNodeFindInClone(cudaGraphNode_t* pNode, cudaGraphNode_t originalNode, cudaGraph_t clonedGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1439 * return cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) * * cdef cudaError_t _cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetType(cudaGraphNode_t __pyx_v_node, enum cudaGraphNodeType *__pyx_v_pType) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1440 * * cdef cudaError_t _cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphNodeGetType(node, pType) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1440, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1441 * cdef cudaError_t _cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetType(node, pType) * return cudaGraphNodeGetType(node, pType) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1442 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphNodeGetType(node, pType) # <<<<<<<<<<<<<< * return cudaGraphNodeGetType(node, pType) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetType(__pyx_v_node, ((enum cudaGraphNodeType *)__pyx_v_pType)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1442, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1441 * cdef cudaError_t _cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetType(node, pType) * return cudaGraphNodeGetType(node, pType) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1443 * if usePTDS: * return ptds._cudaGraphNodeGetType(node, pType) * return cudaGraphNodeGetType(node, pType) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphNodeGetType(__pyx_v_node, __pyx_v_pType); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1439 * return cudaGraphNodeFindInClone(pNode, originalNode, clonedGraph) * * cdef cudaError_t _cudaGraphNodeGetType(cudaGraphNode_t node, cudaGraphNodeType* pType) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1445 * return cudaGraphNodeGetType(node, pType) * * cdef cudaError_t _cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetContainingGraph(cudaGraphNode_t __pyx_v_hNode, cudaGraph_t *__pyx_v_phGraph) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1446 * * cdef cudaError_t _cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphNodeGetContainingGraph(hNode, phGraph) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1446, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1447 * cdef cudaError_t _cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetContainingGraph(hNode, phGraph) * return cudaGraphNodeGetContainingGraph(hNode, phGraph) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1448 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphNodeGetContainingGraph(hNode, phGraph) # <<<<<<<<<<<<<< * return cudaGraphNodeGetContainingGraph(hNode, phGraph) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetContainingGraph(__pyx_v_hNode, __pyx_v_phGraph); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1448, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1447 * cdef cudaError_t _cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetContainingGraph(hNode, phGraph) * return cudaGraphNodeGetContainingGraph(hNode, phGraph) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1449 * if usePTDS: * return ptds._cudaGraphNodeGetContainingGraph(hNode, phGraph) * return cudaGraphNodeGetContainingGraph(hNode, phGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphNodeGetContainingGraph(__pyx_v_hNode, __pyx_v_phGraph); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1445 * return cudaGraphNodeGetType(node, pType) * * cdef cudaError_t _cudaGraphNodeGetContainingGraph(cudaGraphNode_t hNode, cudaGraph_t* phGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1451 * return cudaGraphNodeGetContainingGraph(hNode, phGraph) * * cdef cudaError_t _cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetLocalId(cudaGraphNode_t __pyx_v_hNode, unsigned int *__pyx_v_nodeId) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1452 * * cdef cudaError_t _cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphNodeGetLocalId(hNode, nodeId) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1452, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1453 * cdef cudaError_t _cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetLocalId(hNode, nodeId) * return cudaGraphNodeGetLocalId(hNode, nodeId) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1454 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphNodeGetLocalId(hNode, nodeId) # <<<<<<<<<<<<<< * return cudaGraphNodeGetLocalId(hNode, nodeId) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetLocalId(__pyx_v_hNode, __pyx_v_nodeId); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1454, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1453 * cdef cudaError_t _cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetLocalId(hNode, nodeId) * return cudaGraphNodeGetLocalId(hNode, nodeId) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1455 * if usePTDS: * return ptds._cudaGraphNodeGetLocalId(hNode, nodeId) * return cudaGraphNodeGetLocalId(hNode, nodeId) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphNodeGetLocalId(__pyx_v_hNode, __pyx_v_nodeId); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1451 * return cudaGraphNodeGetContainingGraph(hNode, phGraph) * * cdef cudaError_t _cudaGraphNodeGetLocalId(cudaGraphNode_t hNode, unsigned int* nodeId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1457 * return cudaGraphNodeGetLocalId(hNode, nodeId) * * cdef cudaError_t _cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetToolsId(cudaGraphNode_t __pyx_v_hNode, unsigned PY_LONG_LONG *__pyx_v_toolsNodeId) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1458 * * cdef cudaError_t _cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphNodeGetToolsId(hNode, toolsNodeId) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1458, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1459 * cdef cudaError_t _cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetToolsId(hNode, toolsNodeId) * return cudaGraphNodeGetToolsId(hNode, toolsNodeId) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1460 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphNodeGetToolsId(hNode, toolsNodeId) # <<<<<<<<<<<<<< * return cudaGraphNodeGetToolsId(hNode, toolsNodeId) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetToolsId(__pyx_v_hNode, __pyx_v_toolsNodeId); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1460, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1459 * cdef cudaError_t _cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetToolsId(hNode, toolsNodeId) * return cudaGraphNodeGetToolsId(hNode, toolsNodeId) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1461 * if usePTDS: * return ptds._cudaGraphNodeGetToolsId(hNode, toolsNodeId) * return cudaGraphNodeGetToolsId(hNode, toolsNodeId) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphNodeGetToolsId(__pyx_v_hNode, __pyx_v_toolsNodeId); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1457 * return cudaGraphNodeGetLocalId(hNode, nodeId) * * cdef cudaError_t _cudaGraphNodeGetToolsId(cudaGraphNode_t hNode, unsigned long long* toolsNodeId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1463 * return cudaGraphNodeGetToolsId(hNode, toolsNodeId) * * cdef cudaError_t _cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetId(cudaGraph_t __pyx_v_hGraph, unsigned int *__pyx_v_graphID) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1464 * * cdef cudaError_t _cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphGetId(hGraph, graphID) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1464, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1465 * cdef cudaError_t _cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphGetId(hGraph, graphID) * return cudaGraphGetId(hGraph, graphID) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1466 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphGetId(hGraph, graphID) # <<<<<<<<<<<<<< * return cudaGraphGetId(hGraph, graphID) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetId(__pyx_v_hGraph, __pyx_v_graphID); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1466, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1465 * cdef cudaError_t _cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphGetId(hGraph, graphID) * return cudaGraphGetId(hGraph, graphID) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1467 * if usePTDS: * return ptds._cudaGraphGetId(hGraph, graphID) * return cudaGraphGetId(hGraph, graphID) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphGetId(__pyx_v_hGraph, __pyx_v_graphID); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1463 * return cudaGraphNodeGetToolsId(hNode, toolsNodeId) * * cdef cudaError_t _cudaGraphGetId(cudaGraph_t hGraph, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1469 * return cudaGraphGetId(hGraph, graphID) * * cdef cudaError_t _cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecGetId(cudaGraphExec_t __pyx_v_hGraphExec, unsigned int *__pyx_v_graphID) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1470 * * cdef cudaError_t _cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecGetId(hGraphExec, graphID) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1470, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1471 * cdef cudaError_t _cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecGetId(hGraphExec, graphID) * return cudaGraphExecGetId(hGraphExec, graphID) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1472 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecGetId(hGraphExec, graphID) # <<<<<<<<<<<<<< * return cudaGraphExecGetId(hGraphExec, graphID) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecGetId(__pyx_v_hGraphExec, __pyx_v_graphID); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1472, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1471 * cdef cudaError_t _cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecGetId(hGraphExec, graphID) * return cudaGraphExecGetId(hGraphExec, graphID) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1473 * if usePTDS: * return ptds._cudaGraphExecGetId(hGraphExec, graphID) * return cudaGraphExecGetId(hGraphExec, graphID) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecGetId(__pyx_v_hGraphExec, __pyx_v_graphID); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1469 * return cudaGraphGetId(hGraph, graphID) * * cdef cudaError_t _cudaGraphExecGetId(cudaGraphExec_t hGraphExec, unsigned int* graphID) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1475 * return cudaGraphExecGetId(hGraphExec, graphID) * * cdef cudaError_t _cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetNodes(cudaGraph_t __pyx_v_graph, cudaGraphNode_t *__pyx_v_nodes, size_t *__pyx_v_numNodes) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1476 * * cdef cudaError_t _cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphGetNodes(graph, nodes, numNodes) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1476, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1477 * cdef cudaError_t _cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphGetNodes(graph, nodes, numNodes) * return cudaGraphGetNodes(graph, nodes, numNodes) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1478 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphGetNodes(graph, nodes, numNodes) # <<<<<<<<<<<<<< * return cudaGraphGetNodes(graph, nodes, numNodes) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetNodes(__pyx_v_graph, __pyx_v_nodes, __pyx_v_numNodes); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1478, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1477 * cdef cudaError_t _cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphGetNodes(graph, nodes, numNodes) * return cudaGraphGetNodes(graph, nodes, numNodes) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1479 * if usePTDS: * return ptds._cudaGraphGetNodes(graph, nodes, numNodes) * return cudaGraphGetNodes(graph, nodes, numNodes) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphGetNodes(__pyx_v_graph, __pyx_v_nodes, __pyx_v_numNodes); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1475 * return cudaGraphExecGetId(hGraphExec, graphID) * * cdef cudaError_t _cudaGraphGetNodes(cudaGraph_t graph, cudaGraphNode_t* nodes, size_t* numNodes) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1481 * return cudaGraphGetNodes(graph, nodes, numNodes) * * cdef cudaError_t _cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphGetRootNodes(cudaGraph_t __pyx_v_graph, cudaGraphNode_t *__pyx_v_pRootNodes, size_t *__pyx_v_pNumRootNodes) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1482 * * cdef cudaError_t _cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1482, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1483 * cdef cudaError_t _cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) * return cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1484 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) # <<<<<<<<<<<<<< * return cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetRootNodes(__pyx_v_graph, __pyx_v_pRootNodes, __pyx_v_pNumRootNodes); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1484, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1483 * cdef cudaError_t _cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) * return cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1485 * if usePTDS: * return ptds._cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) * return cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphGetEdges(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, cudaGraphEdgeData* edgeData, size_t* numEdges) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphGetRootNodes(__pyx_v_graph, __pyx_v_pRootNodes, __pyx_v_pNumRootNodes); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1481 * return cudaGraphGetNodes(graph, nodes, numNodes) * * cdef cudaError_t _cudaGraphGetRootNodes(cudaGraph_t graph, cudaGraphNode_t* pRootNodes, size_t* pNumRootNodes) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1487 * return cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) * * cdef cudaError_t _cudaGraphGetEdges(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, cudaGraphEdgeData* edgeData, size_t* numEdges) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1488 * * cdef cudaError_t _cudaGraphGetEdges(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, cudaGraphEdgeData* edgeData, size_t* numEdges) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1488, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1489 * cdef cudaError_t _cudaGraphGetEdges(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, cudaGraphEdgeData* edgeData, size_t* numEdges) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) * return cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1490 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) # <<<<<<<<<<<<<< * return cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetEdges(__pyx_v_graph, __pyx_v_from_, __pyx_v_to, __pyx_v_edgeData, __pyx_v_numEdges); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1490, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1489 * cdef cudaError_t _cudaGraphGetEdges(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, cudaGraphEdgeData* edgeData, size_t* numEdges) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) * return cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1491 * if usePTDS: * return ptds._cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) * return cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphNodeGetDependencies(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, cudaGraphEdgeData* edgeData, size_t* pNumDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphGetEdges(__pyx_v_graph, __pyx_v_from_, __pyx_v_to, __pyx_v_edgeData, __pyx_v_numEdges); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1487 * return cudaGraphGetRootNodes(graph, pRootNodes, pNumRootNodes) * * cdef cudaError_t _cudaGraphGetEdges(cudaGraph_t graph, cudaGraphNode_t* from_, cudaGraphNode_t* to, cudaGraphEdgeData* edgeData, size_t* numEdges) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1493 * return cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) * * cdef cudaError_t _cudaGraphNodeGetDependencies(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, cudaGraphEdgeData* edgeData, size_t* pNumDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetDependencies(cudaGraphNode_t __pyx_v_node, cudaGraphNode_t *__pyx_v_pDependencies, cudaGraphEdgeData *__pyx_v_edgeData, size_t *__pyx_v_pNumDependencies) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1494 * * cdef cudaError_t _cudaGraphNodeGetDependencies(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, cudaGraphEdgeData* edgeData, size_t* pNumDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1494, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1495 * cdef cudaError_t _cudaGraphNodeGetDependencies(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, cudaGraphEdgeData* edgeData, size_t* pNumDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) * return cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1496 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) # <<<<<<<<<<<<<< * return cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetDependencies(__pyx_v_node, __pyx_v_pDependencies, __pyx_v_edgeData, __pyx_v_pNumDependencies); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1496, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1495 * cdef cudaError_t _cudaGraphNodeGetDependencies(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, cudaGraphEdgeData* edgeData, size_t* pNumDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) * return cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1497 * if usePTDS: * return ptds._cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) * return cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphNodeGetDependencies(__pyx_v_node, __pyx_v_pDependencies, __pyx_v_edgeData, __pyx_v_pNumDependencies); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1493 * return cudaGraphGetEdges(graph, from_, to, edgeData, numEdges) * * cdef cudaError_t _cudaGraphNodeGetDependencies(cudaGraphNode_t node, cudaGraphNode_t* pDependencies, cudaGraphEdgeData* edgeData, size_t* pNumDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1499 * return cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) * * cdef cudaError_t _cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetDependentNodes(cudaGraphNode_t __pyx_v_node, cudaGraphNode_t *__pyx_v_pDependentNodes, cudaGraphEdgeData *__pyx_v_edgeData, size_t *__pyx_v_pNumDependentNodes) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1500 * * cdef cudaError_t _cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1500, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1501 * cdef cudaError_t _cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) * return cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1502 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) # <<<<<<<<<<<<<< * return cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetDependentNodes(__pyx_v_node, __pyx_v_pDependentNodes, __pyx_v_edgeData, __pyx_v_pNumDependentNodes); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1502, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1501 * cdef cudaError_t _cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) * return cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1503 * if usePTDS: * return ptds._cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) * return cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphNodeGetDependentNodes(__pyx_v_node, __pyx_v_pDependentNodes, __pyx_v_edgeData, __pyx_v_pNumDependentNodes); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1499 * return cudaGraphNodeGetDependencies(node, pDependencies, edgeData, pNumDependencies) * * cdef cudaError_t _cudaGraphNodeGetDependentNodes(cudaGraphNode_t node, cudaGraphNode_t* pDependentNodes, cudaGraphEdgeData* edgeData, size_t* pNumDependentNodes) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1505 * return cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) * * cdef cudaError_t _cudaGraphAddDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1506 * * cdef cudaError_t _cudaGraphAddDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1506, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1507 * cdef cudaError_t _cudaGraphAddDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) * return cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1508 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) # <<<<<<<<<<<<<< * return cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddDependencies(__pyx_v_graph, __pyx_v_from_, __pyx_v_to, __pyx_v_edgeData, __pyx_v_numDependencies); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1508, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1507 * cdef cudaError_t _cudaGraphAddDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) * return cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1509 * if usePTDS: * return ptds._cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) * return cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphRemoveDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddDependencies(__pyx_v_graph, __pyx_v_from_, __pyx_v_to, __pyx_v_edgeData, __pyx_v_numDependencies); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1505 * return cudaGraphNodeGetDependentNodes(node, pDependentNodes, edgeData, pNumDependentNodes) * * cdef cudaError_t _cudaGraphAddDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1511 * return cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) * * cdef cudaError_t _cudaGraphRemoveDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1512 * * cdef cudaError_t _cudaGraphRemoveDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1512, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1513 * cdef cudaError_t _cudaGraphRemoveDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) * return cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1514 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) # <<<<<<<<<<<<<< * return cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphRemoveDependencies(__pyx_v_graph, __pyx_v_from_, __pyx_v_to, __pyx_v_edgeData, __pyx_v_numDependencies); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1514, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1513 * cdef cudaError_t _cudaGraphRemoveDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) * return cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1515 * if usePTDS: * return ptds._cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) * return cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphRemoveDependencies(__pyx_v_graph, __pyx_v_from_, __pyx_v_to, __pyx_v_edgeData, __pyx_v_numDependencies); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1511 * return cudaGraphAddDependencies(graph, from_, to, edgeData, numDependencies) * * cdef cudaError_t _cudaGraphRemoveDependencies(cudaGraph_t graph, const cudaGraphNode_t* from_, const cudaGraphNode_t* to, const cudaGraphEdgeData* edgeData, size_t numDependencies) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1517 * return cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) * * cdef cudaError_t _cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphDestroyNode(cudaGraphNode_t __pyx_v_node) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1518 * * cdef cudaError_t _cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphDestroyNode(node) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1518, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1519 * cdef cudaError_t _cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphDestroyNode(node) * return cudaGraphDestroyNode(node) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1520 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphDestroyNode(node) # <<<<<<<<<<<<<< * return cudaGraphDestroyNode(node) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDestroyNode(__pyx_v_node); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1520, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1519 * cdef cudaError_t _cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphDestroyNode(node) * return cudaGraphDestroyNode(node) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1521 * if usePTDS: * return ptds._cudaGraphDestroyNode(node) * return cudaGraphDestroyNode(node) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphDestroyNode(__pyx_v_node); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1517 * return cudaGraphRemoveDependencies(graph, from_, to, edgeData, numDependencies) * * cdef cudaError_t _cudaGraphDestroyNode(cudaGraphNode_t node) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1523 * return cudaGraphDestroyNode(node) * * cdef cudaError_t _cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphInstantiate(cudaGraphExec_t *__pyx_v_pGraphExec, cudaGraph_t __pyx_v_graph, unsigned PY_LONG_LONG __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1524 * * cdef cudaError_t _cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphInstantiate(pGraphExec, graph, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1524, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1525 * cdef cudaError_t _cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphInstantiate(pGraphExec, graph, flags) * return cudaGraphInstantiate(pGraphExec, graph, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1526 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphInstantiate(pGraphExec, graph, flags) # <<<<<<<<<<<<<< * return cudaGraphInstantiate(pGraphExec, graph, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiate(__pyx_v_pGraphExec, __pyx_v_graph, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1526, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1525 * cdef cudaError_t _cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphInstantiate(pGraphExec, graph, flags) * return cudaGraphInstantiate(pGraphExec, graph, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1527 * if usePTDS: * return ptds._cudaGraphInstantiate(pGraphExec, graph, flags) * return cudaGraphInstantiate(pGraphExec, graph, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphInstantiate(__pyx_v_pGraphExec, __pyx_v_graph, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1523 * return cudaGraphDestroyNode(node) * * cdef cudaError_t _cudaGraphInstantiate(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1529 * return cudaGraphInstantiate(pGraphExec, graph, flags) * * cdef cudaError_t _cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphInstantiateWithFlags(cudaGraphExec_t *__pyx_v_pGraphExec, cudaGraph_t __pyx_v_graph, unsigned PY_LONG_LONG __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1530 * * cdef cudaError_t _cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1530, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1531 * cdef cudaError_t _cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) * return cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1532 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) # <<<<<<<<<<<<<< * return cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiateWithFlags(__pyx_v_pGraphExec, __pyx_v_graph, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1532, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1531 * cdef cudaError_t _cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) * return cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1533 * if usePTDS: * return ptds._cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) * return cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphInstantiateWithFlags(__pyx_v_pGraphExec, __pyx_v_graph, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1529 * return cudaGraphInstantiate(pGraphExec, graph, flags) * * cdef cudaError_t _cudaGraphInstantiateWithFlags(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, unsigned long long flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1535 * return cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) * * cdef cudaError_t _cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphInstantiateWithParams(cudaGraphExec_t *__pyx_v_pGraphExec, cudaGraph_t __pyx_v_graph, cudaGraphInstantiateParams *__pyx_v_instantiateParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1536 * * cdef cudaError_t _cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1536, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1537 * cdef cudaError_t _cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) * return cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1538 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) # <<<<<<<<<<<<<< * return cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiateWithParams(__pyx_v_pGraphExec, __pyx_v_graph, __pyx_v_instantiateParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1538, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1537 * cdef cudaError_t _cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) * return cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1539 * if usePTDS: * return ptds._cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) * return cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphInstantiateWithParams(__pyx_v_pGraphExec, __pyx_v_graph, __pyx_v_instantiateParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1535 * return cudaGraphInstantiateWithFlags(pGraphExec, graph, flags) * * cdef cudaError_t _cudaGraphInstantiateWithParams(cudaGraphExec_t* pGraphExec, cudaGraph_t graph, cudaGraphInstantiateParams* instantiateParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1541 * return cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) * * cdef cudaError_t _cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecGetFlags(cudaGraphExec_t __pyx_v_graphExec, unsigned PY_LONG_LONG *__pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1542 * * cdef cudaError_t _cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecGetFlags(graphExec, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1542, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1543 * cdef cudaError_t _cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecGetFlags(graphExec, flags) * return cudaGraphExecGetFlags(graphExec, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1544 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecGetFlags(graphExec, flags) # <<<<<<<<<<<<<< * return cudaGraphExecGetFlags(graphExec, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecGetFlags(__pyx_v_graphExec, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1544, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1543 * cdef cudaError_t _cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecGetFlags(graphExec, flags) * return cudaGraphExecGetFlags(graphExec, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1545 * if usePTDS: * return ptds._cudaGraphExecGetFlags(graphExec, flags) * return cudaGraphExecGetFlags(graphExec, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecGetFlags(__pyx_v_graphExec, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1541 * return cudaGraphInstantiateWithParams(pGraphExec, graph, instantiateParams) * * cdef cudaError_t _cudaGraphExecGetFlags(cudaGraphExec_t graphExec, unsigned long long* flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1547 * return cudaGraphExecGetFlags(graphExec, flags) * * cdef cudaError_t _cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecKernelNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, struct cudaKernelNodeParams const *__pyx_v_pNodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1548 * * cdef cudaError_t _cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1548, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1549 * cdef cudaError_t _cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) * return cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1550 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecKernelNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1550, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1549 * cdef cudaError_t _cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) * return cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1551 * if usePTDS: * return ptds._cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) * return cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecKernelNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1547 * return cudaGraphExecGetFlags(graphExec, flags) * * cdef cudaError_t _cudaGraphExecKernelNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaKernelNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1553 * return cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, struct cudaMemcpy3DParms const *__pyx_v_pNodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1554 * * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1554, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1555 * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) * return cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1556 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemcpyNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1556, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1555 * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) * return cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1557 * if usePTDS: * return ptds._cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) * return cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecMemcpyNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1553 * return cudaGraphExecKernelNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemcpy3DParms* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1559 * return cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1560 * * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1560, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1561 * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) * return cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1562 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) # <<<<<<<<<<<<<< * return cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1562, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1561 * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) * return cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1563 * if usePTDS: * return ptds._cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) * return cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecMemcpyNodeSetParams1D(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_dst, __pyx_v_src, __pyx_v_count, __pyx_v_kind); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1559 * return cudaGraphExecMemcpyNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t _cudaGraphExecMemcpyNodeSetParams1D(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, void* dst, const void* src, size_t count, cudaMemcpyKind kind) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1565 * return cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) * * cdef cudaError_t _cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, struct cudaMemsetParams const *__pyx_v_pNodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1566 * * cdef cudaError_t _cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1566, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1567 * cdef cudaError_t _cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) * return cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1568 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemsetNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1568, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1567 * cdef cudaError_t _cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) * return cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1569 * if usePTDS: * return ptds._cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) * return cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecMemsetNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1565 * return cudaGraphExecMemcpyNodeSetParams1D(hGraphExec, node, dst, src, count, kind) * * cdef cudaError_t _cudaGraphExecMemsetNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaMemsetParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1571 * return cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t _cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecHostNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, struct cudaHostNodeParams const *__pyx_v_pNodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1572 * * cdef cudaError_t _cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1572, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1573 * cdef cudaError_t _cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) * return cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1574 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) # <<<<<<<<<<<<<< * return cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecHostNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1574, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1573 * cdef cudaError_t _cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) * return cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1575 * if usePTDS: * return ptds._cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) * return cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecHostNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_pNodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1571 * return cudaGraphExecMemsetNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t _cudaGraphExecHostNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, const cudaHostNodeParams* pNodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1577 * return cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t _cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_node, cudaGraph_t __pyx_v_childGraph) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1578 * * cdef cudaError_t _cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1578, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1579 * cdef cudaError_t _cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) * return cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1580 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) # <<<<<<<<<<<<<< * return cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecChildGraphNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_childGraph); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1580, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1579 * cdef cudaError_t _cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) * return cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1581 * if usePTDS: * return ptds._cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) * return cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecChildGraphNodeSetParams(__pyx_v_hGraphExec, __pyx_v_node, __pyx_v_childGraph); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1577 * return cudaGraphExecHostNodeSetParams(hGraphExec, node, pNodeParams) * * cdef cudaError_t _cudaGraphExecChildGraphNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t node, cudaGraph_t childGraph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1583 * return cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) * * cdef cudaError_t _cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, cudaEvent_t __pyx_v_event) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1584 * * cdef cudaError_t _cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1584, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1585 * cdef cudaError_t _cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) * return cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1586 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) # <<<<<<<<<<<<<< * return cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecEventRecordNodeSetEvent(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1586, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1585 * cdef cudaError_t _cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) * return cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1587 * if usePTDS: * return ptds._cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) * return cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecEventRecordNodeSetEvent(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1583 * return cudaGraphExecChildGraphNodeSetParams(hGraphExec, node, childGraph) * * cdef cudaError_t _cudaGraphExecEventRecordNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1589 * return cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) * * cdef cudaError_t _cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, cudaEvent_t __pyx_v_event) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1590 * * cdef cudaError_t _cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1590, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1591 * cdef cudaError_t _cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) * return cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1592 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) # <<<<<<<<<<<<<< * return cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecEventWaitNodeSetEvent(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1592, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1591 * cdef cudaError_t _cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) * return cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1593 * if usePTDS: * return ptds._cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) * return cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecEventWaitNodeSetEvent(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1589 * return cudaGraphExecEventRecordNodeSetEvent(hGraphExec, hNode, event) * * cdef cudaError_t _cudaGraphExecEventWaitNodeSetEvent(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1595 * return cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) * * cdef cudaError_t _cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreSignalNodeParams const *__pyx_v_nodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1596 * * cdef cudaError_t _cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1596, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1597 * cdef cudaError_t _cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) * return cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1598 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) # <<<<<<<<<<<<<< * return cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecExternalSemaphoresSignalNodeSetParams(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_nodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1598, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1597 * cdef cudaError_t _cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) * return cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1599 * if usePTDS: * return ptds._cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) * return cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecExternalSemaphoresSignalNodeSetParams(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_nodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1595 * return cudaGraphExecEventWaitNodeSetEvent(hGraphExec, hNode, event) * * cdef cudaError_t _cudaGraphExecExternalSemaphoresSignalNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreSignalNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1601 * return cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) * * cdef cudaError_t _cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, struct cudaExternalSemaphoreWaitNodeParams const *__pyx_v_nodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1602 * * cdef cudaError_t _cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1602, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1603 * cdef cudaError_t _cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) * return cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1604 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) # <<<<<<<<<<<<<< * return cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecExternalSemaphoresWaitNodeSetParams(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_nodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1604, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1603 * cdef cudaError_t _cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) * return cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1605 * if usePTDS: * return ptds._cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) * return cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecExternalSemaphoresWaitNodeSetParams(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_nodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1601 * return cudaGraphExecExternalSemaphoresSignalNodeSetParams(hGraphExec, hNode, nodeParams) * * cdef cudaError_t _cudaGraphExecExternalSemaphoresWaitNodeSetParams(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, const cudaExternalSemaphoreWaitNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1607 * return cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) * * cdef cudaError_t _cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeSetEnabled(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, unsigned int __pyx_v_isEnabled) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1608 * * cdef cudaError_t _cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1608, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1609 * cdef cudaError_t _cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) * return cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1610 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) # <<<<<<<<<<<<<< * return cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeSetEnabled(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_isEnabled); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1610, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1609 * cdef cudaError_t _cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) * return cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1611 * if usePTDS: * return ptds._cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) * return cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphNodeSetEnabled(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_isEnabled); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1607 * return cudaGraphExecExternalSemaphoresWaitNodeSetParams(hGraphExec, hNode, nodeParams) * * cdef cudaError_t _cudaGraphNodeSetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1613 * return cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) * * cdef cudaError_t _cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeGetEnabled(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraphNode_t __pyx_v_hNode, unsigned int *__pyx_v_isEnabled) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1614 * * cdef cudaError_t _cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1614, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1615 * cdef cudaError_t _cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) * return cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1616 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) # <<<<<<<<<<<<<< * return cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetEnabled(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_isEnabled); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1616, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1615 * cdef cudaError_t _cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) * return cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1617 * if usePTDS: * return ptds._cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) * return cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphNodeGetEnabled(__pyx_v_hGraphExec, __pyx_v_hNode, __pyx_v_isEnabled); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1613 * return cudaGraphNodeSetEnabled(hGraphExec, hNode, isEnabled) * * cdef cudaError_t _cudaGraphNodeGetEnabled(cudaGraphExec_t hGraphExec, cudaGraphNode_t hNode, unsigned int* isEnabled) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1619 * return cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) * * cdef cudaError_t _cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecUpdate(cudaGraphExec_t __pyx_v_hGraphExec, cudaGraph_t __pyx_v_hGraph, cudaGraphExecUpdateResultInfo *__pyx_v_resultInfo) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1620 * * cdef cudaError_t _cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1620, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1621 * cdef cudaError_t _cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) * return cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1622 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) # <<<<<<<<<<<<<< * return cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecUpdate(__pyx_v_hGraphExec, __pyx_v_hGraph, __pyx_v_resultInfo); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1622, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1621 * cdef cudaError_t _cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) * return cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1623 * if usePTDS: * return ptds._cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) * return cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecUpdate(__pyx_v_hGraphExec, __pyx_v_hGraph, __pyx_v_resultInfo); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1619 * return cudaGraphNodeGetEnabled(hGraphExec, hNode, isEnabled) * * cdef cudaError_t _cudaGraphExecUpdate(cudaGraphExec_t hGraphExec, cudaGraph_t hGraph, cudaGraphExecUpdateResultInfo* resultInfo) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1625 * return cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) * * cdef cudaError_t _cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphUpload(cudaGraphExec_t __pyx_v_graphExec, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1626 * * cdef cudaError_t _cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphUpload(graphExec, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1626, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1627 * cdef cudaError_t _cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphUpload(graphExec, stream) * return cudaGraphUpload(graphExec, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1628 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphUpload(graphExec, stream) # <<<<<<<<<<<<<< * return cudaGraphUpload(graphExec, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphUpload(__pyx_v_graphExec, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1628, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1627 * cdef cudaError_t _cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphUpload(graphExec, stream) * return cudaGraphUpload(graphExec, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1629 * if usePTDS: * return ptds._cudaGraphUpload(graphExec, stream) * return cudaGraphUpload(graphExec, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphUpload(__pyx_v_graphExec, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1625 * return cudaGraphExecUpdate(hGraphExec, hGraph, resultInfo) * * cdef cudaError_t _cudaGraphUpload(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1631 * return cudaGraphUpload(graphExec, stream) * * cdef cudaError_t _cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphLaunch(cudaGraphExec_t __pyx_v_graphExec, cudaStream_t __pyx_v_stream) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1632 * * cdef cudaError_t _cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphLaunch(graphExec, stream) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1632, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1633 * cdef cudaError_t _cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphLaunch(graphExec, stream) * return cudaGraphLaunch(graphExec, stream) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1634 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphLaunch(graphExec, stream) # <<<<<<<<<<<<<< * return cudaGraphLaunch(graphExec, stream) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphLaunch(__pyx_v_graphExec, __pyx_v_stream); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1634, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1633 * cdef cudaError_t _cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphLaunch(graphExec, stream) * return cudaGraphLaunch(graphExec, stream) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1635 * if usePTDS: * return ptds._cudaGraphLaunch(graphExec, stream) * return cudaGraphLaunch(graphExec, stream) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphLaunch(__pyx_v_graphExec, __pyx_v_stream); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1631 * return cudaGraphUpload(graphExec, stream) * * cdef cudaError_t _cudaGraphLaunch(cudaGraphExec_t graphExec, cudaStream_t stream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1637 * return cudaGraphLaunch(graphExec, stream) * * cdef cudaError_t _cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecDestroy(cudaGraphExec_t __pyx_v_graphExec) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1638 * * cdef cudaError_t _cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecDestroy(graphExec) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1638, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1639 * cdef cudaError_t _cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecDestroy(graphExec) * return cudaGraphExecDestroy(graphExec) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1640 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecDestroy(graphExec) # <<<<<<<<<<<<<< * return cudaGraphExecDestroy(graphExec) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecDestroy(__pyx_v_graphExec); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1640, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1639 * cdef cudaError_t _cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecDestroy(graphExec) * return cudaGraphExecDestroy(graphExec) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1641 * if usePTDS: * return ptds._cudaGraphExecDestroy(graphExec) * return cudaGraphExecDestroy(graphExec) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecDestroy(__pyx_v_graphExec); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1637 * return cudaGraphLaunch(graphExec, stream) * * cdef cudaError_t _cudaGraphExecDestroy(cudaGraphExec_t graphExec) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1643 * return cudaGraphExecDestroy(graphExec) * * cdef cudaError_t _cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphDestroy(cudaGraph_t __pyx_v_graph) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1644 * * cdef cudaError_t _cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphDestroy(graph) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1644, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1645 * cdef cudaError_t _cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphDestroy(graph) * return cudaGraphDestroy(graph) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1646 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphDestroy(graph) # <<<<<<<<<<<<<< * return cudaGraphDestroy(graph) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDestroy(__pyx_v_graph); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1646, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1645 * cdef cudaError_t _cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphDestroy(graph) * return cudaGraphDestroy(graph) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1647 * if usePTDS: * return ptds._cudaGraphDestroy(graph) * return cudaGraphDestroy(graph) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphDestroy(__pyx_v_graph); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1643 * return cudaGraphExecDestroy(graphExec) * * cdef cudaError_t _cudaGraphDestroy(cudaGraph_t graph) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1649 * return cudaGraphDestroy(graph) * * cdef cudaError_t _cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphDebugDotPrint(cudaGraph_t __pyx_v_graph, char const *__pyx_v_path, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1650 * * cdef cudaError_t _cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphDebugDotPrint(graph, path, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1650, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1651 * cdef cudaError_t _cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphDebugDotPrint(graph, path, flags) * return cudaGraphDebugDotPrint(graph, path, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1652 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphDebugDotPrint(graph, path, flags) # <<<<<<<<<<<<<< * return cudaGraphDebugDotPrint(graph, path, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDebugDotPrint(__pyx_v_graph, __pyx_v_path, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1652, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1651 * cdef cudaError_t _cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphDebugDotPrint(graph, path, flags) * return cudaGraphDebugDotPrint(graph, path, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1653 * if usePTDS: * return ptds._cudaGraphDebugDotPrint(graph, path, flags) * return cudaGraphDebugDotPrint(graph, path, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaUserObjectCreate(cudaUserObject_t* object_out, void* ptr, cudaHostFn_t destroy, unsigned int initialRefcount, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphDebugDotPrint(__pyx_v_graph, __pyx_v_path, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1649 * return cudaGraphDestroy(graph) * * cdef cudaError_t _cudaGraphDebugDotPrint(cudaGraph_t graph, const char* path, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1655 * return cudaGraphDebugDotPrint(graph, path, flags) * * cdef cudaError_t _cudaUserObjectCreate(cudaUserObject_t* object_out, void* ptr, cudaHostFn_t destroy, unsigned int initialRefcount, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1656 * * cdef cudaError_t _cudaUserObjectCreate(cudaUserObject_t* object_out, void* ptr, cudaHostFn_t destroy, unsigned int initialRefcount, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1656, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1657 * cdef cudaError_t _cudaUserObjectCreate(cudaUserObject_t* object_out, void* ptr, cudaHostFn_t destroy, unsigned int initialRefcount, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) * return cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1658 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) # <<<<<<<<<<<<<< * return cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectCreate(__pyx_v_object_out, __pyx_v_ptr, __pyx_v_destroy, __pyx_v_initialRefcount, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1658, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1657 * cdef cudaError_t _cudaUserObjectCreate(cudaUserObject_t* object_out, void* ptr, cudaHostFn_t destroy, unsigned int initialRefcount, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) * return cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1659 * if usePTDS: * return ptds._cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) * return cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaUserObjectCreate(__pyx_v_object_out, __pyx_v_ptr, __pyx_v_destroy, __pyx_v_initialRefcount, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1655 * return cudaGraphDebugDotPrint(graph, path, flags) * * cdef cudaError_t _cudaUserObjectCreate(cudaUserObject_t* object_out, void* ptr, cudaHostFn_t destroy, unsigned int initialRefcount, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1661 * return cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) * * cdef cudaError_t _cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaUserObjectRetain(cudaUserObject_t __pyx_v_object, unsigned int __pyx_v_count) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1662 * * cdef cudaError_t _cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaUserObjectRetain(object, count) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1662, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1663 * cdef cudaError_t _cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaUserObjectRetain(object, count) * return cudaUserObjectRetain(object, count) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1664 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaUserObjectRetain(object, count) # <<<<<<<<<<<<<< * return cudaUserObjectRetain(object, count) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectRetain(__pyx_v_object, __pyx_v_count); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1664, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1663 * cdef cudaError_t _cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaUserObjectRetain(object, count) * return cudaUserObjectRetain(object, count) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1665 * if usePTDS: * return ptds._cudaUserObjectRetain(object, count) * return cudaUserObjectRetain(object, count) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaUserObjectRetain(__pyx_v_object, __pyx_v_count); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1661 * return cudaUserObjectCreate(object_out, ptr, destroy, initialRefcount, flags) * * cdef cudaError_t _cudaUserObjectRetain(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1667 * return cudaUserObjectRetain(object, count) * * cdef cudaError_t _cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaUserObjectRelease(cudaUserObject_t __pyx_v_object, unsigned int __pyx_v_count) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1668 * * cdef cudaError_t _cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaUserObjectRelease(object, count) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1668, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1669 * cdef cudaError_t _cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaUserObjectRelease(object, count) * return cudaUserObjectRelease(object, count) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1670 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaUserObjectRelease(object, count) # <<<<<<<<<<<<<< * return cudaUserObjectRelease(object, count) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectRelease(__pyx_v_object, __pyx_v_count); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1670, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1669 * cdef cudaError_t _cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaUserObjectRelease(object, count) * return cudaUserObjectRelease(object, count) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1671 * if usePTDS: * return ptds._cudaUserObjectRelease(object, count) * return cudaUserObjectRelease(object, count) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaUserObjectRelease(__pyx_v_object, __pyx_v_count); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1667 * return cudaUserObjectRetain(object, count) * * cdef cudaError_t _cudaUserObjectRelease(cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1673 * return cudaUserObjectRelease(object, count) * * cdef cudaError_t _cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphRetainUserObject(cudaGraph_t __pyx_v_graph, cudaUserObject_t __pyx_v_object, unsigned int __pyx_v_count, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1674 * * cdef cudaError_t _cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphRetainUserObject(graph, object, count, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1674, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1675 * cdef cudaError_t _cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphRetainUserObject(graph, object, count, flags) * return cudaGraphRetainUserObject(graph, object, count, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1676 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphRetainUserObject(graph, object, count, flags) # <<<<<<<<<<<<<< * return cudaGraphRetainUserObject(graph, object, count, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphRetainUserObject(__pyx_v_graph, __pyx_v_object, __pyx_v_count, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1676, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1675 * cdef cudaError_t _cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphRetainUserObject(graph, object, count, flags) * return cudaGraphRetainUserObject(graph, object, count, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1677 * if usePTDS: * return ptds._cudaGraphRetainUserObject(graph, object, count, flags) * return cudaGraphRetainUserObject(graph, object, count, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphRetainUserObject(__pyx_v_graph, __pyx_v_object, __pyx_v_count, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1673 * return cudaUserObjectRelease(object, count) * * cdef cudaError_t _cudaGraphRetainUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1679 * return cudaGraphRetainUserObject(graph, object, count, flags) * * cdef cudaError_t _cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphReleaseUserObject(cudaGraph_t __pyx_v_graph, cudaUserObject_t __pyx_v_object, unsigned int __pyx_v_count) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1680 * * cdef cudaError_t _cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphReleaseUserObject(graph, object, count) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1680, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1681 * cdef cudaError_t _cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphReleaseUserObject(graph, object, count) * return cudaGraphReleaseUserObject(graph, object, count) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1682 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphReleaseUserObject(graph, object, count) # <<<<<<<<<<<<<< * return cudaGraphReleaseUserObject(graph, object, count) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphReleaseUserObject(__pyx_v_graph, __pyx_v_object, __pyx_v_count); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1682, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1681 * cdef cudaError_t _cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphReleaseUserObject(graph, object, count) * return cudaGraphReleaseUserObject(graph, object, count) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1683 * if usePTDS: * return ptds._cudaGraphReleaseUserObject(graph, object, count) * return cudaGraphReleaseUserObject(graph, object, count) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphAddNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphReleaseUserObject(__pyx_v_graph, __pyx_v_object, __pyx_v_count); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1679 * return cudaGraphRetainUserObject(graph, object, count, flags) * * cdef cudaError_t _cudaGraphReleaseUserObject(cudaGraph_t graph, cudaUserObject_t object, unsigned int count) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1685 * return cudaGraphReleaseUserObject(graph, object, count) * * cdef cudaError_t _cudaGraphAddNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1686 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1686, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1687 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) * return cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1688 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) # <<<<<<<<<<<<<< * return cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_dependencyData, __pyx_v_numDependencies, __pyx_v_nodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1688, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1687 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) * return cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1689 * if usePTDS: * return ptds._cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) * return cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphAddNode(__pyx_v_pGraphNode, __pyx_v_graph, __pyx_v_pDependencies, __pyx_v_dependencyData, __pyx_v_numDependencies, __pyx_v_nodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1685 * return cudaGraphReleaseUserObject(graph, object, count) * * cdef cudaError_t _cudaGraphAddNode(cudaGraphNode_t* pGraphNode, cudaGraph_t graph, const cudaGraphNode_t* pDependencies, const cudaGraphEdgeData* dependencyData, size_t numDependencies, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1691 * return cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) * * cdef cudaError_t _cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphNodeSetParams(cudaGraphNode_t __pyx_v_node, struct cudaGraphNodeParams *__pyx_v_nodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1692 * * cdef cudaError_t _cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphNodeSetParams(node, nodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1692, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1693 * cdef cudaError_t _cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeSetParams(node, nodeParams) * return cudaGraphNodeSetParams(node, nodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1694 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphNodeSetParams(node, nodeParams) # <<<<<<<<<<<<<< * return cudaGraphNodeSetParams(node, nodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeSetParams(__pyx_v_node, __pyx_v_nodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1694, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1693 * cdef cudaError_t _cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphNodeSetParams(node, nodeParams) * return cudaGraphNodeSetParams(node, nodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1695 * if usePTDS: * return ptds._cudaGraphNodeSetParams(node, nodeParams) * return cudaGraphNodeSetParams(node, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphNodeSetParams(__pyx_v_node, __pyx_v_nodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1691 * return cudaGraphAddNode(pGraphNode, graph, pDependencies, dependencyData, numDependencies, nodeParams) * * cdef cudaError_t _cudaGraphNodeSetParams(cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1697 * return cudaGraphNodeSetParams(node, nodeParams) * * cdef cudaError_t _cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphExecNodeSetParams(cudaGraphExec_t __pyx_v_graphExec, cudaGraphNode_t __pyx_v_node, struct cudaGraphNodeParams *__pyx_v_nodeParams) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1698 * * cdef cudaError_t _cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphExecNodeSetParams(graphExec, node, nodeParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1698, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1699 * cdef cudaError_t _cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecNodeSetParams(graphExec, node, nodeParams) * return cudaGraphExecNodeSetParams(graphExec, node, nodeParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1700 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphExecNodeSetParams(graphExec, node, nodeParams) # <<<<<<<<<<<<<< * return cudaGraphExecNodeSetParams(graphExec, node, nodeParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecNodeSetParams(__pyx_v_graphExec, __pyx_v_node, __pyx_v_nodeParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1700, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1699 * cdef cudaError_t _cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphExecNodeSetParams(graphExec, node, nodeParams) * return cudaGraphExecNodeSetParams(graphExec, node, nodeParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1701 * if usePTDS: * return ptds._cudaGraphExecNodeSetParams(graphExec, node, nodeParams) * return cudaGraphExecNodeSetParams(graphExec, node, nodeParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphExecNodeSetParams(__pyx_v_graphExec, __pyx_v_node, __pyx_v_nodeParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1697 * return cudaGraphNodeSetParams(node, nodeParams) * * cdef cudaError_t _cudaGraphExecNodeSetParams(cudaGraphExec_t graphExec, cudaGraphNode_t node, cudaGraphNodeParams* nodeParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1703 * return cudaGraphExecNodeSetParams(graphExec, node, nodeParams) * * cdef cudaError_t _cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle *__pyx_v_pHandle_out, cudaGraph_t __pyx_v_graph, unsigned int __pyx_v_defaultLaunchValue, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1704 * * cdef cudaError_t _cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1704, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1705 * cdef cudaError_t _cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) * return cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1706 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) # <<<<<<<<<<<<<< * return cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphConditionalHandleCreate(__pyx_v_pHandle_out, __pyx_v_graph, __pyx_v_defaultLaunchValue, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1706, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1705 * cdef cudaError_t _cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) * return cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1707 * if usePTDS: * return ptds._cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) * return cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphConditionalHandleCreate_v2(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, cudaExecutionContext_t ctx, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphConditionalHandleCreate(__pyx_v_pHandle_out, __pyx_v_graph, __pyx_v_defaultLaunchValue, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1703 * return cudaGraphExecNodeSetParams(graphExec, node, nodeParams) * * cdef cudaError_t _cudaGraphConditionalHandleCreate(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1709 * return cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) * * cdef cudaError_t _cudaGraphConditionalHandleCreate_v2(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, cudaExecutionContext_t ctx, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1710 * * cdef cudaError_t _cudaGraphConditionalHandleCreate_v2(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, cudaExecutionContext_t ctx, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1710, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1711 * cdef cudaError_t _cudaGraphConditionalHandleCreate_v2(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, cudaExecutionContext_t ctx, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) * return cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1712 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) # <<<<<<<<<<<<<< * return cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphConditionalHandleCreate_v2(__pyx_v_pHandle_out, __pyx_v_graph, __pyx_v_ctx, __pyx_v_defaultLaunchValue, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1712, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1711 * cdef cudaError_t _cudaGraphConditionalHandleCreate_v2(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, cudaExecutionContext_t ctx, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) * return cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1713 * if usePTDS: * return ptds._cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) * return cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetDriverEntryPoint(const char* symbol, void** funcPtr, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGraphConditionalHandleCreate_v2(__pyx_v_pHandle_out, __pyx_v_graph, __pyx_v_ctx, __pyx_v_defaultLaunchValue, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1709 * return cudaGraphConditionalHandleCreate(pHandle_out, graph, defaultLaunchValue, flags) * * cdef cudaError_t _cudaGraphConditionalHandleCreate_v2(cudaGraphConditionalHandle* pHandle_out, cudaGraph_t graph, cudaExecutionContext_t ctx, unsigned int defaultLaunchValue, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1715 * return cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) * * cdef cudaError_t _cudaGetDriverEntryPoint(const char* symbol, void** funcPtr, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetDriverEntryPoint(char const *__pyx_v_symbol, void **__pyx_v_funcPtr, unsigned PY_LONG_LONG __pyx_v_flags, enum cudaDriverEntryPointQueryResult *__pyx_v_driverStatus) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1716 * * cdef cudaError_t _cudaGetDriverEntryPoint(const char* symbol, void** funcPtr, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1716, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1717 * cdef cudaError_t _cudaGetDriverEntryPoint(const char* symbol, void** funcPtr, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) * return cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1718 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) # <<<<<<<<<<<<<< * return cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDriverEntryPoint(__pyx_v_symbol, __pyx_v_funcPtr, __pyx_v_flags, ((enum cudaDriverEntryPointQueryResult *)__pyx_v_driverStatus)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1718, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1717 * cdef cudaError_t _cudaGetDriverEntryPoint(const char* symbol, void** funcPtr, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) * return cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1719 * if usePTDS: * return ptds._cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) * return cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetDriverEntryPointByVersion(const char* symbol, void** funcPtr, unsigned int cudaVersion, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetDriverEntryPoint(__pyx_v_symbol, __pyx_v_funcPtr, __pyx_v_flags, __pyx_v_driverStatus); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1715 * return cudaGraphConditionalHandleCreate_v2(pHandle_out, graph, ctx, defaultLaunchValue, flags) * * cdef cudaError_t _cudaGetDriverEntryPoint(const char* symbol, void** funcPtr, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1721 * return cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) * * cdef cudaError_t _cudaGetDriverEntryPointByVersion(const char* symbol, void** funcPtr, unsigned int cudaVersion, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1722 * * cdef cudaError_t _cudaGetDriverEntryPointByVersion(const char* symbol, void** funcPtr, unsigned int cudaVersion, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1722, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1723 * cdef cudaError_t _cudaGetDriverEntryPointByVersion(const char* symbol, void** funcPtr, unsigned int cudaVersion, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) * return cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1724 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) # <<<<<<<<<<<<<< * return cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDriverEntryPointByVersion(__pyx_v_symbol, __pyx_v_funcPtr, __pyx_v_cudaVersion, __pyx_v_flags, ((enum cudaDriverEntryPointQueryResult *)__pyx_v_driverStatus)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1724, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1723 * cdef cudaError_t _cudaGetDriverEntryPointByVersion(const char* symbol, void** funcPtr, unsigned int cudaVersion, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) * return cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1725 * if usePTDS: * return ptds._cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) * return cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLibraryLoadData(cudaLibrary_t* library, const void* code, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetDriverEntryPointByVersion(__pyx_v_symbol, __pyx_v_funcPtr, __pyx_v_cudaVersion, __pyx_v_flags, __pyx_v_driverStatus); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1721 * return cudaGetDriverEntryPoint(symbol, funcPtr, flags, driverStatus) * * cdef cudaError_t _cudaGetDriverEntryPointByVersion(const char* symbol, void** funcPtr, unsigned int cudaVersion, unsigned long long flags, cudaDriverEntryPointQueryResult* driverStatus) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1727 * return cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) * * cdef cudaError_t _cudaLibraryLoadData(cudaLibrary_t* library, const void* code, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1728 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1728, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1729 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * return cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1730 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) # <<<<<<<<<<<<<< * return cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1730, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1729 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * return cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1731 * if usePTDS: * return ptds._cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * return cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLibraryLoadFromFile(cudaLibrary_t* library, const char* fileName, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLibraryLoadData(__pyx_v_library, __pyx_v_code, __pyx_v_jitOptions, __pyx_v_jitOptionsValues, __pyx_v_numJitOptions, __pyx_v_libraryOptions, __pyx_v_libraryOptionValues, __pyx_v_numLibraryOptions); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1727 * return cudaGetDriverEntryPointByVersion(symbol, funcPtr, cudaVersion, flags, driverStatus) * * cdef cudaError_t _cudaLibraryLoadData(cudaLibrary_t* library, const void* code, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1733 * return cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * * cdef cudaError_t _cudaLibraryLoadFromFile(cudaLibrary_t* library, const char* fileName, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1734 * * 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: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1734, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1735 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * return cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1736 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) # <<<<<<<<<<<<<< * return cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__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_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1736, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1735 * 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: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * return cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1737 * if usePTDS: * return ptds._cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * return cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLibraryLoadFromFile(__pyx_v_library, __pyx_v_fileName, __pyx_v_jitOptions, __pyx_v_jitOptionsValues, __pyx_v_numJitOptions, __pyx_v_libraryOptions, __pyx_v_libraryOptionValues, __pyx_v_numLibraryOptions); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1733 * return cudaLibraryLoadData(library, code, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * * cdef cudaError_t _cudaLibraryLoadFromFile(cudaLibrary_t* library, const char* fileName, cudaJitOption* jitOptions, void** jitOptionsValues, unsigned int numJitOptions, cudaLibraryOption* libraryOptions, void** libraryOptionValues, unsigned int numLibraryOptions) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1739 * return cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * * cdef cudaError_t _cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryUnload(cudaLibrary_t __pyx_v_library) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1740 * * cdef cudaError_t _cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLibraryUnload(library) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1740, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1741 * cdef cudaError_t _cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryUnload(library) * return cudaLibraryUnload(library) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1742 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLibraryUnload(library) # <<<<<<<<<<<<<< * return cudaLibraryUnload(library) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryUnload(__pyx_v_library); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1742, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1741 * cdef cudaError_t _cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryUnload(library) * return cudaLibraryUnload(library) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1743 * if usePTDS: * return ptds._cudaLibraryUnload(library) * return cudaLibraryUnload(library) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLibraryUnload(__pyx_v_library); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1739 * return cudaLibraryLoadFromFile(library, fileName, jitOptions, jitOptionsValues, numJitOptions, libraryOptions, libraryOptionValues, numLibraryOptions) * * cdef cudaError_t _cudaLibraryUnload(cudaLibrary_t library) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1745 * return cudaLibraryUnload(library) * * cdef cudaError_t _cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetKernel(cudaKernel_t *__pyx_v_pKernel, cudaLibrary_t __pyx_v_library, char const *__pyx_v_name) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1746 * * cdef cudaError_t _cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLibraryGetKernel(pKernel, library, name) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1746, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1747 * cdef cudaError_t _cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryGetKernel(pKernel, library, name) * return cudaLibraryGetKernel(pKernel, library, name) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1748 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLibraryGetKernel(pKernel, library, name) # <<<<<<<<<<<<<< * return cudaLibraryGetKernel(pKernel, library, name) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetKernel(__pyx_v_pKernel, __pyx_v_library, __pyx_v_name); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1748, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1747 * cdef cudaError_t _cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryGetKernel(pKernel, library, name) * return cudaLibraryGetKernel(pKernel, library, name) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1749 * if usePTDS: * return ptds._cudaLibraryGetKernel(pKernel, library, name) * return cudaLibraryGetKernel(pKernel, library, name) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLibraryGetKernel(__pyx_v_pKernel, __pyx_v_library, __pyx_v_name); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1745 * return cudaLibraryUnload(library) * * cdef cudaError_t _cudaLibraryGetKernel(cudaKernel_t* pKernel, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1751 * return cudaLibraryGetKernel(pKernel, library, name) * * cdef cudaError_t _cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetGlobal(void **__pyx_v_dptr, size_t *__pyx_v_numbytes, cudaLibrary_t __pyx_v_library, char const *__pyx_v_name) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1752 * * cdef cudaError_t _cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLibraryGetGlobal(dptr, numbytes, library, name) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1752, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1753 * cdef cudaError_t _cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryGetGlobal(dptr, numbytes, library, name) * return cudaLibraryGetGlobal(dptr, numbytes, library, name) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1754 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLibraryGetGlobal(dptr, numbytes, library, name) # <<<<<<<<<<<<<< * return cudaLibraryGetGlobal(dptr, numbytes, library, name) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetGlobal(__pyx_v_dptr, __pyx_v_numbytes, __pyx_v_library, __pyx_v_name); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1754, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1753 * cdef cudaError_t _cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryGetGlobal(dptr, numbytes, library, name) * return cudaLibraryGetGlobal(dptr, numbytes, library, name) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1755 * if usePTDS: * return ptds._cudaLibraryGetGlobal(dptr, numbytes, library, name) * return cudaLibraryGetGlobal(dptr, numbytes, library, name) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLibraryGetGlobal(__pyx_v_dptr, __pyx_v_numbytes, __pyx_v_library, __pyx_v_name); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1751 * return cudaLibraryGetKernel(pKernel, library, name) * * cdef cudaError_t _cudaLibraryGetGlobal(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1757 * return cudaLibraryGetGlobal(dptr, numbytes, library, name) * * cdef cudaError_t _cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetManaged(void **__pyx_v_dptr, size_t *__pyx_v_numbytes, cudaLibrary_t __pyx_v_library, char const *__pyx_v_name) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1758 * * cdef cudaError_t _cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLibraryGetManaged(dptr, numbytes, library, name) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1758, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1759 * cdef cudaError_t _cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryGetManaged(dptr, numbytes, library, name) * return cudaLibraryGetManaged(dptr, numbytes, library, name) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1760 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLibraryGetManaged(dptr, numbytes, library, name) # <<<<<<<<<<<<<< * return cudaLibraryGetManaged(dptr, numbytes, library, name) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetManaged(__pyx_v_dptr, __pyx_v_numbytes, __pyx_v_library, __pyx_v_name); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1760, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1759 * cdef cudaError_t _cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryGetManaged(dptr, numbytes, library, name) * return cudaLibraryGetManaged(dptr, numbytes, library, name) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1761 * if usePTDS: * return ptds._cudaLibraryGetManaged(dptr, numbytes, library, name) * return cudaLibraryGetManaged(dptr, numbytes, library, name) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLibraryGetManaged(__pyx_v_dptr, __pyx_v_numbytes, __pyx_v_library, __pyx_v_name); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1757 * return cudaLibraryGetGlobal(dptr, numbytes, library, name) * * cdef cudaError_t _cudaLibraryGetManaged(void** dptr, size_t* numbytes, cudaLibrary_t library, const char* name) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1763 * return cudaLibraryGetManaged(dptr, numbytes, library, name) * * cdef cudaError_t _cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetUnifiedFunction(void **__pyx_v_fptr, cudaLibrary_t __pyx_v_library, char const *__pyx_v_symbol) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1764 * * cdef cudaError_t _cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLibraryGetUnifiedFunction(fptr, library, symbol) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1764, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1765 * cdef cudaError_t _cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryGetUnifiedFunction(fptr, library, symbol) * return cudaLibraryGetUnifiedFunction(fptr, library, symbol) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1766 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLibraryGetUnifiedFunction(fptr, library, symbol) # <<<<<<<<<<<<<< * return cudaLibraryGetUnifiedFunction(fptr, library, symbol) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetUnifiedFunction(__pyx_v_fptr, __pyx_v_library, __pyx_v_symbol); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1766, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1765 * cdef cudaError_t _cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryGetUnifiedFunction(fptr, library, symbol) * return cudaLibraryGetUnifiedFunction(fptr, library, symbol) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1767 * if usePTDS: * return ptds._cudaLibraryGetUnifiedFunction(fptr, library, symbol) * return cudaLibraryGetUnifiedFunction(fptr, library, symbol) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLibraryGetUnifiedFunction(__pyx_v_fptr, __pyx_v_library, __pyx_v_symbol); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1763 * return cudaLibraryGetManaged(dptr, numbytes, library, name) * * cdef cudaError_t _cudaLibraryGetUnifiedFunction(void** fptr, cudaLibrary_t library, const char* symbol) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1769 * return cudaLibraryGetUnifiedFunction(fptr, library, symbol) * * cdef cudaError_t _cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryGetKernelCount(unsigned int *__pyx_v_count, cudaLibrary_t __pyx_v_lib) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1770 * * cdef cudaError_t _cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLibraryGetKernelCount(count, lib) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1770, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1771 * cdef cudaError_t _cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryGetKernelCount(count, lib) * return cudaLibraryGetKernelCount(count, lib) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1772 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLibraryGetKernelCount(count, lib) # <<<<<<<<<<<<<< * return cudaLibraryGetKernelCount(count, lib) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetKernelCount(__pyx_v_count, __pyx_v_lib); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1772, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1771 * cdef cudaError_t _cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryGetKernelCount(count, lib) * return cudaLibraryGetKernelCount(count, lib) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1773 * if usePTDS: * return ptds._cudaLibraryGetKernelCount(count, lib) * return cudaLibraryGetKernelCount(count, lib) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLibraryGetKernelCount(__pyx_v_count, __pyx_v_lib); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1769 * return cudaLibraryGetUnifiedFunction(fptr, library, symbol) * * cdef cudaError_t _cudaLibraryGetKernelCount(unsigned int* count, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1775 * return cudaLibraryGetKernelCount(count, lib) * * cdef cudaError_t _cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaLibraryEnumerateKernels(cudaKernel_t *__pyx_v_kernels, unsigned int __pyx_v_numKernels, cudaLibrary_t __pyx_v_lib) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1776 * * cdef cudaError_t _cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaLibraryEnumerateKernels(kernels, numKernels, lib) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1776, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1777 * cdef cudaError_t _cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryEnumerateKernels(kernels, numKernels, lib) * return cudaLibraryEnumerateKernels(kernels, numKernels, lib) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1778 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaLibraryEnumerateKernels(kernels, numKernels, lib) # <<<<<<<<<<<<<< * return cudaLibraryEnumerateKernels(kernels, numKernels, lib) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryEnumerateKernels(__pyx_v_kernels, __pyx_v_numKernels, __pyx_v_lib); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1778, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1777 * cdef cudaError_t _cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaLibraryEnumerateKernels(kernels, numKernels, lib) * return cudaLibraryEnumerateKernels(kernels, numKernels, lib) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1779 * if usePTDS: * return ptds._cudaLibraryEnumerateKernels(kernels, numKernels, lib) * return cudaLibraryEnumerateKernels(kernels, numKernels, lib) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaLibraryEnumerateKernels(__pyx_v_kernels, __pyx_v_numKernels, __pyx_v_lib); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1775 * return cudaLibraryGetKernelCount(count, lib) * * cdef cudaError_t _cudaLibraryEnumerateKernels(cudaKernel_t* kernels, unsigned int numKernels, cudaLibrary_t lib) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1781 * return cudaLibraryEnumerateKernels(kernels, numKernels, lib) * * cdef cudaError_t _cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaKernelSetAttributeForDevice(cudaKernel_t __pyx_v_kernel, enum cudaFuncAttribute __pyx_v_attr, int __pyx_v_value, int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1782 * * cdef cudaError_t _cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaKernelSetAttributeForDevice(kernel, attr, value, device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1782, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1783 * cdef cudaError_t _cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaKernelSetAttributeForDevice(kernel, attr, value, device) * return cudaKernelSetAttributeForDevice(kernel, attr, value, device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1784 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaKernelSetAttributeForDevice(kernel, attr, value, device) # <<<<<<<<<<<<<< * return cudaKernelSetAttributeForDevice(kernel, attr, value, device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaKernelSetAttributeForDevice(__pyx_v_kernel, ((enum cudaFuncAttribute)__pyx_v_attr), __pyx_v_value, __pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1784, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1783 * cdef cudaError_t _cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaKernelSetAttributeForDevice(kernel, attr, value, device) * return cudaKernelSetAttributeForDevice(kernel, attr, value, device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1785 * if usePTDS: * return ptds._cudaKernelSetAttributeForDevice(kernel, attr, value, device) * return cudaKernelSetAttributeForDevice(kernel, attr, value, device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaKernelSetAttributeForDevice(__pyx_v_kernel, __pyx_v_attr, __pyx_v_value, __pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1781 * return cudaLibraryEnumerateKernels(kernels, numKernels, lib) * * cdef cudaError_t _cudaKernelSetAttributeForDevice(cudaKernel_t kernel, cudaFuncAttribute attr, int value, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1787 * return cudaKernelSetAttributeForDevice(kernel, attr, value, device) * * cdef cudaError_t _cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetDevResource(int __pyx_v_device, cudaDevResource *__pyx_v_resource, enum cudaDevResourceType __pyx_v_typename) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1788 * * cdef cudaError_t _cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetDevResource(device, resource, typename) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1788, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1789 * cdef cudaError_t _cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetDevResource(device, resource, typename) * return cudaDeviceGetDevResource(device, resource, typename) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1790 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetDevResource(device, resource, typename) # <<<<<<<<<<<<<< * return cudaDeviceGetDevResource(device, resource, typename) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetDevResource(__pyx_v_device, __pyx_v_resource, ((enum cudaDevResourceType)__pyx_v_typename)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1790, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1789 * cdef cudaError_t _cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetDevResource(device, resource, typename) * return cudaDeviceGetDevResource(device, resource, typename) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1791 * if usePTDS: * return ptds._cudaDeviceGetDevResource(device, resource, typename) * return cudaDeviceGetDevResource(device, resource, typename) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDevSmResourceSplitByCount(cudaDevResource* result, unsigned int* nbGroups, const cudaDevResource* input, cudaDevResource* remaining, unsigned int flags, unsigned int minCount) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetDevResource(__pyx_v_device, __pyx_v_resource, __pyx_v_typename); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1787 * return cudaKernelSetAttributeForDevice(kernel, attr, value, device) * * cdef cudaError_t _cudaDeviceGetDevResource(int device, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1793 * return cudaDeviceGetDevResource(device, resource, typename) * * cdef cudaError_t _cudaDevSmResourceSplitByCount(cudaDevResource* result, unsigned int* nbGroups, const cudaDevResource* input, cudaDevResource* remaining, unsigned int flags, unsigned int minCount) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1794 * * cdef cudaError_t _cudaDevSmResourceSplitByCount(cudaDevResource* result, unsigned int* nbGroups, const cudaDevResource* input, cudaDevResource* remaining, unsigned int flags, unsigned int minCount) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1794, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1795 * cdef cudaError_t _cudaDevSmResourceSplitByCount(cudaDevResource* result, unsigned int* nbGroups, const cudaDevResource* input, cudaDevResource* remaining, unsigned int flags, unsigned int minCount) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) * return cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1796 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) # <<<<<<<<<<<<<< * return cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevSmResourceSplitByCount(__pyx_v_result, __pyx_v_nbGroups, __pyx_v_input, __pyx_v_remaining, __pyx_v_flags, __pyx_v_minCount); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1796, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1795 * cdef cudaError_t _cudaDevSmResourceSplitByCount(cudaDevResource* result, unsigned int* nbGroups, const cudaDevResource* input, cudaDevResource* remaining, unsigned int flags, unsigned int minCount) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) * return cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1797 * if usePTDS: * return ptds._cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) * return cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDevSmResourceSplit(cudaDevResource* result, unsigned int nbGroups, const cudaDevResource* input, cudaDevResource* remainder, unsigned int flags, cudaDevSmResourceGroupParams* groupParams) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDevSmResourceSplitByCount(__pyx_v_result, __pyx_v_nbGroups, __pyx_v_input, __pyx_v_remaining, __pyx_v_flags, __pyx_v_minCount); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1793 * return cudaDeviceGetDevResource(device, resource, typename) * * cdef cudaError_t _cudaDevSmResourceSplitByCount(cudaDevResource* result, unsigned int* nbGroups, const cudaDevResource* input, cudaDevResource* remaining, unsigned int flags, unsigned int minCount) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1799 * return cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) * * cdef cudaError_t _cudaDevSmResourceSplit(cudaDevResource* result, unsigned int nbGroups, const cudaDevResource* input, cudaDevResource* remainder, unsigned int flags, cudaDevSmResourceGroupParams* groupParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1800 * * cdef cudaError_t _cudaDevSmResourceSplit(cudaDevResource* result, unsigned int nbGroups, const cudaDevResource* input, cudaDevResource* remainder, unsigned int flags, cudaDevSmResourceGroupParams* groupParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1800, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1801 * cdef cudaError_t _cudaDevSmResourceSplit(cudaDevResource* result, unsigned int nbGroups, const cudaDevResource* input, cudaDevResource* remainder, unsigned int flags, cudaDevSmResourceGroupParams* groupParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) * return cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1802 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) # <<<<<<<<<<<<<< * return cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevSmResourceSplit(__pyx_v_result, __pyx_v_nbGroups, __pyx_v_input, __pyx_v_remainder, __pyx_v_flags, __pyx_v_groupParams); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1802, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1801 * cdef cudaError_t _cudaDevSmResourceSplit(cudaDevResource* result, unsigned int nbGroups, const cudaDevResource* input, cudaDevResource* remainder, unsigned int flags, cudaDevSmResourceGroupParams* groupParams) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) * return cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1803 * if usePTDS: * return ptds._cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) * return cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDevSmResourceSplit(__pyx_v_result, __pyx_v_nbGroups, __pyx_v_input, __pyx_v_remainder, __pyx_v_flags, __pyx_v_groupParams); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1799 * return cudaDevSmResourceSplitByCount(result, nbGroups, input, remaining, flags, minCount) * * cdef cudaError_t _cudaDevSmResourceSplit(cudaDevResource* result, unsigned int nbGroups, const cudaDevResource* input, cudaDevResource* remainder, unsigned int flags, cudaDevSmResourceGroupParams* groupParams) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1805 * return cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) * * cdef cudaError_t _cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDevResourceGenerateDesc(cudaDevResourceDesc_t *__pyx_v_phDesc, cudaDevResource *__pyx_v_resources, unsigned int __pyx_v_nbResources) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1806 * * cdef cudaError_t _cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDevResourceGenerateDesc(phDesc, resources, nbResources) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1806, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1807 * cdef cudaError_t _cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDevResourceGenerateDesc(phDesc, resources, nbResources) * return cudaDevResourceGenerateDesc(phDesc, resources, nbResources) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1808 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDevResourceGenerateDesc(phDesc, resources, nbResources) # <<<<<<<<<<<<<< * return cudaDevResourceGenerateDesc(phDesc, resources, nbResources) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevResourceGenerateDesc(__pyx_v_phDesc, __pyx_v_resources, __pyx_v_nbResources); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1808, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1807 * cdef cudaError_t _cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDevResourceGenerateDesc(phDesc, resources, nbResources) * return cudaDevResourceGenerateDesc(phDesc, resources, nbResources) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1809 * if usePTDS: * return ptds._cudaDevResourceGenerateDesc(phDesc, resources, nbResources) * return cudaDevResourceGenerateDesc(phDesc, resources, nbResources) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDevResourceGenerateDesc(__pyx_v_phDesc, __pyx_v_resources, __pyx_v_nbResources); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1805 * return cudaDevSmResourceSplit(result, nbGroups, input, remainder, flags, groupParams) * * cdef cudaError_t _cudaDevResourceGenerateDesc(cudaDevResourceDesc_t* phDesc, cudaDevResource* resources, unsigned int nbResources) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1811 * return cudaDevResourceGenerateDesc(phDesc, resources, nbResources) * * cdef cudaError_t _cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGreenCtxCreate(cudaExecutionContext_t *__pyx_v_phCtx, cudaDevResourceDesc_t __pyx_v_desc, int __pyx_v_device, unsigned int __pyx_v_flags) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1812 * * cdef cudaError_t _cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGreenCtxCreate(phCtx, desc, device, flags) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1812, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1813 * cdef cudaError_t _cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGreenCtxCreate(phCtx, desc, device, flags) * return cudaGreenCtxCreate(phCtx, desc, device, flags) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1814 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGreenCtxCreate(phCtx, desc, device, flags) # <<<<<<<<<<<<<< * return cudaGreenCtxCreate(phCtx, desc, device, flags) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGreenCtxCreate(__pyx_v_phCtx, __pyx_v_desc, __pyx_v_device, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1814, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1813 * cdef cudaError_t _cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGreenCtxCreate(phCtx, desc, device, flags) * return cudaGreenCtxCreate(phCtx, desc, device, flags) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1815 * if usePTDS: * return ptds._cudaGreenCtxCreate(phCtx, desc, device, flags) * return cudaGreenCtxCreate(phCtx, desc, device, flags) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGreenCtxCreate(__pyx_v_phCtx, __pyx_v_desc, __pyx_v_device, __pyx_v_flags); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1811 * return cudaDevResourceGenerateDesc(phDesc, resources, nbResources) * * cdef cudaError_t _cudaGreenCtxCreate(cudaExecutionContext_t* phCtx, cudaDevResourceDesc_t desc, int device, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1817 * return cudaGreenCtxCreate(phCtx, desc, device, flags) * * cdef cudaError_t _cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxDestroy(cudaExecutionContext_t __pyx_v_ctx) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1818 * * cdef cudaError_t _cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaExecutionCtxDestroy(ctx) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1818, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1819 * cdef cudaError_t _cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxDestroy(ctx) * return cudaExecutionCtxDestroy(ctx) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1820 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaExecutionCtxDestroy(ctx) # <<<<<<<<<<<<<< * return cudaExecutionCtxDestroy(ctx) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxDestroy(__pyx_v_ctx); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1820, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1819 * cdef cudaError_t _cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxDestroy(ctx) * return cudaExecutionCtxDestroy(ctx) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1821 * if usePTDS: * return ptds._cudaExecutionCtxDestroy(ctx) * return cudaExecutionCtxDestroy(ctx) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaExecutionCtxDestroy(__pyx_v_ctx); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1817 * return cudaGreenCtxCreate(phCtx, desc, device, flags) * * cdef cudaError_t _cudaExecutionCtxDestroy(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1823 * return cudaExecutionCtxDestroy(ctx) * * cdef cudaError_t _cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxGetDevResource(cudaExecutionContext_t __pyx_v_ctx, cudaDevResource *__pyx_v_resource, enum cudaDevResourceType __pyx_v_typename) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1824 * * cdef cudaError_t _cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaExecutionCtxGetDevResource(ctx, resource, typename) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1824, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1825 * cdef cudaError_t _cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxGetDevResource(ctx, resource, typename) * return cudaExecutionCtxGetDevResource(ctx, resource, typename) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1826 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaExecutionCtxGetDevResource(ctx, resource, typename) # <<<<<<<<<<<<<< * return cudaExecutionCtxGetDevResource(ctx, resource, typename) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetDevResource(__pyx_v_ctx, __pyx_v_resource, ((enum cudaDevResourceType)__pyx_v_typename)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1826, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1825 * cdef cudaError_t _cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxGetDevResource(ctx, resource, typename) * return cudaExecutionCtxGetDevResource(ctx, resource, typename) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1827 * if usePTDS: * return ptds._cudaExecutionCtxGetDevResource(ctx, resource, typename) * return cudaExecutionCtxGetDevResource(ctx, resource, typename) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaExecutionCtxGetDevResource(__pyx_v_ctx, __pyx_v_resource, __pyx_v_typename); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1823 * return cudaExecutionCtxDestroy(ctx) * * cdef cudaError_t _cudaExecutionCtxGetDevResource(cudaExecutionContext_t ctx, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1829 * return cudaExecutionCtxGetDevResource(ctx, resource, typename) * * cdef cudaError_t _cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxGetDevice(int *__pyx_v_device, cudaExecutionContext_t __pyx_v_ctx) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1830 * * cdef cudaError_t _cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaExecutionCtxGetDevice(device, ctx) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1830, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1831 * cdef cudaError_t _cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxGetDevice(device, ctx) * return cudaExecutionCtxGetDevice(device, ctx) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1832 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaExecutionCtxGetDevice(device, ctx) # <<<<<<<<<<<<<< * return cudaExecutionCtxGetDevice(device, ctx) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetDevice(__pyx_v_device, __pyx_v_ctx); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1832, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1831 * cdef cudaError_t _cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxGetDevice(device, ctx) * return cudaExecutionCtxGetDevice(device, ctx) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1833 * if usePTDS: * return ptds._cudaExecutionCtxGetDevice(device, ctx) * return cudaExecutionCtxGetDevice(device, ctx) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaExecutionCtxGetDevice(__pyx_v_device, __pyx_v_ctx); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1829 * return cudaExecutionCtxGetDevResource(ctx, resource, typename) * * cdef cudaError_t _cudaExecutionCtxGetDevice(int* device, cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1835 * return cudaExecutionCtxGetDevice(device, ctx) * * cdef cudaError_t _cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxGetId(cudaExecutionContext_t __pyx_v_ctx, unsigned PY_LONG_LONG *__pyx_v_ctxId) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1836 * * cdef cudaError_t _cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaExecutionCtxGetId(ctx, ctxId) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1836, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1837 * cdef cudaError_t _cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxGetId(ctx, ctxId) * return cudaExecutionCtxGetId(ctx, ctxId) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1838 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaExecutionCtxGetId(ctx, ctxId) # <<<<<<<<<<<<<< * return cudaExecutionCtxGetId(ctx, ctxId) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetId(__pyx_v_ctx, __pyx_v_ctxId); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1838, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1837 * cdef cudaError_t _cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxGetId(ctx, ctxId) * return cudaExecutionCtxGetId(ctx, ctxId) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1839 * if usePTDS: * return ptds._cudaExecutionCtxGetId(ctx, ctxId) * return cudaExecutionCtxGetId(ctx, ctxId) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaExecutionCtxGetId(__pyx_v_ctx, __pyx_v_ctxId); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1835 * return cudaExecutionCtxGetDevice(device, ctx) * * cdef cudaError_t _cudaExecutionCtxGetId(cudaExecutionContext_t ctx, unsigned long long* ctxId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1841 * return cudaExecutionCtxGetId(ctx, ctxId) * * cdef cudaError_t _cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxStreamCreate(cudaStream_t *__pyx_v_phStream, cudaExecutionContext_t __pyx_v_ctx, unsigned int __pyx_v_flags, int __pyx_v_priority) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1842 * * cdef cudaError_t _cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1842, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1843 * cdef cudaError_t _cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) * return cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1844 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) # <<<<<<<<<<<<<< * return cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxStreamCreate(__pyx_v_phStream, __pyx_v_ctx, __pyx_v_flags, __pyx_v_priority); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1844, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1843 * cdef cudaError_t _cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) * return cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1845 * if usePTDS: * return ptds._cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) * return cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaExecutionCtxStreamCreate(__pyx_v_phStream, __pyx_v_ctx, __pyx_v_flags, __pyx_v_priority); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1841 * return cudaExecutionCtxGetId(ctx, ctxId) * * cdef cudaError_t _cudaExecutionCtxStreamCreate(cudaStream_t* phStream, cudaExecutionContext_t ctx, unsigned int flags, int priority) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1847 * return cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) * * cdef cudaError_t _cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxSynchronize(cudaExecutionContext_t __pyx_v_ctx) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1848 * * cdef cudaError_t _cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaExecutionCtxSynchronize(ctx) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1848, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1849 * cdef cudaError_t _cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxSynchronize(ctx) * return cudaExecutionCtxSynchronize(ctx) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1850 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaExecutionCtxSynchronize(ctx) # <<<<<<<<<<<<<< * return cudaExecutionCtxSynchronize(ctx) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxSynchronize(__pyx_v_ctx); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1850, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1849 * cdef cudaError_t _cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxSynchronize(ctx) * return cudaExecutionCtxSynchronize(ctx) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1851 * if usePTDS: * return ptds._cudaExecutionCtxSynchronize(ctx) * return cudaExecutionCtxSynchronize(ctx) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaExecutionCtxSynchronize(__pyx_v_ctx); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1847 * return cudaExecutionCtxStreamCreate(phStream, ctx, flags, priority) * * cdef cudaError_t _cudaExecutionCtxSynchronize(cudaExecutionContext_t ctx) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1853 * return cudaExecutionCtxSynchronize(ctx) * * cdef cudaError_t _cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaStreamGetDevResource(cudaStream_t __pyx_v_hStream, cudaDevResource *__pyx_v_resource, enum cudaDevResourceType __pyx_v_typename) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1854 * * cdef cudaError_t _cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaStreamGetDevResource(hStream, resource, typename) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1854, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1855 * cdef cudaError_t _cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetDevResource(hStream, resource, typename) * return cudaStreamGetDevResource(hStream, resource, typename) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1856 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaStreamGetDevResource(hStream, resource, typename) # <<<<<<<<<<<<<< * return cudaStreamGetDevResource(hStream, resource, typename) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetDevResource(__pyx_v_hStream, __pyx_v_resource, ((enum cudaDevResourceType)__pyx_v_typename)); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1856, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1855 * cdef cudaError_t _cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaStreamGetDevResource(hStream, resource, typename) * return cudaStreamGetDevResource(hStream, resource, typename) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1857 * if usePTDS: * return ptds._cudaStreamGetDevResource(hStream, resource, typename) * return cudaStreamGetDevResource(hStream, resource, typename) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaStreamGetDevResource(__pyx_v_hStream, __pyx_v_resource, __pyx_v_typename); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1853 * return cudaExecutionCtxSynchronize(ctx) * * cdef cudaError_t _cudaStreamGetDevResource(cudaStream_t hStream, cudaDevResource* resource, cudaDevResourceType typename) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1859 * return cudaStreamGetDevResource(hStream, resource, typename) * * cdef cudaError_t _cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxRecordEvent(cudaExecutionContext_t __pyx_v_ctx, cudaEvent_t __pyx_v_event) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1860 * * cdef cudaError_t _cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaExecutionCtxRecordEvent(ctx, event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1860, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1861 * cdef cudaError_t _cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxRecordEvent(ctx, event) * return cudaExecutionCtxRecordEvent(ctx, event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1862 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaExecutionCtxRecordEvent(ctx, event) # <<<<<<<<<<<<<< * return cudaExecutionCtxRecordEvent(ctx, event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxRecordEvent(__pyx_v_ctx, __pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1862, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1861 * cdef cudaError_t _cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxRecordEvent(ctx, event) * return cudaExecutionCtxRecordEvent(ctx, event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1863 * if usePTDS: * return ptds._cudaExecutionCtxRecordEvent(ctx, event) * return cudaExecutionCtxRecordEvent(ctx, event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaExecutionCtxRecordEvent(__pyx_v_ctx, __pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1859 * return cudaStreamGetDevResource(hStream, resource, typename) * * cdef cudaError_t _cudaExecutionCtxRecordEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1865 * return cudaExecutionCtxRecordEvent(ctx, event) * * cdef cudaError_t _cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaExecutionCtxWaitEvent(cudaExecutionContext_t __pyx_v_ctx, cudaEvent_t __pyx_v_event) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1866 * * cdef cudaError_t _cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaExecutionCtxWaitEvent(ctx, event) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1866, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1867 * cdef cudaError_t _cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxWaitEvent(ctx, event) * return cudaExecutionCtxWaitEvent(ctx, event) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1868 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaExecutionCtxWaitEvent(ctx, event) # <<<<<<<<<<<<<< * return cudaExecutionCtxWaitEvent(ctx, event) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxWaitEvent(__pyx_v_ctx, __pyx_v_event); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1868, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1867 * cdef cudaError_t _cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaExecutionCtxWaitEvent(ctx, event) * return cudaExecutionCtxWaitEvent(ctx, event) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1869 * if usePTDS: * return ptds._cudaExecutionCtxWaitEvent(ctx, event) * return cudaExecutionCtxWaitEvent(ctx, event) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaExecutionCtxWaitEvent(__pyx_v_ctx, __pyx_v_event); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1865 * return cudaExecutionCtxRecordEvent(ctx, event) * * cdef cudaError_t _cudaExecutionCtxWaitEvent(cudaExecutionContext_t ctx, cudaEvent_t event) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1871 * return cudaExecutionCtxWaitEvent(ctx, event) * * cdef cudaError_t _cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaDeviceGetExecutionCtx(cudaExecutionContext_t *__pyx_v_ctx, int __pyx_v_device) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1872 * * cdef cudaError_t _cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaDeviceGetExecutionCtx(ctx, device) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1872, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1873 * cdef cudaError_t _cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetExecutionCtx(ctx, device) * return cudaDeviceGetExecutionCtx(ctx, device) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1874 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaDeviceGetExecutionCtx(ctx, device) # <<<<<<<<<<<<<< * return cudaDeviceGetExecutionCtx(ctx, device) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetExecutionCtx(__pyx_v_ctx, __pyx_v_device); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1874, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1873 * cdef cudaError_t _cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaDeviceGetExecutionCtx(ctx, device) * return cudaDeviceGetExecutionCtx(ctx, device) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1875 * if usePTDS: * return ptds._cudaDeviceGetExecutionCtx(ctx, device) * return cudaDeviceGetExecutionCtx(ctx, device) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaDeviceGetExecutionCtx(__pyx_v_ctx, __pyx_v_device); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1871 * return cudaExecutionCtxWaitEvent(ctx, event) * * cdef cudaError_t _cudaDeviceGetExecutionCtx(cudaExecutionContext_t* ctx, int device) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1877 * return cudaDeviceGetExecutionCtx(ctx, device) * * cdef cudaError_t _cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetExportTable(void const **__pyx_v_ppExportTable, cudaUUID_t const *__pyx_v_pExportTableId) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1878 * * cdef cudaError_t _cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetExportTable(ppExportTable, pExportTableId) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1878, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1879 * cdef cudaError_t _cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetExportTable(ppExportTable, pExportTableId) * return cudaGetExportTable(ppExportTable, pExportTableId) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1880 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetExportTable(ppExportTable, pExportTableId) # <<<<<<<<<<<<<< * return cudaGetExportTable(ppExportTable, pExportTableId) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetExportTable(__pyx_v_ppExportTable, __pyx_v_pExportTableId); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1880, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1879 * cdef cudaError_t _cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetExportTable(ppExportTable, pExportTableId) * return cudaGetExportTable(ppExportTable, pExportTableId) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1881 * if usePTDS: * return ptds._cudaGetExportTable(ppExportTable, pExportTableId) * return cudaGetExportTable(ppExportTable, pExportTableId) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaGetExportTable(__pyx_v_ppExportTable, __pyx_v_pExportTableId); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1877 * return cudaDeviceGetExecutionCtx(ctx, device) * * cdef cudaError_t _cudaGetExportTable(const void** ppExportTable, const cudaUUID_t* pExportTableId) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1883 * return cudaGetExportTable(ppExportTable, pExportTableId) * * cdef cudaError_t _cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGetKernel(cudaKernel_t *__pyx_v_kernelPtr, void const *__pyx_v_entryFuncAddr) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1884 * * cdef cudaError_t _cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaGetKernel(kernelPtr, entryFuncAddr) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1884, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1885 * cdef cudaError_t _cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetKernel(kernelPtr, entryFuncAddr) * return cudaGetKernel(kernelPtr, entryFuncAddr) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1886 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaGetKernel(kernelPtr, entryFuncAddr) # <<<<<<<<<<<<<< * return cudaGetKernel(kernelPtr, entryFuncAddr) * @cython.show_performance_hints(False) */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetKernel(__pyx_v_kernelPtr, __pyx_v_entryFuncAddr); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1886, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1885 * cdef cudaError_t _cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaGetKernel(kernelPtr, entryFuncAddr) * return cudaGetKernel(kernelPtr, entryFuncAddr) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1887 * if usePTDS: * return ptds._cudaGetKernel(kernelPtr, entryFuncAddr) * return cudaGetKernel(kernelPtr, entryFuncAddr) # <<<<<<<<<<<<<< * @cython.show_performance_hints(False) * cdef cudaPitchedPtr _make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil: */ __pyx_r = cudaGetKernel(__pyx_v_kernelPtr, __pyx_v_entryFuncAddr); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1883 * return cudaGetExportTable(ppExportTable, pExportTableId) * * cdef cudaError_t _cudaGetKernel(cudaKernel_t* kernelPtr, const void* entryFuncAddr) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1888 * return ptds._cudaGetKernel(kernelPtr, entryFuncAddr) * return cudaGetKernel(kernelPtr, entryFuncAddr) * @cython.show_performance_hints(False) # <<<<<<<<<<<<<< * cdef cudaPitchedPtr _make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil: * cdef bint usePTDS = cudaPythonInit() */ static struct cudaPitchedPtr __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__make_cudaPitchedPtr(void *__pyx_v_d, size_t __pyx_v_p, size_t __pyx_v_xsz, size_t __pyx_v_ysz) { int __pyx_v_usePTDS; struct cudaPitchedPtr __pyx_r; int __pyx_t_1; struct cudaPitchedPtr __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1890 * @cython.show_performance_hints(False) * cdef cudaPitchedPtr _make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._make_cudaPitchedPtr(d, p, xsz, ysz) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1890, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1891 * cdef cudaPitchedPtr _make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._make_cudaPitchedPtr(d, p, xsz, ysz) * return make_cudaPitchedPtr(d, p, xsz, ysz) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1892 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._make_cudaPitchedPtr(d, p, xsz, ysz) # <<<<<<<<<<<<<< * return make_cudaPitchedPtr(d, p, xsz, ysz) * @cython.show_performance_hints(False) */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaPitchedPtr(__pyx_v_d, __pyx_v_p, __pyx_v_xsz, __pyx_v_ysz); if (unlikely(__Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1892, __pyx_L1_error) __pyx_r = __pyx_t_2; goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1891 * cdef cudaPitchedPtr _make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._make_cudaPitchedPtr(d, p, xsz, ysz) * return make_cudaPitchedPtr(d, p, xsz, ysz) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1893 * if usePTDS: * return ptds._make_cudaPitchedPtr(d, p, xsz, ysz) * return make_cudaPitchedPtr(d, p, xsz, ysz) # <<<<<<<<<<<<<< * @cython.show_performance_hints(False) * cdef cudaPos _make_cudaPos(size_t x, size_t y, size_t z) except* nogil: */ __pyx_r = make_cudaPitchedPtr(__pyx_v_d, __pyx_v_p, __pyx_v_xsz, __pyx_v_ysz); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1888 * return ptds._cudaGetKernel(kernelPtr, entryFuncAddr) * return cudaGetKernel(kernelPtr, entryFuncAddr) * @cython.show_performance_hints(False) # <<<<<<<<<<<<<< * cdef cudaPitchedPtr _make_cudaPitchedPtr(void* d, size_t p, size_t xsz, size_t ysz) except* nogil: * cdef bint usePTDS = cudaPythonInit() */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1894 * return ptds._make_cudaPitchedPtr(d, p, xsz, ysz) * return make_cudaPitchedPtr(d, p, xsz, ysz) * @cython.show_performance_hints(False) # <<<<<<<<<<<<<< * cdef cudaPos _make_cudaPos(size_t x, size_t y, size_t z) except* nogil: * cdef bint usePTDS = cudaPythonInit() */ static struct cudaPos __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__make_cudaPos(size_t __pyx_v_x, size_t __pyx_v_y, size_t __pyx_v_z) { int __pyx_v_usePTDS; struct cudaPos __pyx_r; int __pyx_t_1; struct cudaPos __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1896 * @cython.show_performance_hints(False) * cdef cudaPos _make_cudaPos(size_t x, size_t y, size_t z) except* nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._make_cudaPos(x, y, z) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1896, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1897 * cdef cudaPos _make_cudaPos(size_t x, size_t y, size_t z) except* nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._make_cudaPos(x, y, z) * return make_cudaPos(x, y, z) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1898 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._make_cudaPos(x, y, z) # <<<<<<<<<<<<<< * return make_cudaPos(x, y, z) * @cython.show_performance_hints(False) */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaPos(__pyx_v_x, __pyx_v_y, __pyx_v_z); if (unlikely(__Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1898, __pyx_L1_error) __pyx_r = __pyx_t_2; goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1897 * cdef cudaPos _make_cudaPos(size_t x, size_t y, size_t z) except* nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._make_cudaPos(x, y, z) * return make_cudaPos(x, y, z) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1899 * if usePTDS: * return ptds._make_cudaPos(x, y, z) * return make_cudaPos(x, y, z) # <<<<<<<<<<<<<< * @cython.show_performance_hints(False) * cdef cudaExtent _make_cudaExtent(size_t w, size_t h, size_t d) except* nogil: */ __pyx_r = make_cudaPos(__pyx_v_x, __pyx_v_y, __pyx_v_z); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1894 * return ptds._make_cudaPitchedPtr(d, p, xsz, ysz) * return make_cudaPitchedPtr(d, p, xsz, ysz) * @cython.show_performance_hints(False) # <<<<<<<<<<<<<< * cdef cudaPos _make_cudaPos(size_t x, size_t y, size_t z) except* nogil: * cdef bint usePTDS = cudaPythonInit() */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1900 * return ptds._make_cudaPos(x, y, z) * return make_cudaPos(x, y, z) * @cython.show_performance_hints(False) # <<<<<<<<<<<<<< * cdef cudaExtent _make_cudaExtent(size_t w, size_t h, size_t d) except* nogil: * cdef bint usePTDS = cudaPythonInit() */ static struct cudaExtent __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__make_cudaExtent(size_t __pyx_v_w, size_t __pyx_v_h, size_t __pyx_v_d) { int __pyx_v_usePTDS; struct cudaExtent __pyx_r; int __pyx_t_1; struct cudaExtent __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1902 * @cython.show_performance_hints(False) * cdef cudaExtent _make_cudaExtent(size_t w, size_t h, size_t d) except* nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._make_cudaExtent(w, h, d) */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1902, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1903 * cdef cudaExtent _make_cudaExtent(size_t w, size_t h, size_t d) except* nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._make_cudaExtent(w, h, d) * return make_cudaExtent(w, h, d) */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1904 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._make_cudaExtent(w, h, d) # <<<<<<<<<<<<<< * return make_cudaExtent(w, h, d) * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaExtent(__pyx_v_w, __pyx_v_h, __pyx_v_d); if (unlikely(__Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1904, __pyx_L1_error) __pyx_r = __pyx_t_2; goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1903 * cdef cudaExtent _make_cudaExtent(size_t w, size_t h, size_t d) except* nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._make_cudaExtent(w, h, d) * return make_cudaExtent(w, h, d) */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1905 * if usePTDS: * return ptds._make_cudaExtent(w, h, d) * return make_cudaExtent(w, h, d) # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = make_cudaExtent(__pyx_v_w, __pyx_v_h, __pyx_v_d); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1900 * return ptds._make_cudaPos(x, y, z) * return make_cudaPos(x, y, z) * @cython.show_performance_hints(False) # <<<<<<<<<<<<<< * cdef cudaExtent _make_cudaExtent(size_t w, size_t h, size_t d) except* nogil: * cdef bint usePTDS = cudaPythonInit() */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1907 * return make_cudaExtent(w, h, d) * * cdef cudaError_t _cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaProfilerStart(void) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1908 * * cdef cudaError_t _cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaProfilerStart() */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1908, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1909 * cdef cudaError_t _cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaProfilerStart() * return cudaProfilerStart() */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1910 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaProfilerStart() # <<<<<<<<<<<<<< * return cudaProfilerStart() * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaProfilerStart(); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1910, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1909 * cdef cudaError_t _cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaProfilerStart() * return cudaProfilerStart() */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1911 * if usePTDS: * return ptds._cudaProfilerStart() * return cudaProfilerStart() # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaProfilerStart(); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1907 * return make_cudaExtent(w, h, d) * * cdef cudaError_t _cudaProfilerStart() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_bindings/cyruntime.pyx":1913 * return cudaProfilerStart() * * cdef cudaError_t _cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaProfilerStop(void) { int __pyx_v_usePTDS; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_bindings/cyruntime.pyx":1914 * * cdef cudaError_t _cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() # <<<<<<<<<<<<<< * if usePTDS: * return ptds._cudaProfilerStop() */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_cudaPythonInit(); if (unlikely(__pyx_t_1 == ((int)-1))) __PYX_ERR(0, 1914, __pyx_L1_error) __pyx_v_usePTDS = __pyx_t_1; /* "cuda/bindings/_bindings/cyruntime.pyx":1915 * cdef cudaError_t _cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaProfilerStop() * return cudaProfilerStop() */ if (__pyx_v_usePTDS) { /* "cuda/bindings/_bindings/cyruntime.pyx":1916 * cdef bint usePTDS = cudaPythonInit() * if usePTDS: * return ptds._cudaProfilerStop() # <<<<<<<<<<<<<< * return cudaProfilerStop() * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaProfilerStop(); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(0, 1916, __pyx_L1_error) __pyx_r = ((cudaError_t)__pyx_t_2); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1915 * cdef cudaError_t _cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil: * cdef bint usePTDS = cudaPythonInit() * if usePTDS: # <<<<<<<<<<<<<< * return ptds._cudaProfilerStop() * return cudaProfilerStop() */ } /* "cuda/bindings/_bindings/cyruntime.pyx":1917 * if usePTDS: * return ptds._cudaProfilerStop() * return cudaProfilerStop() # <<<<<<<<<<<<<< * * */ __pyx_r = cudaProfilerStop(); goto __pyx_L0; /* "cuda/bindings/_bindings/cyruntime.pyx":1913 * return cudaProfilerStart() * * cdef cudaError_t _cudaProfilerStop() except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef bint usePTDS = cudaPythonInit() * if usePTDS: */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":18 * cimport cuda.bindings._bindings.cydriver as cydriver * * cdef cudaError_t _cudaEGLStreamProducerPresentFrame(cyruntime.cudaEglStreamConnection* conn, cyruntime.cudaEglFrame eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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_v_err; __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame __pyx_v_cueglFrame; cudaError_t __pyx_r; int __pyx_t_1; cudaError_t __pyx_t_2; CUresult __pyx_t_3; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":19 * * cdef cudaError_t _cudaEGLStreamProducerPresentFrame(cyruntime.cudaEglStreamConnection* conn, cyruntime.cudaEglFrame eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":21 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":22 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * cdef cydriver.CUeglFrame cueglFrame */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":23 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * cdef cydriver.CUeglFrame cueglFrame * err = getDriverEglFrame(&cueglFrame, eglframe) */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":22 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * cdef cydriver.CUeglFrame cueglFrame */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":25 * return err * cdef cydriver.CUeglFrame cueglFrame * err = getDriverEglFrame(&cueglFrame, eglframe) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getDriverEglFrame((&__pyx_v_cueglFrame), __pyx_v_eglframe); if (unlikely(__pyx_t_2 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 25, __pyx_L1_error) __pyx_v_err = __pyx_t_2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":26 * cdef cydriver.CUeglFrame cueglFrame * err = getDriverEglFrame(&cueglFrame, eglframe) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamProducerPresentFrame(conn, cueglFrame, pStream) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":27 * err = getDriverEglFrame(&cueglFrame, eglframe) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuEGLStreamProducerPresentFrame(conn, cueglFrame, pStream) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":26 * cdef cydriver.CUeglFrame cueglFrame * err = getDriverEglFrame(&cueglFrame, eglframe) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamProducerPresentFrame(conn, cueglFrame, pStream) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":28 * if err != cudaSuccess: * return err * err = cydriver._cuEGLStreamProducerPresentFrame(conn, cueglFrame, pStream) # <<<<<<<<<<<<<< * return err * */ __pyx_t_3 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamProducerPresentFrame(((__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *)__pyx_v_conn), __pyx_v_cueglFrame, __pyx_v_pStream); if (unlikely(__pyx_t_3 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 28, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_3); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":29 * return err * err = cydriver._cuEGLStreamProducerPresentFrame(conn, cueglFrame, pStream) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEGLStreamProducerReturnFrame(cyruntime.cudaEglStreamConnection* conn, cyruntime.cudaEglFrame* eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":18 * cimport cuda.bindings._bindings.cydriver as cydriver * * cdef cudaError_t _cudaEGLStreamProducerPresentFrame(cyruntime.cudaEglStreamConnection* conn, cyruntime.cudaEglFrame eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":31 * return err * * cdef cudaError_t _cudaEGLStreamProducerReturnFrame(cyruntime.cudaEglStreamConnection* conn, cyruntime.cudaEglFrame* eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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_v_err; __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame __pyx_v_cueglFrame; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; cudaError_t __pyx_t_3; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":32 * * cdef cudaError_t _cudaEGLStreamProducerReturnFrame(cyruntime.cudaEglStreamConnection* conn, cyruntime.cudaEglFrame* eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":34 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":35 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * if eglframe == NULL: */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":36 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * if eglframe == NULL: * err = cudaErrorInvalidResourceHandle */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":35 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * if eglframe == NULL: */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":37 * if err != cudaSuccess: * return err * if eglframe == NULL: # <<<<<<<<<<<<<< * err = cudaErrorInvalidResourceHandle * return err */ __pyx_t_1 = (__pyx_v_eglframe == NULL); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":38 * return err * if eglframe == NULL: * err = cudaErrorInvalidResourceHandle # <<<<<<<<<<<<<< * return err * cdef cydriver.CUeglFrame cueglFrame */ __pyx_v_err = cudaErrorInvalidResourceHandle; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":39 * if eglframe == NULL: * err = cudaErrorInvalidResourceHandle * return err # <<<<<<<<<<<<<< * cdef cydriver.CUeglFrame cueglFrame * err = cydriver._cuEGLStreamProducerReturnFrame(conn, &cueglFrame, pStream) */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":37 * if err != cudaSuccess: * return err * if eglframe == NULL: # <<<<<<<<<<<<<< * err = cudaErrorInvalidResourceHandle * return err */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":41 * return err * cdef cydriver.CUeglFrame cueglFrame * err = cydriver._cuEGLStreamProducerReturnFrame(conn, &cueglFrame, pStream) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamProducerReturnFrame(((__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *)__pyx_v_conn), (&__pyx_v_cueglFrame), __pyx_v_pStream); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 41, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":42 * cdef cydriver.CUeglFrame cueglFrame * err = cydriver._cuEGLStreamProducerReturnFrame(conn, &cueglFrame, pStream) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = getRuntimeEglFrame(eglframe, cueglFrame) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":43 * err = cydriver._cuEGLStreamProducerReturnFrame(conn, &cueglFrame, pStream) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = getRuntimeEglFrame(eglframe, cueglFrame) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":42 * cdef cydriver.CUeglFrame cueglFrame * err = cydriver._cuEGLStreamProducerReturnFrame(conn, &cueglFrame, pStream) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = getRuntimeEglFrame(eglframe, cueglFrame) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":44 * if err != cudaSuccess: * return err * err = getRuntimeEglFrame(eglframe, cueglFrame) # <<<<<<<<<<<<<< * return err * */ __pyx_t_3 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getRuntimeEglFrame(__pyx_v_eglframe, __pyx_v_cueglFrame); if (unlikely(__pyx_t_3 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 44, __pyx_L1_error) __pyx_v_err = __pyx_t_3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":45 * return err * err = getRuntimeEglFrame(eglframe, cueglFrame) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsResourceGetMappedEglFrame(cyruntime.cudaEglFrame* eglFrame, cudaGraphicsResource_t resource, unsigned int index, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":31 * return err * * cdef cudaError_t _cudaEGLStreamProducerReturnFrame(cyruntime.cudaEglStreamConnection* conn, cyruntime.cudaEglFrame* eglframe, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":47 * return err * * cdef cudaError_t _cudaGraphicsResourceGetMappedEglFrame(cyruntime.cudaEglFrame* eglFrame, cudaGraphicsResource_t resource, unsigned int index, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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_v_err; __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame __pyx_v_cueglFrame; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; cudaError_t __pyx_t_3; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":48 * * cdef cudaError_t _cudaGraphicsResourceGetMappedEglFrame(cyruntime.cudaEglFrame* eglFrame, cudaGraphicsResource_t resource, unsigned int index, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":50 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":51 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * cdef cydriver.CUeglFrame cueglFrame */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":52 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * cdef cydriver.CUeglFrame cueglFrame * memset(&cueglFrame, 0, sizeof(cueglFrame)) */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":51 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * cdef cydriver.CUeglFrame cueglFrame */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":54 * return err * cdef cydriver.CUeglFrame cueglFrame * memset(&cueglFrame, 0, sizeof(cueglFrame)) # <<<<<<<<<<<<<< * err = cydriver._cuGraphicsResourceGetMappedEglFrame(&cueglFrame, resource, index, mipLevel) * if err != cudaSuccess: */ (void)(memset((&__pyx_v_cueglFrame), 0, (sizeof(__pyx_v_cueglFrame)))); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":55 * cdef cydriver.CUeglFrame cueglFrame * memset(&cueglFrame, 0, sizeof(cueglFrame)) * err = cydriver._cuGraphicsResourceGetMappedEglFrame(&cueglFrame, resource, index, mipLevel) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsResourceGetMappedEglFrame((&__pyx_v_cueglFrame), ((CUgraphicsResource)__pyx_v_resource), __pyx_v_index, __pyx_v_mipLevel); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 55, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":56 * memset(&cueglFrame, 0, sizeof(cueglFrame)) * err = cydriver._cuGraphicsResourceGetMappedEglFrame(&cueglFrame, resource, index, mipLevel) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = getRuntimeEglFrame(eglFrame, cueglFrame) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":57 * err = cydriver._cuGraphicsResourceGetMappedEglFrame(&cueglFrame, resource, index, mipLevel) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = getRuntimeEglFrame(eglFrame, cueglFrame) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":56 * memset(&cueglFrame, 0, sizeof(cueglFrame)) * err = cydriver._cuGraphicsResourceGetMappedEglFrame(&cueglFrame, resource, index, mipLevel) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = getRuntimeEglFrame(eglFrame, cueglFrame) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":58 * if err != cudaSuccess: * return err * err = getRuntimeEglFrame(eglFrame, cueglFrame) # <<<<<<<<<<<<<< * return err * */ __pyx_t_3 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getRuntimeEglFrame(__pyx_v_eglFrame, __pyx_v_cueglFrame); if (unlikely(__pyx_t_3 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 58, __pyx_L1_error) __pyx_v_err = __pyx_t_3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":59 * return err * err = getRuntimeEglFrame(eglFrame, cueglFrame) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaVDPAUSetVDPAUDevice(int device, cyruntime.VdpDevice vdpDevice, cyruntime.VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":47 * return err * * cdef cudaError_t _cudaGraphicsResourceGetMappedEglFrame(cyruntime.cudaEglFrame* eglFrame, cudaGraphicsResource_t resource, unsigned int index, unsigned int mipLevel) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":61 * return err * * cdef cudaError_t _cudaVDPAUSetVDPAUDevice(int device, cyruntime.VdpDevice vdpDevice, cyruntime.VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cudaErrorNotSupported * */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaVDPAUSetVDPAUDevice(CYTHON_UNUSED int __pyx_v_device, CYTHON_UNUSED __pyx_t_4cuda_8bindings_9cyruntime_VdpDevice __pyx_v_vdpDevice, CYTHON_UNUSED __pyx_t_4cuda_8bindings_9cyruntime_VdpGetProcAddress *__pyx_v_vdpGetProcAddress) { cudaError_t __pyx_r; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":62 * * cdef cudaError_t _cudaVDPAUSetVDPAUDevice(int device, cyruntime.VdpDevice vdpDevice, cyruntime.VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: * return cudaErrorNotSupported # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaVDPAUGetDevice(int* device, cyruntime.VdpDevice vdpDevice, cyruntime.VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaErrorNotSupported; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":61 * return err * * cdef cudaError_t _cudaVDPAUSetVDPAUDevice(int device, cyruntime.VdpDevice vdpDevice, cyruntime.VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return cudaErrorNotSupported * */ /* function exit code */ __pyx_L0:; return __pyx_r; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":64 * return cudaErrorNotSupported * * cdef cudaError_t _cudaVDPAUGetDevice(int* device, cyruntime.VdpDevice vdpDevice, cyruntime.VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":65 * * cdef cudaError_t _cudaVDPAUGetDevice(int* device, cyruntime.VdpDevice vdpDevice, cyruntime.VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":67 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":68 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuVDPAUGetDevice(device, vdpDevice, vdpGetProcAddress) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":69 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuVDPAUGetDevice(device, vdpDevice, vdpGetProcAddress) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":68 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuVDPAUGetDevice(device, vdpDevice, vdpGetProcAddress) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":70 * if err != cudaSuccess: * return err * err = cydriver._cuVDPAUGetDevice(device, vdpDevice, vdpGetProcAddress) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuVDPAUGetDevice(((CUdevice *)__pyx_v_device), __pyx_v_vdpDevice, __pyx_v_vdpGetProcAddress); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 70, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":71 * return err * err = cydriver._cuVDPAUGetDevice(device, vdpDevice, vdpGetProcAddress) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsVDPAURegisterVideoSurface(cudaGraphicsResource** resource, cyruntime.VdpVideoSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":64 * return cudaErrorNotSupported * * cdef cudaError_t _cudaVDPAUGetDevice(int* device, cyruntime.VdpDevice vdpDevice, cyruntime.VdpGetProcAddress* vdpGetProcAddress) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":73 * return err * * cdef cudaError_t _cudaGraphicsVDPAURegisterVideoSurface(cudaGraphicsResource** resource, cyruntime.VdpVideoSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsVDPAURegisterVideoSurface(struct cudaGraphicsResource **__pyx_v_resource, __pyx_t_4cuda_8bindings_9cyruntime_VdpVideoSurface __pyx_v_vdpSurface, unsigned int __pyx_v_flags) { cudaError_t __pyx_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":74 * * cdef cudaError_t _cudaGraphicsVDPAURegisterVideoSurface(cudaGraphicsResource** resource, cyruntime.VdpVideoSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":76 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":77 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuGraphicsVDPAURegisterVideoSurface(resource, vdpSurface, flags) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":78 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuGraphicsVDPAURegisterVideoSurface(resource, vdpSurface, flags) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":77 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuGraphicsVDPAURegisterVideoSurface(resource, vdpSurface, flags) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":79 * if err != cudaSuccess: * return err * err = cydriver._cuGraphicsVDPAURegisterVideoSurface(resource, vdpSurface, flags) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsVDPAURegisterVideoSurface(((CUgraphicsResource *)__pyx_v_resource), __pyx_v_vdpSurface, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 79, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":80 * return err * err = cydriver._cuGraphicsVDPAURegisterVideoSurface(resource, vdpSurface, flags) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsVDPAURegisterOutputSurface(cudaGraphicsResource** resource, cyruntime.VdpOutputSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":73 * return err * * cdef cudaError_t _cudaGraphicsVDPAURegisterVideoSurface(cudaGraphicsResource** resource, cyruntime.VdpVideoSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":82 * return err * * cdef cudaError_t _cudaGraphicsVDPAURegisterOutputSurface(cudaGraphicsResource** resource, cyruntime.VdpOutputSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsVDPAURegisterOutputSurface(struct cudaGraphicsResource **__pyx_v_resource, __pyx_t_4cuda_8bindings_9cyruntime_VdpOutputSurface __pyx_v_vdpSurface, unsigned int __pyx_v_flags) { cudaError_t __pyx_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":83 * * cdef cudaError_t _cudaGraphicsVDPAURegisterOutputSurface(cudaGraphicsResource** resource, cyruntime.VdpOutputSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":85 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":86 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuGraphicsVDPAURegisterOutputSurface(resource, vdpSurface, flags) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":87 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuGraphicsVDPAURegisterOutputSurface(resource, vdpSurface, flags) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":86 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuGraphicsVDPAURegisterOutputSurface(resource, vdpSurface, flags) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":88 * if err != cudaSuccess: * return err * err = cydriver._cuGraphicsVDPAURegisterOutputSurface(resource, vdpSurface, flags) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsVDPAURegisterOutputSurface(((CUgraphicsResource *)__pyx_v_resource), __pyx_v_vdpSurface, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 88, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":89 * return err * err = cydriver._cuGraphicsVDPAURegisterOutputSurface(resource, vdpSurface, flags) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGLGetDevices(unsigned int* pCudaDeviceCount, int* pCudaDevices, unsigned int cudaDeviceCount, cyruntime.cudaGLDeviceList deviceList) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":82 * return err * * cdef cudaError_t _cudaGraphicsVDPAURegisterOutputSurface(cudaGraphicsResource** resource, cyruntime.VdpOutputSurface vdpSurface, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":91 * return err * * cdef cudaError_t _cudaGLGetDevices(unsigned int* pCudaDeviceCount, int* pCudaDevices, unsigned int cudaDeviceCount, cyruntime.cudaGLDeviceList deviceList) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":92 * * cdef cudaError_t _cudaGLGetDevices(unsigned int* pCudaDeviceCount, int* pCudaDevices, unsigned int cudaDeviceCount, cyruntime.cudaGLDeviceList deviceList) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":94 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":95 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuGLGetDevices_v2(pCudaDeviceCount, pCudaDevices, cudaDeviceCount, deviceList) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":96 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuGLGetDevices_v2(pCudaDeviceCount, pCudaDevices, cudaDeviceCount, deviceList) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":95 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuGLGetDevices_v2(pCudaDeviceCount, pCudaDevices, cudaDeviceCount, deviceList) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":97 * if err != cudaSuccess: * return err * err = cydriver._cuGLGetDevices_v2(pCudaDeviceCount, pCudaDevices, cudaDeviceCount, deviceList) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGLGetDevices_v2(__pyx_v_pCudaDeviceCount, ((CUdevice *)__pyx_v_pCudaDevices), __pyx_v_cudaDeviceCount, ((__pyx_t_4cuda_8bindings_8cydriver_CUGLDeviceList)__pyx_v_deviceList)); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 97, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":98 * return err * err = cydriver._cuGLGetDevices_v2(pCudaDeviceCount, pCudaDevices, cudaDeviceCount, deviceList) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsGLRegisterImage(cudaGraphicsResource** resource, cyruntime.GLuint image, cyruntime.GLenum target, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":91 * return err * * cdef cudaError_t _cudaGLGetDevices(unsigned int* pCudaDeviceCount, int* pCudaDevices, unsigned int cudaDeviceCount, cyruntime.cudaGLDeviceList deviceList) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":100 * return err * * cdef cudaError_t _cudaGraphicsGLRegisterImage(cudaGraphicsResource** resource, cyruntime.GLuint image, cyruntime.GLenum target, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":101 * * cdef cudaError_t _cudaGraphicsGLRegisterImage(cudaGraphicsResource** resource, cyruntime.GLuint image, cyruntime.GLenum target, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":103 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":104 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuGraphicsGLRegisterImage(resource, image, target, flags) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":105 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuGraphicsGLRegisterImage(resource, image, target, flags) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":104 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuGraphicsGLRegisterImage(resource, image, target, flags) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":106 * if err != cudaSuccess: * return err * err = cydriver._cuGraphicsGLRegisterImage(resource, image, target, flags) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsGLRegisterImage(((CUgraphicsResource *)__pyx_v_resource), __pyx_v_image, __pyx_v_target, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 106, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":107 * return err * err = cydriver._cuGraphicsGLRegisterImage(resource, image, target, flags) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsGLRegisterBuffer(cudaGraphicsResource** resource, cyruntime.GLuint buffer, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":100 * return err * * cdef cudaError_t _cudaGraphicsGLRegisterImage(cudaGraphicsResource** resource, cyruntime.GLuint image, cyruntime.GLenum target, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":109 * return err * * cdef cudaError_t _cudaGraphicsGLRegisterBuffer(cudaGraphicsResource** resource, cyruntime.GLuint buffer, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsGLRegisterBuffer(struct cudaGraphicsResource **__pyx_v_resource, __pyx_t_4cuda_8bindings_9cyruntime_GLuint __pyx_v_buffer, unsigned int __pyx_v_flags) { cudaError_t __pyx_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":110 * * cdef cudaError_t _cudaGraphicsGLRegisterBuffer(cudaGraphicsResource** resource, cyruntime.GLuint buffer, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":112 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":113 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuGraphicsGLRegisterBuffer(resource, buffer, flags) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":114 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuGraphicsGLRegisterBuffer(resource, buffer, flags) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":113 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuGraphicsGLRegisterBuffer(resource, buffer, flags) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":115 * if err != cudaSuccess: * return err * err = cydriver._cuGraphicsGLRegisterBuffer(resource, buffer, flags) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsGLRegisterBuffer(((CUgraphicsResource *)__pyx_v_resource), __pyx_v_buffer, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 115, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":116 * return err * err = cydriver._cuGraphicsGLRegisterBuffer(resource, buffer, flags) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaGraphicsEGLRegisterImage(cudaGraphicsResource_t* pCudaResource, cyruntime.EGLImageKHR image, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":109 * return err * * cdef cudaError_t _cudaGraphicsGLRegisterBuffer(cudaGraphicsResource** resource, cyruntime.GLuint buffer, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":118 * return err * * cdef cudaError_t _cudaGraphicsEGLRegisterImage(cudaGraphicsResource_t* pCudaResource, cyruntime.EGLImageKHR image, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaGraphicsEGLRegisterImage(cudaGraphicsResource_t *__pyx_v_pCudaResource, __pyx_t_4cuda_8bindings_9cyruntime_EGLImageKHR __pyx_v_image, unsigned int __pyx_v_flags) { cudaError_t __pyx_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":119 * * cdef cudaError_t _cudaGraphicsEGLRegisterImage(cudaGraphicsResource_t* pCudaResource, cyruntime.EGLImageKHR image, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":121 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":122 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuGraphicsEGLRegisterImage(pCudaResource, image, flags) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":123 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuGraphicsEGLRegisterImage(pCudaResource, image, flags) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":122 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuGraphicsEGLRegisterImage(pCudaResource, image, flags) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":124 * if err != cudaSuccess: * return err * err = cydriver._cuGraphicsEGLRegisterImage(pCudaResource, image, flags) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsEGLRegisterImage(((CUgraphicsResource *)__pyx_v_pCudaResource), __pyx_v_image, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 124, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":125 * return err * err = cydriver._cuGraphicsEGLRegisterImage(pCudaResource, image, flags) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEGLStreamConsumerConnect(cyruntime.cudaEglStreamConnection* conn, cyruntime.EGLStreamKHR eglStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":118 * return err * * cdef cudaError_t _cudaGraphicsEGLRegisterImage(cudaGraphicsResource_t* pCudaResource, cyruntime.EGLImageKHR image, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":127 * return err * * cdef cudaError_t _cudaEGLStreamConsumerConnect(cyruntime.cudaEglStreamConnection* conn, cyruntime.EGLStreamKHR eglStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerConnect(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn, __pyx_t_4cuda_8bindings_9cyruntime_EGLStreamKHR __pyx_v_eglStream) { cudaError_t __pyx_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":128 * * cdef cudaError_t _cudaEGLStreamConsumerConnect(cyruntime.cudaEglStreamConnection* conn, cyruntime.EGLStreamKHR eglStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":130 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":131 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamConsumerConnect(conn, eglStream) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":132 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuEGLStreamConsumerConnect(conn, eglStream) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":131 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamConsumerConnect(conn, eglStream) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":133 * if err != cudaSuccess: * return err * err = cydriver._cuEGLStreamConsumerConnect(conn, eglStream) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerConnect(((__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *)__pyx_v_conn), __pyx_v_eglStream); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 133, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":134 * return err * err = cydriver._cuEGLStreamConsumerConnect(conn, eglStream) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEGLStreamConsumerConnectWithFlags(cyruntime.cudaEglStreamConnection* conn, cyruntime.EGLStreamKHR eglStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":127 * return err * * cdef cudaError_t _cudaEGLStreamConsumerConnect(cyruntime.cudaEglStreamConnection* conn, cyruntime.EGLStreamKHR eglStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":136 * return err * * cdef cudaError_t _cudaEGLStreamConsumerConnectWithFlags(cyruntime.cudaEglStreamConnection* conn, cyruntime.EGLStreamKHR eglStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":137 * * cdef cudaError_t _cudaEGLStreamConsumerConnectWithFlags(cyruntime.cudaEglStreamConnection* conn, cyruntime.EGLStreamKHR eglStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":139 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":140 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamConsumerConnectWithFlags(conn, eglStream, flags) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":141 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuEGLStreamConsumerConnectWithFlags(conn, eglStream, flags) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":140 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamConsumerConnectWithFlags(conn, eglStream, flags) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":142 * if err != cudaSuccess: * return err * err = cydriver._cuEGLStreamConsumerConnectWithFlags(conn, eglStream, flags) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerConnectWithFlags(((__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *)__pyx_v_conn), __pyx_v_eglStream, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 142, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":143 * return err * err = cydriver._cuEGLStreamConsumerConnectWithFlags(conn, eglStream, flags) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEGLStreamConsumerDisconnect(cyruntime.cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":136 * return err * * cdef cudaError_t _cudaEGLStreamConsumerConnectWithFlags(cyruntime.cudaEglStreamConnection* conn, cyruntime.EGLStreamKHR eglStream, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":145 * return err * * cdef cudaError_t _cudaEGLStreamConsumerDisconnect(cyruntime.cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerDisconnect(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn) { cudaError_t __pyx_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":146 * * cdef cudaError_t _cudaEGLStreamConsumerDisconnect(cyruntime.cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":148 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":149 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamConsumerDisconnect(conn) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":150 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuEGLStreamConsumerDisconnect(conn) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":149 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamConsumerDisconnect(conn) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":151 * if err != cudaSuccess: * return err * err = cydriver._cuEGLStreamConsumerDisconnect(conn) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerDisconnect(((__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *)__pyx_v_conn)); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 151, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":152 * return err * err = cydriver._cuEGLStreamConsumerDisconnect(conn) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEGLStreamConsumerAcquireFrame(cyruntime.cudaEglStreamConnection* conn, cudaGraphicsResource_t* pCudaResource, cudaStream_t* pStream, unsigned int timeout) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":145 * return err * * cdef cudaError_t _cudaEGLStreamConsumerDisconnect(cyruntime.cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":154 * return err * * cdef cudaError_t _cudaEGLStreamConsumerAcquireFrame(cyruntime.cudaEglStreamConnection* conn, cudaGraphicsResource_t* pCudaResource, cudaStream_t* pStream, unsigned int timeout) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":155 * * cdef cudaError_t _cudaEGLStreamConsumerAcquireFrame(cyruntime.cudaEglStreamConnection* conn, cudaGraphicsResource_t* pCudaResource, cudaStream_t* pStream, unsigned int timeout) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":157 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":158 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamConsumerAcquireFrame(conn, pCudaResource, pStream, timeout) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":159 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuEGLStreamConsumerAcquireFrame(conn, pCudaResource, pStream, timeout) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":158 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamConsumerAcquireFrame(conn, pCudaResource, pStream, timeout) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":160 * if err != cudaSuccess: * return err * err = cydriver._cuEGLStreamConsumerAcquireFrame(conn, pCudaResource, pStream, timeout) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerAcquireFrame(((__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *)__pyx_v_conn), ((CUgraphicsResource *)__pyx_v_pCudaResource), ((CUstream *)__pyx_v_pStream), __pyx_v_timeout); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 160, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":161 * return err * err = cydriver._cuEGLStreamConsumerAcquireFrame(conn, pCudaResource, pStream, timeout) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEGLStreamConsumerReleaseFrame(cyruntime.cudaEglStreamConnection* conn, cudaGraphicsResource_t pCudaResource, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":154 * return err * * cdef cudaError_t _cudaEGLStreamConsumerAcquireFrame(cyruntime.cudaEglStreamConnection* conn, cudaGraphicsResource_t* pCudaResource, cudaStream_t* pStream, unsigned int timeout) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":163 * return err * * cdef cudaError_t _cudaEGLStreamConsumerReleaseFrame(cyruntime.cudaEglStreamConnection* conn, cudaGraphicsResource_t pCudaResource, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamConsumerReleaseFrame(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn, cudaGraphicsResource_t __pyx_v_pCudaResource, cudaStream_t *__pyx_v_pStream) { cudaError_t __pyx_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":164 * * cdef cudaError_t _cudaEGLStreamConsumerReleaseFrame(cyruntime.cudaEglStreamConnection* conn, cudaGraphicsResource_t pCudaResource, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":166 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":167 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamConsumerReleaseFrame(conn, pCudaResource, pStream) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":168 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuEGLStreamConsumerReleaseFrame(conn, pCudaResource, pStream) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":167 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamConsumerReleaseFrame(conn, pCudaResource, pStream) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":169 * if err != cudaSuccess: * return err * err = cydriver._cuEGLStreamConsumerReleaseFrame(conn, pCudaResource, pStream) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerReleaseFrame(((__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *)__pyx_v_conn), ((CUgraphicsResource)__pyx_v_pCudaResource), ((CUstream *)__pyx_v_pStream)); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 169, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":170 * return err * err = cydriver._cuEGLStreamConsumerReleaseFrame(conn, pCudaResource, pStream) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEGLStreamProducerConnect(cyruntime.cudaEglStreamConnection* conn, cyruntime.EGLStreamKHR eglStream, cyruntime.EGLint width, cyruntime.EGLint height) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":163 * return err * * cdef cudaError_t _cudaEGLStreamConsumerReleaseFrame(cyruntime.cudaEglStreamConnection* conn, cudaGraphicsResource_t pCudaResource, cudaStream_t* pStream) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":172 * return err * * cdef cudaError_t _cudaEGLStreamProducerConnect(cyruntime.cudaEglStreamConnection* conn, cyruntime.EGLStreamKHR eglStream, cyruntime.EGLint width, cyruntime.EGLint height) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_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_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":173 * * cdef cudaError_t _cudaEGLStreamProducerConnect(cyruntime.cudaEglStreamConnection* conn, cyruntime.EGLStreamKHR eglStream, cyruntime.EGLint width, cyruntime.EGLint height) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":175 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":176 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamProducerConnect(conn, eglStream, width, height) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":177 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuEGLStreamProducerConnect(conn, eglStream, width, height) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":176 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamProducerConnect(conn, eglStream, width, height) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":178 * if err != cudaSuccess: * return err * err = cydriver._cuEGLStreamProducerConnect(conn, eglStream, width, height) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamProducerConnect(((__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *)__pyx_v_conn), __pyx_v_eglStream, __pyx_v_width, __pyx_v_height); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 178, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":179 * return err * err = cydriver._cuEGLStreamProducerConnect(conn, eglStream, width, height) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEGLStreamProducerDisconnect(cyruntime.cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":172 * return err * * cdef cudaError_t _cudaEGLStreamProducerConnect(cyruntime.cudaEglStreamConnection* conn, cyruntime.EGLStreamKHR eglStream, cyruntime.EGLint width, cyruntime.EGLint height) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":181 * return err * * cdef cudaError_t _cudaEGLStreamProducerDisconnect(cyruntime.cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEGLStreamProducerDisconnect(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglStreamConnection *__pyx_v_conn) { cudaError_t __pyx_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":182 * * cdef cudaError_t _cudaEGLStreamProducerDisconnect(cyruntime.cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":184 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":185 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamProducerDisconnect(conn) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":186 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuEGLStreamProducerDisconnect(conn) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":185 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEGLStreamProducerDisconnect(conn) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":187 * if err != cudaSuccess: * return err * err = cydriver._cuEGLStreamProducerDisconnect(conn) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamProducerDisconnect(((__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *)__pyx_v_conn)); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 187, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":188 * return err * err = cydriver._cuEGLStreamProducerDisconnect(conn) * return err # <<<<<<<<<<<<<< * * cdef cudaError_t _cudaEventCreateFromEGLSync(cudaEvent_t* phEvent, cyruntime.EGLSyncKHR eglSync, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":181 * return err * * cdef cudaError_t _cudaEGLStreamProducerDisconnect(cyruntime.cudaEglStreamConnection* conn) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":190 * return err * * cdef cudaError_t _cudaEventCreateFromEGLSync(cudaEvent_t* phEvent, cyruntime.EGLSyncKHR eglSync, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime__cudaEventCreateFromEGLSync(cudaEvent_t *__pyx_v_phEvent, __pyx_t_4cuda_8bindings_9cyruntime_EGLSyncKHR __pyx_v_eglSync, unsigned int __pyx_v_flags) { cudaError_t __pyx_v_err; cudaError_t __pyx_r; int __pyx_t_1; CUresult __pyx_t_2; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":191 * * cdef cudaError_t _cudaEventCreateFromEGLSync(cudaEvent_t* phEvent, cyruntime.EGLSyncKHR eglSync, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":193 * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_v_err = cudaFree(((void *)0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":194 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEventCreateFromEGLSync(phEvent, eglSync, flags) */ __pyx_t_1 = (__pyx_v_err != cudaSuccess); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":195 * err = cudaFree(0) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * err = cydriver._cuEventCreateFromEGLSync(phEvent, eglSync, flags) * return err */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":194 * # cudaFree(0) is a NOP operations that initializes the context state * err = cudaFree(0) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * err = cydriver._cuEventCreateFromEGLSync(phEvent, eglSync, flags) */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":196 * if err != cudaSuccess: * return err * err = cydriver._cuEventCreateFromEGLSync(phEvent, eglSync, flags) # <<<<<<<<<<<<<< * return err * */ __pyx_t_2 = __pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEventCreateFromEGLSync(((CUevent *)__pyx_v_phEvent), __pyx_v_eglSync, __pyx_v_flags); if (unlikely(__pyx_t_2 == ((enum cudaError_enum)CUDA_ERROR_NOT_FOUND) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 196, __pyx_L1_error) __pyx_v_err = ((cudaError_t)__pyx_t_2); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":197 * return err * err = cydriver._cuEventCreateFromEGLSync(phEvent, eglSync, flags) * return err # <<<<<<<<<<<<<< * * ## utility functions */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":190 * return err * * cdef cudaError_t _cudaEventCreateFromEGLSync(cudaEvent_t* phEvent, cyruntime.EGLSyncKHR eglSync, unsigned int flags) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * # cudaFree(0) is a NOP operations that initializes the context state */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._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/_lib/cyruntime/cyruntime.pxi":201 * ## utility functions * * cdef int case_desc(const cudaChannelFormatDesc* d, int x, int y, int z, int w, int f) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return d[0].x == x and d[0].y == y and d[0].z == z and d[0].w == w and d[0].f == f * */ static int __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(struct cudaChannelFormatDesc const *__pyx_v_d, int __pyx_v_x, int __pyx_v_y, int __pyx_v_z, int __pyx_v_w, int __pyx_v_f) { int __pyx_r; int __pyx_t_1; int __pyx_t_2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":202 * * cdef int case_desc(const cudaChannelFormatDesc* d, int x, int y, int z, int w, int f) except ?cudaErrorCallRequiresNewerDriver nogil: * return d[0].x == x and d[0].y == y and d[0].z == z and d[0].w == w and d[0].f == f # <<<<<<<<<<<<<< * * */ __pyx_t_2 = ((__pyx_v_d[0]).x == __pyx_v_x); if (__pyx_t_2) { } else { __pyx_t_1 = __pyx_t_2; goto __pyx_L3_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).y == __pyx_v_y); if (__pyx_t_2) { } else { __pyx_t_1 = __pyx_t_2; goto __pyx_L3_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).z == __pyx_v_z); if (__pyx_t_2) { } else { __pyx_t_1 = __pyx_t_2; goto __pyx_L3_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).w == __pyx_v_w); if (__pyx_t_2) { } else { __pyx_t_1 = __pyx_t_2; goto __pyx_L3_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).f == __pyx_v_f); __pyx_t_1 = __pyx_t_2; __pyx_L3_bool_binop_done:; __pyx_r = __pyx_t_1; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":201 * ## utility functions * * cdef int case_desc(const cudaChannelFormatDesc* d, int x, int y, int z, int w, int f) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * return d[0].x == x and d[0].y == y and d[0].z == z and d[0].w == w and d[0].f == f * */ /* function exit code */ __pyx_L0:; return __pyx_r; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":205 * * * cdef cudaError_t getDescInfo(const cudaChannelFormatDesc* d, int *numberOfChannels, cydriver.CUarray_format *format) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * # Check validity * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSigned, */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getDescInfo(struct cudaChannelFormatDesc const *__pyx_v_d, int *__pyx_v_numberOfChannels, CUarray_format *__pyx_v_format) { cudaError_t __pyx_r; enum cudaChannelFormatKind __pyx_t_1; int __pyx_t_2; int __pyx_t_3; int __pyx_t_4; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":207 * cdef cudaError_t getDescInfo(const cudaChannelFormatDesc* d, int *numberOfChannels, cydriver.CUarray_format *format) except ?cudaErrorCallRequiresNewerDriver nogil: * # Check validity * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSigned, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * if (d[0].x != 8) and (d[0].x != 16) and (d[0].x != 32): */ __pyx_t_1 = (__pyx_v_d[0]).f; __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindSigned); if (!__pyx_t_3) { } else { __pyx_t_2 = __pyx_t_3; goto __pyx_L4_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":208 * # Check validity * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSigned, * cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * if (d[0].x != 8) and (d[0].x != 16) and (d[0].x != 32): * return cudaErrorInvalidChannelDescriptor */ __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindUnsigned); __pyx_t_2 = __pyx_t_3; __pyx_L4_bool_binop_done:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":207 * cdef cudaError_t getDescInfo(const cudaChannelFormatDesc* d, int *numberOfChannels, cydriver.CUarray_format *format) except ?cudaErrorCallRequiresNewerDriver nogil: * # Check validity * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSigned, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * if (d[0].x != 8) and (d[0].x != 16) and (d[0].x != 32): */ __pyx_t_3 = __pyx_t_2; if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":209 * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSigned, * cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * if (d[0].x != 8) and (d[0].x != 16) and (d[0].x != 32): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindFloat,): */ __pyx_t_2 = ((__pyx_v_d[0]).x != 8); if (__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L7_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).x != 16); if (__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L7_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).x != 32); __pyx_t_3 = __pyx_t_2; __pyx_L7_bool_binop_done:; if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":210 * cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * if (d[0].x != 8) and (d[0].x != 16) and (d[0].x != 32): * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindFloat,): * if (d[0].x != 16) and (d[0].x != 32): */ __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":209 * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSigned, * cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * if (d[0].x != 8) and (d[0].x != 16) and (d[0].x != 32): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindFloat,): */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":207 * cdef cudaError_t getDescInfo(const cudaChannelFormatDesc* d, int *numberOfChannels, cydriver.CUarray_format *format) except ?cudaErrorCallRequiresNewerDriver nogil: * # Check validity * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSigned, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * if (d[0].x != 8) and (d[0].x != 16) and (d[0].x != 32): */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":211 * if (d[0].x != 8) and (d[0].x != 16) and (d[0].x != 32): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindFloat,): # <<<<<<<<<<<<<< * if (d[0].x != 16) and (d[0].x != 32): * return cudaErrorInvalidChannelDescriptor */ __pyx_t_1 = (__pyx_v_d[0]).f; __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindFloat); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":212 * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindFloat,): * if (d[0].x != 16) and (d[0].x != 32): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12,): */ __pyx_t_2 = ((__pyx_v_d[0]).x != 16); if (__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L11_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).x != 32); __pyx_t_3 = __pyx_t_2; __pyx_L11_bool_binop_done:; if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":213 * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindFloat,): * if (d[0].x != 16) and (d[0].x != 32): * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12,): * if (d[0].x != 8) or (d[0].y != 8) or (d[0].z != 8) or (d[0].w != 0): */ __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":212 * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindFloat,): * if (d[0].x != 16) and (d[0].x != 32): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12,): */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":211 * if (d[0].x != 8) and (d[0].x != 16) and (d[0].x != 32): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindFloat,): # <<<<<<<<<<<<<< * if (d[0].x != 16) and (d[0].x != 32): * return cudaErrorInvalidChannelDescriptor */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":214 * if (d[0].x != 16) and (d[0].x != 32): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12,): # <<<<<<<<<<<<<< * if (d[0].x != 8) or (d[0].y != 8) or (d[0].z != 8) or (d[0].w != 0): * return cudaErrorInvalidChannelDescriptor */ __pyx_t_1 = (__pyx_v_d[0]).f; __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindNV12); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":215 * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12,): * if (d[0].x != 8) or (d[0].y != 8) or (d[0].z != 8) or (d[0].w != 0): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1, */ __pyx_t_2 = ((__pyx_v_d[0]).x != 8); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L14_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).y != 8); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L14_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).z != 8); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L14_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).w != 0); __pyx_t_3 = __pyx_t_2; __pyx_L14_bool_binop_done:; if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":216 * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12,): * if (d[0].x != 8) or (d[0].y != 8) or (d[0].z != 8) or (d[0].w != 0): * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2, */ __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":215 * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12,): * if (d[0].x != 8) or (d[0].y != 8) or (d[0].z != 8) or (d[0].w != 0): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1, */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":214 * if (d[0].x != 16) and (d[0].x != 32): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12,): # <<<<<<<<<<<<<< * if (d[0].x != 8) or (d[0].y != 8) or (d[0].z != 8) or (d[0].w != 0): * return cudaErrorInvalidChannelDescriptor */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":217 * if (d[0].x != 8) or (d[0].y != 8) or (d[0].z != 8) or (d[0].w != 0): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4, */ __pyx_t_1 = (__pyx_v_d[0]).f; __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindSignedNormalized8X1); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L18_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":218 * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X1, */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindSignedNormalized8X2); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L18_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":217 * if (d[0].x != 8) or (d[0].y != 8) or (d[0].z != 8) or (d[0].w != 0): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4, */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindSignedNormalized8X4); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L18_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":220 * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X2, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X4,): */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedNormalized8X1); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L18_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":217 * if (d[0].x != 8) or (d[0].y != 8) or (d[0].z != 8) or (d[0].w != 0): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4, */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedNormalized8X2); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L18_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":222 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X1, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X2, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X4,): # <<<<<<<<<<<<<< * if (d[0].x != 8): * return cudaErrorInvalidChannelDescriptor */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedNormalized8X4); __pyx_t_3 = __pyx_t_2; __pyx_L18_bool_binop_done:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":217 * if (d[0].x != 8) or (d[0].y != 8) or (d[0].z != 8) or (d[0].w != 0): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4, */ __pyx_t_2 = __pyx_t_3; if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":223 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X2, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X4,): * if (d[0].x != 8): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1, */ __pyx_t_2 = ((__pyx_v_d[0]).x != 8); if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":224 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X4,): * if (d[0].x != 8): * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2, */ __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":223 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X2, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X4,): * if (d[0].x != 8): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1, */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":217 * if (d[0].x != 8) or (d[0].y != 8) or (d[0].z != 8) or (d[0].w != 0): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4, */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":225 * if (d[0].x != 8): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4, */ __pyx_t_1 = (__pyx_v_d[0]).f; __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindSignedNormalized16X1); if (!__pyx_t_3) { } else { __pyx_t_2 = __pyx_t_3; goto __pyx_L25_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":226 * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X1, */ __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindSignedNormalized16X2); if (!__pyx_t_3) { } else { __pyx_t_2 = __pyx_t_3; goto __pyx_L25_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":225 * if (d[0].x != 8): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4, */ __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindSignedNormalized16X4); if (!__pyx_t_3) { } else { __pyx_t_2 = __pyx_t_3; goto __pyx_L25_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":228 * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X2, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X4,): */ __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindUnsignedNormalized16X1); if (!__pyx_t_3) { } else { __pyx_t_2 = __pyx_t_3; goto __pyx_L25_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":225 * if (d[0].x != 8): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4, */ __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindUnsignedNormalized16X2); if (!__pyx_t_3) { } else { __pyx_t_2 = __pyx_t_3; goto __pyx_L25_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":230 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X1, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X2, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X4,): # <<<<<<<<<<<<<< * if (d[0].x != 16): * return cudaErrorInvalidChannelDescriptor */ __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindUnsignedNormalized16X4); __pyx_t_2 = __pyx_t_3; __pyx_L25_bool_binop_done:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":225 * if (d[0].x != 8): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4, */ __pyx_t_3 = __pyx_t_2; if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":231 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X2, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X4,): * if (d[0].x != 16): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1, */ __pyx_t_3 = ((__pyx_v_d[0]).x != 16); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":232 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X4,): * if (d[0].x != 16): * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB, */ __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":231 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X2, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X4,): * if (d[0].x != 16): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1, */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":225 * if (d[0].x != 8): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2, * cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4, */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":233 * if (d[0].x != 16): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2, */ __pyx_t_1 = (__pyx_v_d[0]).f; __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedBlockCompressed1); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L32_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":234 * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB, */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedBlockCompressed1SRGB); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L32_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":233 * if (d[0].x != 16): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2, */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedBlockCompressed2); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L32_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":236 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB, */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedBlockCompressed2SRGB); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L32_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":233 * if (d[0].x != 16): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2, */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedBlockCompressed3); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L32_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":238 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4, */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedBlockCompressed3SRGB); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L32_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":233 * if (d[0].x != 16): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2, */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedBlockCompressed4); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L32_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":240 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5, */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindSignedBlockCompressed4); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L32_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":233 * if (d[0].x != 16): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2, */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedBlockCompressed5); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L32_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":242 * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB,): */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindSignedBlockCompressed5); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L32_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":233 * if (d[0].x != 16): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2, */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedBlockCompressed7); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L32_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":244 * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB,): # <<<<<<<<<<<<<< * if (d[0].x != 8): * return cudaErrorInvalidChannelDescriptor */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedBlockCompressed7SRGB); __pyx_t_3 = __pyx_t_2; __pyx_L32_bool_binop_done:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":233 * if (d[0].x != 16): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2, */ __pyx_t_2 = __pyx_t_3; if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":245 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB,): * if (d[0].x != 8): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, */ __pyx_t_2 = ((__pyx_v_d[0]).x != 8); if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":246 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB,): * if (d[0].x != 8): * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): */ __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":245 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB,): * if (d[0].x != 8): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":233 * if (d[0].x != 16): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2, */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":247 * if (d[0].x != 8): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): * if (d[0].x != 16) or (d[0].y != 16) or (d[0].z != 16) or (d[0].w != 0): */ __pyx_t_1 = (__pyx_v_d[0]).f; __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindUnsignedBlockCompressed6H); if (!__pyx_t_3) { } else { __pyx_t_2 = __pyx_t_3; goto __pyx_L45_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":248 * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): # <<<<<<<<<<<<<< * if (d[0].x != 16) or (d[0].y != 16) or (d[0].z != 16) or (d[0].w != 0): * return cudaErrorInvalidChannelDescriptor */ __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindSignedBlockCompressed6H); __pyx_t_2 = __pyx_t_3; __pyx_L45_bool_binop_done:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":247 * if (d[0].x != 8): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): * if (d[0].x != 16) or (d[0].y != 16) or (d[0].z != 16) or (d[0].w != 0): */ __pyx_t_3 = __pyx_t_2; if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":249 * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): * if (d[0].x != 16) or (d[0].y != 16) or (d[0].z != 16) or (d[0].w != 0): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102,): */ __pyx_t_2 = ((__pyx_v_d[0]).x != 16); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L48_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).y != 16); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L48_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).z != 16); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L48_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).w != 0); __pyx_t_3 = __pyx_t_2; __pyx_L48_bool_binop_done:; if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":250 * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): * if (d[0].x != 16) or (d[0].y != 16) or (d[0].z != 16) or (d[0].w != 0): * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102,): * if (d[0].x != 10) or (d[0].y != 10) or (d[0].z != 10) or (d[0].w != 2): */ __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":249 * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): * if (d[0].x != 16) or (d[0].y != 16) or (d[0].z != 16) or (d[0].w != 0): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102,): */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":247 * if (d[0].x != 8): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): * if (d[0].x != 16) or (d[0].y != 16) or (d[0].z != 16) or (d[0].w != 0): */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":251 * if (d[0].x != 16) or (d[0].y != 16) or (d[0].z != 16) or (d[0].w != 0): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102,): # <<<<<<<<<<<<<< * if (d[0].x != 10) or (d[0].y != 10) or (d[0].z != 10) or (d[0].w != 2): * return cudaErrorInvalidChannelDescriptor */ __pyx_t_1 = (__pyx_v_d[0]).f; __pyx_t_3 = (__pyx_t_1 == cudaChannelFormatKindUnsignedNormalized1010102); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":252 * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102,): * if (d[0].x != 10) or (d[0].y != 10) or (d[0].z != 10) or (d[0].w != 2): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * else: */ __pyx_t_2 = ((__pyx_v_d[0]).x != 10); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L53_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).y != 10); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L53_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).z != 10); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L53_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).w != 2); __pyx_t_3 = __pyx_t_2; __pyx_L53_bool_binop_done:; if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":253 * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102,): * if (d[0].x != 10) or (d[0].y != 10) or (d[0].z != 10) or (d[0].w != 2): * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * else: * return cudaErrorInvalidChannelDescriptor */ __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":252 * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102,): * if (d[0].x != 10) or (d[0].y != 10) or (d[0].z != 10) or (d[0].w != 2): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * else: */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":251 * if (d[0].x != 16) or (d[0].y != 16) or (d[0].z != 16) or (d[0].w != 0): * return cudaErrorInvalidChannelDescriptor * elif d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102,): # <<<<<<<<<<<<<< * if (d[0].x != 10) or (d[0].y != 10) or (d[0].z != 10) or (d[0].w != 2): * return cudaErrorInvalidChannelDescriptor */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":255 * return cudaErrorInvalidChannelDescriptor * else: * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * * # If Y is non-zero, it must match X */ /*else*/ { __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; } __pyx_L3:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":260 * # If Z is non-zero, it must match Y * # If W is non-zero, it must match Z * if (((d[0].y != 0) and (d[0].y != d[0].x)) or # <<<<<<<<<<<<<< * ((d[0].z != 0) and (d[0].z != d[0].y)) or * ((d[0].w != 0) and (d[0].w != d[0].z))): */ __pyx_t_2 = ((__pyx_v_d[0]).y != 0); if (!__pyx_t_2) { goto __pyx_L59_next_or; } else { } __pyx_t_2 = ((__pyx_v_d[0]).y != (__pyx_v_d[0]).x); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L58_bool_binop_done; } __pyx_L59_next_or:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":261 * # If W is non-zero, it must match Z * if (((d[0].y != 0) and (d[0].y != d[0].x)) or * ((d[0].z != 0) and (d[0].z != d[0].y)) or # <<<<<<<<<<<<<< * ((d[0].w != 0) and (d[0].w != d[0].z))): * if d[0].f != cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102: */ __pyx_t_2 = ((__pyx_v_d[0]).z != 0); if (!__pyx_t_2) { goto __pyx_L61_next_or; } else { } __pyx_t_2 = ((__pyx_v_d[0]).z != (__pyx_v_d[0]).y); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L58_bool_binop_done; } __pyx_L61_next_or:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":262 * if (((d[0].y != 0) and (d[0].y != d[0].x)) or * ((d[0].z != 0) and (d[0].z != d[0].y)) or * ((d[0].w != 0) and (d[0].w != d[0].z))): # <<<<<<<<<<<<<< * if d[0].f != cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102: * return cudaErrorInvalidChannelDescriptor */ __pyx_t_2 = ((__pyx_v_d[0]).w != 0); if (__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L58_bool_binop_done; } __pyx_t_2 = ((__pyx_v_d[0]).w != (__pyx_v_d[0]).z); __pyx_t_3 = __pyx_t_2; __pyx_L58_bool_binop_done:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":260 * # If Z is non-zero, it must match Y * # If W is non-zero, it must match Z * if (((d[0].y != 0) and (d[0].y != d[0].x)) or # <<<<<<<<<<<<<< * ((d[0].z != 0) and (d[0].z != d[0].y)) or * ((d[0].w != 0) and (d[0].w != d[0].z))): */ if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":263 * ((d[0].z != 0) and (d[0].z != d[0].y)) or * ((d[0].w != 0) and (d[0].w != d[0].z))): * if d[0].f != cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102: # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * if case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ __pyx_t_3 = ((__pyx_v_d[0]).f != cudaChannelFormatKindUnsignedNormalized1010102); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":264 * ((d[0].w != 0) and (d[0].w != d[0].z))): * if d[0].f != cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102: * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * if case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 1 */ __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":263 * ((d[0].z != 0) and (d[0].z != d[0].y)) or * ((d[0].w != 0) and (d[0].w != d[0].z))): * if d[0].f != cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102: # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * if case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":260 * # If Z is non-zero, it must match Y * # If W is non-zero, it must match Z * if (((d[0].y != 0) and (d[0].y != d[0].x)) or # <<<<<<<<<<<<<< * ((d[0].z != 0) and (d[0].z != d[0].y)) or * ((d[0].w != 0) and (d[0].w != d[0].z))): */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":265 * if d[0].f != cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102: * return cudaErrorInvalidChannelDescriptor * if case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 0, 0, 0, cudaChannelFormatKindSigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 265, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":266 * return cudaErrorInvalidChannelDescriptor * if case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 1 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ (__pyx_v_numberOfChannels[0]) = 1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":267 * if case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 2 */ (__pyx_v_format[0]) = CU_AD_FORMAT_SIGNED_INT8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":265 * if d[0].f != cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102: * return cudaErrorInvalidChannelDescriptor * if case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":268 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 0, 0, cudaChannelFormatKindSigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 268, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":269 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 2 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ (__pyx_v_numberOfChannels[0]) = 2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":270 * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 3 */ (__pyx_v_format[0]) = CU_AD_FORMAT_SIGNED_INT8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":268 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":271 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 0, cudaChannelFormatKindSigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 271, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":272 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 3 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ (__pyx_v_numberOfChannels[0]) = 3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":273 * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_SIGNED_INT8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":271 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":274 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 8, cudaChannelFormatKindSigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 274, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":275 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":276 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 # <<<<<<<<<<<<<< * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 1 */ (__pyx_v_format[0]) = CU_AD_FORMAT_SIGNED_INT8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":274 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":277 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 0, 0, 0, cudaChannelFormatKindUnsigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 277, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":278 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 1 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): */ (__pyx_v_numberOfChannels[0]) = 1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":279 * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 2 */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNSIGNED_INT8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":277 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT8 * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":280 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 0, 0, cudaChannelFormatKindUnsigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 280, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":281 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 2 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): */ (__pyx_v_numberOfChannels[0]) = 2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":282 * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 3 */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNSIGNED_INT8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":280 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":283 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 0, cudaChannelFormatKindUnsigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 283, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":284 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 3 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): */ (__pyx_v_numberOfChannels[0]) = 3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":285 * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNSIGNED_INT8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":283 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":286 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 8, cudaChannelFormatKindUnsigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 286, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":287 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":288 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 # <<<<<<<<<<<<<< * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 1 */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNSIGNED_INT8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":286 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":289 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 0, 0, 0, cudaChannelFormatKindSigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 289, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":290 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 1 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ (__pyx_v_numberOfChannels[0]) = 1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":291 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 # <<<<<<<<<<<<<< * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 2 */ (__pyx_v_format[0]) = CU_AD_FORMAT_SIGNED_INT16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":289 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT8 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":292 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 16, 0, 0, cudaChannelFormatKindSigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 292, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":293 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 2 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ (__pyx_v_numberOfChannels[0]) = 2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":294 * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 # <<<<<<<<<<<<<< * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 3 */ (__pyx_v_format[0]) = CU_AD_FORMAT_SIGNED_INT16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":292 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":295 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 16, 16, 0, cudaChannelFormatKindSigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 295, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":296 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 3 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ (__pyx_v_numberOfChannels[0]) = 3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":297 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 # <<<<<<<<<<<<<< * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_SIGNED_INT16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":295 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":298 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 16, 16, 16, cudaChannelFormatKindSigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 298, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":299 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":300 * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 # <<<<<<<<<<<<<< * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 1 */ (__pyx_v_format[0]) = CU_AD_FORMAT_SIGNED_INT16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":298 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":301 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 0, 0, 0, cudaChannelFormatKindUnsigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 301, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":302 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 1 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): */ (__pyx_v_numberOfChannels[0]) = 1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":303 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 # <<<<<<<<<<<<<< * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 2 */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNSIGNED_INT16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":301 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT16 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":304 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 16, 0, 0, cudaChannelFormatKindUnsigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 304, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":305 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 2 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): */ (__pyx_v_numberOfChannels[0]) = 2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":306 * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 # <<<<<<<<<<<<<< * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 3 */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNSIGNED_INT16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":304 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":307 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 16, 16, 0, cudaChannelFormatKindUnsigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 307, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":308 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 3 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): */ (__pyx_v_numberOfChannels[0]) = 3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":309 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 # <<<<<<<<<<<<<< * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNSIGNED_INT16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":307 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":310 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 16, 16, 16, cudaChannelFormatKindUnsigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 310, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":311 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":312 * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 # <<<<<<<<<<<<<< * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 1 */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNSIGNED_INT16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":310 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":313 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 32, 0, 0, 0, cudaChannelFormatKindSigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 313, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":314 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 1 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ (__pyx_v_numberOfChannels[0]) = 1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":315 * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 # <<<<<<<<<<<<<< * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 2 */ (__pyx_v_format[0]) = CU_AD_FORMAT_SIGNED_INT32; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":313 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT16 * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":316 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 32, 32, 0, 0, cudaChannelFormatKindSigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 316, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":317 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 2 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ (__pyx_v_numberOfChannels[0]) = 2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":318 * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 # <<<<<<<<<<<<<< * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 3 */ (__pyx_v_format[0]) = CU_AD_FORMAT_SIGNED_INT32; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":316 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":319 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 32, 32, 32, 0, cudaChannelFormatKindSigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 319, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":320 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 3 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindSigned): */ (__pyx_v_numberOfChannels[0]) = 3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":321 * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 # <<<<<<<<<<<<<< * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_SIGNED_INT32; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":319 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":322 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 32, 32, 32, 32, cudaChannelFormatKindSigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 322, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":323 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":324 * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindSigned): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 # <<<<<<<<<<<<<< * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 1 */ (__pyx_v_format[0]) = CU_AD_FORMAT_SIGNED_INT32; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":322 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindSigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":325 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 32, 0, 0, 0, cudaChannelFormatKindUnsigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 325, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":326 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 1 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): */ (__pyx_v_numberOfChannels[0]) = 1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":327 * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 # <<<<<<<<<<<<<< * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 2 */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNSIGNED_INT32; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":325 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_SIGNED_INT32 * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":328 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 32, 32, 0, 0, cudaChannelFormatKindUnsigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 328, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":329 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 2 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): */ (__pyx_v_numberOfChannels[0]) = 2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":330 * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 # <<<<<<<<<<<<<< * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 3 */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNSIGNED_INT32; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":328 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":331 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 32, 32, 32, 0, cudaChannelFormatKindUnsigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 331, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":332 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 3 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): */ (__pyx_v_numberOfChannels[0]) = 3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":333 * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 # <<<<<<<<<<<<<< * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNSIGNED_INT32; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":331 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":334 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 32, 32, 32, 32, cudaChannelFormatKindUnsigned); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 334, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":335 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":336 * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 # <<<<<<<<<<<<<< * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 1 */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNSIGNED_INT32; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":334 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindUnsigned): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":337 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 0, 0, 0, cudaChannelFormatKindFloat); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 337, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":338 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 1 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): */ (__pyx_v_numberOfChannels[0]) = 1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":339 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF # <<<<<<<<<<<<<< * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 2 */ (__pyx_v_format[0]) = CU_AD_FORMAT_HALF; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":337 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNSIGNED_INT32 * elif case_desc(d, 16, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":340 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 16, 0, 0, cudaChannelFormatKindFloat); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 340, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":341 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 2 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): */ (__pyx_v_numberOfChannels[0]) = 2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":342 * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF # <<<<<<<<<<<<<< * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 3 */ (__pyx_v_format[0]) = CU_AD_FORMAT_HALF; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":340 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 16, 16, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":343 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 16, 16, 0, cudaChannelFormatKindFloat); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 343, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":344 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 3 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindFloat): */ (__pyx_v_numberOfChannels[0]) = 3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":345 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF # <<<<<<<<<<<<<< * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_HALF; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":343 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":346 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 16, 16, 16, cudaChannelFormatKindFloat); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 346, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":347 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":348 * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF # <<<<<<<<<<<<<< * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 1 */ (__pyx_v_format[0]) = CU_AD_FORMAT_HALF; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":346 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 16, 16, 16, 16, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":349 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 32, 0, 0, 0, cudaChannelFormatKindFloat); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 349, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":350 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 1 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): */ (__pyx_v_numberOfChannels[0]) = 1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":351 * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT # <<<<<<<<<<<<<< * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 2 */ (__pyx_v_format[0]) = CU_AD_FORMAT_FLOAT; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":349 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_HALF * elif case_desc(d, 32, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":352 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 32, 32, 0, 0, cudaChannelFormatKindFloat); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 352, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":353 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 2 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): */ (__pyx_v_numberOfChannels[0]) = 2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":354 * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT # <<<<<<<<<<<<<< * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 3 */ (__pyx_v_format[0]) = CU_AD_FORMAT_FLOAT; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":352 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 32, 32, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":355 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 32, 32, 32, 0, cudaChannelFormatKindFloat); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 355, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":356 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 3 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindFloat): */ (__pyx_v_numberOfChannels[0]) = 3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":357 * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT # <<<<<<<<<<<<<< * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_FLOAT; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":355 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 32, 32, 32, 0, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":358 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 32, 32, 32, 32, cudaChannelFormatKindFloat); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 358, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":359 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindNV12): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":360 * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindFloat): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindNV12): * numberOfChannels[0] = 3 */ (__pyx_v_format[0]) = CU_AD_FORMAT_FLOAT; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":358 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 32, 32, 32, 32, cudaChannelFormatKind.cudaChannelFormatKindFloat): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":361 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindNV12): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_NV12 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 0, cudaChannelFormatKindNV12); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 361, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":362 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindNV12): * numberOfChannels[0] = 3 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_NV12 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1): */ (__pyx_v_numberOfChannels[0]) = 3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":363 * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindNV12): * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_NV12 # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_NV12; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":361 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_FLOAT * elif case_desc(d, 8, 8, 8, 0, cudaChannelFormatKind.cudaChannelFormatKindNV12): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_NV12 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":364 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_NV12 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 8, cudaChannelFormatKindUnsignedBlockCompressed1); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 364, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":365 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_NV12 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":366 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC1_UNORM; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":364 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_NV12 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":367 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM_SRGB */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 8, cudaChannelFormatKindUnsignedBlockCompressed1SRGB); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 367, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":368 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM_SRGB * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":369 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM_SRGB # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC1_UNORM_SRGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":367 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM_SRGB */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":370 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM_SRGB * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 8, cudaChannelFormatKindUnsignedBlockCompressed2); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 370, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":371 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM_SRGB * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":372 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC2_UNORM; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":370 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC1_UNORM_SRGB * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":373 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM_SRGB */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 8, cudaChannelFormatKindUnsignedBlockCompressed2SRGB); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 373, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":374 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM_SRGB * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":375 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM_SRGB # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC2_UNORM_SRGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":373 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM_SRGB */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":376 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM_SRGB * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 8, cudaChannelFormatKindUnsignedBlockCompressed3); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 376, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":377 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM_SRGB * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":378 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC3_UNORM; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":376 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC2_UNORM_SRGB * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":379 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM_SRGB */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 8, cudaChannelFormatKindUnsignedBlockCompressed3SRGB); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 379, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":380 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM_SRGB * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":381 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM_SRGB # <<<<<<<<<<<<<< * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4): * numberOfChannels[0] = 1 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC3_UNORM_SRGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":379 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM_SRGB */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":382 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM_SRGB * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_UNORM */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 0, 0, 0, cudaChannelFormatKindUnsignedBlockCompressed4); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 382, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":383 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM_SRGB * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4): * numberOfChannels[0] = 1 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_UNORM * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4): */ (__pyx_v_numberOfChannels[0]) = 1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":384 * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4): * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_UNORM # <<<<<<<<<<<<<< * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4): * numberOfChannels[0] = 1 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC4_UNORM; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":382 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC3_UNORM_SRGB * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_UNORM */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":385 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_UNORM * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_SNORM */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 0, 0, 0, cudaChannelFormatKindSignedBlockCompressed4); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 385, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":386 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_UNORM * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4): * numberOfChannels[0] = 1 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_SNORM * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5): */ (__pyx_v_numberOfChannels[0]) = 1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":387 * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4): * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_SNORM # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5): * numberOfChannels[0] = 2 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC4_SNORM; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":385 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_UNORM * elif case_desc(d, 8, 0, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4): # <<<<<<<<<<<<<< * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_SNORM */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":388 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_SNORM * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_UNORM */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 0, 0, cudaChannelFormatKindUnsignedBlockCompressed5); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 388, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":389 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_SNORM * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5): * numberOfChannels[0] = 2 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_UNORM * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5): */ (__pyx_v_numberOfChannels[0]) = 2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":390 * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5): * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_UNORM # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5): * numberOfChannels[0] = 2 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC5_UNORM; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":388 * numberOfChannels[0] = 1 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC4_SNORM * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_UNORM */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":391 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_UNORM * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_SNORM */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 0, 0, cudaChannelFormatKindSignedBlockCompressed5); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 391, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":392 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_UNORM * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5): * numberOfChannels[0] = 2 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_SNORM * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H): */ (__pyx_v_numberOfChannels[0]) = 2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":393 * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5): * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_SNORM # <<<<<<<<<<<<<< * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H): * numberOfChannels[0] = 3 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC5_SNORM; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":391 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_UNORM * elif case_desc(d, 8, 8, 0, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5): # <<<<<<<<<<<<<< * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_SNORM */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":394 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_SNORM * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_UF16 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 16, 16, 0, cudaChannelFormatKindUnsignedBlockCompressed6H); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 394, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":395 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_SNORM * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H): * numberOfChannels[0] = 3 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_UF16 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H): */ (__pyx_v_numberOfChannels[0]) = 3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":396 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H): * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_UF16 # <<<<<<<<<<<<<< * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H): * numberOfChannels[0] = 3 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC6H_UF16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":394 * numberOfChannels[0] = 2 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC5_SNORM * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_UF16 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":397 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_UF16 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_SF16 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 16, 16, 16, 0, cudaChannelFormatKindSignedBlockCompressed6H); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 397, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":398 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_UF16 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H): * numberOfChannels[0] = 3 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_SF16 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7): */ (__pyx_v_numberOfChannels[0]) = 3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":399 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H): * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_SF16 # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC6H_SF16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":397 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_UF16 * elif case_desc(d, 16, 16, 16, 0, cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H): # <<<<<<<<<<<<<< * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_SF16 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":400 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_SF16 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 8, cudaChannelFormatKindUnsignedBlockCompressed7); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 400, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":401 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_SF16 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":402 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM # <<<<<<<<<<<<<< * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC7_UNORM; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":400 * numberOfChannels[0] = 3 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC6H_SF16 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":403 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM_SRGB */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 8, 8, 8, 8, cudaChannelFormatKindUnsignedBlockCompressed7SRGB); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 403, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":404 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM_SRGB * elif case_desc(d, 10, 10, 10, 2, cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102): */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":405 * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM_SRGB # <<<<<<<<<<<<<< * elif case_desc(d, 10, 10, 10, 2, cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102): * numberOfChannels[0] = 4 */ (__pyx_v_format[0]) = CU_AD_FORMAT_BC7_UNORM_SRGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":403 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM * elif case_desc(d, 8, 8, 8, 8, cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM_SRGB */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":406 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM_SRGB * elif case_desc(d, 10, 10, 10, 2, cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNORM_INT_101010_2 */ __pyx_t_4 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_case_desc(__pyx_v_d, 10, 10, 10, 2, cudaChannelFormatKindUnsignedNormalized1010102); if (unlikely(__pyx_t_4 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 406, __pyx_L1_error) __pyx_t_3 = (__pyx_t_4 != 0); if (__pyx_t_3) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":407 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM_SRGB * elif case_desc(d, 10, 10, 10, 2, cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102): * numberOfChannels[0] = 4 # <<<<<<<<<<<<<< * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNORM_INT_101010_2 * else: */ (__pyx_v_numberOfChannels[0]) = 4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":408 * elif case_desc(d, 10, 10, 10, 2, cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102): * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNORM_INT_101010_2 # <<<<<<<<<<<<<< * else: * return cudaErrorInvalidChannelDescriptor */ (__pyx_v_format[0]) = CU_AD_FORMAT_UNORM_INT_101010_2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":406 * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_BC7_UNORM_SRGB * elif case_desc(d, 10, 10, 10, 2, cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102): # <<<<<<<<<<<<<< * numberOfChannels[0] = 4 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNORM_INT_101010_2 */ goto __pyx_L65; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":410 * format[0] = cydriver.CUarray_format_enum.CU_AD_FORMAT_UNORM_INT_101010_2 * else: * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12, */ /*else*/ { __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; } __pyx_L65:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":412 * return cudaErrorInvalidChannelDescriptor * * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): */ __pyx_t_1 = (__pyx_v_d[0]).f; __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindNV12); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L67_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":413 * * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12, * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): * if numberOfChannels[0] != 3: */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindUnsignedBlockCompressed6H); if (!__pyx_t_2) { } else { __pyx_t_3 = __pyx_t_2; goto __pyx_L67_bool_binop_done; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":412 * return cudaErrorInvalidChannelDescriptor * * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): */ __pyx_t_2 = (__pyx_t_1 == cudaChannelFormatKindSignedBlockCompressed6H); __pyx_t_3 = __pyx_t_2; __pyx_L67_bool_binop_done:; __pyx_t_2 = __pyx_t_3; if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":415 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): * if numberOfChannels[0] != 3: # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * else: */ __pyx_t_2 = ((__pyx_v_numberOfChannels[0]) != 3); if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":416 * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): * if numberOfChannels[0] != 3: * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * else: * if (numberOfChannels[0] != 1) and (numberOfChannels[0] != 2) and (numberOfChannels[0] != 4): */ __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":415 * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): * if numberOfChannels[0] != 3: # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * else: */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":412 * return cudaErrorInvalidChannelDescriptor * * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindNV12, # <<<<<<<<<<<<<< * cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H, * cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H,): */ goto __pyx_L66; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":418 * return cudaErrorInvalidChannelDescriptor * else: * if (numberOfChannels[0] != 1) and (numberOfChannels[0] != 2) and (numberOfChannels[0] != 4): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * return cudaSuccess */ /*else*/ { __pyx_t_3 = ((__pyx_v_numberOfChannels[0]) != 1); if (__pyx_t_3) { } else { __pyx_t_2 = __pyx_t_3; goto __pyx_L72_bool_binop_done; } __pyx_t_3 = ((__pyx_v_numberOfChannels[0]) != 2); if (__pyx_t_3) { } else { __pyx_t_2 = __pyx_t_3; goto __pyx_L72_bool_binop_done; } __pyx_t_3 = ((__pyx_v_numberOfChannels[0]) != 4); __pyx_t_2 = __pyx_t_3; __pyx_L72_bool_binop_done:; if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":419 * else: * if (numberOfChannels[0] != 1) and (numberOfChannels[0] != 2) and (numberOfChannels[0] != 4): * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * return cudaSuccess * */ __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":418 * return cudaErrorInvalidChannelDescriptor * else: * if (numberOfChannels[0] != 1) and (numberOfChannels[0] != 2) and (numberOfChannels[0] != 4): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * return cudaSuccess */ } } __pyx_L66:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":420 * if (numberOfChannels[0] != 1) and (numberOfChannels[0] != 2) and (numberOfChannels[0] != 4): * return cudaErrorInvalidChannelDescriptor * return cudaSuccess # <<<<<<<<<<<<<< * * cdef cudaError_t getChannelFormatDescFromDriverDesc(cudaChannelFormatDesc* pRuntimeDesc, size_t* pDepth, size_t* pHeight, size_t* pWidth, const cydriver.CUDA_ARRAY3D_DESCRIPTOR_v2* pDriverDesc) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaSuccess; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":205 * * * cdef cudaError_t getDescInfo(const cudaChannelFormatDesc* d, int *numberOfChannels, cydriver.CUarray_format *format) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * # Check validity * if d[0].f in (cudaChannelFormatKind.cudaChannelFormatKindSigned, */ /* function exit code */ __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._bindings.cyruntime.getDescInfo", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":422 * return cudaSuccess * * cdef cudaError_t getChannelFormatDescFromDriverDesc(cudaChannelFormatDesc* pRuntimeDesc, size_t* pDepth, size_t* pHeight, size_t* pWidth, const cydriver.CUDA_ARRAY3D_DESCRIPTOR_v2* pDriverDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef int channel_size = 0 * if pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT8: */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getChannelFormatDescFromDriverDesc(struct cudaChannelFormatDesc *__pyx_v_pRuntimeDesc, size_t *__pyx_v_pDepth, size_t *__pyx_v_pHeight, size_t *__pyx_v_pWidth, CUDA_ARRAY3D_DESCRIPTOR_v2 const *__pyx_v_pDriverDesc) { int __pyx_v_channel_size; cudaError_t __pyx_r; int __pyx_t_1; int __pyx_t_2; unsigned int __pyx_t_3; size_t __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":423 * * cdef cudaError_t getChannelFormatDescFromDriverDesc(cudaChannelFormatDesc* pRuntimeDesc, size_t* pDepth, size_t* pHeight, size_t* pWidth, const cydriver.CUDA_ARRAY3D_DESCRIPTOR_v2* pDriverDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef int channel_size = 0 # <<<<<<<<<<<<<< * if pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT8: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned */ __pyx_v_channel_size = 0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":424 * cdef cudaError_t getChannelFormatDescFromDriverDesc(cudaChannelFormatDesc* pRuntimeDesc, size_t* pDepth, size_t* pHeight, size_t* pWidth, const cydriver.CUDA_ARRAY3D_DESCRIPTOR_v2* pDriverDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef int channel_size = 0 * if pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT8: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_UNSIGNED_INT8); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":425 * cdef int channel_size = 0 * if pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT8: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT16: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsigned; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":426 * if pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT8: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT16: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":424 * cdef cudaError_t getChannelFormatDescFromDriverDesc(cudaChannelFormatDesc* pRuntimeDesc, size_t* pDepth, size_t* pHeight, size_t* pWidth, const cydriver.CUDA_ARRAY3D_DESCRIPTOR_v2* pDriverDesc) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef int channel_size = 0 * if pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT8: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":427 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT16: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 16 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_UNSIGNED_INT16); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":428 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT16: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned # <<<<<<<<<<<<<< * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT32: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsigned; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":429 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT16: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 16 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT32: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned */ __pyx_v_channel_size = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":427 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT16: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 16 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":430 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT32: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 32 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_UNSIGNED_INT32); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":431 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT32: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned # <<<<<<<<<<<<<< * channel_size = 32 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT8: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsigned; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":432 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT32: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 32 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT8: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned */ __pyx_v_channel_size = 32; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":430 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT32: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 32 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":433 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 32 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT8: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_SIGNED_INT8); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":434 * channel_size = 32 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT8: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT16: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindSigned; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":435 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT8: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT16: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":433 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsigned * channel_size = 32 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT8: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":436 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT16: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 16 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_SIGNED_INT16); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":437 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT16: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned # <<<<<<<<<<<<<< * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT32: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindSigned; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":438 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT16: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 16 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT32: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned */ __pyx_v_channel_size = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":436 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT16: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 16 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":439 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT32: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 32 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_SIGNED_INT32); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":440 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT32: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned # <<<<<<<<<<<<<< * channel_size = 32 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_HALF: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindSigned; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":441 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT32: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 32 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_HALF: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat */ __pyx_v_channel_size = 32; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":439 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SIGNED_INT32: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 32 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":442 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 32 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_HALF: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat * channel_size = 16 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_HALF); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":443 * channel_size = 32 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_HALF: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat # <<<<<<<<<<<<<< * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_FLOAT: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindFloat; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":444 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_HALF: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat * channel_size = 16 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_FLOAT: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat */ __pyx_v_channel_size = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":442 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSigned * channel_size = 32 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_HALF: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat * channel_size = 16 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":445 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_FLOAT: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat * channel_size = 32 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_FLOAT); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":446 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_FLOAT: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat # <<<<<<<<<<<<<< * channel_size = 32 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_NV12: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindFloat; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":447 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_FLOAT: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat * channel_size = 32 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_NV12: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindNV12 */ __pyx_v_channel_size = 32; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":445 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_FLOAT: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat * channel_size = 32 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":448 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat * channel_size = 32 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_NV12: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindNV12 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_NV12); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":449 * channel_size = 32 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_NV12: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindNV12 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X1: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindNV12; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":450 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_NV12: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindNV12 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X1: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X1 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":448 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindFloat * channel_size = 32 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_NV12: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindNV12 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":451 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindNV12 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X1: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X1 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_UNORM_INT8X1); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":452 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X1: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X1 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X2: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedNormalized8X1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":453 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X1: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X1 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X2 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":451 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindNV12 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X1: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X1 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":454 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X1 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X2: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X2 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_UNORM_INT8X2); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":455 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X2 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X4: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedNormalized8X2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":456 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X2 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X4: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X4 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":454 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X1 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X2: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X2 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":457 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X2 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X4: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X4 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_UNORM_INT8X4); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":458 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X4: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X4 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X1: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedNormalized8X4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":459 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X4: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X4 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X1: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":457 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X2 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT8X4: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X4 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":460 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X4 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X1: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_SNORM_INT8X1); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":461 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X1: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X2: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindSignedNormalized8X1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":462 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X1: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":460 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized8X4 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X1: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":463 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X2: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_SNORM_INT8X2); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":464 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X4: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindSignedNormalized8X2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":465 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X4: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":463 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X1 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X2: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":466 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X4: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_SNORM_INT8X4); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":467 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X4: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X1: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindSignedNormalized8X4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":468 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X4: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X1: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X1 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":466 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X2 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT8X4: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":469 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X1: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X1 * channel_size = 16 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_UNORM_INT16X1); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":470 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X1: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X1 # <<<<<<<<<<<<<< * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X2: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedNormalized16X1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":471 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X1: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X1 * channel_size = 16 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X2 */ __pyx_v_channel_size = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":469 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized8X4 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X1: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X1 * channel_size = 16 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":472 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X1 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X2: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X2 * channel_size = 16 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_UNORM_INT16X2); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":473 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X2 # <<<<<<<<<<<<<< * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X4: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedNormalized16X2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":474 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X2 * channel_size = 16 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X4: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X4 */ __pyx_v_channel_size = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":472 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X1 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X2: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X2 * channel_size = 16 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":475 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X2 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X4: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X4 * channel_size = 16 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_UNORM_INT16X4); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":476 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X4: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X4 # <<<<<<<<<<<<<< * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X1: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedNormalized16X4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":477 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X4: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X4 * channel_size = 16 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X1: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1 */ __pyx_v_channel_size = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":475 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X2 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT16X4: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X4 * channel_size = 16 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":478 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X4 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X1: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1 * channel_size = 16 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_SNORM_INT16X1); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":479 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X1: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1 # <<<<<<<<<<<<<< * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X2: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindSignedNormalized16X1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":480 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X1: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1 * channel_size = 16 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2 */ __pyx_v_channel_size = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":478 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized16X4 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X1: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1 * channel_size = 16 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":481 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X2: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2 * channel_size = 16 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_SNORM_INT16X2); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":482 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2 # <<<<<<<<<<<<<< * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X4: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindSignedNormalized16X2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":483 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2 * channel_size = 16 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X4: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4 */ __pyx_v_channel_size = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":481 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X1 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X2: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2 * channel_size = 16 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":484 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X4: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4 * channel_size = 16 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_SNORM_INT16X4); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":485 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X4: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4 # <<<<<<<<<<<<<< * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC1_UNORM: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindSignedNormalized16X4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":486 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X4: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4 * channel_size = 16 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC1_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1 */ __pyx_v_channel_size = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":484 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X2 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_SNORM_INT16X4: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4 * channel_size = 16 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":487 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC1_UNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC1_UNORM); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":488 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC1_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC1_UNORM_SRGB: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedBlockCompressed1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":489 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC1_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC1_UNORM_SRGB: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":487 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedNormalized16X4 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC1_UNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":490 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC1_UNORM_SRGB: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC1_UNORM_SRGB); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":491 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC1_UNORM_SRGB: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC2_UNORM: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedBlockCompressed1SRGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":492 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC1_UNORM_SRGB: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC2_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":490 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC1_UNORM_SRGB: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":493 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC2_UNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC2_UNORM); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":494 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC2_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC2_UNORM_SRGB: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedBlockCompressed2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":495 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC2_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC2_UNORM_SRGB: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":493 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed1SRGB * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC2_UNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":496 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC2_UNORM_SRGB: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC2_UNORM_SRGB); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":497 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC2_UNORM_SRGB: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC3_UNORM: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedBlockCompressed2SRGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":498 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC2_UNORM_SRGB: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC3_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":496 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC2_UNORM_SRGB: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":499 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC3_UNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC3_UNORM); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":500 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC3_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC3_UNORM_SRGB: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedBlockCompressed3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":501 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC3_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC3_UNORM_SRGB: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":499 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed2SRGB * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC3_UNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":502 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC3_UNORM_SRGB: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC3_UNORM_SRGB); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":503 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC3_UNORM_SRGB: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC4_UNORM: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedBlockCompressed3SRGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":504 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC3_UNORM_SRGB: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC4_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":502 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC3_UNORM_SRGB: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":505 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC4_UNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC4_UNORM); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":506 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC4_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC4_SNORM: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedBlockCompressed4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":507 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC4_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC4_SNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":505 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed3SRGB * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC4_UNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":508 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC4_SNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC4_SNORM); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":509 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC4_SNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC5_UNORM: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindSignedBlockCompressed4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":510 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC4_SNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC5_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":508 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed4 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC4_SNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":511 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC5_UNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC5_UNORM); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":512 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC5_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC5_SNORM: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedBlockCompressed5; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":513 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC5_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC5_SNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":511 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed4 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC5_UNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":514 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC5_SNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC5_SNORM); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":515 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC5_SNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC6H_UF16: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindSignedBlockCompressed5; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":516 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC5_SNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC6H_UF16: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":514 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed5 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC5_SNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":517 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC6H_UF16: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H * channel_size = 16 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC6H_UF16); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":518 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC6H_UF16: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H # <<<<<<<<<<<<<< * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC6H_SF16: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedBlockCompressed6H; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":519 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC6H_UF16: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H * channel_size = 16 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC6H_SF16: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H */ __pyx_v_channel_size = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":517 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed5 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC6H_UF16: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H * channel_size = 16 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":520 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC6H_SF16: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H * channel_size = 16 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC6H_SF16); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":521 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC6H_SF16: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H # <<<<<<<<<<<<<< * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC7_UNORM: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindSignedBlockCompressed6H; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":522 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC6H_SF16: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H * channel_size = 16 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC7_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7 */ __pyx_v_channel_size = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":520 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed6H * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC6H_SF16: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H * channel_size = 16 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":523 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC7_UNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7 * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC7_UNORM); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":524 * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC7_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7 # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC7_UNORM_SRGB: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedBlockCompressed7; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":525 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC7_UNORM: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7 * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC7_UNORM_SRGB: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":523 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindSignedBlockCompressed6H * channel_size = 16 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC7_UNORM: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7 * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":526 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC7_UNORM_SRGB: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB * channel_size = 8 */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_BC7_UNORM_SRGB); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":527 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC7_UNORM_SRGB: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB # <<<<<<<<<<<<<< * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT_101010_2: */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedBlockCompressed7SRGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":528 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC7_UNORM_SRGB: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB * channel_size = 8 # <<<<<<<<<<<<<< * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT_101010_2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102 */ __pyx_v_channel_size = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":526 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_BC7_UNORM_SRGB: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB * channel_size = 8 */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":529 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT_101010_2: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102 * else: */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_UNORM_INT_101010_2); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":530 * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT_101010_2: * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102 # <<<<<<<<<<<<<< * else: * return cudaErrorInvalidChannelDescriptor */ (__pyx_v_pRuntimeDesc[0]).f = cudaChannelFormatKindUnsignedNormalized1010102; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":529 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedBlockCompressed7SRGB * channel_size = 8 * elif pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT_101010_2: # <<<<<<<<<<<<<< * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102 * else: */ goto __pyx_L3; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":532 * pRuntimeDesc[0].f = cudaChannelFormatKind.cudaChannelFormatKindUnsignedNormalized1010102 * else: * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * * # populate bits per channel */ /*else*/ { __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; } __pyx_L3:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":535 * * # populate bits per channel * pRuntimeDesc[0].x = 0 # <<<<<<<<<<<<<< * pRuntimeDesc[0].y = 0 * pRuntimeDesc[0].z = 0 */ (__pyx_v_pRuntimeDesc[0]).x = 0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":536 * # populate bits per channel * pRuntimeDesc[0].x = 0 * pRuntimeDesc[0].y = 0 # <<<<<<<<<<<<<< * pRuntimeDesc[0].z = 0 * pRuntimeDesc[0].w = 0 */ (__pyx_v_pRuntimeDesc[0]).y = 0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":537 * pRuntimeDesc[0].x = 0 * pRuntimeDesc[0].y = 0 * pRuntimeDesc[0].z = 0 # <<<<<<<<<<<<<< * pRuntimeDesc[0].w = 0 * */ (__pyx_v_pRuntimeDesc[0]).z = 0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":538 * pRuntimeDesc[0].y = 0 * pRuntimeDesc[0].z = 0 * pRuntimeDesc[0].w = 0 # <<<<<<<<<<<<<< * * if pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT_101010_2 and pDriverDesc[0].NumChannels == 4: */ (__pyx_v_pRuntimeDesc[0]).w = 0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":540 * pRuntimeDesc[0].w = 0 * * if pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT_101010_2 and pDriverDesc[0].NumChannels == 4: # <<<<<<<<<<<<<< * pRuntimeDesc[0].w = 2 * pRuntimeDesc[0].z = 10 */ __pyx_t_2 = ((__pyx_v_pDriverDesc[0]).Format == CU_AD_FORMAT_UNORM_INT_101010_2); if (__pyx_t_2) { } else { __pyx_t_1 = __pyx_t_2; goto __pyx_L5_bool_binop_done; } __pyx_t_2 = ((__pyx_v_pDriverDesc[0]).NumChannels == 4); __pyx_t_1 = __pyx_t_2; __pyx_L5_bool_binop_done:; if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":541 * * if pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT_101010_2 and pDriverDesc[0].NumChannels == 4: * pRuntimeDesc[0].w = 2 # <<<<<<<<<<<<<< * pRuntimeDesc[0].z = 10 * pRuntimeDesc[0].y = 10 */ (__pyx_v_pRuntimeDesc[0]).w = 2; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":542 * if pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT_101010_2 and pDriverDesc[0].NumChannels == 4: * pRuntimeDesc[0].w = 2 * pRuntimeDesc[0].z = 10 # <<<<<<<<<<<<<< * pRuntimeDesc[0].y = 10 * pRuntimeDesc[0].x = 10 */ (__pyx_v_pRuntimeDesc[0]).z = 10; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":543 * pRuntimeDesc[0].w = 2 * pRuntimeDesc[0].z = 10 * pRuntimeDesc[0].y = 10 # <<<<<<<<<<<<<< * pRuntimeDesc[0].x = 10 * else: */ (__pyx_v_pRuntimeDesc[0]).y = 10; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":544 * pRuntimeDesc[0].z = 10 * pRuntimeDesc[0].y = 10 * pRuntimeDesc[0].x = 10 # <<<<<<<<<<<<<< * else: * if pDriverDesc[0].NumChannels >= 4: */ (__pyx_v_pRuntimeDesc[0]).x = 10; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":540 * pRuntimeDesc[0].w = 0 * * if pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNORM_INT_101010_2 and pDriverDesc[0].NumChannels == 4: # <<<<<<<<<<<<<< * pRuntimeDesc[0].w = 2 * pRuntimeDesc[0].z = 10 */ goto __pyx_L4; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":546 * pRuntimeDesc[0].x = 10 * else: * if pDriverDesc[0].NumChannels >= 4: # <<<<<<<<<<<<<< * pRuntimeDesc[0].w = channel_size * if pDriverDesc[0].NumChannels >= 3: */ /*else*/ { __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).NumChannels >= 4); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":547 * else: * if pDriverDesc[0].NumChannels >= 4: * pRuntimeDesc[0].w = channel_size # <<<<<<<<<<<<<< * if pDriverDesc[0].NumChannels >= 3: * pRuntimeDesc[0].z = channel_size */ (__pyx_v_pRuntimeDesc[0]).w = __pyx_v_channel_size; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":546 * pRuntimeDesc[0].x = 10 * else: * if pDriverDesc[0].NumChannels >= 4: # <<<<<<<<<<<<<< * pRuntimeDesc[0].w = channel_size * if pDriverDesc[0].NumChannels >= 3: */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":548 * if pDriverDesc[0].NumChannels >= 4: * pRuntimeDesc[0].w = channel_size * if pDriverDesc[0].NumChannels >= 3: # <<<<<<<<<<<<<< * pRuntimeDesc[0].z = channel_size * if pDriverDesc[0].NumChannels >= 2: */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).NumChannels >= 3); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":549 * pRuntimeDesc[0].w = channel_size * if pDriverDesc[0].NumChannels >= 3: * pRuntimeDesc[0].z = channel_size # <<<<<<<<<<<<<< * if pDriverDesc[0].NumChannels >= 2: * pRuntimeDesc[0].y = channel_size */ (__pyx_v_pRuntimeDesc[0]).z = __pyx_v_channel_size; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":548 * if pDriverDesc[0].NumChannels >= 4: * pRuntimeDesc[0].w = channel_size * if pDriverDesc[0].NumChannels >= 3: # <<<<<<<<<<<<<< * pRuntimeDesc[0].z = channel_size * if pDriverDesc[0].NumChannels >= 2: */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":550 * if pDriverDesc[0].NumChannels >= 3: * pRuntimeDesc[0].z = channel_size * if pDriverDesc[0].NumChannels >= 2: # <<<<<<<<<<<<<< * pRuntimeDesc[0].y = channel_size * if pDriverDesc[0].NumChannels >= 1: */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).NumChannels >= 2); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":551 * pRuntimeDesc[0].z = channel_size * if pDriverDesc[0].NumChannels >= 2: * pRuntimeDesc[0].y = channel_size # <<<<<<<<<<<<<< * if pDriverDesc[0].NumChannels >= 1: * pRuntimeDesc[0].x = channel_size */ (__pyx_v_pRuntimeDesc[0]).y = __pyx_v_channel_size; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":550 * if pDriverDesc[0].NumChannels >= 3: * pRuntimeDesc[0].z = channel_size * if pDriverDesc[0].NumChannels >= 2: # <<<<<<<<<<<<<< * pRuntimeDesc[0].y = channel_size * if pDriverDesc[0].NumChannels >= 1: */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":552 * if pDriverDesc[0].NumChannels >= 2: * pRuntimeDesc[0].y = channel_size * if pDriverDesc[0].NumChannels >= 1: # <<<<<<<<<<<<<< * pRuntimeDesc[0].x = channel_size * */ __pyx_t_1 = ((__pyx_v_pDriverDesc[0]).NumChannels >= 1); if (__pyx_t_1) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":553 * pRuntimeDesc[0].y = channel_size * if pDriverDesc[0].NumChannels >= 1: * pRuntimeDesc[0].x = channel_size # <<<<<<<<<<<<<< * * if pDriverDesc[0].NumChannels not in (4, 3, 2, 1): */ (__pyx_v_pRuntimeDesc[0]).x = __pyx_v_channel_size; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":552 * if pDriverDesc[0].NumChannels >= 2: * pRuntimeDesc[0].y = channel_size * if pDriverDesc[0].NumChannels >= 1: # <<<<<<<<<<<<<< * pRuntimeDesc[0].x = channel_size * */ } } __pyx_L4:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":555 * pRuntimeDesc[0].x = channel_size * * if pDriverDesc[0].NumChannels not in (4, 3, 2, 1): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * */ __pyx_t_3 = (__pyx_v_pDriverDesc[0]).NumChannels; __pyx_t_2 = (__pyx_t_3 != 4); if (__pyx_t_2) { } else { __pyx_t_1 = __pyx_t_2; goto __pyx_L12_bool_binop_done; } __pyx_t_2 = (__pyx_t_3 != 3); if (__pyx_t_2) { } else { __pyx_t_1 = __pyx_t_2; goto __pyx_L12_bool_binop_done; } __pyx_t_2 = (__pyx_t_3 != 2); if (__pyx_t_2) { } else { __pyx_t_1 = __pyx_t_2; goto __pyx_L12_bool_binop_done; } __pyx_t_2 = (__pyx_t_3 != 1); __pyx_t_1 = __pyx_t_2; __pyx_L12_bool_binop_done:; __pyx_t_2 = __pyx_t_1; if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":556 * * if pDriverDesc[0].NumChannels not in (4, 3, 2, 1): * return cudaErrorInvalidChannelDescriptor # <<<<<<<<<<<<<< * * # populate dimensions */ __pyx_r = cudaErrorInvalidChannelDescriptor; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":555 * pRuntimeDesc[0].x = channel_size * * if pDriverDesc[0].NumChannels not in (4, 3, 2, 1): # <<<<<<<<<<<<<< * return cudaErrorInvalidChannelDescriptor * */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":559 * * # populate dimensions * if pDepth != NULL: # <<<<<<<<<<<<<< * pDepth[0] = pDriverDesc[0].Depth * if pHeight != NULL: */ __pyx_t_2 = (__pyx_v_pDepth != NULL); if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":560 * # populate dimensions * if pDepth != NULL: * pDepth[0] = pDriverDesc[0].Depth # <<<<<<<<<<<<<< * if pHeight != NULL: * pHeight[0] = pDriverDesc[0].Height */ __pyx_t_4 = (__pyx_v_pDriverDesc[0]).Depth; (__pyx_v_pDepth[0]) = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":559 * * # populate dimensions * if pDepth != NULL: # <<<<<<<<<<<<<< * pDepth[0] = pDriverDesc[0].Depth * if pHeight != NULL: */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":561 * if pDepth != NULL: * pDepth[0] = pDriverDesc[0].Depth * if pHeight != NULL: # <<<<<<<<<<<<<< * pHeight[0] = pDriverDesc[0].Height * if pWidth != NULL: */ __pyx_t_2 = (__pyx_v_pHeight != NULL); if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":562 * pDepth[0] = pDriverDesc[0].Depth * if pHeight != NULL: * pHeight[0] = pDriverDesc[0].Height # <<<<<<<<<<<<<< * if pWidth != NULL: * pWidth[0] = pDriverDesc[0].Width */ __pyx_t_4 = (__pyx_v_pDriverDesc[0]).Height; (__pyx_v_pHeight[0]) = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":561 * if pDepth != NULL: * pDepth[0] = pDriverDesc[0].Depth * if pHeight != NULL: # <<<<<<<<<<<<<< * pHeight[0] = pDriverDesc[0].Height * if pWidth != NULL: */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":563 * if pHeight != NULL: * pHeight[0] = pDriverDesc[0].Height * if pWidth != NULL: # <<<<<<<<<<<<<< * pWidth[0] = pDriverDesc[0].Width * return cudaSuccess */ __pyx_t_2 = (__pyx_v_pWidth != NULL); if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":564 * pHeight[0] = pDriverDesc[0].Height * if pWidth != NULL: * pWidth[0] = pDriverDesc[0].Width # <<<<<<<<<<<<<< * return cudaSuccess * */ __pyx_t_4 = (__pyx_v_pDriverDesc[0]).Width; (__pyx_v_pWidth[0]) = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":563 * if pHeight != NULL: * pHeight[0] = pDriverDesc[0].Height * if pWidth != NULL: # <<<<<<<<<<<<<< * pWidth[0] = pDriverDesc[0].Width * return cudaSuccess */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":565 * if pWidth != NULL: * pWidth[0] = pDriverDesc[0].Width * return cudaSuccess # <<<<<<<<<<<<<< * * cdef cudaError_t getDriverEglFrame(cydriver.CUeglFrame *cuEglFrame, cyruntime.cudaEglFrame eglFrame) except ?cudaErrorCallRequiresNewerDriver nogil: */ __pyx_r = cudaSuccess; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":422 * return cudaSuccess * * cdef cudaError_t getChannelFormatDescFromDriverDesc(cudaChannelFormatDesc* pRuntimeDesc, size_t* pDepth, size_t* pHeight, size_t* pWidth, const cydriver.CUDA_ARRAY3D_DESCRIPTOR_v2* pDriverDesc) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef int channel_size = 0 * if pDriverDesc[0].Format == cydriver.CU_AD_FORMAT_UNSIGNED_INT8: */ /* function exit code */ __pyx_L0:; return __pyx_r; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":567 * return cudaSuccess * * cdef cudaError_t getDriverEglFrame(cydriver.CUeglFrame *cuEglFrame, cyruntime.cudaEglFrame eglFrame) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * cdef unsigned int i = 0 */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getDriverEglFrame(__pyx_t_4cuda_8bindings_8cydriver_CUeglFrame *__pyx_v_cuEglFrame, __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame __pyx_v_eglFrame) { cudaError_t __pyx_v_err; unsigned int __pyx_v_i; cudaError_t __pyx_r; cudaError_t __pyx_t_1; int __pyx_t_2; unsigned int __pyx_t_3; unsigned int __pyx_t_4; unsigned int __pyx_t_5; void *__pyx_t_6; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":568 * * cdef cudaError_t getDriverEglFrame(cydriver.CUeglFrame *cuEglFrame, cyruntime.cudaEglFrame eglFrame) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * cdef unsigned int i = 0 * */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":569 * cdef cudaError_t getDriverEglFrame(cydriver.CUeglFrame *cuEglFrame, cyruntime.cudaEglFrame eglFrame) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess * cdef unsigned int i = 0 # <<<<<<<<<<<<<< * * err = getDescInfo(&eglFrame.planeDesc[0].channelDesc, &cuEglFrame[0].numChannels, &cuEglFrame[0].cuFormat) */ __pyx_v_i = 0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":571 * cdef unsigned int i = 0 * * err = getDescInfo(&eglFrame.planeDesc[0].channelDesc, &cuEglFrame[0].numChannels, &cuEglFrame[0].cuFormat) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_t_1 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getDescInfo((&(__pyx_v_eglFrame.planeDesc[0]).channelDesc), ((int *)(&(__pyx_v_cuEglFrame[0]).numChannels)), (&(__pyx_v_cuEglFrame[0]).cuFormat)); if (unlikely(__pyx_t_1 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 571, __pyx_L1_error) __pyx_v_err = __pyx_t_1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":572 * * err = getDescInfo(&eglFrame.planeDesc[0].channelDesc, &cuEglFrame[0].numChannels, &cuEglFrame[0].cuFormat) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * for i in range(eglFrame.planeCount): */ __pyx_t_2 = (__pyx_v_err != cudaSuccess); if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":573 * err = getDescInfo(&eglFrame.planeDesc[0].channelDesc, &cuEglFrame[0].numChannels, &cuEglFrame[0].cuFormat) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * for i in range(eglFrame.planeCount): * if eglFrame.frameType == cyruntime.cudaEglFrameTypeArray: */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":572 * * err = getDescInfo(&eglFrame.planeDesc[0].channelDesc, &cuEglFrame[0].numChannels, &cuEglFrame[0].cuFormat) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * for i in range(eglFrame.planeCount): */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":574 * if err != cudaSuccess: * return err * for i in range(eglFrame.planeCount): # <<<<<<<<<<<<<< * if eglFrame.frameType == cyruntime.cudaEglFrameTypeArray: * cuEglFrame[0].frame.pArray[i] = eglFrame.frame.pArray[i] */ __pyx_t_3 = __pyx_v_eglFrame.planeCount; __pyx_t_4 = __pyx_t_3; for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_4; __pyx_t_5+=1) { __pyx_v_i = __pyx_t_5; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":575 * return err * for i in range(eglFrame.planeCount): * if eglFrame.frameType == cyruntime.cudaEglFrameTypeArray: # <<<<<<<<<<<<<< * cuEglFrame[0].frame.pArray[i] = eglFrame.frame.pArray[i] * else: */ __pyx_t_2 = (__pyx_v_eglFrame.frameType == __pyx_e_4cuda_8bindings_9cyruntime_cudaEglFrameTypeArray); if (__pyx_t_2) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":576 * for i in range(eglFrame.planeCount): * if eglFrame.frameType == cyruntime.cudaEglFrameTypeArray: * cuEglFrame[0].frame.pArray[i] = eglFrame.frame.pArray[i] # <<<<<<<<<<<<<< * else: * cuEglFrame[0].frame.pPitch[i] = eglFrame.frame.pPitch[i].ptr */ ((__pyx_v_cuEglFrame[0]).frame.pArray[__pyx_v_i]) = ((CUarray)(__pyx_v_eglFrame.frame.pArray[__pyx_v_i])); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":575 * return err * for i in range(eglFrame.planeCount): * if eglFrame.frameType == cyruntime.cudaEglFrameTypeArray: # <<<<<<<<<<<<<< * cuEglFrame[0].frame.pArray[i] = eglFrame.frame.pArray[i] * else: */ goto __pyx_L6; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":578 * cuEglFrame[0].frame.pArray[i] = eglFrame.frame.pArray[i] * else: * cuEglFrame[0].frame.pPitch[i] = eglFrame.frame.pPitch[i].ptr # <<<<<<<<<<<<<< * cuEglFrame[0].width = eglFrame.planeDesc[0].width * cuEglFrame[0].height = eglFrame.planeDesc[0].height */ /*else*/ { __pyx_t_6 = (__pyx_v_eglFrame.frame.pPitch[__pyx_v_i]).ptr; ((__pyx_v_cuEglFrame[0]).frame.pPitch[__pyx_v_i]) = __pyx_t_6; } __pyx_L6:; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":579 * else: * cuEglFrame[0].frame.pPitch[i] = eglFrame.frame.pPitch[i].ptr * cuEglFrame[0].width = eglFrame.planeDesc[0].width # <<<<<<<<<<<<<< * cuEglFrame[0].height = eglFrame.planeDesc[0].height * cuEglFrame[0].depth = eglFrame.planeDesc[0].depth */ __pyx_t_3 = (__pyx_v_eglFrame.planeDesc[0]).width; (__pyx_v_cuEglFrame[0]).width = __pyx_t_3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":580 * cuEglFrame[0].frame.pPitch[i] = eglFrame.frame.pPitch[i].ptr * cuEglFrame[0].width = eglFrame.planeDesc[0].width * cuEglFrame[0].height = eglFrame.planeDesc[0].height # <<<<<<<<<<<<<< * cuEglFrame[0].depth = eglFrame.planeDesc[0].depth * cuEglFrame[0].pitch = eglFrame.planeDesc[0].pitch */ __pyx_t_3 = (__pyx_v_eglFrame.planeDesc[0]).height; (__pyx_v_cuEglFrame[0]).height = __pyx_t_3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":581 * cuEglFrame[0].width = eglFrame.planeDesc[0].width * cuEglFrame[0].height = eglFrame.planeDesc[0].height * cuEglFrame[0].depth = eglFrame.planeDesc[0].depth # <<<<<<<<<<<<<< * cuEglFrame[0].pitch = eglFrame.planeDesc[0].pitch * cuEglFrame[0].planeCount = eglFrame.planeCount */ __pyx_t_3 = (__pyx_v_eglFrame.planeDesc[0]).depth; (__pyx_v_cuEglFrame[0]).depth = __pyx_t_3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":582 * cuEglFrame[0].height = eglFrame.planeDesc[0].height * cuEglFrame[0].depth = eglFrame.planeDesc[0].depth * cuEglFrame[0].pitch = eglFrame.planeDesc[0].pitch # <<<<<<<<<<<<<< * cuEglFrame[0].planeCount = eglFrame.planeCount * if eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar: */ __pyx_t_3 = (__pyx_v_eglFrame.planeDesc[0]).pitch; (__pyx_v_cuEglFrame[0]).pitch = __pyx_t_3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":583 * cuEglFrame[0].depth = eglFrame.planeDesc[0].depth * cuEglFrame[0].pitch = eglFrame.planeDesc[0].pitch * cuEglFrame[0].planeCount = eglFrame.planeCount # <<<<<<<<<<<<<< * if eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR */ __pyx_t_3 = __pyx_v_eglFrame.planeCount; (__pyx_v_cuEglFrame[0]).planeCount = __pyx_t_3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":584 * cuEglFrame[0].pitch = eglFrame.planeDesc[0].pitch * cuEglFrame[0].planeCount = eglFrame.planeCount * if eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar: */ switch (__pyx_v_eglFrame.eglColorFormat) { case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420Planar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":585 * cuEglFrame[0].planeCount = eglFrame.planeCount * if eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":584 * cuEglFrame[0].pitch = eglFrame.planeDesc[0].pitch * cuEglFrame[0].planeCount = eglFrame.planeCount * if eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420SemiPlanar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":587 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":586 * if eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422Planar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV422Planar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":589 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_PLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":588 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422Planar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422SemiPlanar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV422SemiPlanar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":591 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":590 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422SemiPlanar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444Planar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV444Planar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":593 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_PLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":592 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444Planar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444SemiPlanar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV444SemiPlanar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":595 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUYV422: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_422 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":594 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444SemiPlanar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUYV422: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUYV422: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":597 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUYV422: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_422 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY422: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_422 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUYV_422; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":596 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUYV422: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_422 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY422: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY422: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":599 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_422 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY422: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_422 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_422; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":598 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUYV422: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_422 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY422: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_422 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY709: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":601 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_422 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":600 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY422: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_422 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY709: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY709_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":603 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_2020 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":602 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY709_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY2020: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":605 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_2020 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatARGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ARGB */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":604 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY2020: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatARGB: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatARGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":607 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatARGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ARGB # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatRGBA: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RGBA */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_ARGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":606 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatARGB: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ARGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatRGBA: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatRGBA: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":609 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ARGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatRGBA: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RGBA # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatABGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ABGR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_RGBA; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":608 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatARGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ARGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatRGBA: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RGBA * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatABGR: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatABGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":611 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RGBA * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatABGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ABGR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBGRA: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BGRA */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_ABGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":610 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatRGBA: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RGBA * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatABGR: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ABGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBGRA: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBGRA: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":613 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ABGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBGRA: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BGRA # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatL: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_L */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BGRA; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":612 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatABGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ABGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBGRA: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BGRA * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatL: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatL: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":615 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BGRA * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatL: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_L # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_R */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_L; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":614 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBGRA: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BGRA * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatL: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_L * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatR: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":617 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_L * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_R # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatA: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_A */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_R; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":616 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatL: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_L * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatR: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_R * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatA: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatA: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":619 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_R * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatA: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_A # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_A; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":618 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_R * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatA: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_A * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatRG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":621 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_A * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatAYUV: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_RG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":620 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatA: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_A * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatRG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatAYUV: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatAYUV: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":623 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatAYUV: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_AYUV; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":622 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatAYUV: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444SemiPlanar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU444SemiPlanar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":625 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":624 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatAYUV: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444SemiPlanar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422SemiPlanar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU422SemiPlanar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":627 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":626 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422SemiPlanar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420SemiPlanar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":629 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":628 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_444SemiPlanar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":631 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":630 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":633 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":632 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_444SemiPlanar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":635 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":634 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_420SemiPlanar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":637 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatVYUY_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":636 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatVYUY_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatVYUY_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":639 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatVYUY_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_VYUY_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":638 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatVYUY_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":641 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUYV_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":640 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatVYUY_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUYV_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUYV_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":643 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUYV_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVYU_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUYV_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":642 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatUYVY_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUYV_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVYU_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVYU_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":645 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVYU_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUVA_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVYU_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":644 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUYV_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVYU_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUVA_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUVA_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":647 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUVA_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatAYUV_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUVA_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":646 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVYU_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUVA_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatAYUV_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatAYUV_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":649 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatAYUV_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_AYUV_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":648 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUVA_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatAYUV_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444Planar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV444Planar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":651 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":650 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatAYUV_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444Planar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422Planar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV422Planar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":653 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":652 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422Planar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420Planar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":655 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":654 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444SemiPlanar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV444SemiPlanar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":657 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":656 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444SemiPlanar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422SemiPlanar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV422SemiPlanar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":659 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":658 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV444SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422SemiPlanar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420SemiPlanar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":661 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":660 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV422SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444Planar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU444Planar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":663 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":662 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444Planar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422Planar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU422Planar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":665 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":664 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422Planar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420Planar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":667 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":666 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444SemiPlanar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU444SemiPlanar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":669 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":668 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444SemiPlanar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422SemiPlanar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU422SemiPlanar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":671 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":670 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422SemiPlanar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420SemiPlanar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":673 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerRGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RGGB */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":672 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerRGGB: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerRGGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":675 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerRGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RGGB # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerBGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BGGR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_RGGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":674 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerRGGB: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerBGGR: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerBGGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":677 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerBGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BGGR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerGRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GRBG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_BGGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":676 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerRGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerBGGR: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerGRBG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerGRBG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":679 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerGRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GRBG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerGBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GBRG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_GRBG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":678 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerBGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerGRBG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerGBRG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerGBRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":681 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerGBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GBRG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10RGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_RGGB */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_GBRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":680 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerGRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerGBRG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10RGGB: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10RGGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":683 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10RGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_RGGB # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10BGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_BGGR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_RGGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":682 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerGBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10RGGB: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10BGGR: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10BGGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":685 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10BGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_BGGR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10GRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GRBG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_BGGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":684 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10RGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10BGGR: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10GRBG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10GRBG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":687 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10GRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GRBG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10GBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GBRG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_GRBG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":686 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10BGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10GRBG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10GBRG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10GBRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":689 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10GBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GBRG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12RGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RGGB */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_GBRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":688 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10GRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10GBRG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12RGGB: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12RGGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":691 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12RGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RGGB # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12BGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BGGR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_RGGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":690 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10GBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12RGGB: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12BGGR: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12BGGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":693 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12BGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BGGR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12GRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GRBG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_BGGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":692 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12RGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12BGGR: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12GRBG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12GRBG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":695 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12GRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GRBG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12GBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GBRG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_GRBG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":694 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12BGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12GRBG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12GBRG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12GBRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":697 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12GBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GBRG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14RGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_RGGB */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_GBRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":696 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12GRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12GBRG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14RGGB: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer14RGGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":699 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14RGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_RGGB # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14BGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_BGGR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER14_RGGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":698 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12GBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14RGGB: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14BGGR: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer14BGGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":701 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14BGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_BGGR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14GRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GRBG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER14_BGGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":700 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14RGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14BGGR: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14GRBG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer14GRBG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":703 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14GRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GRBG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14GBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GBRG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER14_GRBG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":702 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14BGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14GRBG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14GBRG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer14GBRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":705 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14GBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GBRG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20RGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_RGGB */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER14_GBRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":704 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14GRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14GBRG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20RGGB: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer20RGGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":707 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20RGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_RGGB # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20BGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_BGGR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER20_RGGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":706 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer14GBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20RGGB: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20BGGR: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer20BGGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":709 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20BGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_BGGR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20GRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GRBG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER20_BGGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":708 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20RGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20BGGR: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20GRBG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer20GRBG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":711 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20GRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GRBG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20GBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GBRG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER20_GRBG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":710 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20BGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20GRBG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20GBRG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer20GBRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":713 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20GBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GBRG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspRGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER20_GBRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":712 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20GRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20GBRG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspRGGB: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerIspRGGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":715 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspRGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspBGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":714 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer20GBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspRGGB: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspBGGR: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerIspBGGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":717 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspBGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspGRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":716 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspRGGB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspBGGR: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspGRBG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerIspGRBG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":719 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspGRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspGBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":718 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspBGGR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspGRBG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspGBRG: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerIspGBRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":721 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspGBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":720 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspGRBG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspGBRG: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444Planar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU444Planar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":723 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_PLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":722 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerIspGBRG: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444Planar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422Planar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU422Planar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":725 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_PLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":724 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU444Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422Planar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420Planar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":727 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerBCCR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BCCR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":726 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU422Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerBCCR: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerBCCR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":729 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerBCCR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BCCR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerRCCB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RCCB */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_BCCR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":728 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerBCCR: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BCCR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerRCCB: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerRCCB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":731 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BCCR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerRCCB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RCCB # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerCRBC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CRBC */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_RCCB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":730 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerBCCR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BCCR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerRCCB: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RCCB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerCRBC: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerCRBC: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":733 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RCCB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerCRBC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CRBC # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerCBRC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CBRC */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_CRBC; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":732 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerRCCB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RCCB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerCRBC: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CRBC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerCBRC: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerCBRC: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":735 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CRBC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerCBRC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CBRC # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10CCCC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_CCCC */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_CBRC; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":734 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerCRBC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CRBC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerCBRC: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CBRC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10CCCC: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10CCCC: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":737 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CBRC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10CCCC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_CCCC # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12BCCR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BCCR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_CCCC; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":736 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayerCBRC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CBRC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10CCCC: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_CCCC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12BCCR: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12BCCR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":739 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_CCCC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12BCCR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BCCR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12RCCB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RCCB */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_BCCR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":738 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer10CCCC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_CCCC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12BCCR: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BCCR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12RCCB: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12RCCB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":741 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BCCR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12RCCB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RCCB # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CRBC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CRBC */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_RCCB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":740 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12BCCR: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BCCR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12RCCB: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RCCB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CRBC: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12CRBC: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":743 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RCCB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CRBC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CRBC # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CBRC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CBRC */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_CRBC; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":742 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12RCCB: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RCCB * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CRBC: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CRBC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CBRC: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12CBRC: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":745 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CRBC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CBRC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CBRC # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CCCC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CCCC */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_CBRC; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":744 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CRBC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CRBC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CBRC: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CBRC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CCCC: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12CCCC: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":747 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CBRC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CCCC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CCCC # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_CCCC; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":746 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CBRC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CBRC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CCCC: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CCCC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":749 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CCCC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":748 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatBayer12CCCC: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CCCC * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_2020: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420SemiPlanar_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":751 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":750 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_2020: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_2020: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420SemiPlanar_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":753 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":752 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_2020: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_2020: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420Planar_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":755 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":754 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_2020: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_2020: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420Planar_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":757 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":756 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_2020: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_709: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420SemiPlanar_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":759 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":758 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_709: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_709: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420SemiPlanar_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":761 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":760 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420SemiPlanar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_709: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_709: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420Planar_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":763 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":762 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420SemiPlanar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_709: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_709: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420Planar_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":765 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":764 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUV420Planar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_709: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":767 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":766 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVU420Planar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_2020: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":769 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":768 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_2020: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_2020: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_422SemiPlanar_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":771 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":770 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_2020: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_422SemiPlanar: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":773 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709 */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":772 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_2020: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_709: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_422SemiPlanar_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":775 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709 # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":774 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_709: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":777 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_709_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":776 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_709: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY_709_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":779 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_709_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":778 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY_709_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":781 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_709_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":780 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10_709_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":783 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_709_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":782 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10_709_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":785 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_709_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":784 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12_709_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":787 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_709_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUVA: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":786 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12_709_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUVA: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUVA: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":789 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUVA: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVYU: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUVA; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":788 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUVA: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVYU: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVYU: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":791 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVYU: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatVYUY: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVYU; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":790 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYUVA: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVYU: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatVYUY: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatVYUY: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":793 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatVYUY: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_VYUY; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":792 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatYVYU: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatVYUY: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":795 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":794 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatVYUY: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":797 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":796 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_444SemiPlanar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":799 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":798 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":801 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":800 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_420SemiPlanar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":803 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":802 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":805 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":804 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_444SemiPlanar_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":807 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER # <<<<<<<<<<<<<< * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":806 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_709_ER: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_444SemiPlanar_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":809 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_709_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER # <<<<<<<<<<<<<< * else: * return cudaErrorInvalidValue */ (__pyx_v_cuEglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":808 * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_ER: * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER * elif eglFrame.eglColorFormat == cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_709_ER: # <<<<<<<<<<<<<< * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER * else: */ break; default: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":811 * cuEglFrame[0].eglColorFormat = cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER * else: * return cudaErrorInvalidValue # <<<<<<<<<<<<<< * if eglFrame.frameType == cyruntime.cudaEglFrameTypeArray: * cuEglFrame[0].frameType = cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY */ __pyx_r = cudaErrorInvalidValue; goto __pyx_L0; break; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":812 * else: * return cudaErrorInvalidValue * if eglFrame.frameType == cyruntime.cudaEglFrameTypeArray: # <<<<<<<<<<<<<< * cuEglFrame[0].frameType = cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY * elif eglFrame.frameType == cyruntime.cudaEglFrameTypePitch: */ switch (__pyx_v_eglFrame.frameType) { case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglFrameTypeArray: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":813 * return cudaErrorInvalidValue * if eglFrame.frameType == cyruntime.cudaEglFrameTypeArray: * cuEglFrame[0].frameType = cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY # <<<<<<<<<<<<<< * elif eglFrame.frameType == cyruntime.cudaEglFrameTypePitch: * cuEglFrame[0].frameType = cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_PITCH */ (__pyx_v_cuEglFrame[0]).frameType = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_FRAME_TYPE_ARRAY; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":812 * else: * return cudaErrorInvalidValue * if eglFrame.frameType == cyruntime.cudaEglFrameTypeArray: # <<<<<<<<<<<<<< * cuEglFrame[0].frameType = cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY * elif eglFrame.frameType == cyruntime.cudaEglFrameTypePitch: */ break; case __pyx_e_4cuda_8bindings_9cyruntime_cudaEglFrameTypePitch: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":815 * cuEglFrame[0].frameType = cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY * elif eglFrame.frameType == cyruntime.cudaEglFrameTypePitch: * cuEglFrame[0].frameType = cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_PITCH # <<<<<<<<<<<<<< * else: * return cudaErrorInvalidValue */ (__pyx_v_cuEglFrame[0]).frameType = __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_FRAME_TYPE_PITCH; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":814 * if eglFrame.frameType == cyruntime.cudaEglFrameTypeArray: * cuEglFrame[0].frameType = cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY * elif eglFrame.frameType == cyruntime.cudaEglFrameTypePitch: # <<<<<<<<<<<<<< * cuEglFrame[0].frameType = cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_PITCH * else: */ break; default: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":817 * cuEglFrame[0].frameType = cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_PITCH * else: * return cudaErrorInvalidValue # <<<<<<<<<<<<<< * * @cython.show_performance_hints(False) */ __pyx_r = cudaErrorInvalidValue; goto __pyx_L0; break; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":567 * return cudaSuccess * * cdef cudaError_t getDriverEglFrame(cydriver.CUeglFrame *cuEglFrame, cyruntime.cudaEglFrame eglFrame) except ?cudaErrorCallRequiresNewerDriver nogil: # <<<<<<<<<<<<<< * cdef cudaError_t err = cudaSuccess * cdef unsigned int i = 0 */ /* function exit code */ __pyx_r = (enum cudaError) 0; goto __pyx_L0; __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._bindings.cyruntime.getDriverEglFrame", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":819 * return cudaErrorInvalidValue * * @cython.show_performance_hints(False) # <<<<<<<<<<<<<< * cdef cudaError_t getRuntimeEglFrame(cyruntime.cudaEglFrame *eglFrame, cydriver.CUeglFrame cueglFrame) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess */ static cudaError_t __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getRuntimeEglFrame(__pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame *__pyx_v_eglFrame, __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame __pyx_v_cueglFrame) { cudaError_t __pyx_v_err; unsigned int __pyx_v_i; CUDA_ARRAY3D_DESCRIPTOR_v2 __pyx_v_ad; struct cudaPitchedPtr __pyx_v_pPtr; cudaError_t __pyx_r; unsigned int __pyx_t_1; unsigned int __pyx_t_2; unsigned int __pyx_t_3; unsigned int __pyx_t_4; CUarray_format __pyx_t_5; cudaError_t __pyx_t_6; int __pyx_t_7; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; PyGILState_STATE __pyx_gilstate_save; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":821 * @cython.show_performance_hints(False) * cdef cudaError_t getRuntimeEglFrame(cyruntime.cudaEglFrame *eglFrame, cydriver.CUeglFrame cueglFrame) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess # <<<<<<<<<<<<<< * cdef unsigned int i * cdef cydriver.CUDA_ARRAY3D_DESCRIPTOR_v2 ad */ __pyx_v_err = cudaSuccess; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":825 * cdef cydriver.CUDA_ARRAY3D_DESCRIPTOR_v2 ad * cdef cudaPitchedPtr pPtr * memset(eglFrame, 0, sizeof(eglFrame[0])) # <<<<<<<<<<<<<< * memset(&ad, 0, sizeof(ad)) * for i in range(cueglFrame.planeCount): */ (void)(memset(__pyx_v_eglFrame, 0, (sizeof((__pyx_v_eglFrame[0]))))); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":826 * cdef cudaPitchedPtr pPtr * memset(eglFrame, 0, sizeof(eglFrame[0])) * memset(&ad, 0, sizeof(ad)) # <<<<<<<<<<<<<< * for i in range(cueglFrame.planeCount): * ad.Depth = cueglFrame.depth */ (void)(memset((&__pyx_v_ad), 0, (sizeof(__pyx_v_ad)))); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":827 * memset(eglFrame, 0, sizeof(eglFrame[0])) * memset(&ad, 0, sizeof(ad)) * for i in range(cueglFrame.planeCount): # <<<<<<<<<<<<<< * ad.Depth = cueglFrame.depth * ad.Flags = 0 */ __pyx_t_1 = __pyx_v_cueglFrame.planeCount; __pyx_t_2 = __pyx_t_1; for (__pyx_t_3 = 0; __pyx_t_3 < __pyx_t_2; __pyx_t_3+=1) { __pyx_v_i = __pyx_t_3; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":828 * memset(&ad, 0, sizeof(ad)) * for i in range(cueglFrame.planeCount): * ad.Depth = cueglFrame.depth # <<<<<<<<<<<<<< * ad.Flags = 0 * ad.Format = cueglFrame.cuFormat */ __pyx_t_4 = __pyx_v_cueglFrame.depth; __pyx_v_ad.Depth = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":829 * for i in range(cueglFrame.planeCount): * ad.Depth = cueglFrame.depth * ad.Flags = 0 # <<<<<<<<<<<<<< * ad.Format = cueglFrame.cuFormat * ad.Height = cueglFrame.height */ __pyx_v_ad.Flags = 0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":830 * ad.Depth = cueglFrame.depth * ad.Flags = 0 * ad.Format = cueglFrame.cuFormat # <<<<<<<<<<<<<< * ad.Height = cueglFrame.height * ad.NumChannels = cueglFrame.numChannels */ __pyx_t_5 = __pyx_v_cueglFrame.cuFormat; __pyx_v_ad.Format = __pyx_t_5; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":831 * ad.Flags = 0 * ad.Format = cueglFrame.cuFormat * ad.Height = cueglFrame.height # <<<<<<<<<<<<<< * ad.NumChannels = cueglFrame.numChannels * ad.Width = cueglFrame.width */ __pyx_t_4 = __pyx_v_cueglFrame.height; __pyx_v_ad.Height = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":832 * ad.Format = cueglFrame.cuFormat * ad.Height = cueglFrame.height * ad.NumChannels = cueglFrame.numChannels # <<<<<<<<<<<<<< * ad.Width = cueglFrame.width * */ __pyx_t_4 = __pyx_v_cueglFrame.numChannels; __pyx_v_ad.NumChannels = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":833 * ad.Height = cueglFrame.height * ad.NumChannels = cueglFrame.numChannels * ad.Width = cueglFrame.width # <<<<<<<<<<<<<< * * err = getChannelFormatDescFromDriverDesc(&eglFrame[0].planeDesc[i].channelDesc, NULL, NULL, NULL, &ad) */ __pyx_t_4 = __pyx_v_cueglFrame.width; __pyx_v_ad.Width = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":835 * ad.Width = cueglFrame.width * * err = getChannelFormatDescFromDriverDesc(&eglFrame[0].planeDesc[i].channelDesc, NULL, NULL, NULL, &ad) # <<<<<<<<<<<<<< * if err != cudaSuccess: * return err */ __pyx_t_6 = __pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getChannelFormatDescFromDriverDesc((&((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).channelDesc), NULL, NULL, NULL, (&__pyx_v_ad)); if (unlikely(__pyx_t_6 == ((enum cudaError)cudaErrorCallRequiresNewerDriver) && __Pyx_ErrOccurredWithGIL())) __PYX_ERR(1, 835, __pyx_L1_error) __pyx_v_err = __pyx_t_6; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":836 * * err = getChannelFormatDescFromDriverDesc(&eglFrame[0].planeDesc[i].channelDesc, NULL, NULL, NULL, &ad) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * */ __pyx_t_7 = (__pyx_v_err != cudaSuccess); if (__pyx_t_7) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":837 * err = getChannelFormatDescFromDriverDesc(&eglFrame[0].planeDesc[i].channelDesc, NULL, NULL, NULL, &ad) * if err != cudaSuccess: * return err # <<<<<<<<<<<<<< * * eglFrame[0].planeDesc[i].depth = cueglFrame.depth */ __pyx_r = __pyx_v_err; goto __pyx_L0; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":836 * * err = getChannelFormatDescFromDriverDesc(&eglFrame[0].planeDesc[i].channelDesc, NULL, NULL, NULL, &ad) * if err != cudaSuccess: # <<<<<<<<<<<<<< * return err * */ } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":839 * return err * * eglFrame[0].planeDesc[i].depth = cueglFrame.depth # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].numChannels = cueglFrame.numChannels * if i == 0: */ __pyx_t_4 = __pyx_v_cueglFrame.depth; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).depth = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":840 * * eglFrame[0].planeDesc[i].depth = cueglFrame.depth * eglFrame[0].planeDesc[i].numChannels = cueglFrame.numChannels # <<<<<<<<<<<<<< * if i == 0: * eglFrame[0].planeDesc[i].width = cueglFrame.width */ __pyx_t_4 = __pyx_v_cueglFrame.numChannels; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).numChannels = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":841 * eglFrame[0].planeDesc[i].depth = cueglFrame.depth * eglFrame[0].planeDesc[i].numChannels = cueglFrame.numChannels * if i == 0: # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].width = cueglFrame.width * eglFrame[0].planeDesc[i].height = cueglFrame.height */ __pyx_t_7 = (__pyx_v_i == 0); if (__pyx_t_7) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":842 * eglFrame[0].planeDesc[i].numChannels = cueglFrame.numChannels * if i == 0: * eglFrame[0].planeDesc[i].width = cueglFrame.width # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch */ __pyx_t_4 = __pyx_v_cueglFrame.width; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).width = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":843 * if i == 0: * eglFrame[0].planeDesc[i].width = cueglFrame.width * eglFrame[0].planeDesc[i].height = cueglFrame.height # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR or */ __pyx_t_4 = __pyx_v_cueglFrame.height; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).height = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":844 * eglFrame[0].planeDesc[i].width = cueglFrame.width * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch # <<<<<<<<<<<<<< * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER or */ __pyx_t_4 = __pyx_v_cueglFrame.pitch; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).pitch = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":841 * eglFrame[0].planeDesc[i].depth = cueglFrame.depth * eglFrame[0].planeDesc[i].numChannels = cueglFrame.numChannels * if i == 0: # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].width = cueglFrame.width * eglFrame[0].planeDesc[i].height = cueglFrame.height */ goto __pyx_L6; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":845 * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR or */ switch (__pyx_v_cueglFrame.eglColorFormat) { case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR: case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":846 * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":847 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020 or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":848 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020 or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":849 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709 or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":850 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709): */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":851 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709): * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":845 * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR or */ __pyx_t_7 = 1; break; default: __pyx_t_7 = 0; break; } if (__pyx_t_7) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":853 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709): * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].height = (cueglFrame.height / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) */ ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).width = ((unsigned int)(((double)__pyx_v_cueglFrame.width) / 2.0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":854 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709): * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) * eglFrame[0].planeDesc[i].height = (cueglFrame.height / 2) # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR or */ ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).height = ((unsigned int)(((double)__pyx_v_cueglFrame.height) / 2.0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":855 * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) * eglFrame[0].planeDesc[i].height = (cueglFrame.height / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) # <<<<<<<<<<<<<< * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER or */ ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).pitch = ((unsigned int)(((double)__pyx_v_cueglFrame.pitch) / 2.0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":845 * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR or */ goto __pyx_L6; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":856 * eglFrame[0].planeDesc[i].height = (cueglFrame.height / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR or */ switch (__pyx_v_cueglFrame.eglColorFormat) { case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR: case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":857 * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":858 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":859 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":860 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020 or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":861 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020 or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":862 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709 or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":863 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709 or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":864 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":865 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":866 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":867 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":868 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":869 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER): */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":870 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":856 * eglFrame[0].planeDesc[i].height = (cueglFrame.height / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR or */ __pyx_t_7 = 1; break; default: __pyx_t_7 = 0; break; } if (__pyx_t_7) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":872 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].height = (cueglFrame.height / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) */ ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).width = ((unsigned int)(((double)__pyx_v_cueglFrame.width) / 2.0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":873 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) * eglFrame[0].planeDesc[i].height = (cueglFrame.height / 2) # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * eglFrame[0].planeDesc[1].channelDesc.y = 8 */ ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).height = ((unsigned int)(((double)__pyx_v_cueglFrame.height) / 2.0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":874 * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) * eglFrame[0].planeDesc[i].height = (cueglFrame.height / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[1].channelDesc.y = 8 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR or */ ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).pitch = ((unsigned int)(((double)__pyx_v_cueglFrame.pitch) / 2.0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":875 * eglFrame[0].planeDesc[i].height = (cueglFrame.height / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * eglFrame[0].planeDesc[1].channelDesc.y = 8 # <<<<<<<<<<<<<< * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR or */ ((__pyx_v_eglFrame[0]).planeDesc[1]).channelDesc.y = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":876 * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * eglFrame[0].planeDesc[1].channelDesc.y = 8 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 or */ switch (__pyx_v_cueglFrame.eglColorFormat) { case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR: case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":877 * eglFrame[0].planeDesc[1].channelDesc.y = 8 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":878 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":879 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":880 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":881 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER): */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":882 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[1].channelDesc.y = 16 */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":884 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[1].channelDesc.y = 16 # <<<<<<<<<<<<<< * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER or */ ((__pyx_v_eglFrame[0]).planeDesc[1]).channelDesc.y = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":876 * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * eglFrame[0].planeDesc[1].channelDesc.y = 8 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709 or */ break; default: break; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":856 * eglFrame[0].planeDesc[i].height = (cueglFrame.height / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR or */ goto __pyx_L6; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":885 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[1].channelDesc.y = 16 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR or */ switch (__pyx_v_cueglFrame.eglColorFormat) { case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_PLANAR: case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":886 * eglFrame[0].planeDesc[1].channelDesc.y = 16 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER): */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_PLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":887 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER): * eglFrame[0].planeDesc[i].height = cueglFrame.height */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":885 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[1].channelDesc.y = 16 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR or */ __pyx_t_7 = 1; break; default: __pyx_t_7 = 0; break; } if (__pyx_t_7) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":889 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER): * eglFrame[0].planeDesc[i].height = cueglFrame.height # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) */ __pyx_t_4 = __pyx_v_cueglFrame.height; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).height = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":890 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER): * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR or */ ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).width = ((unsigned int)(((double)__pyx_v_cueglFrame.width) / 2.0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":891 * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) # <<<<<<<<<<<<<< * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER or */ ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).pitch = ((unsigned int)(((double)__pyx_v_cueglFrame.pitch) / 2.0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":885 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[1].channelDesc.y = 16 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR or */ goto __pyx_L6; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":892 * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR or */ switch (__pyx_v_cueglFrame.eglColorFormat) { case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR: case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":893 * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":894 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":895 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":896 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709): */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":897 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709): * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":892 * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR or */ __pyx_t_7 = 1; break; default: __pyx_t_7 = 0; break; } if (__pyx_t_7) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":899 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709): * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) */ ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).width = ((unsigned int)(((double)__pyx_v_cueglFrame.width) / 2.0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":900 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709): * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) * eglFrame[0].planeDesc[i].height = cueglFrame.height # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * eglFrame[0].planeDesc[1].channelDesc.y = 8 */ __pyx_t_4 = __pyx_v_cueglFrame.height; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).height = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":901 * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[1].channelDesc.y = 8 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 or */ ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).pitch = ((unsigned int)(((double)__pyx_v_cueglFrame.pitch) / 2.0)); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":902 * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * eglFrame[0].planeDesc[1].channelDesc.y = 8 # <<<<<<<<<<<<<< * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR or */ ((__pyx_v_eglFrame[0]).planeDesc[1]).channelDesc.y = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":903 * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * eglFrame[0].planeDesc[1].channelDesc.y = 8 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709): */ switch (__pyx_v_cueglFrame.eglColorFormat) { case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020: case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":904 * eglFrame[0].planeDesc[1].channelDesc.y = 8 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709): * eglFrame[0].planeDesc[1].channelDesc.y = 16 */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":906 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709): * eglFrame[0].planeDesc[1].channelDesc.y = 16 # <<<<<<<<<<<<<< * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER or */ ((__pyx_v_eglFrame[0]).planeDesc[1]).channelDesc.y = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":903 * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * eglFrame[0].planeDesc[1].channelDesc.y = 8 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020 or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709): */ break; default: break; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":892 * eglFrame[0].planeDesc[i].width = (cueglFrame.width / 2) * eglFrame[0].planeDesc[i].pitch = (cueglFrame.pitch / 2) * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR or */ goto __pyx_L6; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":907 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709): * eglFrame[0].planeDesc[1].channelDesc.y = 16 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR or */ switch (__pyx_v_cueglFrame.eglColorFormat) { case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_PLANAR: case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":908 * eglFrame[0].planeDesc[1].channelDesc.y = 16 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER): */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_PLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":909 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER): * eglFrame[0].planeDesc[i].height = cueglFrame.height */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":907 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709): * eglFrame[0].planeDesc[1].channelDesc.y = 16 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR or */ __pyx_t_7 = 1; break; default: __pyx_t_7 = 0; break; } if (__pyx_t_7) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":911 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER): * eglFrame[0].planeDesc[i].height = cueglFrame.height # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].width = cueglFrame.width * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch */ __pyx_t_4 = __pyx_v_cueglFrame.height; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).height = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":912 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER): * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].width = cueglFrame.width # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR or */ __pyx_t_4 = __pyx_v_cueglFrame.width; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).width = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":913 * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].width = cueglFrame.width * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch # <<<<<<<<<<<<<< * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER or */ __pyx_t_4 = __pyx_v_cueglFrame.pitch; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).pitch = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":907 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709): * eglFrame[0].planeDesc[1].channelDesc.y = 16 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR or */ goto __pyx_L6; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":914 * eglFrame[0].planeDesc[i].width = cueglFrame.width * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR or */ switch (__pyx_v_cueglFrame.eglColorFormat) { case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR: case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":915 * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":916 * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":917 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":918 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":919 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":920 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":921 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER): */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":922 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[i].height = cueglFrame.height */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":914 * eglFrame[0].planeDesc[i].width = cueglFrame.width * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR or */ __pyx_t_7 = 1; break; default: __pyx_t_7 = 0; break; } if (__pyx_t_7) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":924 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[i].height = cueglFrame.height # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].width = cueglFrame.width * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch */ __pyx_t_4 = __pyx_v_cueglFrame.height; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).height = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":925 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].width = cueglFrame.width # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * eglFrame[0].planeDesc[1].channelDesc.y = 8 */ __pyx_t_4 = __pyx_v_cueglFrame.width; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).width = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":926 * eglFrame[0].planeDesc[i].height = cueglFrame.height * eglFrame[0].planeDesc[i].width = cueglFrame.width * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[1].channelDesc.y = 8 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR or */ __pyx_t_4 = __pyx_v_cueglFrame.pitch; ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).pitch = __pyx_t_4; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":927 * eglFrame[0].planeDesc[i].width = cueglFrame.width * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * eglFrame[0].planeDesc[1].channelDesc.y = 8 # <<<<<<<<<<<<<< * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR or */ ((__pyx_v_eglFrame[0]).planeDesc[1]).channelDesc.y = 8; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":928 * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * eglFrame[0].planeDesc[1].channelDesc.y = 8 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER or */ switch (__pyx_v_cueglFrame.eglColorFormat) { case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR: case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":929 * eglFrame[0].planeDesc[1].channelDesc.y = 8 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":930 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER or */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":931 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER): */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":932 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[1].channelDesc.y = 16 */ case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":934 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[1].channelDesc.y = 16 # <<<<<<<<<<<<<< * if cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY: * eglFrame[0].frame.pArray[i] = cueglFrame.frame.pArray[i] */ ((__pyx_v_eglFrame[0]).planeDesc[1]).channelDesc.y = 16; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":928 * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * eglFrame[0].planeDesc[1].channelDesc.y = 8 * if (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER or */ break; default: break; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":914 * eglFrame[0].planeDesc[i].width = cueglFrame.width * eglFrame[0].planeDesc[i].pitch = cueglFrame.pitch * elif (cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR or # <<<<<<<<<<<<<< * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER or * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR or */ } __pyx_L6:; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":935 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[1].channelDesc.y = 16 * if cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY: # <<<<<<<<<<<<<< * eglFrame[0].frame.pArray[i] = cueglFrame.frame.pArray[i] * else: */ __pyx_t_7 = (__pyx_v_cueglFrame.frameType == __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_FRAME_TYPE_ARRAY); if (__pyx_t_7) { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":936 * eglFrame[0].planeDesc[1].channelDesc.y = 16 * if cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY: * eglFrame[0].frame.pArray[i] = cueglFrame.frame.pArray[i] # <<<<<<<<<<<<<< * else: * pPtr = make_cudaPitchedPtr(cueglFrame.frame.pPitch[i], eglFrame[0].planeDesc[i].pitch, */ ((__pyx_v_eglFrame[0]).frame.pArray[__pyx_v_i]) = ((cudaArray_t)(__pyx_v_cueglFrame.frame.pArray[__pyx_v_i])); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":935 * cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER): * eglFrame[0].planeDesc[1].channelDesc.y = 16 * if cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY: # <<<<<<<<<<<<<< * eglFrame[0].frame.pArray[i] = cueglFrame.frame.pArray[i] * else: */ goto __pyx_L7; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":938 * eglFrame[0].frame.pArray[i] = cueglFrame.frame.pArray[i] * else: * pPtr = make_cudaPitchedPtr(cueglFrame.frame.pPitch[i], eglFrame[0].planeDesc[i].pitch, # <<<<<<<<<<<<<< * eglFrame[0].planeDesc[i].width, eglFrame[0].planeDesc[i].height) * eglFrame[0].frame.pPitch[i] = pPtr */ /*else*/ { /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":939 * else: * pPtr = make_cudaPitchedPtr(cueglFrame.frame.pPitch[i], eglFrame[0].planeDesc[i].pitch, * eglFrame[0].planeDesc[i].width, eglFrame[0].planeDesc[i].height) # <<<<<<<<<<<<<< * eglFrame[0].frame.pPitch[i] = pPtr * */ __pyx_v_pPtr = make_cudaPitchedPtr((__pyx_v_cueglFrame.frame.pPitch[__pyx_v_i]), ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).pitch, ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).width, ((__pyx_v_eglFrame[0]).planeDesc[__pyx_v_i]).height); /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":940 * pPtr = make_cudaPitchedPtr(cueglFrame.frame.pPitch[i], eglFrame[0].planeDesc[i].pitch, * eglFrame[0].planeDesc[i].width, eglFrame[0].planeDesc[i].height) * eglFrame[0].frame.pPitch[i] = pPtr # <<<<<<<<<<<<<< * * eglFrame[0].planeCount = cueglFrame.planeCount */ ((__pyx_v_eglFrame[0]).frame.pPitch[__pyx_v_i]) = __pyx_v_pPtr; } __pyx_L7:; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":942 * eglFrame[0].frame.pPitch[i] = pPtr * * eglFrame[0].planeCount = cueglFrame.planeCount # <<<<<<<<<<<<<< * if cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar */ __pyx_t_1 = __pyx_v_cueglFrame.planeCount; (__pyx_v_eglFrame[0]).planeCount = __pyx_t_1; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":943 * * eglFrame[0].planeCount = cueglFrame.planeCount * if cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR: */ switch (__pyx_v_cueglFrame.eglColorFormat) { case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":944 * eglFrame[0].planeCount = cueglFrame.planeCount * if cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420Planar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":943 * * eglFrame[0].planeCount = cueglFrame.planeCount * if cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":946 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422Planar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420SemiPlanar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":945 * if cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_PLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":948 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422Planar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422SemiPlanar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV422Planar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":947 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":950 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422SemiPlanar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444Planar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV422SemiPlanar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":949 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_PLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":952 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444Planar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444SemiPlanar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV444Planar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":951 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":954 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444SemiPlanar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_422: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUYV422 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV444SemiPlanar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":953 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_422: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUYV_422: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":956 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_422: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUYV422 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_422: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY422 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUYV422; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":955 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_422: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUYV422 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_422: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_422: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":958 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUYV422 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_422: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY422 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY709 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY422; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":957 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_422: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUYV422 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_422: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY422 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":960 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY422 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY709 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY709_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":959 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_422: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY422 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":962 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY709_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY2020 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":961 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_2020: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":964 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY2020 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ARGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatARGB */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":963 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_2020: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ARGB: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_ARGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":966 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ARGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatARGB # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RGBA: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatRGBA */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatARGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":965 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ARGB: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatARGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RGBA: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_RGBA: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":968 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatARGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RGBA: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatRGBA # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ABGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatABGR */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatRGBA; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":967 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ARGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatARGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RGBA: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatRGBA * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ABGR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_ABGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":970 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatRGBA * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ABGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatABGR # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BGRA: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBGRA */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatABGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":969 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RGBA: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatRGBA * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ABGR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatABGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BGRA: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BGRA: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":972 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatABGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BGRA: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBGRA # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_L: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatL */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBGRA; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":971 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_ABGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatABGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BGRA: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBGRA * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_L: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_L: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":974 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBGRA * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_L: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatL # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_R: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatR */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatL; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":973 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BGRA: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBGRA * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_L: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatL * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_R: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_R: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":976 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatL * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_R: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatR # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_A: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatA */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":975 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_L: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatL * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_R: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_A: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_A: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":978 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_A: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatA # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatRG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatA; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":977 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_R: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_A: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatA * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_RG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":980 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatA * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatRG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatAYUV */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":979 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_A: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatA * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_AYUV: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":982 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatAYUV # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444SemiPlanar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatAYUV; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":981 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_RG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatAYUV * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":984 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatAYUV * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444SemiPlanar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422SemiPlanar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU444SemiPlanar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":983 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatAYUV * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":986 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422SemiPlanar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU422SemiPlanar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":985 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":988 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420SemiPlanar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":987 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":990 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_444SemiPlanar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":989 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":992 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":991 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":994 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_444SemiPlanar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":993 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":996 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatVYUY_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_420SemiPlanar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":995 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_VYUY_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":998 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatVYUY_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatVYUY_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":997 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatVYUY_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_UYVY_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1000 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatVYUY_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUYV_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatUYVY_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":999 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatVYUY_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUYV_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1002 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUYV_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVYU_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUYV_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1001 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_UYVY_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatUYVY_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUYV_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVYU_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1004 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUYV_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVYU_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUVA_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVYU_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1003 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUYV_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUYV_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVYU_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUVA_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1006 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVYU_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUVA_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatAYUV_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUVA_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1005 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVYU_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUVA_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_AYUV_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1008 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUVA_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatAYUV_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444Planar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatAYUV_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1007 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUVA_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatAYUV_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1010 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatAYUV_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444Planar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422Planar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV444Planar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1009 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_AYUV_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatAYUV_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1012 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422Planar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV422Planar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1011 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1014 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444SemiPlanar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420Planar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1013 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1016 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444SemiPlanar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422SemiPlanar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV444SemiPlanar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1015 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1018 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422SemiPlanar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV422SemiPlanar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1017 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV444_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV444SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1020 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444Planar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420SemiPlanar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1019 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV422_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV422SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1022 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444Planar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422Planar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU444Planar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1021 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1024 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422Planar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU422Planar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1023 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1026 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444SemiPlanar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420Planar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1025 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1028 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444SemiPlanar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422SemiPlanar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU444SemiPlanar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1027 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1030 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422SemiPlanar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU422SemiPlanar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1029 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1032 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerRGGB */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420SemiPlanar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1031 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RGGB: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_RGGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1034 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerRGGB # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerBGGR */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerRGGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1033 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RGGB: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerRGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BGGR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_BGGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1036 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerRGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerBGGR # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerGRBG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerBGGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1035 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerRGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BGGR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerBGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GRBG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_GRBG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1038 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerBGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerGRBG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerGBRG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerGRBG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1037 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerBGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GRBG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerGRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GBRG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_GBRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1040 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerGRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerGBRG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10RGGB */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerGBRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1039 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerGRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GBRG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerGBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_RGGB: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_RGGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1042 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerGBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10RGGB # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10BGGR */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10RGGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1041 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerGBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_RGGB: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10RGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_BGGR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_BGGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1044 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10RGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10BGGR # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10GRBG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10BGGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1043 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10RGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_BGGR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10BGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GRBG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_GRBG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1046 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10BGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10GRBG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10GBRG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10GRBG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1045 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10BGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GRBG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10GRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GBRG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_GBRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1048 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10GRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10GBRG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12RGGB */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10GBRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1047 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10GRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GBRG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10GBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RGGB: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_RGGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1050 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10GBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12RGGB # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12BGGR */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12RGGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1049 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10GBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RGGB: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12RGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BGGR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_BGGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1052 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12RGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12BGGR # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12GRBG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12BGGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1051 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12RGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BGGR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12BGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GRBG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_GRBG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1054 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12BGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12GRBG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12GBRG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12GRBG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1053 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12BGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GRBG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12GRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GBRG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_GBRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1056 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12GRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12GBRG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14RGGB */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12GBRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1055 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12GRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GBRG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12GBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_RGGB: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER14_RGGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1058 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12GBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14RGGB # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14BGGR */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer14RGGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1057 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12GBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_RGGB: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14RGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_BGGR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER14_BGGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1060 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14RGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14BGGR # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14GRBG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer14BGGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1059 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14RGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_BGGR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14BGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GRBG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER14_GRBG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1062 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14BGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14GRBG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14GBRG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer14GRBG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1061 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14BGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GRBG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14GRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GBRG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER14_GBRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1064 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14GRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14GBRG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20RGGB */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer14GBRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1063 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14GRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GBRG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14GBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_RGGB: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER20_RGGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1066 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14GBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20RGGB # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20BGGR */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer20RGGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1065 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER14_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer14GBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_RGGB: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20RGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_BGGR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER20_BGGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1068 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20RGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20BGGR # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20GRBG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer20BGGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1067 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20RGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_BGGR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20BGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GRBG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER20_GRBG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1070 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20BGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20GRBG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20GBRG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer20GRBG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1069 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20BGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GRBG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20GRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GBRG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER20_GBRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1072 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20GRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20GBRG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspRGGB */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer20GBRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1071 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20GRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GBRG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20GBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1074 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20GBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspRGGB # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspBGGR */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerIspRGGB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1073 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER20_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer20GBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspRGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1076 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspRGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspBGGR # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspGRBG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerIspBGGR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1075 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_RGGB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspRGGB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspBGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1078 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspBGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspGRBG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspGBRG */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerIspGRBG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1077 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_BGGR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspBGGR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspGRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1080 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspGRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspGBRG # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444Planar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerIspGBRG; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1079 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GRBG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspGRBG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspGBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU444_PLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1082 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspGBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444Planar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422Planar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU444Planar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1081 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_ISP_GBRG: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerIspGBRG * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU422_PLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1084 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422Planar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU422Planar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1083 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU444_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU444Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1086 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BCCR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerBCCR */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420Planar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1085 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU422_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU422Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BCCR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_BCCR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1088 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BCCR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerBCCR # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RCCB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerRCCB */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerBCCR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1087 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BCCR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerBCCR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RCCB: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_RCCB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1090 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerBCCR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RCCB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerRCCB # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CRBC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerCRBC */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerRCCB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1089 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_BCCR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerBCCR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RCCB: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerRCCB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CRBC: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_CRBC: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1092 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerRCCB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CRBC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerCRBC # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CBRC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerCBRC */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerCRBC; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1091 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_RCCB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerRCCB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CRBC: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerCRBC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CBRC: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER_CBRC: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1094 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerCRBC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CBRC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerCBRC # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_CCCC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10CCCC */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayerCBRC; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1093 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CRBC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerCRBC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CBRC: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerCBRC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_CCCC: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER10_CCCC: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1096 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerCBRC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_CCCC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10CCCC # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BCCR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12BCCR */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer10CCCC; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1095 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER_CBRC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayerCBRC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_CCCC: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10CCCC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BCCR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_BCCR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1098 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10CCCC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BCCR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12BCCR # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RCCB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12RCCB */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12BCCR; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1097 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER10_CCCC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer10CCCC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BCCR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12BCCR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RCCB: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_RCCB: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1100 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12BCCR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RCCB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12RCCB # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CRBC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CRBC */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12RCCB; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1099 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_BCCR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12BCCR * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RCCB: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12RCCB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CRBC: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_CRBC: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1102 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12RCCB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CRBC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CRBC # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CBRC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CBRC */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12CRBC; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1101 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_RCCB: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12RCCB * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CRBC: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CRBC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CBRC: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_CBRC: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1104 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CRBC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CBRC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CBRC # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CCCC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CCCC */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12CBRC; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1103 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CRBC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CRBC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CBRC: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CBRC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CCCC: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_BAYER12_CCCC: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1106 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CBRC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CCCC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CCCC # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatBayer12CCCC; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1105 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CBRC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CBRC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CCCC: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CCCC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1108 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CCCC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_2020 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1107 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_BAYER12_CCCC: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatBayer12CCCC * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1110 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_2020 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_2020 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420SemiPlanar_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1109 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1112 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_2020 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_2020 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420SemiPlanar_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1111 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1114 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_2020 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_2020 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420Planar_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1113 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1116 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_2020 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_709 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420Planar_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1115 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1118 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_709 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_709 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420SemiPlanar_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1117 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1120 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_709 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_709 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420SemiPlanar_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1119 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_SEMIPLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420SemiPlanar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1122 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_709 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_709 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUV420Planar_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1121 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_SEMIPLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420SemiPlanar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1124 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_709 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVU420Planar_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1123 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUV420_PLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUV420Planar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1126 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_2020 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1125 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVU420_PLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVU420Planar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1128 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_2020 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_2020 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1127 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1130 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_2020 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_422SemiPlanar_2020; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1129 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1132 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_709 */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_422SemiPlanar; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1131 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_2020: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_2020 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1134 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_709 # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_422SemiPlanar_709; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1133 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1136 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY_709_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1135 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_422_SEMIPLANAR_709: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_422SemiPlanar_709 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_709_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1138 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY_709_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1137 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_709_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1140 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10_709_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1139 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_709_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1142 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10_709_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1141 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_709_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1144 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12_709_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1143 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_709_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1146 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12_709_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUVA */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1145 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_709_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YUVA: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1148 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUVA # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVYU */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYUVA; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1147 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUVA * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_YVYU: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1150 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUVA * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVYU # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatVYUY */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatYVYU; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1149 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YUVA: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYUVA * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVYU * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_VYUY: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1152 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVYU * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatVYUY # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatVYUY; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1151 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_YVYU: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatYVYU * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatVYUY * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1154 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatVYUY * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1153 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_VYUY: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatVYUY * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1156 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1155 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1158 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_444SemiPlanar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1157 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_420_SEMIPLANAR_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_420SemiPlanar_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1160 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1159 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1162 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_420SemiPlanar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1161 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y10V10U10_444_SEMIPLANAR_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY10V10U10_444SemiPlanar_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1164 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1163 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1166 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_ER # <<<<<<<<<<<<<< * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_709_ER */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_444SemiPlanar_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1165 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_420_SEMIPLANAR_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_420SemiPlanar_709_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1168 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_709_ER # <<<<<<<<<<<<<< * else: * return cudaErrorInvalidValue */ (__pyx_v_eglFrame[0]).eglColorFormat = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglColorFormatY12V12U12_444SemiPlanar_709_ER; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1167 * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_ER: * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_ER * elif cueglFrame.eglColorFormat == cydriver.CUeglColorFormat_enum.CU_EGL_COLOR_FORMAT_Y12V12U12_444_SEMIPLANAR_709_ER: # <<<<<<<<<<<<<< * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_709_ER * else: */ break; default: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1170 * eglFrame[0].eglColorFormat = cyruntime.cudaEglColorFormatY12V12U12_444SemiPlanar_709_ER * else: * return cudaErrorInvalidValue # <<<<<<<<<<<<<< * if cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY: * eglFrame[0].frameType = cyruntime.cudaEglFrameTypeArray */ __pyx_r = cudaErrorInvalidValue; goto __pyx_L0; break; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1171 * else: * return cudaErrorInvalidValue * if cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY: # <<<<<<<<<<<<<< * eglFrame[0].frameType = cyruntime.cudaEglFrameTypeArray * elif cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_PITCH: */ switch (__pyx_v_cueglFrame.frameType) { case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_FRAME_TYPE_ARRAY: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1172 * return cudaErrorInvalidValue * if cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY: * eglFrame[0].frameType = cyruntime.cudaEglFrameTypeArray # <<<<<<<<<<<<<< * elif cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_PITCH: * eglFrame[0].frameType = cyruntime.cudaEglFrameTypePitch */ (__pyx_v_eglFrame[0]).frameType = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglFrameTypeArray; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1171 * else: * return cudaErrorInvalidValue * if cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY: # <<<<<<<<<<<<<< * eglFrame[0].frameType = cyruntime.cudaEglFrameTypeArray * elif cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_PITCH: */ break; case __pyx_e_4cuda_8bindings_8cydriver_CU_EGL_FRAME_TYPE_PITCH: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1174 * eglFrame[0].frameType = cyruntime.cudaEglFrameTypeArray * elif cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_PITCH: * eglFrame[0].frameType = cyruntime.cudaEglFrameTypePitch # <<<<<<<<<<<<<< * else: * return cudaErrorInvalidValue */ (__pyx_v_eglFrame[0]).frameType = __pyx_e_4cuda_8bindings_9cyruntime_cudaEglFrameTypePitch; /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1173 * if cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_ARRAY: * eglFrame[0].frameType = cyruntime.cudaEglFrameTypeArray * elif cueglFrame.frameType == cydriver.CUeglFrameType_enum.CU_EGL_FRAME_TYPE_PITCH: # <<<<<<<<<<<<<< * eglFrame[0].frameType = cyruntime.cudaEglFrameTypePitch * else: */ break; default: /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":1176 * eglFrame[0].frameType = cyruntime.cudaEglFrameTypePitch * else: * return cudaErrorInvalidValue # <<<<<<<<<<<<<< */ __pyx_r = cudaErrorInvalidValue; goto __pyx_L0; break; } /* "cuda/bindings/_lib/cyruntime/cyruntime.pxi":819 * return cudaErrorInvalidValue * * @cython.show_performance_hints(False) # <<<<<<<<<<<<<< * cdef cudaError_t getRuntimeEglFrame(cyruntime.cudaEglFrame *eglFrame, cydriver.CUeglFrame cueglFrame) except ?cudaErrorCallRequiresNewerDriver nogil: * cdef cudaError_t err = cudaSuccess */ /* function exit code */ __pyx_r = (enum cudaError) 0; goto __pyx_L0; __pyx_L1_error:; __pyx_gilstate_save = __Pyx_PyGILState_Ensure(); __Pyx_AddTraceback("cuda.bindings._bindings.cyruntime.getRuntimeEglFrame", __pyx_clineno, __pyx_lineno, __pyx_filename); __pyx_r = cudaErrorCallRequiresNewerDriver; __Pyx_PyGILState_Release(__pyx_gilstate_save); __pyx_L0:; return __pyx_r; } /* #### Code section: module_exttypes ### */ static PyMethodDef __pyx_methods[] = { {0, 0, 0, 0} }; /* #### Code section: initfunc_declarations ### */ static CYTHON_SMALL_CODE int __Pyx_InitCachedBuiltins(__pyx_mstatetype *__pyx_mstate); /*proto*/ static CYTHON_SMALL_CODE int __Pyx_InitCachedConstants(__pyx_mstatetype *__pyx_mstate); /*proto*/ static CYTHON_SMALL_CODE int __Pyx_InitGlobals(void); /*proto*/ static CYTHON_SMALL_CODE int __Pyx_InitConstants(__pyx_mstatetype *__pyx_mstate); /*proto*/ static CYTHON_SMALL_CODE int __Pyx_modinit_global_init_code(__pyx_mstatetype *__pyx_mstate); /*proto*/ static CYTHON_SMALL_CODE int __Pyx_modinit_variable_export_code(__pyx_mstatetype *__pyx_mstate); /*proto*/ static CYTHON_SMALL_CODE int __Pyx_modinit_function_export_code(__pyx_mstatetype *__pyx_mstate); /*proto*/ static CYTHON_SMALL_CODE int __Pyx_modinit_type_init_code(__pyx_mstatetype *__pyx_mstate); /*proto*/ static CYTHON_SMALL_CODE int __Pyx_modinit_type_import_code(__pyx_mstatetype *__pyx_mstate); /*proto*/ static CYTHON_SMALL_CODE int __Pyx_modinit_variable_import_code(__pyx_mstatetype *__pyx_mstate); /*proto*/ static CYTHON_SMALL_CODE int __Pyx_modinit_function_import_code(__pyx_mstatetype *__pyx_mstate); /*proto*/ static CYTHON_SMALL_CODE int __Pyx_CreateCodeObjects(__pyx_mstatetype *__pyx_mstate); /*proto*/ /* #### Code section: init_module ### */ static int __Pyx_modinit_global_init_code(__pyx_mstatetype *__pyx_mstate) { __Pyx_RefNannyDeclarations CYTHON_UNUSED_VAR(__pyx_mstate); __Pyx_RefNannySetupContext("__Pyx_modinit_global_init_code", 0); /*--- Global init code ---*/ __Pyx_RefNannyFinishContext(); return 0; } static int __Pyx_modinit_variable_export_code(__pyx_mstatetype *__pyx_mstate) { __Pyx_RefNannyDeclarations CYTHON_UNUSED_VAR(__pyx_mstate); __Pyx_RefNannySetupContext("__Pyx_modinit_variable_export_code", 0); /*--- Variable export code ---*/ __Pyx_RefNannyFinishContext(); return 0; } static int __Pyx_modinit_function_export_code(__pyx_mstatetype *__pyx_mstate) { __Pyx_RefNannyDeclarations CYTHON_UNUSED_VAR(__pyx_mstate); PyObject *__pyx_t_1 = NULL; int __pyx_lineno = 0; const char *__pyx_filename = NULL; int __pyx_clineno = 0; __Pyx_RefNannySetupContext("__Pyx_modinit_function_export_code", 0); /*--- Function export code ---*/ { __pyx_t_1 = __Pyx_ApiExport_GetApiDict(); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 1, __pyx_L1_error) __Pyx_GOTREF(__pyx_t_1); const char * __pyx_export_signature = __Pyx_PyBytes_AsString(__pyx_mstate_global->__pyx_kp_b_char_const_cudaError_t_cudaError); #if !CYTHON_ASSUME_SAFE_MACROS if (unlikely(!__pyx_export_signature)) __PYX_ERR(0, 1, __pyx_L1_error) #endif const char * __pyx_export_name = __pyx_export_signature + 20689; void (*const __pyx_export_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_getDriverEglFrame, (void (*)(void))&__pyx_f_4cuda_8bindings_9_bindings_9cyruntime_getRuntimeEglFrame, (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_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.cydriver"); 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_CUresult_CUdevice___pyx_t_4cuda); #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 + 1910; void (**const __pyx_import_pointers[])(void) = {(void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuVDPAUGetDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEventCreateFromEGLSync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsEGLRegisterImage, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsGLRegisterImage, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsGLRegisterBuffer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsVDPAURegisterOutputSurface, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsVDPAURegisterVideoSurface, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGraphicsResourceGetMappedEglFrame, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerDisconnect, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamProducerDisconnect, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerAcquireFrame, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerReleaseFrame, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamProducerReturnFrame, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamProducerPresentFrame, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerConnect, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamProducerConnect, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuEGLStreamConsumerConnectWithFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_8cydriver__cuGLGetDevices_v2, (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_t_1 = PyImport_ImportModule("cuda.bindings._bindings.cyruntime_ptds"); 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 + 18315; void (**const __pyx_import_pointers[])(void) = {(void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetErrorName, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetErrorString, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetPCIBusId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDriverEntryPoint, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDriverEntryPointByVersion, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetPlane, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsSubResourceGetMappedArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetMipmappedArrayLevel, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc3DArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyArrayToArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DArrayToArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyToArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyToArrayAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DToArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DToArrayAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevSmResourceSplitByCount, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevSmResourceSplit, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDevResourceGenerateDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcOpenEventHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventCreateWithFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventDestroy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventQuery, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventSynchronize, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventRecord, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventRecordWithFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGreenCtxCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetExecutionCtx, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxDestroy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxSynchronize, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetDevResource, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxRecordEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxWaitEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaImportExternalMemory, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyExternalMemory, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaImportExternalSemaphore, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSignalExternalSemaphoresAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaWaitExternalSemaphoresAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyExternalSemaphore, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphConditionalHandleCreate_v2, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphConditionalHandleCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiateWithParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphInstantiateWithFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecDestroy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecEventRecordNodeSetEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecEventWaitNodeSetEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecChildGraphNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecExternalSemaphoresSignalNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecExternalSemaphoresWaitNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecHostNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecKernelNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemcpyNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemsetNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetEnabled, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeSetEnabled, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecMemcpyNodeSetParams1D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecUpdate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphLaunch, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphUpload, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecGetFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExecGetId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeFindInClone, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEmptyNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEventRecordNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddEventWaitNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddChildGraphNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddExternalSemaphoresSignalNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddExternalSemaphoresWaitNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddHostNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddKernelNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemAllocNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemcpyNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemsetNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemFreeNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddMemcpyNode1D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDestroyNode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeGetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeSetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventRecordNodeGetEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventWaitNodeGetEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventRecordNodeSetEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphEventWaitNodeSetEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetDependencies, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetDependentNodes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeCopyAttributes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphChildGraphNodeGetGraph, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetContainingGraph, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetType, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresSignalNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresSignalNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresWaitNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphExternalSemaphoresWaitNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphHostNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphHostNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphKernelNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemAllocNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemsetNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemsetNodeSetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetToolsId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphNodeGetLocalId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemFreeNodeGetParams, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphMemcpyNodeSetParams1D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphClone, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDestroy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphDebugDotPrint, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetEdges, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetNodes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetRootNodes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphAddDependencies, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphRemoveDependencies, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphReleaseUserObject, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphRetainUserObject, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphGetId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsUnregisterResource, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceSetMapFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcGetEventHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcGetMemHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetKernel, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryEnumerateKernels, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetKernel, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaKernelSetAttributeForDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryLoadFromFile, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryLoadData, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryUnload, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsDumpToMemory, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsDumpToFile, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsCurrent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsUnregisterCallback, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLogsRegisterCallback, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetDefaultMemPool, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetMemPool, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetDefaultMemPool, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetMemPool, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolImportFromShareableHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolDestroy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolGetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolSetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolTrimTo, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolSetAccess, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExternalMemoryGetMappedMipmappedArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceGetMappedMipmappedArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocMipmappedArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeMipmappedArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxStreamCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreateWithFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCreateWithPriority, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamDestroy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamQuery, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamSynchronize, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamSetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetDevResource, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamWaitEvent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamUpdateCaptureDependencies, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamEndCapture, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamBeginCaptureToGraph, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLaunchHostFunc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamAddCallback, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamCopyAttributes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamBeginCapture, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamIsCapturing, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetCaptureInfo, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetPriority, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamGetFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaStreamAttachMemAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateSurfaceObject, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroySurfaceObject, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateTextureObject, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDestroyTextureObject, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectCreate, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectRelease, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaUserObjectRetain, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceFlushGPUDirectRDMAWrites, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetCacheConfig, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetCacheConfig, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetLimit, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolGetAccess, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetSharedMemConfig, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetSharedMemConfig, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaThreadExchangeStreamCaptureMode, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaEventElapsedTime, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDriverGetVersion, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceCount, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaRuntimeGetVersion, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetByPCIBusId, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExecutionCtxGetDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetP2PAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetStreamPriorityRange, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceCanAccessPeer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaChooseDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyMaxActiveBlocksPerMultiprocessor, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceDisablePeerAccess, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGraphMemTrim, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSetDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceRegisterAsyncNotification, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceUnregisterAsyncNotification, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetDevResource, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsMapResources, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsUnmapResources, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetMemPool, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetGraphMemAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSetGraphMemAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceEnablePeerAccess, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaInitDevice, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetLimit, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemGetInfo, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetTexture1DLinearMaxWidth, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaOccupancyAvailableDynamicSMemPerBlock, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DBatchAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetMemoryRequirements, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMipmappedArrayGetMemoryRequirements, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetSparseProperties, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMipmappedArrayGetSparseProperties, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetChannelDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaArrayGetInfo, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceProperties, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncGetAttributes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemSetMemPool, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolExportPointer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DPeer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy3DPeerAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc3D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset3D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset3DAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaPointerGetAttributes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetSurfaceObjectResourceDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectResourceDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectResourceViewDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetTextureObjectTextureDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetDeviceFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetKernelCount, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetHostAtomicCapabilities, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetP2PAtomicCapabilities, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostGetFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaSetDeviceFlags, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFree, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeHost, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostUnregister, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcCloseMemHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaExternalMemoryGetMappedBuffer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaIpcOpenMemHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetUnifiedFunction, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolImportPointer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGraphicsResourceGetMappedPointer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetGlobal, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaLibraryGetManaged, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemRangeGetAttributes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocPitch, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemDiscardAndPrefetchBatchAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPrefetchBatchAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemDiscardBatchAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMalloc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocHost, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocFromPoolAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostAlloc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMallocManaged, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostGetDevicePointer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyFromArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyFromArrayAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPoolExportToShareableHandle, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFreeAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceGetNvSciSyncAttributes, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemsetAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyPeer, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyPeerAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DFromArray, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DFromArrayAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemRangeGetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset2D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemset2DAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaHostRegister, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2D, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy2DAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpy, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetExportTable, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemcpyBatchAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetAttribute, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetCacheConfig, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaFuncSetSharedMemConfig, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemAdvise, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaMemPrefetchAsync, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCtxResetPersistingL2Cache, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceReset, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaDeviceSynchronize, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaGetLastError, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaPeekAtLastError, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaProfilerStart, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaProfilerStop, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__cudaCreateChannelDesc, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaExtent, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaPitchedPtr, (void (**)(void))&__pyx_f_4cuda_8bindings_9_bindings_14cyruntime_ptds__make_cudaPos, (void (**)(void)) NULL}; void (**const *__pyx_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; 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___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._bindings.cyruntime")) { if (unlikely((PyDict_SetItemString(modules, "cuda.bindings._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/_bindings/cyruntime.pyx":7 * include "../cyruntime_functions.pxi" * * import os # <<<<<<<<<<<<<< * cimport cuda.bindings._bindings.cyruntime_ptds as ptds * cimport cython */ __pyx_t_1 = __Pyx_Import(__pyx_mstate_global->__pyx_n_u_os, 0, 0, NULL, 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(0, 7, __pyx_L1_error) __pyx_t_2 = __pyx_t_1; __Pyx_GOTREF(__pyx_t_2); if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_os, __pyx_t_2) < (0)) __PYX_ERR(0, 7, __pyx_L1_error) __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; /* "cuda/bindings/_bindings/cyruntime.pyx":11 * cimport cython * * cdef bint __cudaPythonInit = False # <<<<<<<<<<<<<< * cdef bint __usePTDS = False * cdef int _cudaPythonInit() except -1 nogil: */ __pyx_v_4cuda_8bindings_9_bindings_9cyruntime___cudaPythonInit = 0; /* "cuda/bindings/_bindings/cyruntime.pyx":12 * * cdef bint __cudaPythonInit = False * cdef bint __usePTDS = False # <<<<<<<<<<<<<< * cdef int _cudaPythonInit() except -1 nogil: * global __cudaPythonInit */ __pyx_v_4cuda_8bindings_9_bindings_9cyruntime___usePTDS = 0; /* "cuda/bindings/_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); if (__pyx_m) { if (__pyx_mstate->__pyx_d && stringtab_initialized) { __Pyx_AddTraceback("init cuda.bindings._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._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},{42},{18},{7},{6},{8},{10},{8},{2},{12},{12},{10},{8},{2453},{29438},{26425}}; #if (CYTHON_COMPRESS_STRINGS) == 2 /* compression: bz2 (4990 bytes) */ const char* const cstring = "BZh91AY&SY\250Gv.\000\020\n\337\200H\000@t<`\277\377\377\240\277\377\377\360`$?z\000\000\000\000\000\000\000\000\000\240\005\000\000\000$\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\003\230\004\300\t\200\000L\000\004\300\000\346\0010\002`\000\023\000\0010\0009\200L\000\230\000\004\300\000L\000\004\232\244\233T\323F\200hh\032\003@\320\000\323A\240\346\0010\002`\000\023\000\0010\000\n\211!4M\004\032\020\320&&\324\233M&\251\372hG\251\2056J\224\252\245*\244\225JR\250\252+&l\212#3d\244\314\333`|\026\226\237%\303@L\342P\004\272T\256\212\267\037\360\323O\371p\3068p\324\377\030\307\377X\303J\254W\016\215\246*\256\3342b\272\253\3741\377\2154\341\206\314csL+\0344\345\251\313M\235\\\271y7n\350\307V4\232b\242W\336\370\264n\255+\240\335\263\030r\242\251\273v&\305F\025UUU\262\242\277\345\263F\225\24614\323[mg\017c\r6\315]:\266c\035\032p\331\302\270qt\363r\254i\273LO\367WG/c\263\261\263\243\032SN^\217\006\316\034)\325Zi\321\263\321\350\304\334\360gm<]\036M1U\246\236-\232lp\3064\306\0346p\235\232;\266ptV\347\371p\335\273\014uucLV<\225\335\335\273EUucv0\361\275M<\036\377l\266KdEQUT\212\252\242UETJ\225T%,\220\245J\244[l%P\252\205\266\241m\251UVD*\242\251UT\252\221:q\377\023I\263\211\022\023\242\223\272\244\222r\251'\203\263\006*\253o)\222b\277\212\230\245Ty4\306\224U7wb\264\305U*\252\225U\262\266R\251\262\245S\0331\262\246\316\217\0267\331-N\024U=\312\330\323\025)IU\"\316\032\226\333fd\\\225r\366h\257\006\347F\312\254Q\035U\321RJ\351\205\314l\242\233\261Md\232p0\322T\232ndO\203\226\033*\252\251N\254Ur\341\273H\334\251U\nUT\205)\321\206#\226\314\023\207,p\357\230\250\335]\rFD\252\352\247QG%\033\243\354\025\"\304Nhrv8\023\252\223N\030\331\262\233;7nV\315\234\232vS\241\241\301\243u8Tp\335\246\214(iF\2324\251\245LSE)\261\271\330\303a\324\223\261\211+\020\251T\302\230&\021J\221\202\252b\025\211XI&\026IE0\301LE+\030\245\024\225S\t\206\021HQ\211D\304\305E$\230X\2119ET\226\252\205X\212\260UIUU\025*TR\224UUIT\245*UJ\251\024U%B\021\365I$\373\025 \024""\323d\313lx\252b\252S\273\014)R\321g\366\310\322\345imR\223t\252\246*\254M\230b\252*\224+LLU(c2\331T\2060b\225d\245UI\246\030*\245T\2460\306+\014`\305US\030\254a\346\254YR\252\251eiF)\026\226\251UEQVJ\252\252T\233(UEUV)\246\317\006\233\251\314\222A\302\325\211\025R\254\201U*\245Q*\310\205UJ\245UUU\nT\n\250\222\252JQ)R\250\225R\252\024\342\333\252/K\223U\217\212\252\252\253#6\271.\314\223\n\252\252U*QUEJ\245%UU*\241R\252R\220\252%T\245UY$\252\212\245TV+\tW3*\272\272\032\030\321\214SM0\305R\246\"\305*\243F1UJR\225J\252\220\252\213\025U;\251\212\225Suc\032a\245R\242\225\2061!UUJ\251U\024\225)J\252\225)EEU\005R\251JUJ\242\222U*\212\225T)J\252\252*\212\251%V\225\212\221E\025J\252\244\2458w\315\227m\262\346\022\262\261\024\246V#Lb\225Q\265\322\264\3062Ge\214Q\254\230\244\341\246\032U\017\202\261T\252\225%*\264\254\025Tz\2176\312\257\373\177G\311\302\252\243\373&\330\367\266V1D\345\020\374\005$\207_\344\346\177\245\217\352\236\256\257EW\264\366\261\370\232}\351'\234\307\233\243\003\342\352\251\272\276\326\312\367\261\206\225\205c\346\252UU\034\2721&\225J*\252\252\225Rup\257c\207-1\325\313N\357\301\215\325[6c\035\325\313\262n|\233\275\215\216\356\355<\030\322\252\252\251\273f04\356V4\257\0056a]X\360W\213\304\323\241\273\222\267p\376\207T\354z\377+\372}\331\0232\305g\360\014?7\242r\235\316\355=\345+\315\346\321\263\342\323\243ri\303M\236\360\341\356r\323\243M(\334\345U\035R\242r\341\r\232{^\366\237\027\033\271l\326\355\230\354\252V\0339I\262\247w\330\236O\342\252|\007\370cIG\277\r\337\212\177\270\334\215\217\333\227\253\315\344UG\261\211\215+\036\306\017\374cF\215+\024\367\253OV\317b\246\302\275]_\007W\301\3606S\204\251\n\236\266vud\372M\314R\225!\371\253\024\252\205p\233\271:\037\253xT\227\302\246\331\213\tp\317UU[\tJ*\255\342\302q\352\222^0<\016\004\221\242\233*=\352\212\251*\244\2116\225Y\026\022*\313\014\276\304\032\227\313\205\n\005\014f\310\"\242EA\347\271\313\226\316\214HlS\354lunn\356N\02278L#\301\271\350\244\350z?\016\023\315\335\204\243\t\205c\023\273\243\336\354lO\371lL\020\341Q#\241\215\324\255\017i\3651\210\340\356`\321:::+C\032;8ltT\232\035\317\370\211\025\263\207\n\345\325\261U\325\313\204\331\033\252\215\3340\323Ep\335\303f\343f\3554\254iXR\224\2454\341\245V4\331\2468c\0331\2151)\242HblW\251#\375\371N\245R\245T\252J\236\t\321\320rrn\371\261\321^\321\371\247\r>>\251~\211\032\023\301R:\272\221\212*\212\242\274\325;#\301U\342\3704\356\350c\024\370\266:<\335\021\216\005{U\313c\240\205)\263\253wul\262\215\316\022x:\"\233\267S\330\212\227\347\370\3707\033\277\005'W\253\315O\260\331\346\363:\216\216_\271\272\272\242\221]\017A\244\377-\223\272\251\244\335\271\260{\316\307f\357\007fN\217s\341\331\331\356\022l\352\307ucN\206!\262\240\322\274\376\266\316\311\300\344\340R\272\246\307\211\243\272\225\302\030\250\360\017b0\366(\230\235\024`I\303\253\303u\266\336\256\2558N\217\372V\235[\273\277\375\351\366\364\350\356\247c\227\203I\242|\235\233>\245*\275]\025\320\335\354cg\334\251U?\027\341\374S1\361T\361hN\217\007\223\034\260\371;\253\352t\203\273\207T\2329\3755\324\277P\365Gw\006\236\307T\370\274\234\270uUn0\303\033\265\321t{\325=\023\333$w\234\216\021\016\250\201B\0041\350\222[\202\232*\252\252\252\253\310Ha$4\214]5\250\242\255\331\246\314\026pqSS\227\275Q\001$\2021\001\262\356P\365\371\007\365\221$\336%\201U\"\331\"I\313\026\256\020\214UP\306-\\H\231\337\022\340\244\207""\211\"\016Z|\325\365M1\2152Mr}\254i\273f\r\325[\261\022\264\305n\307\336\323$\306\230\032\025\243G\025\303f\233+\0334n\323\342\2426n\345\211\212i\2057a\212\3051\313\223\025JV\355\316ZLp\330\322\224\331\246\306\312\323I\241\246\311\244UU)QR\252\2617hl\331\214T\254i4\306 \307\002V\2251\206*\343f\2346F\233\232iJ#a\301\207\n\331Dh\244p\252\252\252\2301\024\251\r)T\252F\2331\273\206&\225\2156i\303\030\322\261UQVV\312\366\264W\362n\255\021\344\210w\337O.\204|\322H\220}\247\305\344\340\341\321?\350\217N\257\301'\351\021\372'*\364NN\310\237S\223j\377\240br\341\036\252\222Gb?\271\037\237\366\036(\221<\221\371):\025$N\216\207\271?\321$z?\024}i\036\301\303\321\\\235H\201\244\211\347[)%G-\304\350'\213\370\244\211\320\320|Z\017\021\340\360HtO\241\360x\207\334G\371&\362~j\371\254\225\\\252\264\323I\212\252y\023b\222\247c\354O\003\332\233\022I\362{\210\347\311\364>\341\376Q\n?t&\203\311!\302\244O\257\360RUUT\2629(\230\210\311\030F\215\236\252\245\0336i\242\264\306\225\215\030\230\212\321\243cei67T\025M\234\350\334\321\037D\235S]VO\025S1i\213E\244\266E\230f%\n\212\250QP\252\302R1JUJ\251\031\3420\323\332\223\241\340\366\241]\030\376\017\243\350\375\374\261&\216\022p\216\203\372(\321\325`\247\257')$O`t{R}\201'\271\350\2214G\264$T\221\335Cc\242')\036D\251II1\n\230\252\242\253\024R\251\"\245B\224O\344H\203L\203L\205IJ\251U)\210P\2450\250\224S\021IRC\nLIR\025\211\014H\305B\251%JTa%!UR\250\245*\225UJ\245T\252U*\252\252\260baE*R\225D\245UdR\311\231*\305Y\204\245(\244\3060\3060\245\024V\n\206\025\206*\222\245S\022L*\222\242\244\241R\246#\005JaJIRR\224\252\225\005\025IE+\0051\025\025U)*T\250RT\205\230Z\224\211AU*R\246*\246\030a\376Q\017rt!\312|I?\232Cq\360\177s\336\350\304\252\252\3061\346$\230\221I%$ErCv\201U\366\264\256\025\245l\246\224\255>\304\323u4J)[\214iI\217bI\022\017\261=\262\017\211!\037/\347\312;\233'\365\177\250l\020\377Dx\317\334\223\250\345\314;\037\\|?\262\253\206J\252\325c\350\306\222\373\235\237\372p\331\261\357cN\033\270D\362{\325\301\356Se<9s\\5\235\233\324\3051>\366\264""\323\035LvV\232c\025\2739\365x9c\305\335\301\302\332\227r\2619Y\034\024\350\331[\253\202\272*\267\336\3153\241\313f\312\253Zp\352\3617hw?\324\323\203\262n\323\300\341'\016]\025\270\255\314b\247ei\341\216U8q\302\343F\316L1T\252\225U*\241B\2458a\320\341\331\\:7r\335\270\246\214*\245UUT\255\234\242:\032\034\nl\331\212\212*\n\335\024\247F\315+M\232N\r\230\341Sti\034\206\366I\360X\245<\350\363\033+\246:\220\321\251LT\234\253eh\222\252h\304\323\030\321\263\n\246\314`h\242\225IL\250\305D\222\225R\251U*\245UUJUU*\224\245+\030\232VJ\321URr\334\022tp\230\016>\217\315 \375\222p\177\342R\216\022\223\024J\033\020\350y\032@\236\322\037\007Bb{\221\354i'\363UC\271\350\322\1772\274\225R\252U|\342z\273\237\005I&\311_\252B?T\211BN\202\240\331I8y\035\205G\367u\016\212\370\026\222\243\315G\013$O\220\3762G\352\245(R\241)UG\363t\340\366\243\310~\336M\331US\025S\252\230\236\365O\263kf\354\313{\303eSs\305\014t8p\323\037Q\216\204\236\366\357i\262\021\376\301?$\360l\217\300n\373\036\013\030\366+\346\303I\255\231r1U*|\n\242\250\327\271\022c\334\222&\206J\215\266H\324\033'\264\345G\305\3651\214)UUU\024\242ZZ\2525S\025\024P\252\211T\252\222\251U4*1%UUUUJ\252\230)Y\rV\212\221i\261\352\233\357\247BG\301\365\344\036+$G\212wC\367$\361#\344\235\322\247\242p\237\004?#\354d4\212\253Sf6J\376*\252wILU1\325\373;\366$\375J\266\312\266\331,\235\222\"y\216Q;\007dH\370\237\025WV$\230\024I0\236\251\203J\211T\"V\214\010\307\365\"\211\362\n&\222&\205H\236\346\221\233\217T\207\242D\371\243\324\373Q\023\370$O$\211\037i\375\333\272\311\340\226U6Jz6C\314\217D\t\354vO\376\033\237\354y\236\327h'\260r\373\213?\327\370\020\354\352\211\037\227Gc\315\331\366\242Gg\275\273\357~pYJ\251R\322\312\225'5l$\227\360\267Rh\252\253\n\251%T\214\250b\263\030n\207\272u*\255$\216\211\372$\230t\177\004\242\243\353;=\302r\363}\202\275\036i'\375\225\374I\344\237hp{\206\223\314\262C\221\331\010=\350O\265\037\222\304\360J{\315\032V\022\252\2251\201\346\223F\221J&\222UUUUU*\252\253\022\244JcA\214T\252\252*\223\370>H\236o\311\346F\311\346JW""\202\205E>\024\235SF\307\177\304\303\305#\366P\242\250\272z>\367\352\356\220\372'\350\235\336\327\234\016\303\332\236,5\t&\346*\033\212\304T\250RT\2051\212\303\n\242\225QED\305I&\022\217\3151\2151\273LDO\335?)<\233$O4\223\344\030\022p\235\025\013!U$\301\330\235F\315\207\323r\033\235\207\301\302A\312\242\252*\242\252\2127$\345\312\2414\303\206\210\331B\267a\212m\326\032T\221\006\351:$O\004\334>\344=\020w\237}\363y\277\302C\037G\274\364O'\232\"vbG\007\370W\353>k\0376\034\032a\244\374\307\334\207\336\237\2229T{\221\035\217\271\024\331\035dB\034\235\037\004\223\367h\023\221\373$\376\212\252\212\252\250\202\225\"U\021\354:I$\235\316\022H\236,\331#\311?s\335\t&\221_\251\372\244nW\314\037l\245\205D\212\251\023\346\237\322{RF=\251Q\023\353B{\310\247\305Oq\352\237\023\325\"rC\371\2379\365\244?eO\177\332\371\236m\237D-\2045$1\021>\263\325\352\024\222\222\245JUH\252\225\024\251UR\252\222U\024\322{\037\022\221_I\020\345\"M\220\244\221I>\016\312\255\322\225\2051G\265GCM\233\"*\266UJ\236\305i\357l\306\346\3064\250\250\246 \306\033\230c\206\315\324\2328a\203e&\346\34564\335\240\305\nUJ(\241J\340\223\352|~\262-$\252\225J?b6I\034\310\207\261\022\017\377\305\334\221N\024$*\021\335\213\200"; PyObject *data = __Pyx_DecompressString(cstring, 4990, 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 (4947 bytes) */ const char* const cstring = "x\332\355\035\313r\33382\237\342c\222\312e2s\230=m)\222\255xG\216\275\222\234\324\234T0\tK\334P\244\026$\275\326~\375\342E\342\r\2022\025g\2470\207\211\325O\020ht\243\001\220\375\367\351\375l\262\271\373s\375\371\366\313\206\375}\271\334\254?//'\263\315\354\362jr\277XoVk\374\363&\311\263\002n\262bS#\220\300\007\220|O\341#h\362z\013kX\252.\"\244\261\363\005\013\227\213\254\302Z6I\363uv7\271\307Q\221\201\t\344\222\004\301)nW\r\257P\271\347\201\216`\346|\316a\320\022n\261\004\210h\234\222qA\250O\315\343#D2\2166\243E+^\334I%{b\231\250\365\010\370\241n\300\341\000\323K>E\350\303\265}\216\007\253j\366\020\315\262*a\343\246\240\361\"!m\022'\272\345\236$\377n2\004\335\342\2270\207\240\262\020\264\n\226\260nP\341\306\337a;\300\343\341\3260\365\264~\352i:\307}\313\352\335U\016\266\025\355\302Eg\t\325\346\351c\262\003\350\002?~\205\r\357-1\252K\204J\264\301\206\363F\3725<\332\271\350\377\226\034QS\324\031^\"R\371\234\345]\2306\007\367PG\372rm\344\267n\214\233\332\037\320O\324i\r\353\243\311\n\032)5\006\274\236\356P\006\257\2534H_\367\211\316d#\203g`k\325L\024V\377\3765[s\326\266\330'\257\331\001g\034\034\227\377\360>5\365\325\230\231\232\267\331\"\331\225\177\270x*\263\364\342\275\374\014w\177n\026\267_\346\364""\177\037.H\336G\325\315\250w\274,jt\274+\261\324\1776\020\035\227le\362~\240\n\325\353\215\241\020\377\230 \004\216b|\370O\357\340X\330^\344\255-\362n\262\303\236.=\030\234v\312\260V\341\245|\223\324T\330t\007\260u\344W%\332\003\034\234\253Dtr\225\375\227\266\265\375wt\371\202\352\362\271\206\341\035\341\306\230\215\026\310\256\237t\222\366\337\316Ln\340>9\034\377\300\363\352L\232F\322Hg\2011\\?J\250\3522^\256\342\207tN\200\222\336\347\302KXy3BO\241t\222\256\r=\274\275\326\357\345=]+'X\355\273\324\006\225\315\341\016\340`XY\275\242$\215L\350M\210\032\213\030\232\tn\354\216\267\303\005/k\354\273\245>\301\344\347\365!\241\220\317\240Hs\270\351\341\010\223\215\327\310N\\\257mY\351\3725?\303\244!\001\036\207\372\032>\327\326!ac\365!\310\324\354\002Ci\337\275\t\241\262\332\214\010\325\002\276>\036\340\273p\211b\030\202X\254k\006\273Q\342 \205\n\220cWQ\"3\322\251hfQr\300\013\220\350!YA\034\363w%\202N\275\035\305 \325\262\\WdV\350V\270\267@\316\335C\307a\272\024\237\221\237\252\373\033\310\352\2615[\250\350\202\r\233H\232\021[\0019\353Pe9\327\031\233\317\242BfZ\240\256\3412I\313\2645h\333h\372\343\032\367\037\300\376\023\324\320\343\353}\242\2543\3076\355$!~\025\222\202/e\n\003ft?3o\356`\305\375s\200P\252\3268\252\022b\354\343\252\350\340a\003\356\027\366\271\254Fn\336\037\370\371\341\310\275\312\226u\277\316\260\304\321\004V\260~a\003\325%\343\213\330\0073\263\324\371e\311\203]\203\362\203`\357\017)\366.,\277\276.\036\313\260G\025\356\273\2078\2342\305;i\377\310\352\333C{m\305q\343\243#\346\002{\030\372Z\242\272\307\327j\211\rWn\257\361\342\007\324%\352zLr:\375\262-\374\241NU\343\355\247\256\246 \317\311\253<\314\314{\210\344\360d\027`5?<\213\356\3122\227N&{h\324`\276(\023\320\016\220\034\376\350\262\206b\330\261\343 \241\004~\207\312\203o\205\240\260\267\317mo\001{z\322\216\336^\357\244\372p\252\036\002#\223Ux /\253soP\246QW\210I\002\253\312v\247\310&E\275\324$<\251vD\3529rUE\364\234\177\272\364\005E\n\033\363(w\236\372\307Y\323l!q_\342\323\256\030\206\235_\332\333\021xU\321G\332'\332z\217B\\\211\030\276e\301xO\337\362\020\374\356\235\231\237\251}n\343\027\255|\331\025\014UNww%\320 \002\227\344F\2662\\\374&\244\033F9\245\351:\217_\275\005\207\272A\360\006\013\352\325O6\005\256\noJ\2472\264*\3140:\250\207<\327%\004\341\211\317eg[\325\240n\252\236'\364\263:\223km\324\235\243\351\033N\177\022(\232\310S\032\037I\370\026\200\375\262W\017i;\340\241S\203\275\317\324\346tZ@\222/\212\371\234\207*\304B\261\306\201\004\217\325\0005\n\001gw\342[\001_3\370\237\236\266j-\261P\3109\256\274\"Sg\344\240\030\355K\270Uj\2218\345M\265\233\337\335\3172\204\331\226\263\233\3117\224\325\260Z\003\264\205J\206\345 \\%\245\341\241\225\264l\n\222\235\031\262L\022\027\301\"\333g\256U\240\262z\245\213>\372\316Ww_\335\265@\024kp\227\300\025\316S`\212I\361\362\3441\333\006\023:\311t\357eH|\314K\240\247\361\276\234\276\365\001o,\340\240m\214\200o\014\250\324\346G\006l\232=;\004\322=e\333\335M\033\255\274&\300Mei""\203i\375v\352\273\217w\035\203\207\313\346\355\004\312\303(\031\025W\210S0\377\263\253y>\025o\265\354>r\257/`\023\336\200\275\226U\3607\024\252#\231\351l\315\240\272;\005%v\250\202$9.P[\257\246\207\2571;\366\376w\246\336\275q\260\2722cu\323\206* \356\253\335\275bY\267=3\356\013\002\331\240\264N\354\341\250\316\326I\346X\233H\004A\251\250\257%\026\203w\221[\217g>\201:\331\335\036.\334/\201yV\236\222<\232\345\262\354~\t\351\313\320{\354\204+\343\205,K\343\202\205\350)u\210\264\325\001\240\212\372\031\210\352\014\352\r:\221\273'\271\367\016\353{\313\013H\003\371\215\275\t\327\333-\275\315\223\334\360\373\236\356T\266\214\253\236mg\375\344V\371,HX\270\355\373@\215Bj\373B\315\271\032t^-}_\2579\203>\337\267l\\\352\2027f\375\276\335\262+[\243\313\347C\211\352\366\224\317\232c\017\235%T\347]\206=4Lq\277X\247~\010c\273\022\032\2237\270\371\344\365]\210N\361\034J\376\331\366\2277\247\355a\366'\231\276\304u\250\00093\016\342\365n%\330\\\273\353\014J\247\355f\346\244.\367Yr{ \347Cd\326:\336\3131g\375\010\022C\304f\205\205\227\352\n|\215^\375\246\215W\227\325\247x\034_\267\272|c\203\017?\000a\037\276\361l\211(\202\325\223h\257\207V\370\302\216\241\025\026\347\016\200\3055\273\344\210\305i\3201\215\203\317\331\370^n9\026-A\261\205\235\3571\256\251\372O\273,\262\325\267\222\007\320;#\247I\033\264\016\017\326<|U\257\t\353\321e\330M\270\344a\264\276\355\271\2168`_]I\244\307\372\336\3008B\003:\304\350\356\027\035H\3132{\324:\274\270\202\366\314\nm3&Ta\350\366O\030S\220\336\263~%\342\002M\267\246\301\376\331\0256*\233\247\217\375D\022\205\364%\0252\332\354\035!;\336\315\245\330\010\377Z\2012\342\035T2.r\245i\005\345!R\251\332\367\343\0344\323]\226\247\335\335\250U\373z\223.\311\350e\361Z`8\217\324\024+\207\017\327\276.\347\302\213\027\332\\\024\314M\365PT\320\251\205\300\311\004-\300C\016S\r\261\262!\034Z\177\231i4\354\033\031\022p\001\360\002q'\001\356\017y\tt\321\27016\213\221fe\327\274+\274L\272.\246y\251\304\246IJ\255G\205\\\356\017\365\321\002V-\316\202lGWE\251\366\245\261y\254\252\217\322\256\255\265\022\025*lC\205\313o0\032\030>j\006\234[\210\001'a\330'H\031u>\2535z\321N<\206]^a%X\331\t\264Q\232[\346\2744\333YY\337\241L\231Td\246\246[e\032\314\2411y0hY\226\006\030\373!\307l\\\342\325\330\023t\"i\332$\256\262*82\265\254(=\3768\3129""\010\354}\2018R]\242\352\271\357\212&OR\310\303\253\373\326\203\311\213{\006\356\316\265\030\220\037\372`\0043^\005zY\2204\021\217\r\303U]b&\323\262\277e\307{U\"Q\324\242\023\266\300\221\232$\"WYn\"\310\371\226\002\274/Dd'o\275\315\232\375a]\312\253d\001\225$\222\367\343\032\204:\317K\000\242\037\333\033y\002\267\264b\272\254c\306je\361\315\177\r\251@\361\017\007=\303\350 \362C\266{\016bK\177\322Mts\213\254\234\344\321\342T\312\374\340034r\304\312\205X\243l\277.\rZzI\271Mj\344\344\244K\322\325\264\274gC\306F\314\262u\033\206\270\025\033\234o\\\310\351\255\234\345\031X\031\242\245\020:\n\273\224\022e\265\242H\351`\006\2222]\0060RK\0066\307\201\223;\340\266$\224a\264\014\223\001\331\232\230\337\3226\035\024#\272,RN!C?a[/8|]J\261\237-\253\351\215\376\246M\021\371\013Sx\241\252\314\214v\003\311\\\202\230:d\370u\305\200d\227O}xNL\276\201gvK\226\350}e\033-\311\263v\000c\300q{ABc\260\310\203\231\021(\027\\\224\004\331\202a,\312\315\022\205\305\202\021\321@\266P\001\345\361\304\004\223P\"\373\034\327\013\016\232_\242;\350lK\\\306\254|\030z\253\326\360'\222+\350\244k\233\356\232\034+v\275\303\317\215s\225dG\016\277\214\367\014\244}\241\313\034\034*\230\256\263nC\222\356.b\265\312\246\242f\034\335Oi\017\215\357\032\353\234f\321%\351\321>\035\325mOs\257\310\344\321\346\264\330@e\027\373m\250v+\227\0312=\020\224)\246\240`\035O\356\257q\243\333\225e\005e\375\267I\322\034@\221\034o\300\363$\251q'}\302\036\365;\346A78\000e\007T\022\021%\032H\256\371J\246r\226U$\020\221\366XL\202\257\370H4\341\363M\355*\332\345\030F\3775\373\260\215\300tZ~)\353\3541c'(2\221\010\341^2\233/m\003\023\216F-\242\322\327Y{\003\327\031\264=\364\033W\3425./\236m\210\350\275y]dv\013S\247&\361u\235\253\354h\270\327\371e\266\310\n\010\020\036\345oYZ\357\264\301\237<\201,'\272g\307\002\354\263dE\036\016\"j\n\362\2265\277\243.9\312v\027\337\274)\316\371\224\220\355!l\361\3725o\207\030;\031\361q\354\260Kl\177\267\034\242s\272\031\253\263\223 '\317\\\315\034\274kr[%5\201\365\327Rs\320\351\325\324\350(\254\354+Fv""\031\214_\360T\207L\375e\234M\260\353\260&D&\344g(\035\021\316\031\365_\0229o\205\255'a\255DN\371bhG\241\004\312p\212\366~\250\235J\272\004\252\031\201\344\324\364\224G=ya\023\212,\206\330eK\034\250\300C\226g\302~T\037o\247\221\353\2711\010\221\250\255K,m#\353_\361\027\341\021\334\302\tv\371\034\316\244+\250et\216E\273l\257\374\370\307\231\n\336\027\330\275\302\224L\024\341b\225\014E1A\347\332_\241\022\342\347y\371\000r\035z\003\n<\335\322N\031\r\214\026\353bfJ\017\251;Zrj\013P:)\322;\004\037!F\351\036\214\264\336\215\342\374\006\206\252\222\377\026#\302~\223L\215~,Dg\222\000\324\226tA\312\323r\333\340\356\312\234\335D\213q\260\330\001\265\247\354\334\304\272\264\346\220\364\\T9\213d\326\374\345i\225d$\2511:\234\316}\371o\303\273\350\276E\367,\374$\324\372\034\022Xe1\014@n\302\307\231\372K\353\357\2452SZE\332\211\257\336@\345\240X \351\351#\355P\322\2252\221n/d\302\230y\036\207\032\213o\016\267.\231\311\332\201^M1\254WN_\310\021%\371\362\036Y\341V5\316\255\026\037\251\026u}\325\r\036_\236\350y+Yc\200\212]\304\340\256\035\302\357\023\003\210\312\307,\207hU\003T\353\240\362 \247GJt\336\203\357p#\256\240H\000q\321D\006\226Uh\365\313Xy-V^\213\225\327b\345\265Xy-V^\373\301\225\327b\201\264X -\026H\213\005\322b\201\264X -\026H\213\005\322b\201\264X -\026H\213\005\322b\201\264X -\026H\213\005\322\372>O\375\313o\342K*\207:\255N\257=\026 i\274bi\257\320\354X8-\026N\213\205\323b\341\264X8-\026N\213\205\323b\341\264\023\013\247\305\232f\261\246Y\254i\026k\232\305\232f\261\246Y\254i\366\327\254if\335S\030\\9\254G\312H\365\315~`[c\255\263X\353,\326:\213\265\316b\255\263X\353,\326:{\225Zg\261\342\330\317[q,V\376\212\225\277b\345\257X\371\353\257P\371+\326\210\2125\242b\215\250X#j\274\032Q\261nS\254\333\024\3536\305\272M\261nS\254\333\024\3536\305\272M\261nS\254\333\024\3536\305\272MJ\335\246X;\350/V;(\326\007\212\365\201b}\240X\037(\326\007\212\365\201b}\240X\037(\326\007\212\365\201b}\240\037^\037(V\000\212\025\200b\005\240X\001(V\000\212\025\200b\005\240q*\000\305j?g\255\366""\023\213\372\304\242>?QQ\237XJ\347\377\276\224N,\234\023\013\347\304\3029\261pN,\234\323[8\347\177\356E\004\304"; PyObject *data = __Pyx_DecompressString(cstring, 4947, 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 (58460 bytes) */ const char* const bytes = "?CUDA_PYTHON_CUDA_PER_THREAD_DEFAULT_STREAMcline_in_tracebackdefaultgetenv__main____module____name__os__pyx_capi____qualname__setdefault__test__CUresult (CUdevice *, __pyx_t_4cuda_8bindings_8cydriver_VdpDevice, __pyx_t_4cuda_8bindings_8cydriver_VdpGetProcAddress *)\000CUresult (CUevent *, __pyx_t_4cuda_8bindings_8cydriver_EGLSyncKHR, unsigned int)\000CUresult (CUgraphicsResource *, __pyx_t_4cuda_8bindings_8cydriver_EGLImageKHR, unsigned int)\000CUresult (CUgraphicsResource *, __pyx_t_4cuda_8bindings_8cydriver_GLuint, __pyx_t_4cuda_8bindings_8cydriver_GLenum, unsigned int)\000CUresult (CUgraphicsResource *, __pyx_t_4cuda_8bindings_8cydriver_GLuint, unsigned int)\000CUresult (CUgraphicsResource *, __pyx_t_4cuda_8bindings_8cydriver_VdpOutputSurface, unsigned int)\000CUresult (CUgraphicsResource *, __pyx_t_4cuda_8bindings_8cydriver_VdpVideoSurface, unsigned int)\000CUresult (__pyx_t_4cuda_8bindings_8cydriver_CUeglFrame *, CUgraphicsResource, unsigned int, unsigned int)\000CUresult (__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *)\000\000CUresult (__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, CUgraphicsResource *, CUstream *, unsigned int)\000CUresult (__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, CUgraphicsResource, CUstream *)\000CUresult (__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame *, CUstream *)\000CUresult (__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame, CUstream *)\000CUresult (__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, __pyx_t_4cuda_8bindings_8cydriver_EGLStreamKHR)\000CUresult (__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, __pyx_t_4cuda_8bindings_8cydriver_EGLStreamKHR, __pyx_t_4cuda_8bindings_8cydriver_EGLint, __pyx_t_4cuda_8bindings_8cydriver_EGLint)\000CUresult (__pyx_t_4cuda_8bindings_8cydriver_CUeglStreamConnection *, __pyx_t_4cuda_8bindings_8cydriver_EGLStreamKHR, unsigned int)""\000CUresult (unsigned int *, CUdevice *, unsigned int, __pyx_t_4cuda_8bindings_8cydriver_CUGLDeviceList)\000_cuVDPAUGetDevice\000_cuEventCreateFromEGLSync\000_cuGraphicsEGLRegisterImage\000_cuGraphicsGLRegisterImage\000_cuGraphicsGLRegisterBuffer\000_cuGraphicsVDPAURegisterOutputSurface\000_cuGraphicsVDPAURegisterVideoSurface\000_cuGraphicsResourceGetMappedEglFrame\000_cuEGLStreamConsumerDisconnect\000_cuEGLStreamProducerDisconnect\000_cuEGLStreamConsumerAcquireFrame\000_cuEGLStreamConsumerReleaseFrame\000_cuEGLStreamProducerReturnFrame\000_cuEGLStreamProducerPresentFrame\000_cuEGLStreamConsumerConnect\000_cuEGLStreamProducerConnect\000_cuEGLStreamConsumerConnectWithFlags\000_cuGLGetDevices_v2char const *(cudaError_t)\000\000cudaError_t (__pyx_t_4cuda_8bindings_8cydriver_CUeglFrame *, __pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame)\000cudaError_t (__pyx_t_4cuda_8bindings_9cyruntime_cudaEglFrame *, __pyx_t_4cuda_8bindings_8cydriver_CUeglFrame)\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_cudaEglStreamConnect""ion *, 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 (c""udaGraphExec_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, unsi""gned 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, void *, cudaLogsCallbackHandle *)\000cudaError_t (cudaMemPool_t *, int)""\000\000cudaError_t (cudaMemPool_t *, struct cudaMemLocation *, enum cudaMemAllocationType)\000\000cudaError_t (cudaMemPool_t *, struct cudaMemPoolProps const *)\000cudaError_t (cudaMemPool_t *, void *, enum cudaMemAllocationHandleType, unsigned int)\000cudaError_t (cudaMemPool_t)\000cudaError_t (cudaMemPool_t, enum cudaMemPoolAttr, void *)\000\000cudaError_t (cudaMemPool_t, size_t)\000cudaError_t (cudaMemPool_t, struct cudaMemAccessDesc const *, size_t)\000cudaError_t (cudaMipmappedArray_t *, cudaExternalMemory_t, struct cudaExternalMemoryMipmappedArrayDesc const *)\000cudaError_t (cudaMipmappedArray_t *, cudaGraphicsResource_t)\000cudaError_t (cudaMipmappedArray_t *, struct cudaChannelFormatDesc const *, struct cudaExtent, unsigned int, unsigned int)\000cudaError_t (cudaMipmappedArray_t)\000cudaError_t (cudaStream_t *)\000cudaError_t (cudaStream_t *, cudaExecutionContext_t, unsigned int, int)\000cudaError_t (cudaStream_t *, unsigned int)\000cudaError_t (cudaStream_t *, unsigned int, int)\000cudaError_t (cudaStream_t)\000\000\000cudaError_t (cudaStream_t, __pyx_t_4cuda_8bindings_9_bindings_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 (cudaStream_t, cudaStream_t)\000cudaError_t (cudaStream_t, enum cudaStreamCapt""ureMode)\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)\000cudaError_t (int)\000\000\000cudaError_t (int, __pyx_t_4cuda_8bindings_9cy""runtime_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 *)\000cudaE""rror_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 (voi""d **, 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 cudaMe""moryAdvise, 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\000getDriverEglFrame\000getRuntimeEglFrame\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_cudaWaitExternalSemaphoresAsync\000_cudaDestroyExtern""alSemaphore\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_cudaGraphHostNodeSetPar""ams\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_cudaLaunchHostFunc\000_cudaStre""amAddCallback\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_cudaGraphicsGLRegisterImage""\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_cudaDeviceSynchronize\000_cudaGetLast""Error\000_cudaPeekAtLastError\000_cudaProfilerStart\000_cudaProfilerStop\000_cudaCreateChannelDesc\000_make_cudaExtent\000_make_cudaPitchedPtr\000_make_cudaPoschar const *(cudaError_t)\000\000cudaError_t (char *, int, int)\000cudaError_t (char const *, void **, unsigned PY_LONG_LONG, enum cudaDriverEntryPointQueryResult *)\000cudaError_t (char const *, void **, unsigned int, unsigned PY_LONG_LONG, enum cudaDriverEntryPointQueryResult *)\000cudaError_t (cudaArray_t *, cudaArray_t, unsigned int)\000cudaError_t (cudaArray_t *, cudaGraphicsResource_t, unsigned int, unsigned int)\000cudaError_t (cudaArray_t *, cudaMipmappedArray_const_t, unsigned int)\000cudaError_t (cudaArray_t *, struct cudaChannelFormatDesc const *, size_t, size_t, unsigned int)\000cudaError_t (cudaArray_t *, struct cudaChannelFormatDesc const *, struct cudaExtent, unsigned int)\000cudaError_t (cudaArray_t)\000cudaError_t (cudaArray_t, size_t, size_t, cudaArray_const_t, size_t, size_t, size_t, enum cudaMemcpyKind)\000cudaError_t (cudaArray_t, size_t, size_t, cudaArray_const_t, size_t, size_t, size_t, size_t, enum cudaMemcpyKind)\000cudaError_t (cudaArray_t, size_t, size_t, void const *, size_t, enum cudaMemcpyKind)\000cudaError_t (cudaArray_t, size_t, size_t, void const *, size_t, enum cudaMemcpyKind, cudaStream_t)\000cudaError_t (cudaArray_t, size_t, size_t, void const *, size_t, size_t, size_t, enum cudaMemcpyKind)\000cudaError_t (cudaArray_t, size_t, size_t, void const *, size_t, size_t, size_t, enum cudaMemcpyKind, cudaStream_t)\000cudaError_t (cudaDevResource *, unsigned int *, cudaDevResource const *, cudaDevResource *, unsigned int, unsigned int)\000cudaError_t (cudaDevResource *, unsigned int, cudaDevResource const *, cudaDevResource *, unsigned int, cudaDevSmResourceGroupParams *)\000cudaError_t (cudaDevResourceDesc_t *, cudaDevResource *, unsigned int)\000cudaError_t (cudaEvent_t *)\000cudaError_t (cudaEvent_t *, cudaIpcEventHandle_t)\000cudaError_t (cudaEvent_t *, unsigned int)\000cudaError""_t (cudaEvent_t)\000\000\000cudaError_t (cudaEvent_t, cudaStream_t)\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, cudaGraphN""ode_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_14cyruntime_ptds_cudaKernelNodeAttrID, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrValue *)\000cudaError_t (cudaGraphNode_t, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrID, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaKernelNodeAttrValue const *)\000cudaError_t (cudaGraphNode_t, cudaEvent_t *)\000\000cudaError_t (cudaGraphNode_t, cudaEvent_t)\000\000cudaError_t (cudaGraphNode_t, cudaGraphNode_t *, cudaGraphEdgeData *, size_t *)\000\000cudaError_t (cudaGraphNode_t, cudaGraphNode_t)\000cudaError_t (cudaGraphNode_t, cudaGraph_t *)\000\000cudaError_t (cudaGraphNode_t, enum cudaGraphNodeType *)\000cudaError_t (cudaGraphNode_t, struct cudaExternalSemaphoreSignalNodeParams *)\000cudaError_t (cudaGraphNode_t, struct cudaExternalSemaphoreSignalNodeParams const *)\000cudaError_t (cudaGraphNode_t, struct cudaExternalSemaphoreWaitNodeParams *)\000cudaError_t (cudaGraphNode_t, struct cudaExternalSemaphoreWaitNodeParams const *)\000cudaError_t (cudaGraphNode_t, struct cudaGraphNodeParams *)\000cudaError_t (cudaGraphNode_t, struct cudaHostNodeParams *)\000cudaError_t (cudaGraphNode_t, struct cudaHostNodeParams const *)\000cudaError_t (cudaGraphNode_t, struct cudaKernelNodeParams *)\000cudaError_t (cudaGraphNode_t, struct cudaKernelNodeParams const *)\000cudaError_t (cudaGraphNode_t, struct cudaMemAllocNodeParams *)\000cudaError_t (cudaGraphNode_t, struct cudaMemcpy3DParms *)\000cudaError_t (cudaGraphNode_t, struct cudaMemcpy3DParms const *)\000cudaError_t (cudaGraphNode_t, struct cudaMemsetParams *)\000cudaError_t (cudaGraphNode_t, struct cudaMemsetParams const *)\000cudaError_t (cudaGraphNode_t, unsigned PY_LONG_LONG *)\000cudaError_t (cudaGraphNode_t, unsign""ed 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)\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 *)\000cu""daError_t (cudaMemPool_t *, void *, enum cudaMemAllocationHandleType, unsigned int)\000cudaError_t (cudaMemPool_t)\000cudaError_t (cudaMemPool_t, enum cudaMemPoolAttr, void *)\000\000cudaError_t (cudaMemPool_t, size_t)\000cudaError_t (cudaMemPool_t, struct cudaMemAccessDesc const *, size_t)\000cudaError_t (cudaMipmappedArray_t *, cudaExternalMemory_t, struct cudaExternalMemoryMipmappedArrayDesc const *)\000cudaError_t (cudaMipmappedArray_t *, cudaGraphicsResource_t)\000cudaError_t (cudaMipmappedArray_t *, struct cudaChannelFormatDesc const *, struct cudaExtent, unsigned int, unsigned int)\000cudaError_t (cudaMipmappedArray_t)\000cudaError_t (cudaStream_t *)\000cudaError_t (cudaStream_t *, cudaExecutionContext_t, unsigned int, int)\000cudaError_t (cudaStream_t *, unsigned int)\000cudaError_t (cudaStream_t *, unsigned int, int)\000cudaError_t (cudaStream_t)\000\000\000cudaError_t (cudaStream_t, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrID, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrValue *)\000cudaError_t (cudaStream_t, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrID, __pyx_t_4cuda_8bindings_9_bindings_14cyruntime_ptds_cudaStreamAttrValue const *)\000cudaError_t (cudaStream_t, cudaDevResource *, enum cudaDevResourceType)\000cudaError_t (cudaStream_t, cudaEvent_t, unsigned int)\000cudaError_t (cudaStream_t, cudaGraphNode_t *, cudaGraphEdgeData const *, size_t, unsigned int)\000cudaError_t (cudaStream_t, cudaGraph_t *)\000cudaError_t (cudaStream_t, cudaGraph_t, cudaGraphNode_t const *, cudaGraphEdgeData const *, size_t, enum cudaStreamCaptureMode)\000cudaError_t (cudaStream_t, cudaHostFn_t, void *)\000cudaError_t (cudaStream_t, cudaStreamCallback_t, void *, unsigned int)\000cudaError_t (cudaStream_t, cudaStream_t)\000cudaError_t (cudaStream_t, enum cudaStreamCaptureMode)\000cudaError_t (cudaStream_t, enum cudaStreamCaptureStatus *)\000cudaError_t (cudaStream_t, enum cudaStreamCaptureStatus *, unsigned P""Y_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 *, char const *)\000cudaError_t (int *, cudaExecutionContext_t)\000cudaError_t (int *, enum cudaDeviceAttr, int)\000cudaError_t (int *, enum cudaDeviceP2PAttr, int, int)\000cudaError_t (int *, int *)\000cudaError_t (int *, int, int)\000cudaError_t (int *, struct cudaDeviceProp const *)\000cudaError_t (int *, void const *, int, size_t)\000cudaError_t (int *, void const *, int, size_t, unsigned int)\000cudaError_t (int)\000\000\000cudaError_t (int, cudaAsyncCallback, void *, cudaAsyncCallbackHandle_t *)\000cudaError_t (int, cudaAsyncCallbackHandle_t)\000cudaError_t (int, cudaDevResource *, enum cudaDevResourceType)\000cudaError_t (int, cudaGraphicsResource_t *, cudaStream_t)\000\000cudaError_t (int, cudaMemPool_t)\000cudaError_t (int, enu""m 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 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 cudaAtom""icOperation const *, unsigned int, int)\000cudaError_t (unsigned int *, enum cudaAtomicOperation const *, unsigned int, int, int)\000cudaError_t (unsigned int *, void *)\000cudaError_t (unsigned int)\000cudaError_t (void *)\000\000\000\000cudaError_t (void **, cudaExternalMemory_t, struct cudaExternalMemoryBufferDesc const *)\000cudaError_t (void **, cudaIpcMemHandle_t, unsigned int)\000cudaError_t (void **, cudaLibrary_t, char const *)\000cudaError_t (void **, cudaMemPool_t, struct cudaMemPoolPtrExportData *)\000cudaError_t (void **, size_t *, cudaGraphicsResource_t)\000cudaError_t (void **, size_t *, cudaLibrary_t, char const *)\000\000cudaError_t (void **, size_t *, enum cudaMemRangeAttribute *, size_t, void const *, size_t)\000cudaError_t (void **, size_t *, size_t, size_t)\000cudaError_t (void **, size_t *, size_t, struct cudaMemLocation *, size_t *, size_t, unsigned PY_LONG_LONG, cudaStream_t)\000\000cudaError_t (void **, size_t *, size_t, unsigned PY_LONG_LONG, cudaStream_t)\000cudaError_t (void **, size_t)\000\000cudaError_t (void **, size_t, cudaMemPool_t, cudaStream_t)\000cudaError_t (void **, size_t, cudaStream_t)\000cudaError_t (void **, size_t, unsigned int)\000\000cudaError_t (void **, void *, unsigned int)\000cudaError_t (void *, cudaArray_const_t, size_t, size_t, size_t, enum cudaMemcpyKind)\000cudaError_t (void *, cudaArray_const_t, size_t, size_t, size_t, enum cudaMemcpyKind, cudaStream_t)\000cudaError_t (void *, cudaMemPool_t, enum cudaMemAllocationHandleType, unsigned int)\000cudaError_t (void *, cudaStream_t)\000cudaError_t (void *, int, int)\000cudaError_t (void *, int, size_t)\000cudaError_t (void *, int, size_t, cudaStream_t)\000cudaError_t (void *, int, void const *, int, size_t)\000cudaError_t (void *, int, void const *, int, size_t, cudaStream_t)\000cudaError_t (void *, size_t, cudaArray_const_t, size_t, size_t, size_t, size_t, enum cudaMemcpyKind)\000cudaError_t (void *, size_t, cudaArray_const_t, size_t, size_t, size_t, size_t, enum cuda""MemcpyKind, 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)\000_cudaGetErrorName\000_cudaGetErrorString\000_cudaDeviceGetPCIBusId\000_cudaGetDriverEntryPoint\000_cudaGetDriverEntryPointByVersion\000_cudaArrayGetPlane\000_cudaGraphicsSubResourceGetMappedArray\000_cudaGetMipmappedArrayLevel\000_cudaMallocArray\000_cudaMalloc3DArray\000_cudaFreeArray\000_cudaMemcpyArrayToArray\000_cudaMemcpy2DArrayToArray\000_cudaMemcpyToArray\000_cudaMemcpyToArrayAsync\000_cudaMemcpy2DToArray\000_cudaMemcpy2DToArrayAsync\000_cudaDevSmResourceSplitByCount\000_cudaDevSmResourceSplit\000_cudaDevResourceGenerateDesc\000_cudaEventCreate\000_cudaIpcOpenEventHan""dle\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_cudaWaitExternalSemaphoresAsync\000_cudaDestroyExternalSemaphore\000_cudaGraphConditionalHandleCreate_v2\000_cudaGraphConditionalHandleCreate\000_cudaGraphInstantiateWithParams\000_cudaGraphInstantiate\000_cudaGraphInstantiateWithFlags\000_cudaGraphExecDestroy\000_cudaGraphExecEventRecordNodeSetEvent\000_cudaGraphExecEventWaitNodeSetEvent\000_cudaGraphExecChildGraphNodeSetParams\000_cudaGraphExecExternalSemaphoresSignalNodeSetParams\000_cudaGraphExecExternalSemaphoresWaitNodeSetParams\000_cudaGraphExecNodeSetParams\000_cudaGraphExecHostNodeSetParams\000_cudaGraphExecKernelNodeSetParams\000_cudaGraphExecMemcpyNodeSetParams\000_cudaGraphExecMemsetNodeSetParams\000_cudaGraphNodeGetEnabled\000_cudaGraphNodeSetEnabled\000_cudaGraphExecMemcpyNodeSetParams1D\000_cudaGraphExecUpdate\000_cudaGraphLaunch\000_cudaGraphUpload\000_cudaGraphExecGetFlags\000_cudaGraphExecGetId\000_cudaGraphNodeFindInClone\000_cudaGraphAddNode\000_cudaGraphAddEmptyNode\000_cudaGraphAddEventRecordNode\000_cudaGraphAddEventWaitNode\000_cudaGraphAddChildGraphNode\000_cudaGraphAddExternalSemaphoresSignalNode\000_cudaGraphAddExternalSemaphoresWaitNode\000_cudaGraphAddHostNode\000_cudaGraphAddKernelNode\000_cudaGraphAddMemAllocNode\000_cudaGraphAddMemcpyNode\000_cudaGraphAddMemsetNode\000_cudaGraphAddMemFreeNode\000_cudaGraphAddMemcpyNode1D\000_cudaGraphDestroyNode\000_cudaGraphKernelNodeGetAttribute\000_cudaGraphKernelNodeSetAttribute\000_cudaGraphEventRecordNodeGetEvent\000_cudaGraphEventWaitNode""GetEvent\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_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_cudaExternalMemoryGetMappedMipmapped""Array\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_cudaLaunchHostFunc\000_cudaStreamAddCallback\000_cudaStreamCopyAttributes\000_cudaStreamBeginCapture\000_cudaStreamIsCapturing\000_cudaStreamGetCaptureInfo\000_cudaStreamGetDevice\000_cudaStreamGetPriority\000_cudaStreamGetId\000_cudaStreamGetFlags\000_cudaStreamAttachMemAsync\000_cudaCreateSurfaceObject\000_cudaDestroySurfaceObject\000_cudaCreateTextureObject\000_cudaDestroyTextureObject\000_cudaUserObjectCreate\000_cudaUserObjectRelease\000_cudaUserObjectRetain\000_cudaDeviceFlushGPUDirectRDMAWrites\000_cudaDeviceGetCacheConfig\000_cudaDeviceSetCacheConfig\000_cudaDeviceSetLimit\000_cudaMemPoolGetAccess\000_cudaDeviceGetSharedMemConfig\000_cudaDeviceSetSharedMemConfig\000_cudaThreadExchangeStreamCaptureMode\000_cudaEventElapsedTime\000_cudaDriverGetVersion\000_cudaGetDevice\000_cudaGetDeviceCount\000_cudaRuntimeGetVersion\000_cudaDeviceGetByPCIBusId\000_cudaExecutionCtxGetDevice\000_cudaDeviceGetAttribute\000_cudaDeviceGetP2PAttribute\000_cudaDeviceGetStreamPriorityRange\000_cudaDeviceCanAccessPeer\000_cudaChooseDevice\000_cudaOccupancyMaxActiveBlocksPerMultiprocessor\000_cudaOccupancyMaxActiveBlocksPerMultiprocessorWithFlags\000_cudaDeviceDisablePeerAccess\000_cudaDeviceGraphMemTrim\000_cudaSetDevice\000_cudaDeviceRegisterAsyncNotification\000_cudaDeviceUnregisterAsyncNotification\000_cudaDeviceGetDevResource\000_cudaGraphicsMapResources\000_cudaGraphicsUnmapResources\000_cudaDeviceSetMemPool\000_cudaDeviceGetGraphMemAttribute\000_cudaDeviceSetGraphMemAttribute\000_cu""daDeviceEnablePeerAccess\000_cudaInitDevice\000_cudaDeviceGetLimit\000_cudaMemGetInfo\000_cudaDeviceGetTexture1DLinearMaxWidth\000_cudaOccupancyAvailableDynamicSMemPerBlock\000_cudaMemcpy3DBatchAsync\000_cudaArrayGetMemoryRequirements\000_cudaMipmappedArrayGetMemoryRequirements\000_cudaArrayGetSparseProperties\000_cudaMipmappedArrayGetSparseProperties\000_cudaGetChannelDesc\000_cudaArrayGetInfo\000_cudaGetDeviceProperties\000_cudaFuncGetAttributes\000_cudaMemSetMemPool\000_cudaMemPoolExportPointer\000_cudaMemcpy3D\000_cudaMemcpy3DAsync\000_cudaMemcpy3DPeer\000_cudaMemcpy3DPeerAsync\000_cudaMalloc3D\000_cudaMemset3D\000_cudaMemset3DAsync\000_cudaPointerGetAttributes\000_cudaGetSurfaceObjectResourceDesc\000_cudaGetTextureObjectResourceDesc\000_cudaGetTextureObjectResourceViewDesc\000_cudaGetTextureObjectTextureDesc\000_cudaGetDeviceFlags\000_cudaLibraryGetKernelCount\000_cudaDeviceGetHostAtomicCapabilities\000_cudaDeviceGetP2PAtomicCapabilities\000_cudaHostGetFlags\000_cudaSetDeviceFlags\000_cudaFree\000_cudaFreeHost\000_cudaHostUnregister\000_cudaIpcCloseMemHandle\000_cudaExternalMemoryGetMappedBuffer\000_cudaIpcOpenMemHandle\000_cudaLibraryGetUnifiedFunction\000_cudaMemPoolImportPointer\000_cudaGraphicsResourceGetMappedPointer\000_cudaLibraryGetGlobal\000_cudaLibraryGetManaged\000_cudaMemRangeGetAttributes\000_cudaMallocPitch\000_cudaMemDiscardAndPrefetchBatchAsync\000_cudaMemPrefetchBatchAsync\000_cudaMemDiscardBatchAsync\000_cudaMalloc\000_cudaMallocHost\000_cudaMallocFromPoolAsync\000_cudaMallocAsync\000_cudaHostAlloc\000_cudaMallocManaged\000_cudaHostGetDevicePointer\000_cudaMemcpyFromArray\000_cudaMemcpyFromArrayAsync\000_cudaMemPoolExportToShareableHandle\000_cudaFreeAsync\000_cudaDeviceGetNvSciSyncAttributes\000_cudaMemset\000_cudaMemsetAsync\000_cudaMemcpyPeer\000_cudaMemcpyPeerAsync\000_cudaMemcpy2DFromArray\000_cudaMemcpy2DFromArrayAsync\000_cudaMemRangeGetAttribute\000_cudaMemset2D\000_cudaMemset2DAsync\000_cudaHostRegister\000_cudaMemcpy2D\000_cudaMemcpy""2DAsync\000_cudaMemcpy\000_cudaMemcpyAsync\000_cudaGetExportTable\000_cudaMemcpyBatchAsync\000_cudaFuncSetAttribute\000_cudaFuncSetCacheConfig\000_cudaFuncSetSharedMemConfig\000_cudaMemAdvise\000_cudaMemPrefetchAsync\000_cudaCtxResetPersistingL2Cache\000_cudaDeviceReset\000_cudaDeviceSynchronize\000_cudaGetLastError\000_cudaPeekAtLastError\000_cudaProfilerStart\000_cudaProfilerStop\000_cudaCreateChannelDesc\000_make_cudaExtent\000_make_cudaPitchedPtr\000_make_cudaPos"; PyObject *data = NULL; CYTHON_UNUSED_VAR(__Pyx_DecompressString); #endif PyObject **stringtab = __pyx_mstate->__pyx_string_tab; Py_ssize_t pos = 0; for (int i = 0; i < 13; i++) { Py_ssize_t bytes_length = index[i].length; PyObject *string = PyUnicode_DecodeUTF8(bytes + pos, bytes_length, NULL); if (likely(string) && i >= 1) PyUnicode_InternInPlace(&string); if (unlikely(!string)) { Py_XDECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) } stringtab[i] = string; pos += bytes_length; } for (int i = 13; i < 16; 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 < 16; i++) { if (unlikely(PyObject_Hash(stringtab[i]) == -1)) { __PYX_ERR(0, 1, __pyx_L1_error) } } #if CYTHON_IMMORTAL_CONSTANTS { PyObject **table = stringtab + 13; for (Py_ssize_t i=0; i<3; ++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 /* 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 (used by PyObjectVectorCallKwBuilder) */ #if PY_VERSION_HEX < 0x03090000 || CYTHON_COMPILING_IN_LIMITED_API static PyObject* __Pyx_PyObject_FastCall_fallback(PyObject *func, PyObject * const*args, size_t nargs, PyObject *kwargs) { PyObject *argstuple; PyObject *result = 0; size_t i; argstuple = PyTuple_New((Py_ssize_t)nargs); if (unlikely(!argstuple)) return NULL; for (i = 0; i < nargs; i++) { Py_INCREF(args[i]); if (__Pyx_PyTuple_SET_ITEM(argstuple, (Py_ssize_t)i, args[i]) != (0)) goto bad; } result = __Pyx_PyObject_Call(func, argstuple, kwargs); bad: Py_DECREF(argstuple); return result; } #endif #if CYTHON_VECTORCALL && !CYTHON_COMPILING_IN_LIMITED_API #if PY_VERSION_HEX < 0x03090000 #define __Pyx_PyVectorcall_Function(callable) _PyVectorcall_Function(callable) #elif CYTHON_COMPILING_IN_CPYTHON static CYTHON_INLINE vectorcallfunc __Pyx_PyVectorcall_Function(PyObject *callable) { PyTypeObject *tp = Py_TYPE(callable); #if defined(__Pyx_CyFunction_USED) if (__Pyx_CyFunction_CheckExact(callable)) { return __Pyx_CyFunction_func_vectorcall(callable); } #endif if (!PyType_HasFeature(tp, Py_TPFLAGS_HAVE_VECTORCALL)) { return NULL; } assert(PyCallable_Check(callable)); Py_ssize_t offset = tp->tp_vectorcall_offset; assert(offset > 0); vectorcallfunc ptr; memcpy(&ptr, (char *) callable + offset, sizeof(ptr)); return ptr; } #else #define __Pyx_PyVectorcall_Function(callable) PyVectorcall_Function(callable) #endif #endif static CYTHON_INLINE PyObject* __Pyx_PyObject_FastCallDict(PyObject *func, PyObject *const *args, size_t _nargs, PyObject *kwargs) { Py_ssize_t nargs = __Pyx_PyVectorcall_NARGS(_nargs); #if CYTHON_COMPILING_IN_CPYTHON if (nargs == 0 && kwargs == NULL) { if (__Pyx_CyOrPyCFunction_Check(func) && likely( __Pyx_CyOrPyCFunction_GET_FLAGS(func) & METH_NOARGS)) return __Pyx_PyObject_CallMethO(func, NULL); } else if (nargs == 1 && kwargs == NULL) { if (__Pyx_CyOrPyCFunction_Check(func) && likely( __Pyx_CyOrPyCFunction_GET_FLAGS(func) & METH_O)) return __Pyx_PyObject_CallMethO(func, args[0]); } #endif if (kwargs == NULL) { #if CYTHON_VECTORCALL #if CYTHON_COMPILING_IN_LIMITED_API return PyObject_Vectorcall(func, args, _nargs, NULL); #else vectorcallfunc f = __Pyx_PyVectorcall_Function(func); if (f) { return f(func, args, _nargs, NULL); } #endif #endif } if (nargs == 0) { return __Pyx_PyObject_Call(func, __pyx_mstate_global->__pyx_empty_tuple, kwargs); } #if PY_VERSION_HEX >= 0x03090000 && !CYTHON_COMPILING_IN_LIMITED_API return PyObject_VectorcallDict(func, args, (size_t)nargs, kwargs); #else return __Pyx_PyObject_FastCall_fallback(func, args, (size_t)nargs, kwargs); #endif } /* PyObjectVectorCallKwBuilder */ #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 /* ErrOccurredWithGIL */ static CYTHON_INLINE int __Pyx_ErrOccurredWithGIL(void) { int err; PyGILState_STATE _save = PyGILState_Ensure(); err = !!PyErr_Occurred(); PyGILState_Release(_save); return err; } /* 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); } /* 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;\ } /* CIntToPy */ static CYTHON_INLINE PyObject* __Pyx_PyLong_From_unsigned_int(unsigned int value) { #ifdef __Pyx_HAS_GCC_DIAGNOSTIC #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wconversion" #endif const unsigned int neg_one = (unsigned int) -1, const_zero = (unsigned int) 0; #ifdef __Pyx_HAS_GCC_DIAGNOSTIC #pragma GCC diagnostic pop #endif const int is_unsigned = neg_one > const_zero; if (is_unsigned) { if (sizeof(unsigned int) < sizeof(long)) { return PyLong_FromLong((long) value); } else if (sizeof(unsigned int) <= sizeof(unsigned long)) { return PyLong_FromUnsignedLong((unsigned long) value); #if !CYTHON_COMPILING_IN_PYPY } else if (sizeof(unsigned int) <= sizeof(unsigned PY_LONG_LONG)) { return PyLong_FromUnsignedLongLong((unsigned PY_LONG_LONG) value); #endif } } else { if (sizeof(unsigned int) <= sizeof(long)) { return PyLong_FromLong((long) value); } else if (sizeof(unsigned int) <= 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(unsigned int), 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(unsigned int)); 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 unsigned int __Pyx_PyLong_As_unsigned_int(PyObject *x) { #ifdef __Pyx_HAS_GCC_DIAGNOSTIC #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wconversion" #endif const unsigned int neg_one = (unsigned int) -1, const_zero = (unsigned 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))) { unsigned int val; PyObject *tmp = __Pyx_PyNumber_Long(x); if (!tmp) return (unsigned int) -1; val = __Pyx_PyLong_As_unsigned_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(unsigned 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(unsigned int) > 1 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 2 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(unsigned int, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]))) } else if ((8 * sizeof(unsigned int) >= 2 * PyLong_SHIFT)) { return (unsigned int) (((((unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0])); } } break; case 3: if ((8 * sizeof(unsigned int) > 2 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 3 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(unsigned int, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]))) } else if ((8 * sizeof(unsigned int) >= 3 * PyLong_SHIFT)) { return (unsigned int) (((((((unsigned int)digits[2]) << PyLong_SHIFT) | (unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0])); } } break; case 4: if ((8 * sizeof(unsigned int) > 3 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 4 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(unsigned 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(unsigned int) >= 4 * PyLong_SHIFT)) { return (unsigned int) (((((((((unsigned int)digits[3]) << PyLong_SHIFT) | (unsigned int)digits[2]) << PyLong_SHIFT) | (unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned 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 (unsigned int) -1; if (unlikely(result == 1)) goto raise_neg_overflow; } #endif if ((sizeof(unsigned int) <= sizeof(unsigned long))) { __PYX_VERIFY_RETURN_INT_EXC(unsigned int, unsigned long, PyLong_AsUnsignedLong(x)) } else if ((sizeof(unsigned int) <= sizeof(unsigned PY_LONG_LONG))) { __PYX_VERIFY_RETURN_INT_EXC(unsigned int, unsigned PY_LONG_LONG, PyLong_AsUnsignedLongLong(x)) } } else { #if CYTHON_USE_PYLONG_INTERNALS if (__Pyx_PyLong_IsCompact(x)) { __PYX_VERIFY_RETURN_INT(unsigned 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(unsigned int) - 1 > 1 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 2 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(unsigned int, long, -(long) (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]))) } else if ((8 * sizeof(unsigned int) - 1 > 2 * PyLong_SHIFT)) { return (unsigned int) (((unsigned int)-1)*(((((unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0]))); } } break; case 2: if ((8 * sizeof(unsigned int) > 1 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 2 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(unsigned int, unsigned long, (((((unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]))) } else if ((8 * sizeof(unsigned int) - 1 > 2 * PyLong_SHIFT)) { return (unsigned int) ((((((unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0]))); } } break; case -3: if ((8 * sizeof(unsigned int) - 1 > 2 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 3 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(unsigned int, long, -(long) (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]))) } else if ((8 * sizeof(unsigned int) - 1 > 3 * PyLong_SHIFT)) { return (unsigned int) (((unsigned int)-1)*(((((((unsigned int)digits[2]) << PyLong_SHIFT) | (unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0]))); } } break; case 3: if ((8 * sizeof(unsigned int) > 2 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 3 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(unsigned int, unsigned long, (((((((unsigned long)digits[2]) << PyLong_SHIFT) | (unsigned long)digits[1]) << PyLong_SHIFT) | (unsigned long)digits[0]))) } else if ((8 * sizeof(unsigned int) - 1 > 3 * PyLong_SHIFT)) { return (unsigned int) ((((((((unsigned int)digits[2]) << PyLong_SHIFT) | (unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0]))); } } break; case -4: if ((8 * sizeof(unsigned int) - 1 > 3 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 4 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(unsigned 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(unsigned int) - 1 > 4 * PyLong_SHIFT)) { return (unsigned int) (((unsigned int)-1)*(((((((((unsigned int)digits[3]) << PyLong_SHIFT) | (unsigned int)digits[2]) << PyLong_SHIFT) | (unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0]))); } } break; case 4: if ((8 * sizeof(unsigned int) > 3 * PyLong_SHIFT)) { if ((8 * sizeof(unsigned long) > 4 * PyLong_SHIFT)) { __PYX_VERIFY_RETURN_INT(unsigned 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(unsigned int) - 1 > 4 * PyLong_SHIFT)) { return (unsigned int) ((((((((((unsigned int)digits[3]) << PyLong_SHIFT) | (unsigned int)digits[2]) << PyLong_SHIFT) | (unsigned int)digits[1]) << PyLong_SHIFT) | (unsigned int)digits[0]))); } } break; } } #endif if ((sizeof(unsigned int) <= sizeof(long))) { __PYX_VERIFY_RETURN_INT_EXC(unsigned int, long, PyLong_AsLong(x)) } else if ((sizeof(unsigned int) <= sizeof(PY_LONG_LONG))) { __PYX_VERIFY_RETURN_INT_EXC(unsigned int, PY_LONG_LONG, PyLong_AsLongLong(x)) } } { unsigned 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 (unsigned int) -1; assert(PyLong_CheckExact(v)); } { int result = PyObject_RichCompareBool(v, Py_False, Py_LT); if (unlikely(result < 0)) { Py_DECREF(v); return (unsigned 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 (unsigned int) -1; } else { stepval = v; } v = NULL; val = (unsigned 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(unsigned 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 |= ((unsigned 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(unsigned int) * 8) - bits - (is_unsigned ? 0 : 1); if (unlikely(idigit >= (1L << remaining_bits))) goto raise_overflow; val |= ((unsigned int) idigit) << bits; } if (!is_unsigned) { if (unlikely(val & (((unsigned int) 1) << (sizeof(unsigned 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 (unsigned int) -1; return val; } raise_overflow: PyErr_SetString(PyExc_OverflowError, "value too large to convert to unsigned int"); return (unsigned int) -1; raise_neg_overflow: PyErr_SetString(PyExc_OverflowError, "can't convert negative value to unsigned int"); return (unsigned int) -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_); } goto done; } #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 */