tvm
Namespaces | Functions
dense.h File Reference

CUDA schedule for dense operation. More...

#include <tvm/target/generic_func.h>
#include <tvm/te/operation.h>
#include <tvm/te/schedule_pass.h>
#include <tvm/topi/contrib/cublas.h>
#include <tvm/topi/detail/array_utils.h>
#include <tvm/topi/generic/extern.h>
#include <tvm/topi/nn/dense.h>
#include <tvm/topi/tags.h>
Include dependency graph for dense.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::cuda
 

Functions

tvm::te::Tensor tvm::topi::cuda::dense_cuda (const Target &target, const tvm::te::Tensor &data, const tvm::te::Tensor &weight, const tvm::te::Tensor &bias, const DataType &out_dtype)
 Implementation of dense for CUDA backend. More...
 
Schedule tvm::topi::cuda::schedule_dense (const Target &target, const Array< Tensor > &outs)
 Create a CUDA schedule for dense. More...
 

Detailed Description

CUDA schedule for dense operation.