| 45 | GpuContext(CUcontext context, int64 id) : context_(context), id_(id), is_single_stream_mode_(false) {} |
| 46 | |
| 47 | CUcontext context() const { return context_; } |
| 48 | int64 id() const { return id_; } |
| 49 | |
| 50 | void enable_single_stream_mode() { is_single_stream_mode_ = true; } |
no outgoing calls
no test coverage detected