The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-16 | 2.5 kB | |
| v5.9.1 source code.tar.gz | 2025-10-16 | 1.7 MB | |
| v5.9.1 source code.zip | 2025-10-16 | 1.8 MB | |
| Totals: 3 Items | 3.5 MB | 0 | |
CUDA v5.9.1
Merged pull requests:
- Make resize! run faster (#2828) (@huiyuxie)
- Add SparseArrays functionality for CuSparseDeviceColumnView (#2904) (@Zinoex)
- Fix typo in kernel compilation requirements section (#2905) (@J-C-Q)
- Change device! function parameter type from Int32 to Int (#2906) (@simone-silvestri)
- Fix memory corruption in mapreduce (#2907) (@christiangnrd)
- Increase test timeout (#2909) (@christiangnrd)
- Fix copying between Symmetric and Hermitian matrices. (#2913) (@maleadt)
- Add support for 3-arg dot (#2914) (@maleadt)
- Change input and output strides to use Int64 (#2915) (@J-C-Q)
- Backports for 5.8.5 (#2916) (@christiangnrd)
- Fix CUDA.return_type in 1.12 (#2917) (@christiangnrd)
- Simplify test runner. (#2918) (@maleadt)
- Remove wrappers for deprecated CUSPARSE functions (#2919) (@kshyatt)
- Fix type instability in KA.allocate and friends (#2920) (@christiangnrd)
- CompatHelper: bump compat for BFloat16s to 0.6, (keep existing compat) (#2921) (@github-actions[bot])
- WIP: CI tweaks for special jobs. (#2922) (@maleadt)
- Unbreak cusolver test on 1.12 (#2923) (@kshyatt)
- GPUToolbox compat v1 (#2924) (@christiangnrd)
- Regenerate the wrappers for CUDA 13.0.1 (#2925) (@amontoison)
- [CUSPARSE] Drop old code from CUDA 11 (#2926) (@amontoison)
- Adding troubleshooting tips and command line execution info to profiling.md (#2927) (@evelyne-ringoot)
- Extend symm/herm from Linalg on 1.12 (#2928) (@kshyatt)
- Device RNG: test complex number types. (#2931) (@maleadt)
- Actually fix the 1.12 symm/herm issue (#2932) (@kshyatt)
- Update buildkite for the 1.12 release (#2933) (@kshyatt)
- Avoid LLVM 18- generate non-existing min/max instructions (#2937) (@giordano)
- Fix compatibility check. (#2939) (@maleadt)
Closed issues:
- Support for Julia 1.12 (#2866)
- Tensor contractions on CUDA 13 cause CUTENSOR_STATUS_INTERNAL_ERROR (#2881)
- LLVM 18- generates non-existing min.NaN.f64/max.NaN.f64 instructions (#2886)
- Docs - Minor issues in Tutorials section (#2895)
- GPU stuck in OOM state (#2898)
- New release with PrettyTables.jl v3 support (#2902)
- Memory corruption in sum(...; dims = 1) (#2903)
- sum(...; dims=(...)) on CuArrays gives large nondeterministic errors until warm-up with sequential reductions (#2910)
- CUSOLVER test failure (#2912)
- Incorrect bound for CUDA version support error - 7.5 is minimum for 13.0 (#2934)