Searched refs:cu_ctx (Results 1 – 2 of 2) sorted by relevance
250 ret = cuCtxCreate(&td->cu_ctx, CU_CTX_MAP_HOST, td->cu_dev); in alloc_mem_cudamalloc()277 if (cuCtxDestroy(td->cu_ctx) != CUDA_SUCCESS) in free_mem_cudamalloc()
423 CUcontext cu_ctx; member