|
tvm
|
Go to the source code of this file.
Namespaces | |
| tvm | |
| Performance counters for profiling via the PAPI library. | |
| tvm::topi | |
| tvm::topi::contrib | |
Functions | |
| Tensor | tvm::topi::contrib::rocblas_matmul (const Tensor &lhs, const Tensor &rhs, bool transa, bool transb) |
| Create an op that multiplies lhs and rhs with rocBLAS. More... | |
| Tensor | tvm::topi::contrib::rocblas_batch_matmul (const Tensor &lhs, const Tensor &rhs, bool transa, bool transb) |
| Create an op that batch multiplies lhs and rhs with rocBLAS. More... | |