Henry Tu
Henry Tu
What version of PyTorch do you have installed? I suspect it might be out of date, since we made some modifications to the autogen library Cc: @antoniojkim
> Source builds (?) Building LTC from source works, as far as the configs used in CI. Is there an instance where you see it failing still?
Here's a ticket to track the OOT build problem: https://github.com/llvm/torch-mlir/issues/1154 I believe the other build configs hit the same linkage issues as OOT, so it's possible that this may resolve...
@powderluv looks like OOT build is fixed now. I believe release build runs daily, so we'll find out if that works soon, but I'm not sure about running it on...
😠I'll revert for now and investigate tomorrow
FYI I'm going to be working on fixing this problem in the following PR: https://github.com/llvm/torch-mlir/pull/1205
Hey are there any updates on this PR? We seem to have support for `native_layer_norm` but it would be great to also have `native_layer_norm_backward` working too. Ideally we'd like to...
FYI: I'm working on a new PR that will borrow some code from this one (with credits and reference), since I need support for `aten.native_layer_norm_backward` soon. https://github.com/llvm/torch-mlir/pull/888
> Can you list which ops are missing so we can add them to the e2e todo list? > > CC @ramiro050 who is tracking that TODO list. - [aten.native_layer_norm_backward](https://github.com/llvm/torch-mlir/pull/888)...
> where are the functions like torch::lazy::LazyTensor:: ? Maybe that library isn't getting included ? Here's where functions for `LazyTensor` are defined: https://github.com/pytorch/pytorch/blob/master/torch/csrc/lazy/core/tensor.cpp#L195-L208 It works in non macos-arm64 build, so...