EnzymeAD / EnzymeAD/Enzyme-JAX

Matrix Multiply Chain CSE

Open
#1,081 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
MLIR
Stars
131
Forks
53
Avg merge
1d 10h
Merged PRs (30d)
193

Description

```
((A x B) x A) x B
--->
(A x B) x (A x B)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no files, tests, or entry points and gives only the algebraic transformation ((A x B) x A) x B → (A x B) x (A x B). First locate the matrix-multiplication and common-subexpression-elimination implementation and its tests. Done means the equivalent rewrite is implemented and covered by a test.

Written by the indexing model from the issue text.

Assessment

Domain
compilers
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.