Skip to content

Add KernelAbstractions to test dependencies#406

Merged
ChrisRackauckas merged 2 commits intoSciML:masterfrom
ChrisRackauckas-Claude:fix-cpu-test-deps
Feb 21, 2026
Merged

Add KernelAbstractions to test dependencies#406
ChrisRackauckas merged 2 commits intoSciML:masterfrom
ChrisRackauckas-Claude:fix-cpu-test-deps

Conversation

@ChrisRackauckas-Claude
Copy link
Copy Markdown
Contributor

Summary

  • Add KernelAbstractions to test/Project.toml
  • Fixes CPU test group failure where test/utils.jl does using KernelAbstractions to get KernelAbstractions.CPU() backend but the package was missing from test deps

Test plan

  • CPU CI tests should now pass the GPU Kernelized Stiff ODE Mass Matrix test instead of erroring on package load

🤖 Generated with Claude Code

The CPU test group uses `KernelAbstractions.CPU()` as the backend
(via test/utils.jl) but KernelAbstractions was missing from
test/Project.toml, causing test failures.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas-Claude ChrisRackauckas-Claude force-pushed the fix-cpu-test-deps branch 3 times, most recently from bd2163a to 67cbeda Compare February 21, 2026 01:44
JET tests are unsatisfiable on nightly due to upstream changes.
Skip them on Julia >= 1.13.0-DEV.

Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
@ChrisRackauckas ChrisRackauckas merged commit 718ef32 into SciML:master Feb 21, 2026
15 of 27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants