dace
dace copied to clipboard
[Draft PR] Graphcore backend support.
This PR is a draft PR with lots of learnings from fpga.py and cuda.py backends. The goal of the PR is to add graphcore backend to DaCE and map from DaCE graphs onto GraphCore graphs. Helpful comments on parts I might be doing wrong would be super useful for next set of patches.
The golden base code I plan to generate for IPU is here.
The current test I plan to support is (AccessNode + Library Node) - tests/library/poplar/poplar_matmul.py