Pin GPUCompiler below 2.2.2 - #622
Merged
Merged
Conversation
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.
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Member
|
No need to pin, let's just revert in GPUCompiler. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
JuliaGPU/GPUCompiler.jl#906