Skip to content

Pin GPUCompiler below 2.2.2 - #622

Merged
michel2323 merged 1 commit into
mainfrom
pin-gpucompiler
Aug 22, 2026
Merged

Pin GPUCompiler below 2.2.2#622
michel2323 merged 1 commit into
mainfrom
pin-gpucompiler

Conversation

@michel2323

Copy link
Copy Markdown
Member

GPUCompiler 2.2.2 (JuliaGPU/GPUCompiler.jl#899, `compilesig_invokes=false`)
no longer elides the `DomainError` allocation inside `Base.Math.exponent`'s
local `throw1` closure. `sqrt(::Complex)` reaches it through `ssqs`, and
oneAPI.jl provides no device `malloc`, so kernels on that path fail with

    InvalidIRError: unsupported call to an unknown function (call to gpu_malloc)

which is what broke the gpuarrays/statistics test in CI. Keep GPUCompiler at
2.2.1 until the device runtime can serve the allocation.
@michel2323
michel2323 merged commit 073f366 into main Aug 22, 2026
3 of 4 checks passed
@michel2323
michel2323 deleted the pin-gpucompiler branch August 22, 2026 00:08
@codecov

codecov Bot commented Aug 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.18%. Comparing base (72e8fc1) to head (2463975).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #622      +/-   ##
==========================================
+ Coverage   79.57%   81.18%   +1.60%     
==========================================
  Files          50       50              
  Lines        3570     3571       +1     
==========================================
+ Hits         2841     2899      +58     
+ Misses        729      672      -57     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maleadt

maleadt commented Aug 22, 2026

Copy link
Copy Markdown
Member

No need to pin, let's just revert in GPUCompiler.

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