-
Notifications
You must be signed in to change notification settings - Fork 123
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
Merge main into adapters branch #1072
Merge main into adapters branch #1072
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
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
testing branch for [PR](oneapi-src/unified-runtime#1072) and adding necessary fixes for it. Co-authored-by: omarahmed1111 <[email protected]>
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