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: oneAPI v2.0.0 #122582

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

JuliaRegistrator
Copy link
Contributor

oneAPI.jl 2.0 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/) (#475).

There is one breaking change: all intrinsics (`get_local_id`, `get_global_idx`, etc) are fully 1-based now. They used to return 1-based values, while taking a 0-based dimension index. With the move to SPIRVIntrinsics.jl (#477) providing these intrinsics, the optional dimension index is also 1-based now.
Note that this is unlikely to, or rather should not affect many users, because in most cases the dimension index can be omitted in order to default to the first dimension.

## Features

- #480


## Bug fixes

- #485

UUID: 8f75cd03-7ff8-4ecb-9b8f-daf728133b1b
Repo: https://github.com/JuliaGPU/oneAPI.jl.git
Tree: 2b6f26235c73bef3c10265f99aed5b1d7104622c

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 611780e into master Jan 8, 2025
20 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-oneapi-8f75cd03-v2.0.0-02e72b1dcc branch January 8, 2025 10:47
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