MimIR
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
lower_map_reduce.cpp File Reference
Include dependency graph for lower_map_reduce.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 std::pair< Lam *, const Def * > mim::plug::tensor::phase::counting_for (const Def *bound, const Def *acc, const Def *exit, Sym name)
static const Defmim::plug::tensor::phase::get_element_type (const Def *type, u64 r)
static const Defmim::plug::tensor::phase::nested_extract (World &w, const Def *matrix, const Def *coords, const Def *shape, u64 r)
static const Defmim::plug::tensor::phase::nested_insert (World &w, const Def *matrix, const Def *coords, const Def *shape, u64 r, const Def *elem)