llvm
llvm copied to clipboard
SYCL :: Basic/reqd_work_group_size_matches_dimensions.cpp fails in pre-commit (Intel Arc A-Series Graphics with Level Zero)
Describe the bug
See: https://github.com/intel/llvm/actions/runs/8628394148/job/23650791247?pr=13335#logs
FAIL: SYCL :: Basic/reqd_work_group_size_matches_dimensions.cpp (305 of 1974)
******************** TEST 'SYCL :: Basic/reqd_work_group_size_matches_dimensions.cpp' FAILED ********************
Exit Code: -6
Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/reqd_work_group_size_matches_dimensions.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/reqd_work_group_size_matches_dimensions.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/reqd_work_group_size_matches_dimensions.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/reqd_work_group_size_matches_dimensions.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/Output/reqd_work_group_size_matches_dimensions.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/Basic/Output/reqd_work_group_size_matches_dimensions.cpp.tmp.out
# .---command stdout------------
# | Abort was called at 260 line in file:
# | ../../neo/level_zero/core/source/builtin/builtin_functions_lib_impl.cpp
# `-----------------------------
# .---command stderr------------
# | pure virtual method called
# | terminate called without an active exception
# `-----------------------------
# error: command failed with exit status: -6
To reproduce
No response
Environment
No response
Additional context
No response