Searched defs:GpuContext (Results 1 – 4 of 4) sorted by relevance
39 class GpuContext; variable
35 class GpuContext; variable
46 GpuContext(CUcontext context, int64_t 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