Replies: 1 comment
-
Thanks for the poll, I am copying my previous comments on the topic for better visibility. I am in favor of removing the Python scripts for the following reasons:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the poll, I am copying my previous comments on the topic for better visibility. I am in favor of removing the Python scripts for the following reasons:
|
Beta Was this translation helpful? Give feedback.
-
The
generate_*.py
scripts in https://github.com/oneapi-src/oneMKL/tree/develop/scripts work mostly for BLAS and LAPACK domains only because of the differences in how oneMKL domains work and are implemented.One recommendation is to remove these scripts and let new backends be added by contributors from existing backend files and replicate+replace the contents approximately as described in https://oneapi-src.github.io/oneMKL/create_new_backend.html. This document will be updated as per the decision of this poll.
Alternatively, if the consensus is to keep these scripts, we need to update them to support all the domains that are implemented in oneMKL. This is a high-maintenance-cost option, but provides a better development experience.
If you have other ideas, please comment.
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions