|
tvm
|
External function interface to cuBLAS libraries. More...
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::cublas_matmul (const Tensor &lhs, const Tensor &rhs, bool transa, bool transb) |
| Create an op that multiplies lhs and rhs with cuBLAS. More... | |
| Tensor | tvm::topi::contrib::cublas_batch_matmul (const Tensor &lhs, const Tensor &rhs, bool transa, bool transb) |
| Create an op that multiplies batch matrices lhs and rhs with cuBLAS. More... | |
External function interface to cuBLAS libraries.