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

Commit

Permalink
Fix Nightly Maven GPU (#15989)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk authored and marcoabreu committed Aug 24, 2019
1 parent cba7c4e commit 77a633f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion make/maven/maven_darwin_mkl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ USE_CUDNN = 0
# CUDA_ARCH :=

# whether use cuda runtime compiling for writing kernels in native language (i.e. Python)
ENABLE_CUDA_RTC = 0
USE_NVRTC = 0

# use openmp for parallelization
USE_OPENMP = 0
Expand Down
3 changes: 1 addition & 2 deletions make/maven/maven_linux_cu90mkl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ USE_NCCL = 1
# CUDA_ARCH :=

# whether use cuda runtime compiling for writing kernels in native language (i.e. Python)
ENABLE_CUDA_RTC = 1

USE_NVTX=1
USE_NVRTC = 1

# use openmp for parallelization
USE_OPENMP = 1
Expand Down
3 changes: 1 addition & 2 deletions make/maven/maven_linux_cu92mkl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,8 @@ USE_NCCL = 1
# CUDA_ARCH :=

# whether use cuda runtime compiling for writing kernels in native language (i.e. Python)
ENABLE_CUDA_RTC = 1

USE_NVTX=1
USE_NVRTC = 1

# use openmp for parallelization
USE_OPENMP = 1
Expand Down
2 changes: 1 addition & 1 deletion make/maven/maven_linux_mkl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ USE_CUDNN = 0
# CUDA_ARCH :=

# whether use cuda runtime compiling for writing kernels in native language (i.e. Python)
ENABLE_CUDA_RTC = 0
USE_NVRTC = 0

# use openmp for parallelization
USE_OPENMP = 1
Expand Down

0 comments on commit 77a633f

Please sign in to comment.