Testing Running tests...
Running 1 tests in parallel. If this is too many, specify the `--jobs=N` argument to the tests, or set the `JULIA_CPU_THREADS` environment variable.
│ │ Init │ ──────────────── CPU ──────────────── │
Test (Worker) │ Time (s) │ time (s) │ GC (s) │ GC % │ Alloc (MB) │ RSS (MB) │
Array/vectors (1) │ 0.28 │ 6.08 │ 0.00 │ 0.0 │ 42.14 │ 502.08 │
Test Summary: | Pass Total Time
Overall | 10 10 8.3s
SUCCESS CPU Time: 6.36s; CPU Test Time: 0.22s
Testing GPUArrays tests passed
Testing Running tests...
Running 1 tests in parallel. If this is too many, specify the `--jobs=N` argument to the tests, or set the `JULIA_CPU_THREADS` environment variable.
│ │ Init │ ──────────────── CPU ──────────────── │
Test (Worker) │ Time (s) │ time (s) │ GC (s) │ GC % │ Alloc (MB) │ RSS (MB) │
Array/vectors (1) │ 0.28 │ 6.10 │ 0.00 │ 0.0 │ 42.14 │ 503.17 │
Test Summary: | Pass Total Time
Overall | 10 10 8.3s
SUCCESS CPU Time: 6.39s; CPU Test Time: 0.23s
Testing GPUArrays tests passed
Precompiling for configuration --code-coverage=none --color=yes --warn-overwrite=yes --depwarn=yes --inline=yes --startup-file=no --track-allocation=none
Precompiling packages finished.
3 dependencies successfully precompiled in 4 seconds. 72 already precompiled.
Testing Running tests...
Running 1 tests in parallel. If this is too many, specify the `--jobs=N` argument to the tests, or set the `JULIA_CPU_THREADS` environment variable.
│ │ Init │ ──────────────── CPU ──────────────── │
Test (Worker) │ Time (s) │ time (s) │ GC (s) │ GC % │ Alloc (MB) │ RSS (MB) │
Array/vectors (1) │ 0.24 │ 13.69 │ 0.00 │ 0.0 │ 31.03 │ 534.02 │
Test Summary: | Pass Total Time
Overall | 10 10 15.3s
SUCCESS CPU Time: 13.94s; CPU Test Time: 0.24s
Testing GPUArrays tests passed
Testing Running tests...
Running 1 tests in parallel. If this is too many, specify the `--jobs=N` argument to the tests, or set the `JULIA_CPU_THREADS` environment variable.
│ │ Init │ ──────────────── CPU ──────────────── │
Test (Worker) │ Time (s) │ time (s) │ GC (s) │ GC % │ Alloc (MB) │ RSS (MB) │
Array/vectors (1) │ 0.24 │ 6.46 │ 0.00 │ 0.0 │ 31.51 │ 486.16 │
Test Summary: | Pass Total Time
Overall | 10 10 8.2s
SUCCESS CPU Time: 6.70s; CPU Test Time: 0.24s
Testing GPUArrays tests passed
Using #86, I noticed that on 1.13 and 1.14, the first worker init time is MUCH longer and then it goes back down to 1.12. timings when rerunning the test set if no code has been changed.
GPUArrays runs on JuliaGPU/GPUArrays.jl/pull/685:
1.12.4 run 1:
1.12.4 run 2:
1.13 beta 2 run 1:
1.13 beta 2 run 2:
Metal.jl runs on JuliaGPU/Metal.jl/pull/739:
1.12.4 run 1:
1.12.4 run 2:
1.13 beta 2 run 1:
1.13 beta 2 run 2: