spcl / spcl/dace

Improve pure implementation of ONNX operators

Open
#2,241 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
593
Forks
163
Avg merge
2d 23h
Merged PRs (30d)
60

Description

Many "pure" implementations of ONNX operators currently use big blocks of CPP tasklets. This has several issues:

1. It is not portable.
2. It is a blocking point for analysis and transformations.
3. It is a blocking point for our symbolic autodiff module and would require a manual implementation of the backward pass of these ops.

Ideally, we would want to represent all supported operators using pure SDFG elements and elementary, small tasklets that can be differentiated symbolically and analyzed by DaCe transformations.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.