| 351 | } |
| 352 | |
| 353 | port::Status GpuExecutor::BeginGraphCapture(Stream* stream) { |
| 354 | return port::InternalError( |
| 355 | "Feature not supported on ROCm platform (BeginGraphCapture)"); |
| 356 | } |
| 357 | |
| 358 | port::StatusOr<void*> GpuExecutor::EndGraphCapture(Stream* capture_stream, |
| 359 | void* graph) { |
nothing calls this directly
no test coverage detected