MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / BeginGraphCapture

Method BeginGraphCapture

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:353–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

InternalErrorFunction · 0.50

Tested by

no test coverage detected