Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GC check fail with clang & release build #355

Open
WangJialei-A opened this issue Sep 24, 2024 · 0 comments
Open

GC check fail with clang & release build #355

WangJialei-A opened this issue Sep 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@WangJialei-A
Copy link
Contributor


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)

@WangJialei-A WangJialei-A added the bug Something isn't working label Sep 24, 2024
@WangJialei-A WangJialei-A self-assigned this Sep 24, 2024
@lmontigny lmontigny added this to the 0.1 CPU - General milestone Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants