122Astha opened a new pull request, #2494:
URL: https://github.com/apache/systemds/pull/2494

   I added the initial OOC covariance test setup for cov(A, B). The test 
creates dense and sparse vector inputs, runs the covariance script once as the 
CP reference and once with -ooc, then compares the results.
   
   Currently both dense and sparse OOC tests fail for the expected Week 1 
reason: SystemDS generates an OOC cov instruction, but OOCInstructionParser 
does not support Covariance yet. The key error is: “Invalid OOC Instruction 
Type: Covariance”. This confirms the test-first setup is working and identifies 
the missing implementation/wiring.


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