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

Method Launch

tensorflow/stream_executor/stream_executor_pimpl.cc:509–518  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509port::Status StreamExecutor::Launch(Stream *stream,
510 const ThreadDim &thread_dims,
511 const BlockDim &block_dims,
512 const KernelBase &kernel,
513 const KernelArgsArrayBase &args) {
514 SubmitTrace(&TraceListener::LaunchSubmit, stream, thread_dims, block_dims,
515 kernel, args);
516
517 return implementation_->Launch(stream, thread_dims, block_dims, kernel, args);
518}
519
520port::Status StreamExecutor::LaunchExecutableGraph(Stream *stream,
521 void *exec_graph) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected