-
Notifications
You must be signed in to change notification settings - Fork 801
Open
Labels
Description
Describe the bug
https://github.com/intel/llvm/actions/runs/20068736017/job/57570682041
Failed Tests (2):
SYCL :: Basic/large-range.cpp
SYCL :: Regression/barrier_with_work.cpp
FAIL: SYCL :: Regression/barrier_with_work.cpp (455 of 2424)
******************** TEST 'SYCL :: Regression/barrier_with_work.cpp' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 2
env SYCL_PI_LEVEL_ZERO_USE_MULTIPLE_COMMANDLIST_BARRIERS=1 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu D:\github\_work\llvm\llvm\build-e2e\Regression\Output\barrier_with_work.cpp.tmp.event_list.out
# executed command: env SYCL_PI_LEVEL_ZERO_USE_MULTIPLE_COMMANDLIST_BARRIERS=1 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\_work\llvm\llvm\build-e2e\Regression\Output\barrier_with_work.cpp.tmp.event_list.out'
# .---command stdout------------
# | Failed at 5000 with 0
# `-----------------------------
# error: command failed with exit status: 1
--
********************
FAIL: SYCL :: Basic/large-range.cpp (906 of 2424)
******************** TEST 'SYCL :: Basic/large-range.cpp' FAILED ********************
Exit Code: 3221225477
Command Output (stdout):
--
# RUN: at line 3
env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu D:\github\_work\llvm\llvm\build-e2e\Basic\Output\large-range.cpp.tmp.out
# executed command: env SYCL_PARALLEL_FOR_RANGE_ROUNDING_TRACE=1 env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\_work\llvm\llvm\build-e2e\Basic\Output\large-range.cpp.tmp.out'
# .---command stdout------------
# | parallel_for range adjusted at dim 0 from 4294967311 to 4294967328
# | parallel_for range adjusted at dim 0 from 4294967328 to 4294967264
# | regular range<1> pass
# | parallel_for range adjusted at dim 1 from 4294967311 to 4294967264
# | regular range<2> pass
# | parallel_for range adjusted at dim 2 from 4294967311 to 4294967264
# | regular range<3> pass
# | parallel_for range adjusted at dim 0 from 4294967311 to 4294967328
# | parallel_for range adjusted at dim 0 from 4294967328 to 4294967264
# | spec constant range<1> pass
# | parallel_for range adjusted at dim 0 from 4294967311 to 4294967328
# | parallel_for range adjusted at dim 0 from 4294967328 to 4294967264
# | spec constant range<2> pass
# | parallel_for range adjusted at dim 0 from 4294967311 to 4294967328
# | parallel_for range adjusted at dim 0 from 4294967328 to 4294967264
# `-----------------------------
# error: command failed with exit status: 0xc0000005
--
https://github.com/intel/llvm/actions/runs/20079700324/job/57605569614?pr=14114
Failed Tests (1):
SYCL :: DeviceLib/string_test.cpp
FAIL: SYCL :: DeviceLib/string_test.cpp (1098 of 2424)
******************** TEST 'SYCL :: DeviceLib/string_test.cpp' FAILED ********************
Exit Code: 3221226505
Command Output (stdout):
--
# RUN: at line 2
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu D:\github\_work\llvm\llvm\build-e2e\DeviceLib\Output\string_test.cpp.tmp1.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\_work\llvm\llvm\build-e2e\DeviceLib\Output\string_test.cpp.tmp1.out'
# .---command stderr------------
# | Assertion failed: ((void)"memset test failed!", success), file D:\github\_work\llvm\llvm\llvm\sycl\test-e2e\DeviceLib\string_test.cpp, line 673
# `-----------------------------
# error: command failed with exit status: 0xc0000409
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
No response
Additional context
No response