File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,10 @@ steps:
14
14
queue : " juliagpu"
15
15
cuda : " *"
16
16
env :
17
+ JULIA_NUM_THREADS : 4
17
18
NNLIB_TEST_CUDA : " true"
18
- NNLIB_TEST_CPU : " false"
19
+ NNLIB_TEST_CPU : " true" # Could be useful to uncover multithreading related issues
20
+ # Buildkite workers have more threads.
19
21
if : build.message !~ /\[skip tests\]/
20
22
timeout_in_minutes : 180
21
23
matrix :
34
36
- JuliaCI/julia#v1:
35
37
version : " 1"
36
38
- JuliaCI/julia-test#v1:
39
+ test_args : " --quickfail"
37
40
- JuliaCI/julia-coverage#v1:
38
41
codecov : true
39
42
dirs :
49
52
JULIA_AMDGPU_HIP_MUST_LOAD : " 1"
50
53
JULIA_AMDGPU_DISABLE_ARTIFACTS : " 1"
51
54
NNLIB_TEST_AMDGPU : " true"
52
- NNLIB_TEST_CPU : " true" # Could be useful to uncover multithreading related issues
53
- # Buildkite workers have more threads.
55
+ NNLIB_TEST_CPU : " false"
54
56
JULIA_NUM_THREADS : 4
55
57
56
58
- label : " Benchmarks"
You can’t perform that action at this time.
0 commit comments