intel / llvm

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

SYCL :: USM/queue_copy.cpp fails in pre-commit (Intel Arc A-Series Graphics with Level Zero) #13348

Open KornevNikita opened 2 months ago

KornevNikita commented 2 months ago

Describe the bug

https://github.com/intel/llvm/actions/runs/8628394148/job/23650791247?pr=13335#logs

******************** TEST 'SYCL :: USM/queue_copy.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/USM/queue_copy.cpp -o /__w/llvm/llvm/build-e2e/USM/Output/queue_copy.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/USM/queue_copy.cpp -o /__w/llvm/llvm/build-e2e/USM/Output/queue_copy.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/USM/Output/queue_copy.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/USM/Output/queue_copy.cpp.tmp.out
# .---command stdout------------
# | Passed
# | 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 commented 2 months ago

Looks related to https://github.com/intel/llvm/issues/13347