Merge main into adapters branch #1072
Merged
omarahmed1111 merged 162 commits intooneapi-src:adaptersfrom Nov 30, 2023
Merged
Conversation
Make urInit and urTearDown loader-only
…d-native-context-handle-cts [UR] Fix urContextNativeHandle CTS
- Adds USM and Buffer fill append commands - Update feature spec for new commands - Align naming conventions for Append* commands with core equivalents
[EXP][CMDBUF] Add fill commands to cmd buffer experimental feature
[UR][CTS] Upstream CTS parser
[UR] Fixup minor CTS issues
Fuzz tests set up with cron don't run because cron scheduled workflows are triggered only for the default branch. Add nightly workflow file to the default branch with fuzz tests specified to run on 'adapters' branch.
This implementation is lock-free and does not require C++ runtime.
Implement locks using C++ std::mutex and atomics by using Interlocked* functions and calling _ReadWriteBarrier
[main] Speed up CI jobs
Move nightly CI tests to the main branch
[umf] extend error message for disjoint pool
[UR] Fix program CTS assesion checks
[umf] implement memory tracking using critnib
- Added extra conditions to the validation layers of urEnqueueMemBufferFill, urEnqueueMemImageCopy, urEnqueueMemImageWrite and urEnqueueMemImageReady
The AppleClang compiler emits warnings in C functions with zero arguments that are not specified as `f(void)`.
[umf] Fix macOS build
eec6324 to
608b53f
Compare
Coverity fixes
[UR] Fix critnib on windows
608b53f to
9a919a8
Compare
9a919a8 to
b332e44
Compare
b332e44 to
d39c3d5
Compare
kbenzie
approved these changes
Nov 29, 2023
d39c3d5 to
f7c96f2
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## adapters #1072 +/- ##
===========================================
Coverage ? 15.80%
===========================================
Files ? 223
Lines ? 31349
Branches ? 3510
===========================================
Hits ? 4954
Misses ? 26345
Partials ? 50 ☔ View full report in Codecov by Sentry. |
75b401c to
1138f33
Compare
1600991 to
769803c
Compare
769803c to
f2ca7a9
Compare
steffenlarsen
pushed a commit
to intel/llvm
that referenced
this pull request
Dec 1, 2023
testing branch for [PR](oneapi-src/unified-runtime#1072) and adding necessary fixes for it. Co-authored-by: omarahmed1111 <omar.ahmed@codeplay.com>
This file contains hidden or 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
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.
Bump adapters branch to catch to main till this commit.
Intel/LLVM testing and adding some fixes on intel/llvm side associated to this changes: here