Revision d12fbd17b2ec62d7a50fd23a74fbff4f9b247357 authored by Steven Johnson on 23 November 2021, 17:33:38 UTC, committed by GitHub on 23 November 2021, 17:33:38 UTC
The existing code will emit something like `halide_dimension_t foo_buffer_shape[] = {};` for these, which is a zero-length array, which some compilers will (justifiably) say has no effect. We should be able to just use nullptr for the shape in these cases.
1 parent 59d6da7
History

back to top