You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2021/01/17 10:40:43 UTC

[GitHub] [systemds] Baunsgaard opened a new pull request #1160: [SYSTEMDS-2798] Builtin (de)compress function

Baunsgaard opened a new pull request #1160:
URL: https://github.com/apache/systemds/pull/1160


   Dedicated script level functions to compress and decompress a matrix.
   
   Currently i have hidden these behind a compile time boolean, that allows the introduction of these commands.
   Unfortunately, since it is a compile time flag, the tests added would fail if set to false which is what we want in the end.
   If someone have an idea in witch i can achieve:
   
   1. The instructions are not allowed per default.
   2. The instructions are allowed for tests.
   3. The instructions are allowed if actively enabled.
   
   I'm considering adding it as an Variable in our DMLConfig, but this just increase the number of parameters there.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [systemds] Baunsgaard merged pull request #1160: [SYSTEMDS-2798] Builtin (de)compress function

Posted by GitBox <gi...@apache.org>.
Baunsgaard merged pull request #1160:
URL: https://github.com/apache/systemds/pull/1160


   


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org