tvm
|
Relax distributed specific transformation passes. More...
#include <tvm/ir/transform.h>
#include <tvm/relax/dataflow_pattern.h>
#include <tvm/relax/expr.h>
#include <tvm/relax/transform.h>
#include <tvm/tir/function.h>
#include <tvm/tir/index_map.h>
Go to the source code of this file.
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::relax | |
tvm::relax::distributed | |
tvm::relax::distributed::transform | |
Functions | |
Pass | tvm::relax::distributed::transform::PropagateSharding () |
Propagate sharding information. More... | |
Pass | tvm::relax::distributed::transform::LowerGlobalViewToLocalView () |
Lower global view TensorIR into local view. More... | |
Pass | tvm::relax::distributed::transform::LegalizeRedistribute () |
Legalize redistribute op to ccl op. More... | |
Pass | tvm::relax::distributed::transform::LowerDistIR () |
Lower DistIR to Relax. More... | |
Relax distributed specific transformation passes.