| 738 | void* CudaContext::handle() const { return impl_->context_handle(); } |
| 739 | |
| 740 | std::shared_ptr<CudaDevice> CudaContext::device() const { return impl_->device(); } |
| 741 | |
| 742 | std::shared_ptr<CudaMemoryManager> CudaContext::memory_manager() const { |
| 743 | return impl_->memory_manager(); |
no outgoing calls