https://github.com/halide/Halide
Revision df01e7ba8f4a0d6a1fe4e8bb4a5c269c7716463c authored by Steven Johnson on 08 November 2022, 00:42:27 UTC, committed by Steven Johnson on 08 November 2022, 00:42:27 UTC
We didn't call cache.clear() between internal functions in the C backend, so the cache could try to re-use something declared in a previous (internal, closure) function and would fail to compile. Easy fix. (I'm surprised we haven't seen this fail before now.)
1 parent 102c059
Raw File
Tip revision: df01e7ba8f4a0d6a1fe4e8bb4a5c269c7716463c authored by Steven Johnson on 08 November 2022, 00:42:27 UTC
Call cache.clear between internal functions in CG_C
Tip revision: df01e7b
requirements.txt
cmake>=3.22
imageio
ninja; platform_system!='Windows'
numpy
pillow
pybind11==2.6.2
scikit-build
scipy
setuptools>=43
wheel
build
back to top