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

   Extends the federated workload counter so that compression decisions account 
for additional instruction shapes beyond AggregateBinary.
   
   - Pass the right-hand column count to incOverlappingDecompressions so the 
cost model reflects the actual decompression size rather than counting a single 
column
   - Count MMChainCPInstruction as one LMM and one RMM contribution per 
invocation
   - Count AggregateUnaryCPInstruction: when reducing columns with a sum/mean 
operator, treat it as a dict-op (compression-friendly); otherwise count it as a 
decompression
   - Minor formatting cleanup in compressRun


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to