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
History
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
File Mode Size
workflows

back to top