Results 86 comments of Ashay Rane

This is just a shot in the dark. Last night, I learnt the hard way that the VMs used by CI may have files from prior CI runs (or so...

Building on top of the previous findings, I realized that PyTorch uses precompiled headers, which, to work with ccache, require [build flags](https://ccache.dev/manual/3.2.4.html#_precompiled_headers) that we might have to upstream to PyTorch....

> However I am not sure we should assume we don't clear artifacts between VM invocations in the CI. Lucky for us, when you and Maksim wrote the build_libtorch.sh script,...

As a quick way to test if this patch may have a positive effect, I intend to re-run all checks a second time and observe whether the second run is...

I was wrong, the files aren't persisting across runs (I thought I saw the files persist in a different run, but maybe I am failing to account for something else)....

> Is this happening locally on your machine? The CI seems to be building fine. It was happening in CI (because of a bogus cache entry) so I deleted that...

I think you'd need to rebase your branch, since the (unrelated) failure that you're seeing in CI was fixed and merged into the main branch a few days ago.

My apologies, looks like we dropped the ball here. Generally, if you're a regular contributor, you'd have commit access to land the change yourself, but in the meantime, I (or...

Thanks folks for agreeing to take this on! > Each Monday, Ashay will tag the green commits for the week. (? Ashay, can you confirm that this happens on monday...