From 5e2c6ebbdcf08174608212df2b7254dba9737134 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Wed, 6 May 2026 04:10:19 -0400 Subject: [PATCH 1/2] ci: retrigger CUDA tests after GPUCompiler.jl PR #788 The CUDA tests were failing on Julia 1.12 due to a misaligned address error in GPUCompiler.jl (see CUDA.jl#3034). Tim Besard reverted the problematic AOT compilation change in JuliaGPU/GPUCompiler.jl#788 and tagged a release. This empty commit retriggers the CUDA CI to verify the fix lands cleanly on master. Co-Authored-By: Chris Rackauckas From 47e0af13269ca2b5ef511f47d84a2eed16e9c3f6 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Wed, 6 May 2026 05:25:53 -0400 Subject: [PATCH 2/2] ci: retrigger docs build after marking PR ready The previous run was created when the PR was (briefly) treated as a draft, so the Documentation job was skipped. This empty commit retriggers CI now that the PR is ready for review. Co-Authored-By: Chris Rackauckas