| 356 | } |
| 357 | |
| 358 | port::StatusOr<void*> GpuExecutor::EndGraphCapture(Stream* capture_stream, |
| 359 | void* graph) { |
| 360 | return port::InternalError( |
| 361 | "Feature not supported on ROCm platform (EndGraphCapture)"); |
| 362 | } |
| 363 | |
| 364 | port::StatusOr<void*> GpuExecutor::InstantiateGraph(void* graph, |
| 365 | void* graph_exec) { |
nothing calls this directly
no test coverage detected