Anton
Anton
> If you have it on Steam do these steps: > > 1. Right click on Bully, click to properties > 2. Click to Local Files > 3. Click to...
Hi, this is my first time contributing to the project - if you have any feedback or suggestions, I would really appreciate that.
I changed it to the init tensor and ran pre-commit - everything looks good on my end.
> Hi @amemov, can you please take a look at the CI failure? Hi @vivekkhandelwal1, I skimmed it briefly before - I didn't see any failures specifically related to `torch.outer()`...
@vivekkhandelwal1 The problem was raised from the test file that I wrote: ``` torch-mlir/externals/llvm-project/llvm/include/llvm/Support/Casting.h:566: decltype(auto) llvm::cast(const From&) [with To = mlir::RankedTensorType; From = mlir::Type]: Assertion isa(Val) && "cast() argument of...
@zjgarvey could you take at the changes? Thank you!
> The tests are failing, so I'd recommend running your new tests locally with each of the different configs. @zjgarvey , I looked into the test failures and they're all...
@zjgarvey , I re-ran the tests on my machine after synching my branch with the main (and fetching these changes) - the errors I see are not due to AttenOuterOp...
@zjgarvey , I triple checked - all of my files are now in sync with the most recent changes. When I run `ninja check-torch-mlir-all` I get 0 errors. In the...