https://github.com/halide/Halide
Revision f43f01635f91a3361045295bf48f2becac2f54f7 authored by Steven Johnson on 24 August 2021, 22:25:57 UTC, committed by GitHub on 24 August 2021, 22:25:57 UTC
* More prefetch fixes

- Arguments to Call::prefetch() must be scalars, not vectors
- Add more testcases to correctness_prefetch

Addresses more of #6219 (but still not the title issue, i.e. ignoring offset)

* Fix horrific bug

* Have CodeGen_C emit the same arguments for __builtin_prefetch() as the runtime module

* Minor cleanup

* Explicitly pass target thru

* Fix correctness_prefetch for host-hvx

* Add comments
1 parent d507b9a
History
Tip revision: f43f01635f91a3361045295bf48f2becac2f54f7 authored by Steven Johnson on 24 August 2021, 22:25:57 UTC
More prefetch fixes (#6226)
Tip revision: f43f016

back to top