Jaybit0 opened a new pull request, #2207: URL: https://github.com/apache/systemds/pull/2207
This PR introduces a rewrite discovery and generation framework that supports offline systematic, random, and data-driven search strategies. Most of the changes do not affect the runtime of SystemDS. In DMLScript, I introduce an interceptor function that the framework requires for rule validation and data retrieval. With the flag -applyGeneratedRewrites, the generated rewrites in GeneratedRewriteClass are applied at runtime. To run the framework, I have provided the class RewriterFramework which can be executed on its own. I introduce a file called expressions.db that stores all extracted expressions for the data-driven search which causes the license check to fail. Sorry for the large PR. Hopefully this rebase succeeded as my branch was up-to-date. Anyway, I have squashed my previous commits into one. @mboehm7 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@systemds.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org