Skip to content

Basic/submit_time.cpp failed on gen12 OpenCL in precommit #15047

@steffenlarsen

Description

@steffenlarsen

Describe the bug

The test was seen failing in precommit for unrelated changes in #15044. This is likely to be a sporadic issue.

Output:

******************** TEST 'SYCL :: Basic/submit_time.cpp' FAILED ********************
Exit Code: -6

Command Output (stdout):
--
# RUN: at line 1
.../toolchain/bin//clang++  -Werror  -fsycl -fsycl-targets=spir64  .../llvm/sycl/test-e2e/Basic/submit_time.cpp -o .../build-e2e/Basic/Output/submit_time.cpp.tmp.out
# executed command: .../toolchain/bin//clang++ -Werror -fsycl -fsycl-targets=spir64 .../llvm/sycl/test-e2e/Basic/submit_time.cpp -o .../build-e2e/Basic/Output/submit_time.cpp.tmp.out
# note: command had no output on stdout or stderr
# RUN: at line 4 has no command after substitutions
# RUN: at line 4
env ONEAPI_DEVICE_SELECTOR=opencl:gpu  .../build-e2e/Basic/Output/submit_time.cpp.tmp.out
# executed command: env ONEAPI_DEVICE_SELECTOR=opencl:gpu .../build-e2e/Basic/Output/submit_time.cpp.tmp.out
# .---command stderr------------
# | submit_time.cpp.tmp.out: .../llvm/sycl/test-e2e/Basic/submit_time.cpp:33: int main(): Assertion `(submit_time <= start_time) && (start_time <= end_time)' failed.
# `-----------------------------
# error: command failed with exit status: -6

--

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions