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

Function AsGpuEvent

tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84std::function<string(const string &)> g_cubinate;
85
86static GpuEvent* AsGpuEvent(Event* event) {
87 DCHECK(event != nullptr);
88 return static_cast<GpuEvent*>(event->implementation());
89}
90
91// Given a platform-independent timer datatype, returns the internal CUDA
92// platform implementation pointer.

Callers 5

AllocateEventMethod · 0.70
DeallocateEventMethod · 0.70
RecordEventMethod · 0.70
WaitForEventMethod · 0.70
PollForEventStatusMethod · 0.70

Calls 1

implementationMethod · 0.45

Tested by

no test coverage detected