You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@systemds.apache.org by GitBox <gi...@apache.org> on 2022/05/10 16:40:54 UTC

[GitHub] [systemds] corepointer opened a new pull request, #1610: [SYSTEMDS-3375] CUDA 11.x / CUDNN 8.x support

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

   This changeset brings CUDA11 and CUDNN8 support to SystemDS. All required API changes to successfully compile & run have been applied. A few library functions are still on the ToDo list. They continue to work under a deprecation notice for the time being.
   Tested on CUDA 11.6.1 and CUDNN 8.4


-- 
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-unsubscribe@systemds.apache.org

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


[GitHub] [systemds] corepointer commented on pull request #1610: [SYSTEMDS-3375] CUDA 11.x / CUDNN 8.x support

Posted by GitBox <gi...@apache.org>.
corepointer commented on PR #1610:
URL: https://github.com/apache/systemds/pull/1610#issuecomment-1122997642

   `mvn -q -B test -D maven.test.skip=false -D automatedtestbase.outputbuffering=false -Dtest=org.apache.sysds.test.functions.lineage.GPULineageCacheEvictionTest 2>&1 | tee output-GPULineageCacheEvictionTest.txt` worked just fine.


-- 
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-unsubscribe@systemds.apache.org

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


[GitHub] [systemds] phaniarnab commented on pull request #1610: [SYSTEMDS-3375] CUDA 11.x / CUDNN 8.x support

Posted by GitBox <gi...@apache.org>.
phaniarnab commented on PR #1610:
URL: https://github.com/apache/systemds/pull/1610#issuecomment-1122711304

   Can you please execute the `GPUFullReuseTest` and `GPULineageCacheEvictionTest` tests under the Lineage package as well with the updated CUDA version? You need to uncomment the code in `TestUtils.java:isGPUAvailable()` to trigger lineage-based reuse in GPU. @corepointer 


-- 
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-unsubscribe@systemds.apache.org

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