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/memory_management_test3.cpp failing on Windows Gen12 on unrelated changes #15207

Open
sarnex opened this issue Aug 27, 2024 · 1 comment
Labels
bug Something isn't working confirmed syclcompat Issues related to SYCLcompat Windows

Comments

@sarnex
Copy link
Contributor

sarnex commented Aug 27, 2024

Describe the bug

FAIL: SYCL :: syclcompat/memory/memory_management_test3.cpp (2197 of 2215)
******************** TEST 'SYCL :: syclcompat/memory/memory_management_test3.cpp' FAILED ********************
Exit Code: 3221225477

Command Output (stdout):
--
# RUN: at line 32
D:/github/actions-runner/_work/llvm/llvm/install/bin/clang++.exe  -Werror  -Wno-error=#warnings -Wno-error=deprecated-declarations -fsycl -fsycl-targets=spir64  D:\github\actions-runner\_work\llvm\llvm\llvm\sycl\test-e2e\syclcompat\memory\memory_management_test3.cpp -o D:\github\actions-runner\_work\llvm\llvm\build-e2e\syclcompat\memory\Output\memory_management_test3.cpp.tmp.out
# executed command: D:/github/actions-runner/_work/llvm/llvm/install/bin/clang++.exe -Werror '-Wno-error=#warnings' -Wno-error=deprecated-declarations -fsycl -fsycl-targets=spir64 'D:\github\actions-runner\_work\llvm\llvm\llvm\sycl\test-e2e\syclcompat\memory\memory_management_test3.cpp' -o 'D:\github\actions-runner\_work\llvm\llvm\build-e2e\syclcompat\memory\Output\memory_management_test3.cpp.tmp.out'
# .---command stderr------------
# | In file included from D:\github\actions-runner\_work\llvm\llvm\llvm\sycl\test-e2e\syclcompat\memory\memory_management_test3.cpp:37:
# | In file included from D:\github\actions-runner\_work\llvm\llvm\install\bin\..\include\syclcompat/memory.hpp:54:
# | D:\github\actions-runner\_work\llvm\llvm\install\bin\..\include\syclcompat/device.hpp:421:2: warning: "Querying the number of bytes of free memory is not supported" [-W#warnings]
# |   421 | #warning "Querying the number of bytes of free memory is not supported"
# |       |  ^
# | 1 warning generated.
# | In file included from D:\github\actions-runner\_work\llvm\llvm\llvm\sycl\test-e2e\syclcompat\memory\memory_management_test3.cpp:37:
# | In file included from D:\github\actions-runner\_work\llvm\llvm\install\bin\..\include\syclcompat/memory.hpp:54:
# | D:\github\actions-runner\_work\llvm\llvm\install\bin\..\include\syclcompat/device.hpp:421:2: warning: "Querying the number of bytes of free memory is not supported" [-W#warnings]
# |   421 | #warning "Querying the number of bytes of free memory is not supported"
# |       |  ^
# | 1 warning generated.
# `-----------------------------
# RUN: at line 33
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu  D:\github\actions-runner\_work\llvm\llvm\build-e2e\syclcompat\memory\Output\memory_management_test3.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\actions-runner\_work\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()
# `-----------------------------
# error: command failed with exit status: 0xc0000005

https://github.com/intel/llvm/actions/runs/10583340147/job/29328220709

To reproduce

No response

Environment

No response

Additional context

No response

@sarnex sarnex added bug Something isn't working confirmed labels Aug 27, 2024
@sarnex
Copy link
Contributor Author

sarnex commented Aug 27, 2024

@intel/syclcompat-lib-reviewers FYI, thanks

@sarnex sarnex added the Windows label Aug 27, 2024
@Alcpz Alcpz added the syclcompat Issues related to SYCLcompat label Aug 28, 2024
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 syclcompat Issues related to SYCLcompat Windows
Projects
None yet
Development

No branches or pull requests

2 participants