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

New version: CUDA v5.6.0 #122580

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

JuliaRegistrator
Copy link
Contributor

CUDA.jl v5.6 is a relatively minor release, which the most important change being behind the scenes: [GPUArrays.jl v11 has switched to KernelAbstractions.jl](https://juliagpu.org/post/2025-01-07-gpuarrays-11/) (#2524).

## Features

- Update to CUDA 12.6.2 (#2512)
- CUSOLVER: support for `Xgeev!` (#2513), `XsyevBatched` (#2577), `gesv!` and `gels!` (#2406)
- CUBLAS: added multiplication of transpose / adjoint matrices by diagonal matrices (#2518, #2538)
- Improve handle cache performance in the presence of many short-lived tasks (#2583)
- CUFFT: Pre-allocate the buffer required for complex-to-real FFTs only once (#2578)
- Improved batched pointer conversion for very large batches (#2608)

## Bug fixes

- Fix `findall` with an empty CuArray (#2554)
- CUBLAS: Fix use of level 1 methods with strided arrays (#2528)
- CUSOLVER: Fix `Xgesvdr!` (#2556)
- Preserve the array buffer type with more linear algebra operations (#2534)
Work around LinearAlgebra.jl breakage in Julia 1.11.2 concerning generic triangular `(l/r)mul!` - (#2585)
- Fix ambiguity of `LinearAlgebra.dot` (#2569)
- Native RNG: Fixes when working with very large arrays (#2561)
- Avoid a deadlock due do union splitting in the `mapreduce` kernel (#2595)
- Fix pinning of resized CPU memory by automatically re-pinning (#2599)

UUID: 052768ef-5323-5732-b1bb-66c8b64840ba
Repo: https://github.com/JuliaGPU/CUDA.jl.git
Tree: a6e8def7bd340c08fe4c0e3c9e131c4f20299f93

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
Copy link
Contributor

github-actions bot commented Jan 8, 2025

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines are all met! ✅

Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round (~20 minutes).

2. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit 954ce1f into master Jan 8, 2025
15 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-cuda-052768ef-v5.6.0-088676713c branch January 8, 2025 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants