Skip to content

Regression testing fails when building MLIR. It did not on feb. 3 #142

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

Closed
dpotop opened this issue Feb 21, 2020 · 2 comments
Closed

Regression testing fails when building MLIR. It did not on feb. 3 #142

dpotop opened this issue Feb 21, 2020 · 2 comments

Comments

@dpotop
Copy link

dpotop commented Feb 21, 2020

Hello,

I'm building the development version of llvm-project, including MLIR.
Regression testing fails immediately.
This is a new issue - a version I had kept from February 3 still compiles
and runs its tests flawlessly).
I'd like to know if this is normal.

Compiling is done using this sequence of commands (the same for both
versions, the one that works, and the current one that does not):

cd llvm-project
mkdir build
cd build
cmake -G Ninja ../llvm -DLLVM_ENABLE_PROJECTS=mlir -DLLVM_BUILD_EXAMPLES=ON -DLLVM_TARGETS_TO_BUILD="X86;NVPTX;AMDGPU" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON -DCMAKE_C_COMPILER=clang-mp-9.0 -DCMAKE_CXX_COMPILER=clang++-mp-9.0
cmake --build . --target check-mlir

Here is the output for the current version:
config.txt

If I try to replicate the first failed test, I get this output:
error.txt

Best,
dpotop

@joker-eph
Copy link
Collaborator

Can you provide your git hash? We can’t really reproduce without.
Also a problem with the cpu runner was fixed yesterday, you may just need to pull.

@dpotop
Copy link
Author

dpotop commented Feb 22, 2020

Here is the hash:

wifi-eduroam-85-075:llvm-project llvm-test$ git log -1
commit dbfc682 (HEAD -> master, origin/master, origin/HEAD)

I'll try to pull and then recompile.

UPDATE: the problem disappeared after pull and recompilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants