memops2d tests sporadicaly hang on Win DG2
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
Which tests fail/hang seems sporadic. Sometimes other tests hang at the same time but disabling these seems to fix all of them so I believe these are the cause.
https://github.com/intel/llvm/actions/runs/23005561252/job/66805508679
```
0s
Run Invoke-WebRequest -Uri "https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl/devops/scripts/windows_detect_hung_tests.ps1" -OutFile "windows_detect_hung_tests.ps1" -Headers @{Authorization = "***"}
Test d:\github\_work\llvm\llvm\build-e2e\usm\memops2d\output\copy2d_device_to_host.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\install\bin\filecheck.exe hung!
Test d:\github\_work\llvm\llvm\build-e2e\adapters\level_zero\output\queue_priority.cpp.tmp.out hung!
Error: Process completed with exit code 1.
```
https://github.com/intel/llvm/actions/runs/22988512342/job/66746039045?pr=21495
```
Test d:\github\_work\llvm\llvm\build-e2e\workgroupmemory\output\basic_usage.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\adapters\level_zero\output\batch_test.cpp.tmp.ooo.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\bfloat16\output\bfloat16_builtins.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\bfloat16\output\bfloat16_vec.cpp.tmp2.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\usm\memops2d\output\copy2d_device_to_dhost.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\usm\memops2d\output\copy2d_dhost_to_device.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\usm\memops2d\output\copy2d_dhost_to_shared.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\esimd\api\functional\ctors\output\ctor_load_usm_fp_extra.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\syclbin\output\dae_object.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\adapters\level_zero\output\dynamic_batch_test.cpp.tmp.ino.out hung!
Test d:\github\_work\llvm\llvm\install\bin\filecheck.exe hung!
Test d:\github\_work\llvm\llvm\install\bin\filecheck.exe hung!
Test d:\github\_work\llvm\llvm\build-e2e\usm\output\fill.cpp.tmp1.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\esimd\unified_memory_api\output\gather_usm_legacy.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\basic\handler\output\handler_mem_op.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\syclbin\output\link_rtc_input.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\syclbin\output\link_rtc_object.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\esimd\lsc\output\lsc_usm_gather_u32_64.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\esimd\lsc\output\lsc_usm_prefetch_u32.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\basic\built-ins\output\marray_geometric.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\usm\memops2d\output\memcpy2d_dhost_to_device.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\usm\memops2d\output\memcpy2d_dhost_to_shared.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\usm\memops2d\output\memcpy2d_host_to_device.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\esimd\api\output\saturation_smoke.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\subgroup\output\scan.cpp.tmp.out hung!
Test d:\github\_work\llvm\llvm\build-e2e\basic\built-ins\output\vec_common.cpp.tmp.out hung!
```
Contributor guide
Assessment
This issue has not been assessed yet.