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

Consider flattening maps for elementwise operations #87

Open tbennun opened 3 years ago

tbennun commented 3 years ago

Otherwise, parallelism opportunities are missed as blockDim.x is usually small on its own.

orausch commented 2 years ago

Will close once we port daceml-samples things