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-- 115 bytes
AndroidManifest.xml -rw-r--r-- 863 bytes
README.md -rw-r--r-- 3.0 KB
ant.properties -rw-r--r-- 698 bytes
build-gradle.sh -rwxr-xr-x 497 bytes
build.gradle -rw-r--r-- 5.4 KB
build.sh -rwxr-xr-x 1017 bytes
build.xml -rw-r--r-- 3.9 KB
gradlew -rwxr-xr-x 4.8 KB
gradlew.bat -rw-r--r-- 2.3 KB

README.md

back to top