hellonico commented on a change in pull request #13624: WIP: Nightly Tests For
Clojure
URL: https://github.com/apache/incubator-mxnet/pull/13624#discussion_r249304302
##########
File path: tests/nightly/JenkinsfileForBinaries
##########
@@ -106,6 +106,14 @@ core_logic: {
utils.docker_run('ubuntu_nightly_gpu',
'nightly_tutorial_test_ubuntu_python3_gpu', true)
}
}
+ },
+ 'Clojure Nightly: CPU': {
+ node(NODE_LINUX_GPU) {
+ ws('workspace/clojure') {
+ utils.unpack_and_init('gpu', mx_lib)
+ utils.docker_run('ubuntu_nightly_gpu',
'unittest_ubuntu_cpu_clojure_integration', false)
Review comment:
@larroy Merci ! Thanks for the comment ! Right now and as it is, only CPU
but it's almost ready to run a few GPU tests
I don't see any reference to XPU in master, is another language already
using the notation ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services