Skip to content

Conversation

@bratpiorka
Copy link
Contributor

@bratpiorka bratpiorka commented Oct 29, 2025

do not call post_initialize on provider < 1.1

this fixes nightly build:
https://github.com/oneapi-src/unified-memory-framework/actions/runs/18906308402/job/53965309976?pr=1540

@bratpiorka bratpiorka marked this pull request as ready for review October 29, 2025 11:34
@bratpiorka bratpiorka requested a review from a team as a code owner October 29, 2025 11:34
@bratpiorka bratpiorka force-pushed the rrudnick_fix_post_init branch from ad7f602 to 7f73757 Compare October 29, 2025 11:34
Copy link
Contributor

@lukaszstolarczuk lukaszstolarczuk left a comment

Choose a reason for hiding this comment

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

LGTM

@bratpiorka bratpiorka force-pushed the rrudnick_fix_post_init branch from 7f73757 to e596a9d Compare October 29, 2025 13:13
Copy link
Contributor

@lplewa lplewa left a comment

Choose a reason for hiding this comment

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

NIT: Comment and error log is misleading/incorrect.

"Non supported" is wrong word. This CTL call was just not existing, also we require return error INVALID_CTL_PATH for non supported calls since 1.1 version, so 1.0 ctl implementation returns not standardized error code for unknown ctl path (invalid argument, unsupported, or even i can imagine returning a success)

Word "Supported" indicate that it something that we support, while in this case we talk about custom providers not provided by UMF, which do not know this call, and returns error code, which we do not expect for a reason that i wrote above.

@bratpiorka bratpiorka force-pushed the rrudnick_fix_post_init branch from e596a9d to b273986 Compare October 30, 2025 08:46
@bratpiorka bratpiorka merged commit 8ae76f4 into oneapi-src:main Oct 30, 2025
75 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants