tvm
Namespaces | Functions
rocblas.h File Reference
#include <tvm/te/operation.h>
#include <tvm/topi/detail/extern.h>
Include dependency graph for rocblas.h:
This graph shows which files directly or indirectly include this file:

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...