Steven Johnson
Steven Johnson
see https://buildbot.halide-lang.org/master/#/builders/74/builds/2
1-month check-in. (No rush on our side of course, just want to see if this is on the backburner for a while.)
I assume this PR is on the backburner. Please ping when the test failures get addressed.
Post-holiday check-in: where does this PR stand?
Is this PR still active? Should it be closed?
I'm not sure I like this fix -- it changes the pattern we use ~everywhere else in Make. Why can't the user just do `make bin/arm-64-android-hvx_128/test`?
I'll prep a PR to make this change uniformly across the apps.
(See https://github.com/halide/Halide/pull/5539 for a complete suite of this change.)
At this point it seems like this change isn't likely to happen, at least not in this form.
Here's today's example: let's say I need to process dense interleaved RGBA data, in the (x, y, c) order that Buffer::make_interleaved() produces. In this case, I need to examine just...