Home
last modified time | relevance | path

Searched refs:cuCtxGetCurrent (Results 126 – 142 of 142) sorted by relevance

123456

/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/plugin/
H A Dplugin-nvptx.c386 CUDA_CALL (cuCtxGetCurrent, &thd_ctx); in nvptx_attach_host_thread_to_device()
429 CUDA_CALL_ERET (NULL, cuCtxGetCurrent, &ptx_dev->ctx); in nvptx_open_device()
1542 CUDA_CALL_ASSERT (cuCtxGetCurrent, &thd_ctx); in GOMP_OFFLOAD_openacc_create_thread_data()
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/plugin/
H A Dplugin-nvptx.c404 CUDA_CALL (cuCtxGetCurrent, &thd_ctx); in nvptx_attach_host_thread_to_device()
447 CUDA_CALL_ERET (NULL, cuCtxGetCurrent, &ptx_dev->ctx); in nvptx_open_device()
1627 CUDA_CALL_ASSERT (cuCtxGetCurrent, &thd_ctx); in GOMP_OFFLOAD_openacc_create_thread_data()
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/plugin/
H A Dplugin-nvptx.c403 CUDA_CALL (cuCtxGetCurrent, &thd_ctx); in nvptx_attach_host_thread_to_device()
446 CUDA_CALL_ERET (NULL, cuCtxGetCurrent, &ptx_dev->ctx); in nvptx_open_device()
1608 CUDA_CALL_ASSERT (cuCtxGetCurrent, &thd_ctx); in GOMP_OFFLOAD_openacc_create_thread_data()
/dports/lang/gcc9-devel/gcc-9-20211007/libgomp/plugin/
H A Dplugin-nvptx.c725 CUDA_CALL (cuCtxGetCurrent, &thd_ctx); in nvptx_attach_host_thread_to_device()
768 CUDA_CALL_ERET (NULL, cuCtxGetCurrent, &ptx_dev->ctx); in nvptx_open_device()
2209 CUDA_CALL_ASSERT (cuCtxGetCurrent, &thd_ctx); in GOMP_OFFLOAD_openacc_create_thread_data()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/plugin/
H A Dplugin-nvptx.c403 CUDA_CALL (cuCtxGetCurrent, &thd_ctx); in nvptx_attach_host_thread_to_device()
446 CUDA_CALL_ERET (NULL, cuCtxGetCurrent, &ptx_dev->ctx); in nvptx_open_device()
1608 CUDA_CALL_ASSERT (cuCtxGetCurrent, &thd_ctx); in GOMP_OFFLOAD_openacc_create_thread_data()
/dports/lang/gcc11/gcc-11.2.0/libgomp/plugin/
H A Dplugin-nvptx.c403 CUDA_CALL (cuCtxGetCurrent, &thd_ctx); in nvptx_attach_host_thread_to_device()
446 CUDA_CALL_ERET (NULL, cuCtxGetCurrent, &ptx_dev->ctx); in nvptx_open_device()
1608 CUDA_CALL_ASSERT (cuCtxGetCurrent, &thd_ctx); in GOMP_OFFLOAD_openacc_create_thread_data()
/dports/lang/gcc9/gcc-9.4.0/libgomp/plugin/
H A Dplugin-nvptx.c725 CUDA_CALL (cuCtxGetCurrent, &thd_ctx); in nvptx_attach_host_thread_to_device()
768 CUDA_CALL_ERET (NULL, cuCtxGetCurrent, &ptx_dev->ctx); in nvptx_open_device()
2209 CUDA_CALL_ASSERT (cuCtxGetCurrent, &thd_ctx); in GOMP_OFFLOAD_openacc_create_thread_data()
/dports/lang/gcc9-aux/gcc-9.1.0/libgomp/plugin/
H A Dplugin-nvptx.c725 CUDA_CALL (cuCtxGetCurrent, &thd_ctx); in nvptx_attach_host_thread_to_device()
768 CUDA_CALL_ERET (NULL, cuCtxGetCurrent, &ptx_dev->ctx); in nvptx_open_device()
2218 CUDA_CALL_ASSERT (cuCtxGetCurrent, &thd_ctx); in GOMP_OFFLOAD_openacc_create_thread_data()
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Ddark_cuda.c53 CUresult status = cuCtxGetCurrent(&pctx); in cuda_get_context()
/dports/multimedia/QtAV/QtAV-1.13.0/src/cuda/dllapi/
H A Dcuda.cpp41 DEFINE_DLLAPI_M_ARG(1, CUresult, CUDAAPI, cuCtxGetCurrent, CUcontext *)
/dports/x11/xpra/xpra-4.3/xpra/codecs/nvenc/
H A Dencoder.pyx1093 cuCtxGetCurrent = None variable
1096 global NvEncodeAPICreateInstance, cuCtxGetCurrent
1114 cuCtxGetCurrent = x.cuCtxGetCurrent
1115 cuCtxGetCurrent.restype = ctypes.c_int # CUresult == int
1116 cuCtxGetCurrent.argtypes = [POINTER(CUcontext)] # CUcontext *pctx
1117 …log("init_nvencode_library() %s.cuCtxGetCurrent=%s", os.path.splitext(cuda_libname)[0], cuCtxGetCu…
1790 result = cuCtxGetCurrent(ctypes.cast(context_pointer, POINTER(ctypes.c_void_p)))
1792 log("cuCtxGetCurrent() returned %s, context_pointer=%#x, cuda context pointer=%#x",
1794 …assert result==0, "failed to get current cuda context, cuCtxGetCurrent returned %s" % CUDA_ERRORS_…
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudacodec/src/
H A Dvideo_writer.cpp440 cuSafeCall( cuCtxGetCurrent(&cuContext) ); in initGpuMemory()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Ddec_nvdec_sdk.h1575 extern tcuCtxGetCurrent *cuCtxGetCurrent;
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Ddec_nvdec_sdk.h1575 extern tcuCtxGetCurrent *cuCtxGetCurrent;
/dports/graphics/blender/blender-2.91.0/extern/cuew/include/
H A Dcuew.h1153 extern tcuCtxGetCurrent *cuCtxGetCurrent;
/dports/devel/py-numba/numba-0.51.2/numba/cuda/cudadrv/
H A Ddriver.py395 driver.cuCtxGetCurrent(byref(hctx))
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dbackend.c1216 …HC_LOAD_FUNC_CUDA (cuda, cuCtxGetCurrent, cuCtxGetCurrent, CUDA_CUCTXGETCURRENT… in cuda_init()

123456