Steven Johnson

Results 459 comments of Steven Johnson

`float_16_t_neon_op_check` apaprently does some of this but seems like this code belongs inn simd_op_check instead. See also https://github.com/halide/Halide/issues/7979

> warnings being warnings and not errors is useful while developing a schedule. And yet we ignored them in lots of our own tests. I'll probably just change it to...

I don't want to bog down in dogma, but IMO compiler warnings are useless as a way to transmit "you really need to pay attention to this" -- far too...

Looks like the first step is getting 3.24 installed on all the bots -- I'll attend to that this morning. > We should consider opening issues/PRs upstream to enable us...

You should probably sync to main (again) to eliminate false build failures on OSX

I realize this is still WIP, just wanted to check in and see where the plans are

Going to re-ping on this to see if we want to consider moving to this for Halide 18.

> Are you up for moving the small style fixes into another PR? It should be trivial to land and makes this one smaller. Optionally, update the description to explain...

The Golang runtime uses hwcap bits for Android and `sysctlEnabled()` for Darwin. (IIRC Arm recommends avoiding /proc/cpuinfo in favor of hwcap on linux.)