| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-13 | 1.1 kB | |
| v0.22.0 source code.tar.gz | 2026-08-13 | 897.6 kB | |
| v0.22.0 source code.zip | 2026-08-13 | 1.0 MB | |
| Totals: 3 Items | 1.9 MB | 0 | |
Dagger v0.22.0
Additions
- Made it possible to eagerly free Datadeps CPU-side allocations
- Optimized stencil and SVD implementations
- Fixed a variety of MPI-related and Datadeps-related bugs
- Added proper
Dagger.scopehandling around MPI usage - Added hierarchical scheduling to Datadeps
Breaking changes
- None! Enjoy :)
Merged pull requests:
- build(deps): bump actions/upload-artifact from 4 to 7 (#724) (@dependabot[bot])
- DArray/QR: Pick better ib and p defaults (#725) (@jpsamaroo)
- datadeps: Make some Array allocations eagerly freeable (#726) (@jpsamaroo)
- Remove EAGER_ID_MAP (#728) (@jpsamaroo)
- MetalExt: Support Metal 1.10 (#729) (@jpsamaroo)
- submission: Don't set sch_accessible if dep is finished (#730) (@jpsamaroo)
- stencils: Performance enhancements (#731) (@jpsamaroo)
- Fix slow SVD on distributed (#732) (@jpsamaroo)
- MPI+Multi-GPU fixes (#733) (@jpsamaroo)
- Make scope(...) handle current acceleration (#734) (@jpsamaroo)
- Hierarchical Scheduling for Datadeps (#736) (@jpsamaroo)