-
Notifications
You must be signed in to change notification settings - Fork 125
[L0] Fix the multi device event cache to allocate lists as pointers #1366
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
Conversation
nrspruit
commented
Feb 21, 2024
- fix to address a multi device crash given many devices causing a stack overflow. Event Caches per device are now explicitly allocated.
8cb63cc
to
ac235a6
Compare
ac235a6
to
486ee85
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 @@
## main #1366 +/- ##
==========================================
- Coverage 14.82% 12.72% -2.11%
==========================================
Files 250 238 -12
Lines 36220 35354 -866
Branches 4094 4011 -83
==========================================
- Hits 5369 4498 -871
- Misses 30800 30852 +52
+ Partials 51 4 -47 ☔ View full report in Codecov by Sentry. |
The OpenCL and Natuve CPU runner has died. Since this only touches the Level Zero adapter we can merge this without those jobs running. However there is a regression in the intel/llvm testing which will need to be resolved https://github.com/intel/llvm/actions/runs/7983767351/job/21814442025?pr=12778 |
486ee85
to
dbafafa
Compare
- fix to address a multi device crash given many devices causing a stack overflow. Event Caches per device are now explicitly allocated. Signed-off-by: Spruit, Neil R <[email protected]>
dbafafa
to
123c00f
Compare
- fix to address a multi device crash given many devices causing a stack overflow. Event Caches per device are now explicitly allocated. - pre-commit PR for oneapi-src/unified-runtime#1366 Signed-off-by: Spruit, Neil R <[email protected]>
[L0] Fix the multi device event cache to allocate lists as pointers
…rs (#12778) - fix to address a multi device crash given many devices causing a stack overflow. Event Caches per device are now explicitly allocated. - pre-commit PR for oneapi-src/unified-runtime#1366 --------- Signed-off-by: Spruit, Neil R <[email protected]> Co-authored-by: Kenneth Benzie (Benie) <[email protected]>
…ice_event_cache" This reverts commit 6863ca7.