8000 Graph tests failing in nightly · Issue #19177 · intel/llvm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Graph tests failing in nightly #19177
Closed
@sarnex

Description

@sarnex

Describe the bug

Failed Tests (6):
SYCL :: Graph/AsyncAlloc/Explicit/async_alloc_device_memory_reuse_zero_init.cpp
SYCL :: Graph/AsyncAlloc/RecordReplay/async_alloc_device_memory_reuse_zero_init.cpp
SYCL :: Graph/Explicit/debug_print_graph.cpp
SYCL :: Graph/Explicit/debug_print_graph_verbose.cpp
SYCL :: Graph/RecordReplay/debug_print_graph.cpp
SYCL :: Graph/RecordReplay/debug_print_graph_verbose.cpp
 -- Testing: 2420 tests, 8 workers --
FAIL: SYCL :: Graph/AsyncAlloc/Explicit/async_alloc_device_memory_reuse_zero_init.cpp (1165 of 2420)
******************** TEST 'SYCL :: Graph/AsyncAlloc/Explicit/async_alloc_device_memory_reuse_zero_init.cpp' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin//clang++ -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64  /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/AsyncAlloc/Explicit/async_alloc_device_memory_reuse_zero_init.cpp -o /__w/llvm/llvm/build-e2e/Graph/AsyncAlloc/Explicit/Output/async_alloc_device_memory_reuse_zero_init.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/AsyncAlloc/Explicit/async_alloc_device_memory_reuse_zero_init.cpp -o /__w/llvm/llvm/build-e2e/Graph/AsyncAlloc/Explicit/Output/async_alloc_device_memory_reuse_zero_init.cpp.tmp.out
# .---command stderr------------
# | /usr/bin/ld: /tmp/lit-tmp-hxyy0hcp/async_alloc_device_memory_reuse_zero_init-928e37.o: in function `main':
# | async_alloc_device_memory_reuse_zero_init.cpp:(.text+0x2b26): undefined reference to `sycl::_V1::ext::oneapi::experimental::detail::modifiable_command_graph::print_graph(std::string, bool) const'
# | clang++: error: linker command failed with exit code 1 (use -v to see invocation)
# `-----------------------------
# error: command failed with exit status: 1

--

********************
FAIL: SYCL :: Graph/AsyncAlloc/RecordReplay/async_alloc_device_memory_reuse_zero_init.cpp (1175 of 2420)
******************** TEST 'SYCL :: Graph/AsyncAlloc/RecordReplay/async_alloc_device_memory_reuse_zero_init.cpp' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin//clang++ -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64  /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/AsyncAlloc/RecordReplay/async_alloc_device_memory_reuse_zero_init.cpp -o /__w/llvm/llvm/build-e2e/Graph/AsyncAlloc/RecordReplay/Output/async_alloc_device_memory_reuse_zero_init.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/AsyncAlloc/RecordReplay/async_alloc_device_memory_reuse_zero_init.cpp -o /__w/llvm/llvm/build-e2e/Graph/AsyncAlloc/RecordReplay/Output/async_alloc_device_memory_reuse_zero_init.cpp.tmp.out
# .---command stderr------------
# | /usr/bin/ld: /tmp/lit-tmp-hxyy0hcp/async_alloc_device_memory_reuse_zero_init-446c39.o: in function `main':
# | async_alloc_device_memory_reuse_zero_init.cpp:(.text+0x2a76): undefined reference to `sycl::_V1::ext::oneapi::experimental::detail::modifiable_command_graph::print_graph(std::string, bool) const'
# | clang++: error: linker command failed with exit code 1 (use -v to see invocation)
# `-----------------------------
# error: command failed with exit status: 1

--

********************
FAIL: SYCL :: Graph/Explicit/debug_print_graph.cpp (1207 of 2420)
******************** TEST 'SYCL :: Graph/Explicit/debug_print_graph.cpp' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin//clang++ -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64  /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/Explicit/debug_print_graph.cpp -o /__w/llvm/llvm/build-e2e/Graph/Explicit/Output/debug_print_graph.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/Explicit/debug_print_graph.cpp -o /__w/llvm/llvm/build-e2e/Graph/Explicit/Output/debug_print_graph.cpp.tmp.out
# .---command stderr------------
# | /usr/bin/ld: /tmp/lit-tmp-hxyy0hcp/debug_print_graph-cb2eb3.o: in function `main':
# | debug_print_graph.cpp:(.text+0xf13): undefined reference to `sycl::_V1::ext::oneapi::experimental::detail::modifiable_command_graph::print_graph(std::string, bool) const'
# | /usr/bin/ld: debug_print_graph.cpp:(.text+0xf84): undefined reference to `sycl::_V1::ext::oneapi::experimental::detail::modifiable_command_graph::print_graph(std::string, bool) const'
# | clang++: error: linker command failed with exit code 1 (use -v to see invocation)
# `-----------------------------
# error: command failed with exit status: 1

--

********************
FAIL: SYCL :: Graph/Explicit/debug_print_graph_verbose.cpp (1208 of 2420)
******************** TEST 'SYCL :: Graph/Explicit/debug_print_graph_verbose.cpp' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin//clang++ -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64  /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/Explicit/debug_print_graph_verbose.cpp -o /__w/llvm/llvm/build-e2e/Graph/Explicit/Output/debug_print_graph_verbose.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/Explicit/debug_print_graph_verbose.cpp -o /__w/llvm/llvm/build-e2e/Graph/Explicit/Output/debug_print_graph_verbose.cpp.tmp.out
# .---command stderr------------
# | /usr/bin/ld: /tmp/lit-tmp-hxyy0hcp/debug_print_graph_verbose-c2cdc5.o: in function `main':
# | debug_print_graph_verbose.cpp:(.text+0xf0a): undefined reference to `sycl::_V1::ext::oneapi::experimental::detail::modifiable_command_graph::print_graph(std::string, bool) const'
# | clang++: error: linker command failed with exit code 1 (use -v to see invocation)
# `-----------------------------
# error: command failed with exit status: 1

--

********************
FAIL: SYCL :: Graph/RecordReplay/debug_print_graph.cpp (1302 of 2420)
******************** TEST 'SYCL :: Graph/RecordReplay/debug_print_graph.cpp' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin//clang++ -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64  /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/RecordReplay/debug_print_graph.cpp -o /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/debug_print_graph.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/RecordReplay/debug_print_graph.cpp -o /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/debug_print_graph.cpp.tmp.out
# .---command stderr------------
# | /usr/bin/ld: /tmp/lit-tmp-hxyy0hcp/debug_print_graph-0e1bce.o: in function `main':
# | debug_print_graph.cpp:(.text+0xf13): undefined reference to `sycl::_V1::ext::oneapi::experimental::detail::modifiable_command_graph::print_graph(std::string, bool) const'
# | /usr/bin/ld: debug_print_graph.cpp:(.text+0xf84): undefined reference to `sycl::_V1::ext::oneapi::experimental::detail::modifiable_command_graph::print_graph(std::string, bool) const'
# | clang++: error: linker command failed with exit code 1 (use -v to see invocation)
# `-----------------------------
# error: command failed with exit status: 1

--

********************
FAIL: SYCL :: Graph/RecordReplay/debug_print_graph_verbose.cpp (1303 of 2420)
******************** TEST 'SYCL :: Graph/RecordReplay/debug_print_graph_verbose.cpp' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/__w/llvm/llvm/toolchain/bin//clang++ -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64  /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/RecordReplay/debug_print_graph_verbose.cpp -o /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/debug_print_graph_verbose.cpp.tmp.out
# executed command: /__w/llvm/llvm/toolchain/bin//clang++ -D_GLIBCXX_USE_CXX11_ABI=0 -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Graph/RecordReplay/debug_print_graph_verbose.cpp -o /__w/llvm/llvm/build-e2e/Graph/RecordReplay/Output/debug_print_graph_verbose.cpp.tmp.out
# .---command stderr------------
# | /usr/bin/ld: /tmp/lit-tmp-hxyy0hcp/debug_print_graph_verbose-267636.o: in function `main':
# | debug_print_graph_verbose.cpp:(.text+0xf0a): undefined reference to `sycl::_V1::ext::oneapi::experimental::detail::modifiable_command_graph::print_graph(std::string, bool) const'
# | clang++: error: linker command failed with exit code 1 (use -v to see invocation)
# `-----------------------------
# error: command failed with exit status: 1

--

Failins on Intel/AMD/NVIDIA

https://github.com/intel/llvm/actions/runs/15892240603

To reproduce

No response

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

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0