-
Notifications
You must be signed in to change notification settings - Fork 754
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SYCL][PI] Add some fixes relevant to adapters second bump PR #11771
[SYCL][PI] Add some fixes relevant to adapters second bump PR #11771
Conversation
70b08ff
to
50bce15
Compare
50bce15
to
dd2a3f4
Compare
dd2a3f4
to
3e54d64
Compare
3e54d64
to
3d3b395
Compare
3d3b395
to
3e047c6
Compare
3e047c6
to
875c73b
Compare
a8aecba
to
c45bdbf
Compare
081b046
to
61fdf1f
Compare
61fdf1f
to
3941a2d
Compare
3941a2d
to
351b253
Compare
351b253
to
acc1453
Compare
acc1453
to
a37ad30
Compare
@@ -2336,8 +2331,18 @@ inline pi_result piKernelGetInfo(pi_kernel Kernel, pi_kernel_info ParamName, | |||
break; | |||
} | |||
case PI_KERNEL_INFO_NUM_ARGS: { | |||
UrParamName = UR_KERNEL_INFO_NUM_ARGS; | |||
break; | |||
size_t NumArgs = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need this change? this seems like something it should go in a completely separate patch so in case there are regressions it is easy to identify.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
without this one of the fixes we're pulling in causes a regression
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This changes was temporarily until this PR is merged. This changes have been reverted and the PR was rebased on recent SYCL branch.
42d8941
to
9254758
Compare
9254758
to
c760d41
Compare
c760d41
to
28b2b5b
Compare
This PR add some fixes that is needed after adapters branch second bump PR, it needs only to me merged after the second bump PR for adapters branch is merged.
Depends on this PR