SYCL :: Basic/profile_host_task.cpp timed out on CUDA
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
### Describe the bug
This test timed out on CUDA.
Link to CI task: https://github.com/intel/llvm/actions/runs/10305468447/job/28528002873?pr=15012
```
2024-08-08T17:37:46.8254038Z -- Testing: 2136 tests, 12 workers --
2024-08-08T17:37:46.8254372Z TIMEOUT: SYCL :: Basic/profile_host_task.cpp (1718 of 2136)
2024-08-08T17:37:46.8255250Z ******************** TEST 'SYCL :: Basic/profile_host_task.cpp' FAILED ********************
2024-08-08T17:37:46.8255678Z Exit Code: -9
2024-08-08T17:37:46.8255870Z Timeout: Reached timeout of 600 seconds
2024-08-08T17:37:46.8256059Z
2024-08-08T17:37:46.8256327Z Command Output (stdout):
2024-08-08T17:37:46.8256939Z --
2024-08-08T17:37:46.8257442Z # RUN: at line 1
2024-08-08T17:37:46.8260146Z /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=nvptx64-nvidia-cuda /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/profile_host_task.cpp -I . -o /__w/llvm/llvm/build-e2e/Basic/Output/profile_host_task.cpp.tmp.out
2024-08-08T17:37:46.8264867Z # executed command: /__w/llvm/llvm/toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=nvptx64-nvidia-cuda /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/profile_host_task.cpp -I . -o /__w/llvm/llvm/build-e2e/Basic/Output/profile_host_task.cpp.tmp.out
2024-08-08T17:37:46.8267835Z # note: command had no output on stdout or stderr
2024-08-08T17:37:46.8268785Z # RUN: at line 2
2024-08-08T17:37:46.8270350Z env SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/Basic/Output/profile_host_task.cpp.tmp.out
2024-08-08T17:37:46.8273110Z # executed command: env SYCL_PI_CUDA_ENABLE_IMAGE_SUPPORT=1 ONEAPI_DEVICE_SELECTOR=cuda:gpu /__w/llvm/llvm/build-e2e/Basic/Output/profile_host_task.cpp.tmp.out
2024-08-08T17:37:46.8274770Z # note: command had no output on stdout or stderr
2024-08-08T17:37:46.8275609Z # error: command failed with exit status: -9
2024-08-08T17:37:46.8276391Z # error: command reached timeout: True
2024-08-08T17:37:46.8276863Z
2024-08-08T17:37:46.8277095Z --
2024-08-08T17:37:46.8277373Z
2024-08-08T17:37:46.8278104Z ********************
2024-08-08T17:37:46.8278680Z Slowest Tests:
```
### 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.