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
Raw File
Tip revision: f43f01635f91a3361045295bf48f2becac2f54f7 authored by Steven Johnson on 24 August 2021, 22:25:57 UTC
More prefetch fixes (#6226)
Tip revision: f43f016
.clang-format-ignore
# .clang-format-ignore
./bin
./build
./cmake_build
./cmake_build_static
./cmake_build_shared
./distrib
./doc
./include
./lib
# Our tutorials have special formatting: skip them
./tutorial
# hexagon_remote/bin/src is also special
./src/runtime/hexagon_remote/bin/src
back to top