| 687 | } |
| 688 | |
| 689 | port::Status GpuExecutor::BlockHostUntilDone(Stream* stream) { |
| 690 | return GpuDriver::SynchronizeStream(context_, AsGpuStreamValue(stream)); |
| 691 | } |
| 692 | |
| 693 | blas::BlasSupport* GpuExecutor::CreateBlas() { |
| 694 | PluginRegistry* registry = PluginRegistry::Instance(); |
no test coverage detected