We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bd143 commit 6d1af96Copy full SHA for 6d1af96
test/runtests.jl
@@ -1,15 +1,6 @@
1
using Metal
2
using ParallelTestRunner
3
4
-# Force 3 workers if running on the 8GB buildkite mac minis
5
-# until ParallelTestRunner.jl interface to determine # workers
6
-if parse(Bool, get(ENV, "BUILDKITE", "false"))
7
- jobs_pos = findfirst(arg -> startswith(arg, "--jobs"), ARGS)
8
- if isnothing(jobs_pos) && (Sys.total_memory() == 8*2^30)
9
- push!(ARGS, "--jobs=3")
10
- end
11
-end
12
-
13
# Quit without erroring if Metal loaded without issues on unsupported platforms
14
if !Sys.isapple()
15
@warn """Metal.jl succesfully loaded on non-macOS system.
0 commit comments