marcoabreu commented on a change in pull request #13624: WIP: Nightly Tests For
Clojure
URL: https://github.com/apache/incubator-mxnet/pull/13624#discussion_r249325425
##########
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:
In c++ we use the notion for operator definitions that are applicable for
CPU as well as GPU, thus called XPU. I can look for a reference if you're
interested
----------------------------------------------------------------
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