You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Matthias Boehm (JIRA)" <ji...@apache.org> on 2017/09/12 07:01:00 UTC

[jira] [Created] (SYSTEMML-1904) More aggressive dynamic recompilation w/ codegen

Matthias Boehm created SYSTEMML-1904:
----------------------------------------

             Summary: More aggressive dynamic recompilation w/ codegen
                 Key: SYSTEMML-1904
                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1904
             Project: SystemML
          Issue Type: Sub-task
            Reporter: Matthias Boehm


This task aims to improve scenarios where we currently disable - despite unknown dimensions - dynamic recompilation too eagerly due to good worst-case estimates, which hurts performance in case of codegen. This is because the cost-based codegen optimizer requires sizes for validity conditions and cost estimates.

Accordingly, if codegen is enabled, we flag operations as requires recompile in case of unknown dimensions even if we were able to compile these operations to CP.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)