Skip to content

Conversation

@lplewa
Copy link
Contributor

@lplewa lplewa commented Jul 22, 2025

Description

Checklist

  • Code compiles without errors locally
  • All tests pass locally
  • CI workflows execute properly
  • CI workflows, not executed per PR (e.g. Nightly), execute properly
  • New tests added, especially if they will fail without my changes
  • Added/extended example(s) to cover this functionality
  • Extended the README/documentation
  • All newly added source files have a license
  • All newly added source files are referenced in CMake files
  • Logger (with debug/info/... messages) is used
  • All API changes are reflected in docs and def/map files, and are tested

@lplewa lplewa requested a review from a team as a code owner July 22, 2025 12:53
@lplewa lplewa force-pushed the ctl_env branch 14 times, most recently from f907468 to 0367963 Compare July 29, 2025 10:24
LOG_ERR("Failed to get pool name");
goto err_pool_init;
}
assert(pname != NULL);
Copy link
Contributor

@KFilipek KFilipek Jul 29, 2025

Choose a reason for hiding this comment

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

nit: Pointers can be directly handled:

assert(pname);

Copy link
Contributor

@KFilipek KFilipek left a comment

Choose a reason for hiding this comment

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

LGTM

@lplewa lplewa mentioned this pull request Jul 30, 2025
@lplewa lplewa merged commit 3d836a7 into oneapi-src:main Jul 31, 2025
74 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.

3 participants