MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
fuse.cpp File Reference
#include "mim/plug/tensor/phase/fuse.h"
#include "mim/def.h"
#include "mim/lam.h"
#include "mim/util/types.h"
#include "mim/plug/core/core.h"
#include "mim/plug/cps/cps.h"
#include "mim/plug/tensor/tensor.h"
Include dependency graph for fuse.cpp:

Go to the source code of this file.

Namespaces

namespace  mim
namespace  mim::plug
namespace  mim::plug::tensor
 The tensor Plugin
namespace  mim::plug::tensor::phase

Functions

static const Defmim::plug::tensor::phase::compose_map (World &w, const Def *inner, const Def *outer)
 inner ∘ outer: feeds the outer op's read coordinates for one input into the inner op's access map.