| 524 | } |
| 525 | |
| 526 | port::StatusOr<perftools::gputools::dnn::VersionInfo> |
| 527 | MIOpenSupport::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. |
| 533 | class ScopedTensorDescriptor { |
nothing calls this directly
no test coverage detected