Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
Don't use deprecated env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Mar 25, 2020
1 parent 7408dd9 commit ae572dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pool:none:
tags:
- nvidia
variables:
CUARRAYS_MEMORY_POOL: 'none'
JULIA_CUDA_MEMORY_POOL: 'none'

pool:simple:
extends:
Expand All @@ -128,7 +128,7 @@ pool:simple:
tags:
- nvidia
variables:
CUARRAYS_MEMORY_POOL: 'simple'
JULIA_CUDA_MEMORY_POOL: 'simple'

pool:split:
extends:
Expand All @@ -137,7 +137,7 @@ pool:split:
tags:
- nvidia
variables:
CUARRAYS_MEMORY_POOL: 'split'
JULIA_CUDA_MEMORY_POOL: 'split'
allow_failure: true

debug:
Expand Down

0 comments on commit ae572dd

Please sign in to comment.