Skip to content

matrix solve#132

Open
Nader-Rahhal wants to merge 3 commits into
mainfrom
solve
Open

matrix solve#132
Nader-Rahhal wants to merge 3 commits into
mainfrom
solve

Conversation

@Nader-Rahhal
Copy link
Copy Markdown
Collaborator

@Nader-Rahhal Nader-Rahhal commented May 20, 2026

related Legate PR: JuliaLegate/Legate.jl#84
Currently uses 1 gpu

@Nader-Rahhal Nader-Rahhal requested a review from krasow May 20, 2026 18:00
Comment thread src/ndarray/linalg.jl
end

function solve(a::NDArray{T,N}, b::NDArray{S,M}) where {T,N,S,M}
if N < 2
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many of these checks can be done with dynamic dispatch

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