Skip to content

GC check fail with clang & release build #355

Open
@WangJialei-A

Description

@WangJialei-A

Command Output (stderr):
--
RUN: at line 1: /home/infra/test/graph-compiler/build/bin/gc-opt --split-input-file --deep-tile-contraction-op /home/infra/test/graph-compiler/test/mlir/test/gc/Transforms/deepTileContractionNamedOp.mlir | /home/infra/test/llvm-project/llvm-install/bin/FileCheck /home/infra/test/graph-compiler/test/mlir/test/gc/Transforms/deepTileContractionNamedOp.mlir
+ /home/infra/test/graph-compiler/build/bin/gc-opt --split-input-file --deep-tile-contraction-op /home/infra/test/graph-compiler/test/mlir/test/gc/Transforms/deepTileContractionNamedOp.mlir
+ /home/infra/test/llvm-project/llvm-install/bin/FileCheck /home/infra/test/graph-compiler/test/mlir/test/gc/Transforms/deepTileContractionNamedOp.mlir
gc-opt: /home/infra/test/llvm-project/llvm-install/include/llvm/Support/Casting.h:566: decltype(auto) llvm::cast(const From &) [To = mlir::ShapedType, From = mlir::Type]: Assertion `isa<To>(Val) && "cast<Ty>() argument of incompatible type!"' failed.
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
Stack dump:
0.	Program arguments: /home/infra/test/graph-compiler/build/bin/gc-opt --split-input-file --deep-tile-contraction-op /home/infra/test/graph-compiler/test/mlir/test/gc/Transforms/deepTileContractionNamedOp.mlir
 #0 0x000064750258eb57 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/home/infra/test/graph-compiler/build/bin/gc-opt+0x3d90b57)
 #1 0x000064750258c75e llvm::sys::RunSignalHandlers() (/home/infra/test/graph-compiler/build/bin/gc-opt+0x3d8e75e)
 #2 0x000064750258f20a SignalHandler(int) Signals.cpp:0:0
 #3 0x0000712274e42520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520)
 #4 0x0000712274e969fc pthread_kill (/lib/x86_64-linux-gnu/libc.so.6+0x969fc)
 #5 0x0000712274e42476 gsignal (/lib/x86_64-linux-gnu/libc.so.6+0x42476)
 #6 0x0000712274e287f3 abort (/lib/x86_64-linux-gnu/libc.so.6+0x287f3)
 #7 0x0000712274e2871b (/lib/x86_64-linux-gnu/libc.so.6+0x2871b)
 #8 0x0000712274e39e96 (/lib/x86_64-linux-gnu/libc.so.6+0x39e96)
 #9 0x0000647500fb99f9 mlir::linalgx::isGenericPackedMatmulOpImpl(mlir::linalg::GenericOp, mlir::linalgx::PackingType) (/home/infra/test/graph-compiler/build/bin/gc-opt+0x27bb9f9)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions