Steven Johnson

Results 456 comments of Steven Johnson

Did this get addressed as part of https://github.com/halide/Halide/pull/3667?

Could we just add types to `HalideRuntime.h` that are strictly proxies for halide_type_of() for float16 and bfloat16?

> We could consider making the float16 implementation in Float16.h/Float16.cpp part of the runtime too. Yeah, but that would require adding a fair amount of new runtime API surface area...

> If you're asking for the derivative of an element wise thing (e.g. a generator that just does relu), then requiring an autoscheduler to run is a bit ridiculous. Is...

Part of the footgun here is that you can ask for this on any arbitrary Generator and we'll try our best; while looking at https://github.com/halide/Halide/issues/8393 I just modified the Python...

> We could ignore the inputs that the fuzzers give us and just generate a batch of other inputs Or use the inputs to form a seed for our "fuzzer"...

Has anything ever come of this?

When I last looked at this I thought the 'right' fix was to update our code to use the newer __atomic primitives instead of the older __sync ones, but that...

Is this still relevant, given that the SVE2 branch has landed?