llvm icon indicating copy to clipboard operation
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)

Open KornevNikita opened this issue 1 year ago • 0 comments

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

KornevNikita avatar Apr 10 '24 12:04 KornevNikita