https://github.com/halide/Halide

sort by:
Revision Author Date Message Commit Date
707262f Use simplify instead of interpreter 31 May 2019, 13:34:55 UTC
46d7528 Fix spacing :-/ 30 May 2019, 21:05:44 UTC
66d51b3 Use interpreter first, and limit # of cex we add to avoid query blowup 30 May 2019, 21:02:58 UTC
3fa118c Add a simple interpreter 30 May 2019, 20:46:20 UTC
103e6ce Exclude unnecessary vars 29 May 2019, 22:23:18 UTC
090cb12 Add cegis based simplifier test 29 May 2019, 21:18:58 UTC
d79a53e Merge pull request #3889 from halide/realize_returns_view Permit realizing over smaller sizes than minimum by cropping output 26 May 2019, 19:47:43 UTC
71870fc Merge pull request #3912 from halide/srj-wasm-apps Augment apps benchmarking rules to work with wasm 26 May 2019, 19:46:58 UTC
6b37e04 Merge pull request #3914 from halide/srj-simd Disable threading in simd_op_check to address Issue #3669 25 May 2019, 22:18:14 UTC
3fcbd69 Merge remote-tracking branch 'origin/fix_exceptions_test' into realize_returns_view 25 May 2019, 22:17:08 UTC
5c69bdb Fix exceptions test 25 May 2019, 22:14:54 UTC
b067cb2 Disable threading in simd_op_check to address Issue #3669 24 May 2019, 23:49:37 UTC
71b7c90 empty 24 May 2019, 20:46:24 UTC
3182f0b Merge branch 'master' into realize_returns_view 24 May 2019, 20:11:45 UTC
5978eb5 Merge branch 'master' into srj-wasm-apps 24 May 2019, 20:09:30 UTC
2b80429 Merge pull request #3907 from halide/srj-cc-const Add 'const' to C++ backend var decls 24 May 2019, 19:18:44 UTC
eaf687e Merge pull request #3911 from halide/srj-halide_print Allow halide_print usage from the C++ backend 24 May 2019, 18:53:47 UTC
9c054f3 Update Makefile 24 May 2019, 18:23:08 UTC
43bb798 Use emscripten_get_now() instead of performance.now() 24 May 2019, 17:35:37 UTC
81ccac2 Update README_webassembly.md 24 May 2019, 00:06:57 UTC
b3a5a94 Fix test_internal 23 May 2019, 23:34:49 UTC
fb3ddf1 Update Makefile.inc 23 May 2019, 23:04:37 UTC
b0ed231 use EMCC_ENVIRONMENT in Makefile as well 23 May 2019, 22:51:40 UTC
2e9cf05 Augment apps benchmarking rules to work with wasm Added rules to apps/Makefile.inc to provide `benchmark_wasm` targets; the toplevel `make benchmark_apps` now knows how to sniff `HL_TARGET` and run these appropriately. 23 May 2019, 22:09:00 UTC
023dbcd Merge branch 'master' into srj-halide_print 23 May 2019, 21:59:48 UTC
3f2cc04 Merge branch 'master' into srj-cc-const 23 May 2019, 21:59:31 UTC
abfca6e Merge pull request #3898 from halide/srj-apps-make Clean up apps makefiles 23 May 2019, 21:58:45 UTC
d86922c Allow halide_print usage from the C++ backend It returns void, which conflicts with its declared IR. (We encountered this recently with msan helpers, and fixed those by making the msan functions actually return int... but as halide_print() is overridden many times downstream, including in third-party Halide users, it's arguably cleaner to just special-case it for the C++ backend.) 23 May 2019, 21:54:14 UTC
511fb18 Add 'const' to C++ backend var decls The code we generate is SSA so all declarations should (conceptually) be const; this is an experiment to see if this matters to codegen quality at all. 23 May 2019, 18:00:56 UTC
0cea04b Merge branch 'master' into srj-apps-make 23 May 2019, 16:59:16 UTC
0eb4317 Merge pull request #3905 from halide/srj-copy Fix Halider::Buffer::copy() 23 May 2019, 16:55:20 UTC
b5c6bb4 Give up on nn_ops for now 23 May 2019, 01:05:44 UTC
83b5066 Fix Halider::Buffer::copy() 23 May 2019, 01:04:47 UTC
26811b6 Update Makefile 22 May 2019, 22:22:19 UTC
3a166d0 Merge branch 'master' into srj-apps-make 22 May 2019, 22:21:53 UTC
c9f3259 Merge pull request #3902 from halide/srj-v8rules Makefile cleanups for V8 22 May 2019, 22:04:52 UTC
23f5bf0 One more attempt at nn_ops for mingw 22 May 2019, 21:16:59 UTC
09c7e75 nn_ops is the devil 22 May 2019, 19:30:30 UTC
7d3fffe Empty 22 May 2019, 16:58:37 UTC
98ffd93 Empty commit 22 May 2019, 16:50:26 UTC
f215e74 Update Makefile.inc 22 May 2019, 16:43:49 UTC
089ed1b Remove pointless -g flag 21 May 2019, 23:28:16 UTC
d12fc6f Update Makefile.inc 21 May 2019, 23:26:59 UTC
6c78d27 Make nn_ops mingw-happy 21 May 2019, 23:12:47 UTC
142c4d9 Update Makefile 21 May 2019, 23:05:55 UTC
3f9e927 Try again to appease mingw 21 May 2019, 21:20:00 UTC
2c00b9d Update Makefile 21 May 2019, 21:09:36 UTC
788b061 Makefile cleanups for V8 - Remove the SpiderMonkey stub definitions; they aren't in use and aren't likely to be any time soon, so it's just bitrot waiting to happen (we can restore them when we need them) - add missing V8 deps for libHalide rules - remove not-used-anywhere LIBHALIDE_DEPS 21 May 2019, 20:19:04 UTC
b618ca2 Merge branch 'master' into srj-apps-make 21 May 2019, 20:00:39 UTC
16e1c4e Merge pull request #3901 from halide/srj-wasm-timer Fix halide_benchmark.h for Emscripten 21 May 2019, 20:00:04 UTC
3f3c495 attempt fix for mingw 21 May 2019, 19:20:21 UTC
8b5bb60 Fix halide_benchmark.h for Emscripten The Emscripten implementation of std::chrono::steady_clock() and friends is broken. Use a recommended Emscripten-specific hack instead. 21 May 2019, 18:25:40 UTC
7a5f723 Fix wavelet 21 May 2019, 17:40:38 UTC
3457762 Fix apps/onnx for non-host targets 21 May 2019, 17:39:18 UTC
7a25cc9 Update Makefile 21 May 2019, 17:18:26 UTC
3db6cc3 Revert changes to linear_algebra 21 May 2019, 16:56:08 UTC
3a7dae5 Update Makefile.inc 21 May 2019, 16:39:23 UTC
221e2e5 Update Makefile 21 May 2019, 02:16:45 UTC
380d661 Update Makefile 21 May 2019, 02:07:59 UTC
ae3ab81 Update Makefile 20 May 2019, 23:52:47 UTC
74926ca Merge pull request #3899 from halide/srj-nn-ops Fix apps/nn_ops (Issue #3897) 20 May 2019, 23:13:25 UTC
4708904 Merge pull request #3900 from halide/srj-tidy ClangTidy: remove unused 'using' 20 May 2019, 21:53:36 UTC
51587f4 Update Makefile.inc 20 May 2019, 21:18:08 UTC
f4bc3e9 Update Makefile.inc 20 May 2019, 21:16:48 UTC
c284c7e Update Makefile.inc 20 May 2019, 21:14:56 UTC
2251d16 ClangTidy: remove unused 'using' 20 May 2019, 20:27:12 UTC
0b7729e Update Makefile 20 May 2019, 20:12:26 UTC
4610b2b Add explanatory comment 20 May 2019, 19:10:25 UTC
dd11ce7 Skip output bounds query when NoBoundsQuery is set 20 May 2019, 19:06:52 UTC
f480655 Update Makefile 20 May 2019, 18:53:42 UTC
6bef542 Update Makefile 20 May 2019, 18:52:53 UTC
daaf5c2 Fix apps/nn_ops Also add it to test_apps 20 May 2019, 18:49:12 UTC
bb957bb Cleanup apps makefiles 20 May 2019, 18:41:44 UTC
81dc9e5 Fix test 20 May 2019, 18:18:09 UTC
5da1922 Merge pull request #3894 from macpete/fix-with-exceptions re-enable -fexceptions when WITH_EXCEPTIONS is defined 20 May 2019, 16:50:15 UTC
ae8251a Merge pull request #3895 from macpete/cuda-debug fix CUDA debug output 18 May 2019, 20:04:29 UTC
2d25c7a cuda-debug: add threads-per-core configurations for newer shader models 18 May 2019, 16:46:44 UTC
0f00dc8 re-enable -fexceptions when WITH_EXCEPTIONS is defined 18 May 2019, 13:51:57 UTC
9c3764a Merge pull request #3892 from halide/srj-optimize Add OPTIMIZE for apps/ makefiles 17 May 2019, 21:04:44 UTC
47aa60f Account for bounds query call in test 17 May 2019, 18:26:41 UTC
fe6da4d Merge pull request #3891 from halide/modulus_remainder_bug Fix UB in ModulusRemainder 17 May 2019, 18:25:50 UTC
257d6e8 Add OPTIMIZE for apps/ makefiles Follow the pattern of the base Makefile by: - specifying OPTIMIZE ?= -O3 - adding that to the CXXFLAGS - removing -O3 where CXXFLAGS is present This allows an easy way to disable opt and/or add debug symbols for debugging the apps (just add OPTIMIZE=-g) 17 May 2019, 18:21:19 UTC
114cbc2 Merge pull request #3881 from halide/srj-appsv8 apps/ should default to using libHalide.so rather than libHalide.a 17 May 2019, 17:17:42 UTC
039a07e Merge pull request #3886 from halide/srj-appsbench2 Add `make benchmarks` target 17 May 2019, 17:16:49 UTC
db34fad Merge branch 'master' into srj-appsv8 17 May 2019, 00:52:00 UTC
cecbe4f Merge branch 'master' into srj-appsbench2 17 May 2019, 00:51:09 UTC
1cb2ea2 Fix UB in ModulusRemainder 17 May 2019, 00:24:03 UTC
2460733 Remove test verifying something that is no longer an error 17 May 2019, 00:01:38 UTC
15c2d74 Merge pull request #3890 from halide/readme_threads_fix Update documentation for HL_NUM_THREADS. 16 May 2019, 23:51:56 UTC
5580c0e Restore ProducerConsumer nodes for outputs 16 May 2019, 23:47:40 UTC
6f3ec41 Update documentation for HL_NUM_THREADS. 16 May 2019, 23:41:16 UTC
aa5e215 Merge pull request #3879 from ibtaylor/fix_blas_tests fix add_halide_blas_library cmake 16 May 2019, 23:34:54 UTC
769c4f5 Merge branch 'master' into srj-appsbench2 16 May 2019, 23:34:32 UTC
6b1115a Merge branch 'master' into srj-appsv8 16 May 2019, 23:34:09 UTC
1f7a0ac Merge pull request #3887 from halide/srj-llvm-bugs Fix trunk LLVM breakage 16 May 2019, 23:33:49 UTC
434c5fa Fix debug_to_file on output bounds queries 16 May 2019, 23:28:26 UTC
30f76bc Full bracing 16 May 2019, 23:21:26 UTC
a01884a Permit realizing over smaller sizes than minimum by cropping output 16 May 2019, 23:21:03 UTC
720074f Fix indentation 16 May 2019, 23:08:53 UTC
0e49835 Fix trunk LLVM breakage 16 May 2019, 23:06:24 UTC
back to top