Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syclcompat/memory/memcpy_3d2.cpp test is failing in CI #11549

Closed
KornevNikita opened this issue Oct 16, 2023 · 2 comments
Closed

syclcompat/memory/memcpy_3d2.cpp test is failing in CI #11549

KornevNikita opened this issue Oct 16, 2023 · 2 comments
Labels
bug Something isn't working confirmed

Comments

@KornevNikita
Copy link
Contributor

Probably flaky. See: https://github.com/intel/llvm/actions/runs/6510657662/job/17685317306?pr=11458

Log:

******************** TEST 'SYCL :: syclcompat/memory/memcpy_3d2.cpp' FAILED ********************
Exit Code: -6

Command Output (stdout):
--
# RUN: at line [32](https://github.com/intel/llvm/actions/runs/6510657662/job/17685317306?pr=11458#step:21:33)
/__w/llvm/llvm/toolchain/bin//clang++   -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/syclcompat/memory/memcpy_3d2.cpp -o /__w/llvm/llvm/build-e2e/syclcompat/memory/Output/memcpy_3d2.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/syclcompat/memory/memcpy_3d2.cpp -o /__w/llvm/llvm/build-e2e/syclcompat/memory/Output/memcpy_3d2.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line [33](https://github.com/intel/llvm/actions/runs/6510657662/job/17685317306?pr=11458#step:21:34)
env ONEAPI_DEVICE_SELECTOR=ext_oneapi_level_zero:gpu  /__w/llvm/llvm/build-e2e/syclcompat/memory/Output/memcpy_3d2.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=ext_oneapi_level_zero:gpu /__w/llvm/llvm/build-e2e/syclcompat/memory/Output/memcpy_3d2.cpp.tmp.out
# .---command stdout------------
# | void test_memcpy3D_async_pitchedAPI()
# | void test_memcpy3D_async_pitchedAPI_q()
# | void test_memcpy3D_async_offset()
# | void test_memcpy3D_async_offset_q()
# | void test_memcpy3D_async_offsetZ()
# | void test_memcpy3D_async_offsetZ_q()
# `-----------------------------
# RUN: at line 33
env ONEAPI_DEVICE_SELECTOR=opencl:gpu  /__w/llvm/llvm/build-e2e/syclcompat/memory/Output/memcpy_3d2.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=opencl:gpu /__w/llvm/llvm/build-e2e/syclcompat/memory/Output/memcpy_3d2.cpp.tmp.out
# .---command stdout------------
# | void test_memcpy3D_async_pitchedAPI()
# | void test_memcpy3D_async_pitchedAPI_q()
# | void test_memcpy3D_async_offset()
# | void test_memcpy3D_async_offset_q()
# | void test_memcpy3D_async_offsetZ()
# | void test_memcpy3D_async_offsetZ_q()
# `-----------------------------
# RUN: at line 33
env ONEAPI_DEVICE_SELECTOR=opencl:cpu  /__w/llvm/llvm/build-e2e/syclcompat/memory/Output/memcpy_3d2.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=opencl:cpu /__w/llvm/llvm/build-e2e/syclcompat/memory/Output/memcpy_3d2.cpp.tmp.out
# .---command stdout------------
# | void test_memcpy3D_async_pitchedAPI()
# | void test_memcpy3D_async_pitchedAPI_q()
# | void test_memcpy3D_async_offset()
# `-----------------------------
# .---command stderr------------
# | terminate called after throwing an instance of 'sycl::_V1::runtime_error'
# |   what():  Native API failed. Native API returns: -999 (Unknown PI error) -999 (Unknown PI error)
# `-----------------------------
# error: command failed with exit status: -6
@Alcpz
Copy link
Contributor

Alcpz commented Oct 17, 2023

@joeatodd pushed a fix in #11559
A separate bug report will be submitted once a minimal reproducer has been developed as this fix only avoids the underlying issue.

@joeatodd
Copy link
Contributor

This was fixed by #11559, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed
Projects
None yet
Development

No branches or pull requests

3 participants