MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
normalizers.cpp File Reference
#include <mim/def.h>
#include <mim/world.h>
#include "mim/plug/btensor/btensor.h"
Include dependency graph for normalizers.cpp:

Go to the source code of this file.

Namespaces

namespace  mim
namespace  mim::plug
namespace  mim::plug::btensor
 The btensor Plugin

Functions

%btensor.map_reduce
const Defmim::plug::btensor::normalize_map_reduce (const Def *, const Def *c, const Def *arg)
 btensor.map_reduce is btensor.map_reduce_post without the epilogue and with the neutral schedule: delegate with post = btensor.id (so Tp = To), no epilogue inputs (nps = 0), no vector dim (vdim = Rn, the out-of-range sentinel), and no unrolling.