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

Method Destroy

tensorflow/stream_executor/gpu/gpu_event.cc:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35port::Status GpuEvent::Destroy() {
36 return GpuDriver::DestroyEvent(parent_->gpu_context(), &gpu_event_);
37}
38
39port::Status GpuEvent::Record(GpuStream* stream) {
40 return GpuDriver::RecordEvent(parent_->gpu_context(), gpu_event_,

Callers

nothing calls this directly

Calls 1

gpu_contextMethod · 0.45

Tested by

no test coverage detected