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

Method GetVersion

tensorflow/stream_executor/rocm/rocm_dnn.cc:526–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526port::StatusOr<perftools::gputools::dnn::VersionInfo>
527MIOpenSupport::GetVersion() {
528 // ROCM TODO: retrieve MIOpen version with its API
529 return perftools::gputools::dnn::VersionInfo(1, 3, 0);
530}
531
532// Turns a BatchDescriptor structure into a miopen tensor handle within a scope.
533class ScopedTensorDescriptor {

Callers

nothing calls this directly

Calls 1

VersionInfoClass · 0.85

Tested by

no test coverage detected