[UR][L0v2] Verify number and indices of kernel arguments#21242
Merged
sarnex merged 1 commit intointel:syclfrom Feb 11, 2026
Merged
[UR][L0v2] Verify number and indices of kernel arguments#21242sarnex merged 1 commit intointel:syclfrom
sarnex merged 1 commit intointel:syclfrom
Conversation
ae202eb to
8a8716d
Compare
8a8716d to
e319096
Compare
e319096 to
e861d38
Compare
e861d38 to
b82f02d
Compare
Contributor
Author
|
@adamfidel please review |
Contributor
Author
|
@intel/sycl-graphs-reviewers @intel/unified-runtime-reviewers-level-zero please review |
pbalcer
approved these changes
Feb 11, 2026
Contributor
Author
mmichel11
reviewed
Feb 11, 2026
7fa5767 to
279a69a
Compare
adamfidel
approved these changes
Feb 11, 2026
Member
adamfidel
left a comment
There was a problem hiding this comment.
LGTM after the changes to the offset. Thanks!
mmichel11
reviewed
Feb 11, 2026
ldorau
added a commit
to ldorau/llvm
that referenced
this pull request
Feb 11, 2026
…intel#21236)" This reverts commit 9b36da3. The issue intel#21235 has been fixed by intel#21242. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Verify number and indices of kernel arguments. Fix three SYCL E2E tests with incorrect number of kernel arguments. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
Contributor
Author
|
The AMD/HIP CI job fails because of |
Contributor
Author
|
@intel/llvm-gatekeepers please merge |
ldorau
added a commit
to ldorau/llvm
that referenced
this pull request
Feb 11, 2026
…intel#21236)" This reverts commit 9b36da3. The issue intel#21235 has been fixed by intel#21242. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
sergey-semenov
pushed a commit
that referenced
this pull request
Feb 12, 2026
ldorau
added a commit
to ldorau/llvm
that referenced
this pull request
Feb 13, 2026
Validate hKernel before dereferencing it. Ref: intel#21242 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
kswiecicki
pushed a commit
that referenced
this pull request
Feb 16, 2026
Validate hKernel before dereferencing it. Ref: #21242 Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verify number and indices of kernel arguments and
fix three SYCL E2E tests with incorrect number of kernel arguments:
Ref: #21235