Skip to content
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.8.7 release tag #1329

Merged
merged 5 commits into from
Feb 12, 2024

Conversation

aarongreig
Copy link
Contributor

@aarongreig aarongreig commented Feb 9, 2024

pbalcer and others added 2 commits February 9, 2024 16:18
[L0] move platform cache into the adapter structure
…ructor

[L0] move adapter init into its constructor from urAdapterGet
@aarongreig aarongreig force-pushed the aaron/v0.8.7rc branch 3 times, most recently from 9e448cf to 3921683 Compare February 9, 2024 18:04
@aarongreig aarongreig marked this pull request as ready for review February 9, 2024 18:08
@aarongreig aarongreig requested review from a team as code owners February 9, 2024 18:08
@aarongreig aarongreig requested a review from a team as a code owner February 12, 2024 10:26
[L0] Allocate event pools efficiently in multi-device scenarios
@aarongreig aarongreig force-pushed the aaron/v0.8.7rc branch 3 times, most recently from 40cf72f to 8269548 Compare February 12, 2024 13:59
@aarongreig
Copy link
Contributor Author

@oneapi-src/unified-runtime-level-zero-write @oneapi-src/unified-runtime-command-buffer-write please review

@kbenzie kbenzie merged commit 3aeccac into oneapi-src:v0.8.x Feb 12, 2024
41 checks passed
Comment on lines -757 to +764
UR_CALL(Queue->Context->getAvailableCommandList(Queue, SignalCommandList,
false, false));

UR_CALL(createEventAndAssociateQueue(Queue, &RetEvent,
UR_COMMAND_COMMAND_BUFFER_ENQUEUE_EXP,
SignalCommandList, false));
UR_CALL(createEventAndAssociateQueue(
Queue, &RetEvent, UR_COMMAND_COMMAND_BUFFER_ENQUEUE_EXP,
SignalCommandList, false, false, true));
Copy link
Contributor

@againull againull Feb 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge conflict was resolved incorrectly here. getAvailableCommandList should have been left as is. Only createEventAndAssociateQueue should have been changed accordingly.

Please see againull@f9ac087#diff-ab021f9451ccb6dd66e3df853d0e123b2f898233a1f609b1e698bef4f6011c71R762-R767

for the reference.

graph tests are failing because of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants