https://github.com/halide/Halide
Revision 664d6a348ea03029e4c9814e0d321ea2820cab73 authored by Steven Johnson on 14 March 2019, 23:51:11 UTC, committed by Steven Johnson on 14 March 2019, 23:51:11 UTC
These are cleanups/refactors from the wasm branch that are relatively incidental; proposing to land them in master to reduce deltas from that branch:
- compile_jit() returns void rather than a void* (since not all JITs can easily return a real fn ptr here)
- add_extern_for_export() returns the Symbol it added
- JITCallArgs use new[] / delete[]
- replaced a stray std::cerr with debug(0)
- whitespace nits
- spelling nits
- fake_thread_pool only accepts setting num_threads to exactly 1
- add Type::is_int_or_uint()
- error_broken_promise should use get_jit_target_from_environment() instead of "host"
- simd_op_check logs the host and HL_TARGET values at the start (for ease of tracking down issues later on if failures occur)
1 parent ab29169
History
Tip revision: 664d6a348ea03029e4c9814e0d321ea2820cab73 authored by Steven Johnson on 14 March 2019, 23:51:11 UTC
Grab Bag of minor changes
Tip revision: 664d6a3
File Mode Size
apps
python_bindings
src
test
tools
tutorial
util
.clang-format -rw-r--r-- 1.4 KB
.gitattributes -rw-r--r-- 342 bytes
.gitignore -rw-r--r-- 1.0 KB
.gitmodules -rw-r--r-- 0 bytes
.travis.yml -rw-r--r-- 2.3 KB
CMakeLists.txt -rw-r--r-- 17.1 KB
Doxyfile -rw-r--r-- 103.6 KB
Doxyfile.in -rw-r--r-- 64.3 KB
LICENSE.txt -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 81.9 KB
README.md -rw-r--r-- 15.9 KB
README_cmake.md -rw-r--r-- 9.9 KB
README_rungen.md -rw-r--r-- 11.5 KB
halide.cmake -rw-r--r-- 29.0 KB

README.md

back to top