-
Notifications
You must be signed in to change notification settings - Fork 795
[BuildBot] Uplift Win GPU driver version to 27.20.100.8935 #2743
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
[BuildBot] Uplift Win GPU driver version to 27.20.100.8935 #2743
Conversation
Signed-off-by: yinyangsx <yin.yang@intel.com>
|
/summary:run |
vladimirlaz
left a comment
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.
LGTM
But still need to wait until all test passed
|
Hi @yanfeng3721 , a new regression happen on Windows GPU CTS test, could you please have a look? |
|
/summary:run |
|
@yinyangsx @DoyleLi , the regression looks like a flaky issue and I will trigger a rerun. |
|
@yanfeng3721, @yinyangsx It looks like the flaky issue introduced by new driver. Please file a ticket. |
|
/summary:run |
|
@yinyangsx , I checked the post commit test, the Windows test pass, please prepare Windows test driver 27.20.100.8935 update. |
) The LLVM-IR type of zero-length array does not seem to have a mapping into SPIR-V type, rather it outputs an error since the obvious choice of zero-length array is not valid in SPIR-V. This, for example, prohibits us from using unbounded arrays in SYCL device kernels because they are typically represented in LLVM-IR through zero-length arrays. This PR attempts to introduce a workaround to this by lowering a zero-length array in LLVM-IR to a 1-length array in SPIR-V. Original commit: KhronosGroup/SPIRV-LLVM-Translator@38db490f855499c

Signed-off-by: yinyangsx yin.yang@intel.com