Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
SystemDS 2.1
Description
The compilation process for generated operators uses a lot of unnecessary string compares and could be better organized in general.
This refactor will call specific compilation methods per CNode template to directly pass the required information to avoid extracting it from the generated source.
Also: Compilation failure will be handled more robustly by catching exceptions that might be thrown in native space.