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
File Mode Size
gradle
jni
res
src
.gitignore -rw-r--r-- 104 bytes
AndroidManifest.xml -rw-r--r-- 1.5 KB
README.md -rw-r--r-- 4.1 KB
ant.properties -rw-r--r-- 725 bytes
build-gradle.sh -rwxr-xr-x 520 bytes
build.gradle -rw-r--r-- 5.7 KB
build.sh -rwxr-xr-x 1.5 KB
build.xml -rw-r--r-- 3.9 KB
gradlew -rwxr-xr-x 4.9 KB
gradlew.bat -rw-r--r-- 2.3 KB

README.md

back to top