ReneEnjilian commented on PR #2271:
URL: https://github.com/apache/systemds/pull/2271#issuecomment-2959468220

   Thanks for some of the clarifications. 
   Maybe I am missing something but from what I see on codecov, almost every 
GPU/CUDA related file has 0% coverage. What do you mean with Mark's 
infrastructure ? Is it again the 2 files under test/gpu/codegen/ ? Could you 
please be clearer which files you used in  your example (providing location and 
file name) ? Further, I could not get how you executed these scripts. For me, 
something like `systemds Example-ResNet.dml -gpu -stats` will not work. What 
worked for me was
   
   -  `java --add-modules=jdk.incubator.vector  -Xmx4g -Xms4g -Xmn400m -cp 
target/systemds-3.4.0-SNAPSHOT.jar:target/lib/*      
org.apache.sysds.api.DMLScript -f scripts/nn/examples/Example-ResNet.dml  -exec 
singlenode -gpu`
   
   From your previous answer, I could not understand how you executed the 
scripts (junit or terminal) and which scripts were utilized. I just try to have 
a reproducible baseline to ensure that my code is indeed producing correct 
results. 


-- 
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: dev-unsubscr...@systemds.apache.org

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

Reply via email to