dace icon indicating copy to clipboard operation
dace copied to clipboard

[Draft PR] Graphcore backend support.

Open Sameeranjoshi opened this issue 1 year ago • 1 comments

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.

Sameeranjoshi avatar Sep 16 '24 16:09 Sameeranjoshi

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

Sameeranjoshi avatar Sep 16 '24 16:09 Sameeranjoshi