Well, SYSTEMML-2084 aims to integrate the new paramserv builtin function - as described in the JIRA - into SystemML's semantic validation and compiler. This would entail to first finalize the design of this builtin function (e.g., function signature and semantics) and then integrate it into the HOPs-LOPs-instruction compiler. You might want to take an existing parameterized builtin function (e.g., aggregate) and trace through the system, how we compile such a function.
In contrast, SYSTEMML-2085 would design and built common internal primitives (e.g., data structures, and abstractions for update strategies) that could be shared by all backends to it's mostly related to the runtime side. If you're more interested in the language aspects, I would recommend to focus on the language integration, maybe the local backend, and the extensions for Keras2DML/Caffe2DML. However, at the end of the day, it's your proposal so the scope and approach is up to you, but we're happy to provide additional comments on revised versions of your draft. Regards, Matthias On Sat, Mar 24, 2018 at 11:20 PM, Govinda Malavipathirana < [email protected]> wrote: > Hi' > Apart from the extended script generators I would like to contribute one > of these topic. I would like know the both tasks in more detail, So I can > choose the task according to my interest. > Regards, > Govinda. >
