Searched defs:GpuContext (Results 1 – 4 of 4) sorted by relevance
28 class GpuContext; variable
39 class GpuContext; variable
29 GpuContext(CUcontext context, int64 id) : context_(context), id_(id) {} in GpuContext() function
63 class GpuContext { class65 GpuContext(const int v) : device_ordinal_(v) {} in GpuContext() function in stream_executor::gpu::GpuContext