You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch fixes a regression accidentally introduced in intel#9874
(presumably because we didn't have the right test).
SYCL-CTS produces an LLVM IR pattern, where spec constant initializer
contains less elements than there are in a spec constant type, because
some of those elements are implicitly-created paddings. The patch
updates the pass to handle this situation.
Resolvesintel#10129
… pass (#10211)
This patch fixes a regression accidentally introduced in #9874
(presumably because we didn't have the right test).
SYCL-CTS produces an LLVM IR pattern, where spec constant initializer
contains less elements than there are in a spec constant type, because
some of those elements are implicitly-created paddings. The patch
updates the pass to handle this situation.
Note: this PR only covers a case when padding is inserted at the end of
a struct.
Resolves#10129
I see failure in pre-commit for KhronosGroup/SYCL-CTS#741.
From: https://github.com/KhronosGroup/SYCL-CTS/actions/runs/5406893408/jobs/9824294810
DPC++ compiler version: 2ddb42c.
The text was updated successfully, but these errors were encountered: