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

   This patch removes the assumption that the vector operand in
   MatrixVectorBinaryOOCInstruction fits in memory.
   
   Both operands are now handled via OOC streams. The vector stream is
   consumed once and cached block-wise, allowing correct execution when
   the vector itself is large or stored out-of-core.
   
   Operator semantics and aggregation behavior remain unchanged.
   
   Tested with MatrixVectorBinaryMultiplicationTest under OOC execution.
   


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