Skip to content

Conversation

@ldorau
Copy link
Contributor

@ldorau ldorau commented Nov 19, 2025

Call zeCommandListAppendLaunchKernelWithArguments() directly (not using the pointer).

Call zeCommandListAppendLaunchKernelWithArguments() directly
(not using the pointer).

Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
@ldorau ldorau requested a review from KFilipek November 20, 2025 08:17
@ldorau ldorau marked this pull request as ready for review November 20, 2025 08:17
@ldorau ldorau requested a review from a team as a code owner November 20, 2025 08:17
@ldorau
Copy link
Contributor Author

ldorau commented Nov 20, 2025

CI failure (UR L0v2) is caused by #20683

Copy link
Contributor

@kswiecicki kswiecicki left a comment

Choose a reason for hiding this comment

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

So, just to be sure, since we enforce L0 loader version >= 1.16.0, the symbol for the zeCommandListAppendLaunchKernelWithArguments is always available. We still check for the supported L0 driver version because the implementation is unavailable on older driver and we would get an error from the loader when trying to use it?

@pbalcer
Copy link
Contributor

pbalcer commented Nov 20, 2025

So, just to be sure, since we enforce L0 loader version >= 1.16.0, the symbol for the zeCommandListAppendLaunchKernelWithArguments is always available. We still check for the supported L0 driver version because the implementation is unavailable on older driver and we would get an error from the loader when trying to use it?

yes.

@kswiecicki kswiecicki merged commit ec5d354 into intel:sycl Nov 20, 2025
67 of 72 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.

4 participants