spcl / daceml

A Data-Centric Compiler for Machine Learning
https://daceml.readthedocs.io
BSD 3-Clause "New" or "Revised" License
81 stars 14 forks source link

Add ONNX node tests to CI, cleanup more pure ops #102

Closed orausch closed 2 years ago

orausch commented 2 years ago

With the new decorator feature, we can simplify a whole bunch of ops.

Also added the test cases ONNX ships with to our CI, this is quite useful for development. For now, we are still skipping quite a few, especially on the more complex ops.