Searched refs:CUDAContext (Results 1 – 2 of 2) sorted by relevance
94 typedef struct CUDAContextT CUDAContext; typedef
1207 Context->Context = malloc(sizeof(CUDAContext)); in initContextCUDA()1231 if (CuCtxCreateFcnPtr(&(((CUDAContext *)Context->Context)->Cuda), 0, in initContextCUDA()1237 ((CUDAContext *)Context->Context)->Cuda = MaybeRuntimeAPIContext; in initContextCUDA()1558 CUDAContext *Ctx = (CUDAContext *)Context->Context; in freeContextCUDA()