phaniarnab commented on PR #2271: URL: https://github.com/apache/systemds/pull/2271#issuecomment-2949497384
Thanks for clarifying, @ReneEnjilian. This is good. 👍🏽 We still need to run regression tests to catch any unnecessary side effects and to increase our confidence on this major upgrade before we merge it in. I recommend the below: - Execute our NN scripts with GPU enabled and verify if GPU is being used. - Execute one of the non-NN scripts, such as GMM, which would generate many H2D and D2H copies. - Run some of our NN scripts (with large inputs) on the scale up node. You can use synthetic data. I often faced an issue regarding long loading time of the CuDNN libraries in the GPU memory (cannot explain why). I don't expect that happening with the updated CUDA versions. All of these should be fairly easy to set up and run. You off course don't need to fix any unrelated bugs as part of this PR. -- 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