Skip to content
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

ESIMD/mask_expand_load.cpp failure in post-commit #15257

Open
bader opened this issue Sep 2, 2024 · 4 comments
Open

ESIMD/mask_expand_load.cpp failure in post-commit #15257

bader opened this issue Sep 2, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@bader
Copy link
Contributor

bader commented Sep 2, 2024

Describe the bug

ESIMD/mask_expand_load.cpp has failed in post-commit for NFC change - ac77ad8.

Relevant part of the log:

FAIL: SYCL :: ESIMD/mask_expand_load.cpp (787 of 2221)
******************** TEST 'SYCL :: ESIMD/mask_expand_load.cpp' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 9
D:/github/_work/llvm/llvm/install/bin/clang++.exe  -Werror  -Wno-error=deprecated-declarations -fsycl -fsycl-targets=spir64  D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\ESIMD\mask_expand_load.cpp -fsycl-device-code-split=per_kernel -o D:\github\_work\llvm\llvm\build-e2e\ESIMD\Output\mask_expand_load.cpp.tmp.out
# executed command: D:/github/_work/llvm/llvm/install/bin/clang++.exe -Werror -Wno-error=deprecated-declarations -fsycl -fsycl-targets=spir64 'D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\ESIMD\mask_expand_load.cpp' -fsycl-device-code-split=per_kernel -o 'D:\github\_work\llvm\llvm\build-e2e\ESIMD\Output\mask_expand_load.cpp.tmp.out'
# RUN: at line 10
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  D:\github\_work\llvm\llvm\build-e2e\ESIMD\Output\mask_expand_load.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\_work\llvm\llvm\build-e2e\ESIMD\Output\mask_expand_load.cpp.tmp.out'
# .---command stdout------------
# | Running on Intel(R) Iris(R) Xe Graphics, driver=[1.3.29803]
# | mask_compress_load: error at I = 1: 0 != [61](https://github.com/intel/llvm/actions/runs/10672162525/job/29580079013#step:12:62)1 != 611
# | mask_compress_load: error at I = 1: 0 != 611 != 0
# `-----------------------------
# error: command failed with exit status: 1

Link to the full log containing steps to reproduce and environment information - https://github.com/intel/llvm/actions/runs/10672162525/job/29580079013.

@intel/dpcpp-esimd-reviewers, any ideas?

To reproduce

No response

Environment

No response

Additional context

No response

@bader bader added the bug Something isn't working label Sep 2, 2024
@sarnex
Copy link
Contributor

sarnex commented Sep 3, 2024

@fineg74 Mind taking a look at this? Seems it's on Win Gen12. Maybe there is a test or driver issue? Thanks

@fineg74
Copy link
Contributor

fineg74 commented Sep 3, 2024

Is there any difference between post-commit and pre-commit environments ? It passes in pre-commit pretty consistently and doesn't use any hw/os specific operations i.e. it is emulation using common and basic API that is expected to work everywhere

@sarnex
Copy link
Contributor

sarnex commented Sep 3, 2024

@fineg74 For Windows Gen12 pre and postcommit should be the same environment as far as I know.

@fineg74
Copy link
Contributor

fineg74 commented Sep 4, 2024

It sounds like it is a random issue somehow related to the environment. If I remember correctly addc/subb tests were passing on pre-commit but failing on post-commit also on Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants