We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dc3f7 commit ac93f62Copy full SHA for ac93f62
1 file changed
test/runtests.jl
@@ -105,7 +105,7 @@ end
105
# claims. A CUDA worker needs its own context + libraries (~0.5–1 GiB baseline)
106
# plus room for peak per-test allocations; 4 GiB is the per-worker budget.
107
# (Set `CUDA_VISIBLE_DEVICES` to choose which device is used.)
108
-const gpu_memory_per_worker = 2 * 2^30
+const gpu_memory_per_worker = 1 * 2^30
109
first_gpu = first(devices())
110
gpu_free = device!(first_gpu) do
111
mem = CUDA.free_memory()
0 commit comments