-
Notifications
You must be signed in to change notification settings - Fork 808
Open
Labels
Description
Describe the bug
Link to failed run: https://github.com/intel/llvm/actions/runs/16649890869/job/47122124130?pr=19654
env env UR_LOADER_USE_LEVEL_ZERO_V2=1 ONEAPI_DEVICE_SELECTOR=level_zero:gpu /__w/llvm/llvm/build-e2e/syclcompat/memory/Output/memory_management_test3.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/syclcompat/memory/Output/memory_management_test3.cpp.tmp.out
# .---command stdout------------
# | void test_free_memory()
# | void test_free_memory_q()
# | void test_wait_and_free_memory()
# | void test_wait_and_free_memory_q()
# | void test_memcpy_async()
# | void test_memcpy_async_q()
# | void test_memcpy_async_pitched()
# | void test_memcpy_async_pitched_q()
# | void test_memset_async()
# | void test_memset_async_impl() [memset_size_bits = 8UL]
# `-----------------------------
# .---command stderr------------
# | memory_management_test3.cpp.tmp.out: /__w/llvm/llvm/llvm/sycl/test-e2e/syclcompat/memory/memory_management_test3.cpp:306: void test_memset_async_impl() [memset_size_bits = 8UL]: Assertion `h_A[i] == 0' failed.
probably related to: #19604
To reproduce
Environment
Additional context
No response