Skip to content

[UR][L0] Fix throwing exceptions - #23026

Open
KFilipek wants to merge 2 commits into
intel:syclfrom
KFilipek:1251-exceptions
Open

[UR][L0] Fix throwing exceptions#23026
KFilipek wants to merge 2 commits into
intel:syclfrom
KFilipek:1251-exceptions

Conversation

@KFilipek

Copy link
Copy Markdown
Contributor

This PR fixes Coverity exception-related issues.

@KFilipek
KFilipek requested a review from a team as a code owner August 25, 2026 12:08
@KFilipek
KFilipek force-pushed the 1251-exceptions branch 2 times, most recently from 646d0f2 to 431b6ef Compare August 25, 2026 12:39
@KFilipek KFilipek self-assigned this Aug 25, 2026
@KFilipek
KFilipek requested a review from kswiecicki August 25, 2026 12:44
ur::level_zero::v1::urMemRelease(
reinterpret_cast<::ur_mem_handle_t>(SubBuffer->Parent));
} catch (...) {
// Ignore any errors during destruction

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could you add a UR_LOG_SAFE log about the failed memory release in UR buffer destructor.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done

@KFilipek
KFilipek requested a review from a team August 26, 2026 13:24
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.

2 participants