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

Im2col is broken #49

Open orausch opened 3 years ago

orausch commented 3 years ago

Since Im2col has a ONNX node within a map, the schedule of the onnx node is inferred to be Sequential (since the schedule of the outer map is Sequential).

Then the ONNX expansion fails because there is not Sequential implementation of Gemm