Derek Gerstmann
Derek Gerstmann
More info on this ... apparently Apple wants LC_BUILD_VERSION to be set for all valid mach-o object files: https://github.com/rust-lang/rust/pull/114114
Thanks very much for the bug report! I believe you've found the root cause for this lingering issue that triggers this validation error that I hadn't been able to reproduce...
Ahh, thanks so much for the detailed report! I've spent some time working on a fix and adding more test coverage. For the device specific alignment and vkGetBufferMemoryRequirements, I agree...
@immortalsalomon I created a new pull request #8087 which should resolve these issues. Please give this a try!
Hmm, strange! I'll try and set thing up on my laptop with an integrated Intel GPU and see if I can diagnose what's going on. Which graphics card are you...
@immortalsalomon Thanks for your patience. Please give https://github.com/halide/Halide/pull/8130 a try when you have a chance!
Hmm. Should we consider cross-compiling on another machine config, and only test execution for arm32? Or do we need to support the entire JIT tool chain too?
Thanks very much for the bug report! Oh geez, ... yes ... those calls are clearly wrong! I'll submit a fix ASAP. Do you happen to have a snippet of...
Perfect! Thanks so much! I added a test case to our correctness tests. Thanks again!
Fixed in https://github.com/halide/Halide/pull/8067