-
Notifications
You must be signed in to change notification settings - Fork 807
Closed
Labels
Description
Describe the bug
The hang causes all jobs after to fail because the install dir can't be deleted, we need to disable these ASAP.
Timed Out Tests (3):
SYCL :: BFloat16/bfloat16_vec.cpp
SYCL :: Basic/stream/stream.cpp
SYCL :: Complex/sycl_complex_stream_test.cpp
https://github.com/intel/llvm/actions/runs/9763792395/job/26955308516?pr=14388
To reproduce
- Include a code snippet that is as short as possible
- Specify the command which should be used to compile the program
- Specify the command which should be used to launch the program
- 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