Skip to content

Commit 0209fad

Browse files
Revert sequential GPU jobs: other runner jobs make it unnecessary
The `needs` dependency doesn't help since other jobs on the shared runner contribute to GPU memory pressure regardless. The CUDA.reclaim() fix in the test file is the actual mitigation. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8fa837c commit 0209fad

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/GPU.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343

4444
simplenonlinearsolve-cuda:
4545
name: "SimpleNonlinearSolve CUDA"
46-
needs: nonlinearsolve-cuda
4746
runs-on: [self-hosted, gpu-v100]
4847
timeout-minutes: 60
4948
steps:

0 commit comments

Comments
 (0)