Andrzej Warzyński
Andrzej Warzyński
FYI: https://github.com/banach-space/llvm-tutor/tree/release_14
I'm waiting for `Homebrew` packages to be available, but that's still in review: https://github.com/Homebrew/homebrew-core/pull/97618. Sorry for the delay.
Closing as we are already on LLVM 15 :)
Hi, thanks for visiting and creating this issue! I don't have access to a Windows machine, so I won't be too helpful. But this error message is pretty clear, so...
What modifications did you have to make?
Thanks for sharing. I suspect that the required symbols are not exported. So are you using the legacy pass manager and everything works fine for you on Windows?
Hi @LuoRongLuoRong , thanks for posting this! This is a generic LLVM question rather than something specific to **llvm-tutor**. I suggest posting on LLVM's https://discourse.llvm.org/ instead. -Andrzej
Hi Diego, Thanks for the reply! > You mentioned in https://github.com/iree-org/iree/issues/10313 that we could lower the op to two generic ops. Could you please elaborate on that. This is what...
From @pzread comment: > 1. Extend the current `indices` operand to MxN-D, where M is the output dims and N is the dims of the base tensor. This gives us...
In order to keep this issue focused on gather ops, I've extracted the `affine.apply` bit into a separate task: https://github.com/iree-org/iree/issues/10876.