Skip to content

Conversation

slawekptak
Copy link
Contributor

@slawekptak slawekptak commented Sep 30, 2025

This is a folllow-up PR to #19294

@slawekptak slawekptak marked this pull request as ready for review October 1, 2025 07:11
@slawekptak slawekptak requested review from a team as code owners October 1, 2025 07:11
Copy link
Contributor

@reble reble left a comment

Choose a reason for hiding this comment

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

LGTM!
Nit: Could you update the description adding that this is a follow-up PR to #19294

Copy link
Contributor

github-actions bot commented Oct 1, 2025

@intel/llvm-gatekeepers please consider merging

1 similar comment
Copy link
Contributor

github-actions bot commented Oct 4, 2025

@intel/llvm-gatekeepers please consider merging

CodeLoc));
CommandGroup->MIsTopCodeLoc = IsTopCodeLoc;

if (auto GraphImpl = getCommandGraph(); GraphImpl) {
Copy link
Contributor

@sergey-semenov sergey-semenov Oct 6, 2025

Choose a reason for hiding this comment

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

Suggested change
if (auto GraphImpl = getCommandGraph(); GraphImpl) {
if (auto GraphImpl = getCommandGraph()) {

Just a non-blocking nitpick, might just be my personal preference though.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, I will address this in a future PR.

@sergey-semenov sergey-semenov merged commit 30215eb into intel:sycl Oct 6, 2025
32 of 33 checks passed
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.

5 participants