-
Notifications
You must be signed in to change notification settings - Fork 798
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
See: https://github.com/intel/llvm/actions/runs/16830483719/job/47679027876?pr=19724
Looks like it fails with level_zero_v2:
FAIL: SYCL :: USM/memops2d/copy2d_device_to_host.cpp (54 of 1882)
******************** TEST 'SYCL :: USM/memops2d/copy2d_device_to_host.cpp' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 11
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/USM/memops2d/Output/copy2d_device_to_host.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/USM/memops2d/Output/copy2d_device_to_host.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 11
env ONEAPI_DEVICE_SELECTOR=opencl:gpu /__w/llvm/llvm/build-e2e/USM/memops2d/Output/copy2d_device_to_host.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=opencl:gpu /__w/llvm/llvm/build-e2e/USM/memops2d/Output/copy2d_device_to_host.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 11
env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/USM/memops2d/Output/copy2d_device_to_host.cpp.tmp.out
# executed command: env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/USM/memops2d/Output/copy2d_device_to_host.cpp.tmp.out
# .---command stdout------------
# | Test 5 (device USM allocation to host USM allocation, no shortcut and no depends_on)
# | Value at 30 did not match the expected value; != f
# `-----------------------------
# error: command failed with exit status: 1
To reproduce
- Include a code snippet that is as short as possible
- Specify the command which should be used to compile the program
- Specify the command which should be used to launch the program
- Indicate what is wrong and what was expected
Environment
- OS: [e.g Windows/Linux]
- Target device and vendor: [e.g. Intel GPU]
- DPC++ version: [e.g. commit hash or output of
clang++ --version
] - Dependencies version: [e.g. the output of
sycl-ls --verbose
]
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working