MemoryExport/export_memory_to_vulkan.cpp fails on Win
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
### Describe the bug
```
FAIL: SYCL :: MemoryExport/export_memory_to_vulkan.cpp (851 of 2426)
******************** TEST 'SYCL :: MemoryExport/export_memory_to_vulkan.cpp' FAILED ********************
Exit Code: 3221225477
Command Output (stdout):
--
# RUN: at line 6
env ONEAPI_DEVICE_SELECTOR=level_zero:gpu D:\github\_work\llvm\llvm\build-e2e\MemoryExport\Output\export_memory_to_vulkan.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=level_zero:gpu 'D:\github\_work\llvm\llvm\build-e2e\MemoryExport\Output\export_memory_to_vulkan.cpp.tmp.out'
# .---command stdout------------
# | Device supports memory export.
# | Found suitable Vulkan device: Intel(R) Arc(TM) A770 Graphics
# `-----------------------------
# .---command stderr------------
# | importDeviceMemoryFD -- Could not allocate device memory!
# `-----------------------------
# error: command failed with exit status: 0xc0000005
--
```
https://github.com/intel/llvm/actions/runs/21371254390/job/61519298830?pr=14114
### To reproduce
1. Include a code snippet that is as short as possible
2. Specify the command which should be used to compile the program
3. Specify the command which should be used to launch the program
4. 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_
Contributor guide
Assessment
This issue has not been assessed yet.