Open
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
- 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