Skip to content
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

DArray: Tile QR, UndefInitializer, and parallel trapezoidal wrappers #529

Draft
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

fda-tome
Copy link
Collaborator

@fda-tome fda-tome commented Jun 6, 2024

This PR concerns the implementation of parallel Triangular and Trapezoidal wrappers. A parallel Tile QR implementation, and undefined initializers for DArrays. This gives ways for "zero-memory" allocation of trapezoidal and triangular DArrays in the future, let's us use Triangular and Trapezoidal wrappers without synchronization, creates undefined memory DArrays in parallel with respect to chunks, and gives way for an easy-to-use QR implementation. All methods follow patterns paved by LinearAlgebra.jl

@fda-tome fda-tome requested a review from jpsamaroo June 6, 2024 11:40
fda-tome and others added 25 commits June 6, 2024 09:00
Co-authored-by: Julian P Samaroo <jpsamaroo@jpsamaroo.me>
aliasing: Add optimized will_alias for views
@jpsamaroo jpsamaroo marked this pull request as draft July 30, 2024 19:04
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.

4 participants