forked from JuliaArrays/ArrayInterface.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from JuliaArrays:master #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pull
wants to merge
35
commits into
avik-pal:master
Choose a base branch
from
JuliaArrays:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
fix: aos_to_soa for all singleton dims
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…decov/codecov-action-5 Bump codecov/codecov-action from 4 to 5
…4-12-12-21-11-10-453-02929567177 CompatHelper: bump compat for CUDSS in [weakdeps] to 0.4, (keep existing compat)
Extending constructors without module specification can lead to undefined behaviour in case of name clashes. This is fixed by fully qualifying `ArrayInterface.BandedMatrixIndex` when it is extended in the banded matrix ext.
Fully qualify constructor extension
Fix SparseMatrixCSC with alternative Integer types
Add Downgrade CI
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…tions/checkout-5 Bump actions/checkout from 4 to 5
- Add ArrayInterfaceMetalExt extension with proper lu_instance implementation - Fix issue where MtlArray lu_instance failed due to 0x0 matrix creation - Add Metal.jl to weakdeps and extensions in Project.toml - Add Metal.jl test to verify lu_instance works properly - Follow same pattern as CUDA extension for GPU array support Fixes #467 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Simplify test to directly check that lu_instance returns an LU type - Make Metal tests only run on macOS using Sys.isapple() check - Add LinearAlgebra import for LU type check 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
Add Metal.jl support for lu_instance
Updates the ArrayInterfaceCUDSSExt to use the modern CUDSS API. The deprecated CudssMatrix type has been replaced with standard CUDA.CuVector types, which is the current API pattern in CUDSS v0.5+. Changes: - Replace CudssMatrix with CUDA.CuVector in lu_instance - Add CUDA as explicit extension dependency - Add CUDSS v0.5 and v0.6 to compatibility bounds - Bump version to 7.20.1 Fixes the runtime incompatibility introduced by the breaking changes in CUDSS v0.5 and v0.6 where CudssMatrix was removed in favor of standard CUDA.jl types (CuVector). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…upport Fix CUDSS extension for v0.5 and v0.6 compatibility
bump CUDSS version and add CUDSS tests
Update Project.toml
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )