Replies: 2 comments
|
Not sure what commit you started from, but did it involve an update to llvm and/or switch from mlir-hlo to stablehlo?
Thanks for sharing! |
|
Many thanks for your help @dime10! It's working now. I understand that, somehow, my fork's head wasn't correctly updated. This is a bit of an historic of my adventures:
|
Uh oh!
There was an error while loading. Please reload this page.
I have just merged
origin/mainto a working branch, and I've found a couple of issues:export MLIR_DIR=~/Projects/catalyst/mlir/llvm-project/build/lib/cmake/mlirin order to compile thestablehloproject. Otherwise I was getting this error:make clean allfrom thecatalystroot directory, usingclangandclang++still fails with the following error:I don't see any differences in that part of the code with
origin/main.Does any of this issues ring a bell to you?
Many thanks!
All reactions