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

Commit

Permalink
Updates cuDNN enabled gpu tests to run on P3 instances
Browse files Browse the repository at this point in the history
  • Loading branch information
perdasilva committed Apr 1, 2019
1 parent 29578b5 commit 007ae76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ci/jenkins/Jenkins_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def test_unix_python2_cpu() {

def test_unix_python2_gpu() {
return ['Python2: GPU': {
node(NODE_LINUX_GPU) {
node(NODE_LINUX_GPU_P3) {
ws('workspace/ut-python2-gpu') {
try {
utils.unpack_and_init('gpu', mx_lib, true)
Expand Down Expand Up @@ -595,7 +595,7 @@ def test_unix_python2_quantize_gpu() {

def test_unix_python2_mkldnn_gpu() {
return ['Python2: MKLDNN-GPU': {
node(NODE_LINUX_GPU) {
node(NODE_LINUX_GPU_P3) {
ws('workspace/ut-python2-mkldnn-gpu') {
try {
utils.unpack_and_init('mkldnn_gpu', mx_mkldnn_lib, true)
Expand Down Expand Up @@ -645,7 +645,7 @@ def test_unix_python3_mkl_cpu() {

def test_unix_python3_gpu() {
return ['Python3: GPU': {
node(NODE_LINUX_GPU) {
node(NODE_LINUX_GPU_P3) {
ws('workspace/ut-python3-gpu') {
try {
utils.unpack_and_init('gpu', mx_lib, true)
Expand Down Expand Up @@ -747,7 +747,7 @@ def test_unix_python3_mkldnn_mkl_cpu() {

def test_unix_python3_mkldnn_gpu() {
return ['Python3: MKLDNN-GPU': {
node(NODE_LINUX_GPU) {
node(NODE_LINUX_GPU_P3) {
ws('workspace/ut-python3-mkldnn-gpu') {
try {
utils.unpack_and_init('mkldnn_gpu', mx_mkldnn_lib, true)
Expand Down Expand Up @@ -1108,7 +1108,7 @@ def test_centos7_python3_cpu() {

def test_centos7_python3_gpu() {
return ['Python3: CentOS 7 GPU': {
node(NODE_LINUX_GPU) {
node(NODE_LINUX_GPU_P3) {
ws('workspace/build-centos7-gpu') {
timeout(time: max_time, unit: 'MINUTES') {
try {
Expand Down

0 comments on commit 007ae76

Please sign in to comment.