| 256 | } |
| 257 | |
| 258 | port::Status HostExecutor::BlockHostUntilDone(Stream *stream) { |
| 259 | AsHostStream(stream)->BlockUntilDone(); |
| 260 | return port::Status::OK(); |
| 261 | } |
| 262 | |
| 263 | port::StatusOr<std::unique_ptr<DeviceDescription>> |
| 264 | HostExecutor::CreateDeviceDescription(int device_ordinal) { |