Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Add GPU+MKLDNN unittests to dev_menu
Browse files Browse the repository at this point in the history
  • Loading branch information
larroy committed Nov 29, 2018
1 parent 0512251 commit 1876eed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ def __call__(self, build_dir='build', generator='Ninja', build_cmd='ninja'):
"ci/build.py --platform ubuntu_gpu /work/runtime_functions.sh build_ubuntu_gpu",
"ci/build.py --nvidiadocker --platform ubuntu_gpu /work/runtime_functions.sh unittest_ubuntu_python3_gpu",
]),
('[Docker] Python3 GPU+MKLDNN unittests',
[
"ci/build.py --platform ubuntu_gpu /work/runtime_functions.sh build_ubuntu_gpu_cmake_mkldnn",
"ci/build.py --nvidiadocker --platform ubuntu_gpu /work/runtime_functions.sh unittest_ubuntu_python3_gpu",
]),
('[Docker] Python3 CPU Intel MKLDNN unittests',
[
"ci/build.py --platform ubuntu_cpu /work/runtime_functions.sh build_ubuntu_cpu_mkldnn",
Expand Down

0 comments on commit 1876eed

Please sign in to comment.