inducer / inducer/loopy

Macro hygiene and reductions

Open
#110 0 comments 0 reactions 0 assignees View on GitHub
design
Dominant language
Python
Stars
636
Forks
81
Avg merge
1d 19h
Merged PRs (30d)
7

Description

```
mysum(a):=sum(i, a**i)

result = mysum(5) + mysum(7)
```
Currently forces the user to make a decision between forcing `simul_reduce` or duplicating one of the reduction inames.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.