Ben Vanik
Ben Vanik
Nice work @anthonycanino1! After our next llvm integrate we should be able to add it here: https://github.com/google/iree/blob/552d3f888e46f96c8227b1bd2e4600b85338237b/iree/compiler/Dialect/VM/Transforms/Passes.cpp#L24 As well as in the various other codegen lowering pipelines (as they all...
Unfortunately the upstream pass causes miscompilation and incorrect results ;( I'm going to close this issue for now until we want to do a big push on improving things and...
Yeah, I'll stash it in the backlog. I feel like we could get 2x vmvx improvements from some basic work here (and those would help everything else) but it needs...
Damn my short-term memory; was just bit by this again: "ew all this indexing math" -> "oh neat a range folding pass" -> "whoops that doesn't work..." 🤦 The majority...
shouldn't cause issues AFAIK
Definitely seeing this as well on Sierra (10.12.6). `sudo sysctl -w kern.maxfiles=16384` helped a bit, but I still see failures that cause the workers to restart (and build times increase).
--log_file=path On Sun, Aug 30, 2015 at 09:57 Austin Greca [email protected] wrote: > @benvanik https://github.com/benvanik Since the latest commit ( > benvanik/xenia@7711568 > https://github.com/benvanik/xenia/commit/7711568af9c992bdef3c42b83bf5a7e3dd98738b) > including the change outlined in...
Could be a threading issue - the old logging was slowing it down just enough to let things not deadlock On Sun, Aug 30, 2015 at 11:44 Nezarn [email protected] wrote:...
Right, suppose I should make that a warning instead of an error. On Sun, Aug 30, 2015 at 5:48 PM Austin Greca [email protected] wrote: > No longer launches at all...
Pushed. `--ignore_undefined_externs=false` can be used to get the errors when externs are not found. On Sun, Aug 30, 2015 at 8:48 PM Ben Vanik [email protected] wrote: > Right, suppose I...