Skip to content

Commit

Permalink
Julia v1 only works with nthreads=1
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Aug 25, 2020
1 parent 7ea6130 commit de360d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variables:
CI_IMAGE_TAG: 'cuda'
JULIA_NUM_THREADS: '4'
JULIA_NUM_THREADS: '1'
JULIA_CUDA_VERBOSE: 'true'
JULIA_CUDA_USE_BINARYBUILDER: 'false' # reduce CI network traffic

Expand Down

0 comments on commit de360d7

Please sign in to comment.