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: AcceleratedKernels v0.2.2 #122150

Merged

Conversation

JuliaRegistrator
Copy link
Contributor

@JuliaRegistrator JuliaRegistrator commented Dec 30, 2024

- Added N-dimensional accumulate! implementation
- Added second 1-dimensional accumulate! algorithm which does not need stronger device-wide synchronisation guarantees (which, notably, Apple Metal does not offer, and so decoupled-lookback cannot work on this platform).
  - Added extension system with different defaults for accumulate on Metal and any/all on oneAPI. Now all corner cases are tested and work.
- Added higher-order arithmetics functions: sum, prod, minimum, maximum, count, cumsum, cumprod
- Added one final backend::Backend argument to all functions to allow dispatch on them even when the input array is not transferred to the given backend (e.g. allowing ranges on GPUs).

There are no breaking changes - the new interfaces are a strict superset of previous ones.

UUID: 6a4ca0a5-0e36-4168-a932-d9be78d558f1
Repo: https://github.com/JuliaGPU/AcceleratedKernels.jl.git
Tree: e1c0f4c8ded2762a79fc73afdc9ba652978162d7

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
@JuliaRegistrator JuliaRegistrator force-pushed the registrator-acceleratedkernels-6a4ca0a5-v0.2.2-2f74026f2c branch from 1f54a65 to c9c54b5 Compare December 30, 2024 06:13
Copy link
Contributor

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 d072744 into master Dec 30, 2024
9 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-acceleratedkernels-6a4ca0a5-v0.2.2-2f74026f2c branch December 30, 2024 06:22
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