tvm
|
Go to the source code of this file.
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
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... | |