John Demme
John Demme
Looks like your modifications assume a lat/lng coordinate system, whereas I think go.geo is pretty coordinate-system agnostic
This approach also works fine on Linux.
Any updates on this? Has it been fixed or a won't fix, user error?
> * Pruning doesn't erase anything but instead just marks an op with a pruning reason. This is then a signal to the emitter that an op should be commented...
Did we ever discuss this at an ODM? I don't recall discussing it and I can't find an entry in the meeting notes. I've seen a lot of edge cases...
Is it possible to compile against manylinux to create somewhat more distro independent binaries? On Thu, Aug 25, 2022 at 11:15 AM lsteveol ***@***.***> wrote: > In some of the...
There is an `llvm-lit` flag to list out all the tests and their results.
I haven't figured that out yet. I usually just run llvm-lit directly on the test directory in the build dir.
IIRC, this is mostly consistent with what @mikeurbach and I were seeing when we initially set up the ccache. We think it implies that the wrong ccache is being restored,...
I would actually merge the pruning logic into PrepareForEmission. That's the correct place for it, as of today and it's already a separate pass. If there's interest in breaking up...