-
Notifications
You must be signed in to change notification settings - Fork 115
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
Candidate for the v0.9.0 release tag #1519
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
kbenzie
commented
Apr 16, 2024
•
edited
Loading
edited
- [Cmd-Buf][L0] Fix Coverity unsigned comparison report #1461
- [L0] fix a deadlock on a recursive event rwlock #1468
- [CUDA] Refactor device initialization #1363
- Add new ERROR status for events, and corresponding error code. #1467
- [HIP][CUDA] Remove function prototypes from enqueue.hpp #1460
- Add UR_ERROR_DEVICE_NOT_AVAILABLE and appropriate translation for CL. #1485
- [CL] Atomic fence scope capability for Intel FPGA driver #1450
- [L0] Fix DeviceInfo global mem free to report unsupported given MemCount==0 #1486
- [OpenCL] Make extension function lookup return unusupported error #1448
- [Bindless][CUDA] Add support for cubemaps #1433
- [HIP] Fix memory type detection in allocation info queries and USM copy2D #1455
- [L0] Fix regular in order command list reuse given inorder queue #1483
- [L0][Image] Set ZeImageDesc member of _ur_image in release build for legacy image #1498
- [L0] Enable Disabling of Queue lock during L0 Sync calls #1492
- [L0] Enable USM Import/Release Exp Functions #1494
- [L0] Fix to p2p properties init for pNext and stype #1507
- [L0] optimize # of event status queries through batching #1298
- [L0] Add support for reading maxGroupSize from kernel prop extension #1495
- [L0] Store LastCommandEvent before unlock during queue sync #1517
[Cmd-Buf][L0] Fix Coverity unsigned comparison report
[L0] fix a deadlock on a recursive event rwlock
[CUDA] Refactor device initialization
Add new ERROR status for events, and corresponding error code.
[HIP][CUDA] Remove function prototypes from enqueue.hpp
Add UR_ERROR_DEVICE_NOT_AVAILABLE and appropriate translation for CL.
…er-caps [CL] Atomic fence scope capability for Intel FPGA driver
[L0] Fix DeviceInfo global mem free to report unsupported given MemCount==0
…l_unsupported [OpenCL] Make extension function lookup return unusupported error
[Bindless][CUDA] Add support for cubemaps
[HIP] Fix memory type detection in allocation info queries and USM copy2D
[L0] Fix regular in order command list reuse given inorder queue
…thNativeHandle [L0][Image] Set ZeImageDesc member of _ur_image in release build for legacy image
[L0] Enable Disabling of Queue lock during L0 Sync calls
[L0] Enable USM Import/Release Exp Functions
[L0] Fix to p2p properties init for pNext and stype
[CI] remove coverage workflow
disable clang build for L0 adapter tests
…batching [L0] optimize # of event status queries through batching
[L0] Add support for reading maxGroupSize from kernel prop extension
[L0] Store LastCommandEvent before unlock during queue sync
aarongreig
approved these changes
Apr 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.