intel / llvm

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Other
1.2k stars 708 forks source link

[LLVM] [E2E] Plugin/level_zero_inorder_interleaving_kernel_copy.cpp failed on unrelated changes #13816

Open ggojska opened 1 month ago

ggojska commented 1 month ago

Describe the bug

Failed Tests (1): SYCL :: Plugin/level_zero_inorder_interleaving_kernel_copy.cpp

On this PR: https://github.com/intel/llvm/pull/13789 which only changes xfail comments in other tests.

To reproduce

No response

Environment

No response

Additional context

No response

KornevNikita commented 1 month ago

https://github.com/intel/llvm/actions/runs/9095136254/job/24998224186

FAIL: SYCL :: Plugin/level_zero_inorder_interleaving_kernel_copy.cpp (1607 of 2032)
******************** TEST 'SYCL :: Plugin/level_zero_inorder_interleaving_kernel_copy.cpp' FAILED ********************
Exit Code: 3221226505

Command Output (stdout):
--
# RUN: at line 4
D:/github/_work/llvm/llvm/install/bin/clang++.exe   -fsycl -fsycl-targets=spir[64](https://github.com/intel/llvm/actions/runs/9095136254/job/24998224186#step:12:65)  D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\Plugin\level_zero_inorder_interleaving_kernel_copy.cpp -o D:\github\_work\llvm\llvm\build-e2e\Plugin\Output\level_zero_inorder_interleaving_kernel_copy.cpp.tmp.out
# executed command: D:/github/_work/llvm/llvm/install/bin/clang++.exe -fsycl -fsycl-targets=spir64 'D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\Plugin\level_zero_inorder_interleaving_kernel_copy.cpp' -o 'D:\github\_work\llvm\llvm\build-e2e\Plugin\Output\level_zero_inorder_interleaving_kernel_copy.cpp.tmp.out'
# RUN: at line 6
env SYCL_PI_LEVEL_ZERO_BATCH_SIZE=0 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  D:\github\_work\llvm\llvm\build-e2e\Plugin\Output\level_zero_inorder_interleaving_kernel_copy.cpp.tmp.out
# executed command: env SYCL_PI_LEVEL_ZERO_BATCH_SIZE=0 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\_work\llvm\llvm\build-e2e\Plugin\Output\level_zero_inorder_interleaving_kernel_copy.cpp.tmp.out'
# .---command stdout------------
# | The test passed.
# `-----------------------------
# .---command stderr------------
# | vector1[]  =  11111 11112 11113 11114 11115 ...  11206 11207 11208 11209 11210
# | expected[] =  11111 11112 11113 11114 11115 ...  11206 11207 11208 11209 11210
# | 
# | vector2[]  =  11 12 13 14 15 ...  106 107 108 109 110
# | expected[] =  11 12 13 14 15 ...  106 107 108 109 110
# | 
# `-----------------------------
# RUN: at line 7
env SYCL_PI_LEVEL_ZERO_BATCH_SIZE=1 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  D:\github\_work\llvm\llvm\build-e2e\Plugin\Output\level_zero_inorder_interleaving_kernel_copy.cpp.tmp.out
# executed command: env SYCL_PI_LEVEL_ZERO_BATCH_SIZE=1 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\_work\llvm\llvm\build-e2e\Plugin\Output\level_zero_inorder_interleaving_kernel_copy.cpp.tmp.out'
# .---command stderr------------
# | vector1[]  =  11111 11112 11113 11114 11115 ...  11206 11207 11208 11209 11210
# | expected[] =  11111 11112 11113 11114 11115 ...  11206 11207 11208 11209 11210
# | i = 64 is wrong!!! 
# | 
# | vector2[]  =  11 12 13 14 15 ...  106 107 108 109 110
# | expected[] =  11 12 13 14 15 ...  106 107 108 109 110
# | 
# | Assertion failed: Hvalues1[i] == expected, file D:/github/_work/llvm/llvm/llvm/sycl/test-e2e/Plugin/level_zero_inorder_interleaving_kernel_copy.cpp, line 137
# `-----------------------------
# error: command failed with exit status: 0xc0000409

--