powderluv

Results 188 comments of powderluv

I think it is still worth running the CI run fully to test if the cp vs mv does anything to the atime to affect the cache given you already...

could be the `--ipc=host` setting or the ulimit (required for tests)

btw no change required for this PR but in future please fork in your repo and push the PR instead of upstream branches

where are the functions like torch::lazy::LazyTensor:: ? Maybe that library isn't getting included ? Or the CMake flags for Lazytensor are eating up the -DCMAKE_OSX_ARCHITECTURES flag and not building for...

Yes we are tracking VIT lowering. I think this is the last piece https://github.com/llvm/torch-mlir/issues/1390 required.

We will have @Shukla-Gaurav and @vivekkhandelwal1 from our side for rotation. They can tag someone in our team to join the effort based on how involved it gets.

Please feel free to submit PRs for these. Thanks for getting the Windows build going.

I think we can still statically link with the 1600 files (and the linker will auto prune). But that is a nice to have so we don't link against anything...

I think the pruning was an additional benefit. The more important thing is can we have all symbols resolved locally so we don't have to reach out to link to...