[UR][L0] Fix the multi device event cache to allocate lists as pointers#12778
Merged
steffenlarsen merged 3 commits intointel:syclfrom Feb 22, 2024
Merged
[UR][L0] Fix the multi device event cache to allocate lists as pointers#12778steffenlarsen merged 3 commits intointel:syclfrom
steffenlarsen merged 3 commits intointel:syclfrom
Conversation
50a5c25 to
391871e
Compare
86926b7 to
d026eb0
Compare
d026eb0 to
c90d9f6
Compare
c90d9f6 to
ddb3a7d
Compare
Contributor
Author
|
Failure seems unrelated: The failure is with the opencl adapter.... |
- 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 <neil.r.spruit@intel.com>
ddb3a7d to
e69d545
Compare
kbenzie
approved these changes
Feb 22, 2024
This was referenced Feb 22, 2024
Contributor
|
Windows Gen12: |
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.
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 [L0] Fix the multi device event cache to allocate lists as pointers oneapi-src/unified-runtime#1366