https://github.com/halide/Halide

sort by:
Revision Author Date Message Commit Date
b26d2a1 Remove NoAsserts 24 April 2019, 00:11:27 UTC
5d5545c Resolve comments 23 April 2019, 23:19:37 UTC
49c549e Apply halide style 23 April 2019, 19:42:34 UTC
1c8d97e Rename python_ext rule 23 April 2019, 19:32:31 UTC
188caaf Merge branch 'master' into ataei-onnx_pybind 23 April 2019, 19:27:09 UTC
18945f3 Merge pull request #3831 from halide/ataei-onnx_converter_update Onnx converter updates 23 April 2019, 04:58:26 UTC
6e09e33 Merge pull request #3732 from halide/webassembly Add support for WebAssembly 23 April 2019, 03:34:44 UTC
4968ab1 Merge pull request #3809 from halide/autoscheduler_app new autoscheduler app 22 April 2019, 23:29:41 UTC
9c04e43 Merge branch 'master' into webassembly 22 April 2019, 23:17:59 UTC
0cf614c Merge pull request #3832 from halide/srj-sym JITModule::Symbol doesn't need llvm_type 22 April 2019, 23:17:24 UTC
74ce7e7 Fix mistakes 22 April 2019, 23:12:20 UTC
726b389 add a return value to main 22 April 2019, 22:29:43 UTC
612e24a whitespace 22 April 2019, 22:06:00 UTC
0b26eca Refactor trampoline stuff more 22 April 2019, 21:57:28 UTC
dd73a69 Merge branch 'srj-sym' into webassembly 22 April 2019, 21:32:54 UTC
767eebf Address review comment 22 April 2019, 21:31:48 UTC
70d156e Merge branch 'srj-sym' into webassembly 22 April 2019, 21:07:57 UTC
57e752b Merge branch 'master' into webassembly 22 April 2019, 21:07:51 UTC
4ef5344 JITModule::Symbol doesn't need llvm_type We build and save the llvm FunctionType for each Symbol, but never actually use that type information anywhere. Stop doing that. 22 April 2019, 21:05:20 UTC
b783428 restore test success message 22 April 2019, 20:52:21 UTC
3d7df16 Some trampoline refactoring 22 April 2019, 20:15:25 UTC
2a9729f sync onnx_converter_test 22 April 2019, 19:00:18 UTC
f5d86b5 Merge branch 'master' into ataei-onnx_converter_update 22 April 2019, 18:38:27 UTC
bed4899 Merge branch 'master' into ataei-onnx_converter_update 22 April 2019, 18:37:37 UTC
fcba4be Use onnx_converter get_halide_type 22 April 2019, 18:36:59 UTC
4944437 Expose Tensor -> Halide::Type method 22 April 2019, 18:28:31 UTC
bc716a5 Use halide_buffer_t:: size_in_bytes() 22 April 2019, 18:15:13 UTC
65c2b0d Add spaces around << 22 April 2019, 18:13:18 UTC
f75382b Merge pull request #3802 from halide/ataei-onnx_generator Add a generator to AOT onnx models 19 April 2019, 22:32:12 UTC
56e6a0f Change debug(0) to debug(2) 19 April 2019, 18:02:17 UTC
196df40 clang-format 19 April 2019, 17:07:28 UTC
cb0e652 replace std::endl with \n 19 April 2019, 17:05:48 UTC
ece58e6 Call destructors 19 April 2019, 15:32:00 UTC
32fd10f Add checking for dangling BoundContents 19 April 2019, 15:28:26 UTC
39889fd Enforce non-copyability of Option type 19 April 2019, 15:22:53 UTC
6ee9338 Fix hash map test nits 19 April 2019, 15:14:56 UTC
1334846 Restore asserts 19 April 2019, 15:13:48 UTC
ae030e9 Pybind11 python extenstions 18 April 2019, 19:00:23 UTC
cc1e794 onnx_converter library Python bindings 18 April 2019, 18:17:03 UTC
51051d4 Use new onnx_coverter API 18 April 2019, 18:10:45 UTC
9c24405 Update onnx_converter 18 April 2019, 17:45:40 UTC
d51e3d7 Merge branch 'master' into webassembly 18 April 2019, 17:32:27 UTC
8bc0b39 Add a target feature for wasm +sign-ext instructions 18 April 2019, 01:30:16 UTC
05add58 Merge pull request #3825 from halide/bounds_of_let_single_point Handle bounds of lets where the value is a single point more concisely 17 April 2019, 22:07:27 UTC
610e05c Merge pull request #3808 from halide/stateless_implicit_vars Give the implicit vars unique types instead of state that needs to be initialized 17 April 2019, 22:07:10 UTC
4be6c7c Merge branch 'stateless_implicit_vars' of https://github.com/halide/Halide into stateless_implicit_vars 17 April 2019, 17:47:04 UTC
f15f8a5 Merge branch 'master' into stateless_implicit_vars 17 April 2019, 17:47:01 UTC
11a04f3 Handle bounds of lets where the value is a single point more concisely 17 April 2019, 13:38:52 UTC
311f224 Add test for perfect hash map. Fix bug 17 April 2019, 12:59:23 UTC
f60e8f6 Address some review comments 17 April 2019, 11:50:44 UTC
42c86c0 Merge branch 'master' into autoscheduler_app 17 April 2019, 11:37:53 UTC
f1b55d2 Address review comments 16 April 2019, 23:14:18 UTC
b292ab5 Experimental support for WebAssembly 16 April 2019, 21:58:37 UTC
695f838 Merge branch 'master' into stateless_implicit_vars 16 April 2019, 21:27:42 UTC
c61973c Merge pull request #3822 from halide/revert-3816-python_rdom_operator Revert "Add operator[] to RDom in the Python binding" 16 April 2019, 21:25:51 UTC
f618927 Revert "Add operator[] to RDom in the Python binding" 16 April 2019, 17:39:11 UTC
c063c04 Fix Python bindings issue 16 April 2019, 17:08:10 UTC
ce50642 Merge pull request #3821 from halide/fix_3818 Restrict some rules to no-overflow types 16 April 2019, 00:26:37 UTC
19e3459 Merge pull request #3819 from halide/srj-tracing Avoid link error in correctness_tracing 16 April 2019, 00:06:28 UTC
6d18fee Merge branch 'master' into stateless_implicit_vars 15 April 2019, 22:48:29 UTC
02ca83d Merge pull request #3816 from BachiLi/python_rdom_operator Add operator[] to RDom in the Python binding 15 April 2019, 22:48:09 UTC
a33ad81 Restrict some rules to no-overflow types 15 April 2019, 20:01:00 UTC
f9d1288 Avoid link error in correctness_tracing The local name "trace" can apparently conflict with a symbol ncurses. Wrap everything in an anonymous namespace to avoid (which is a good practice anyway). 15 April 2019, 19:49:43 UTC
a0b07c0 Merge pull request #3814 from halide/srj-llvmspeed Add LLVM SCEV option 15 April 2019, 16:50:10 UTC
da528ee Add operator[] to RDom in the Python binding 14 April 2019, 00:36:07 UTC
a677b7e Augment comment 12 April 2019, 23:21:03 UTC
8c25e65 Address some review comments 12 April 2019, 22:55:16 UTC
4e080f7 Add LLVM SCEV option From @alinas, this can reduce compile time for some complex schedules substantially. Requires LLVM9 >= r358304. 12 April 2019, 22:04:53 UTC
4f89c89 Merge pull request #3804 from halide/srj-hexagon-small-data-threshold Remove -hexagon-small-data-threshold=0 hack (Issue #3739) 12 April 2019, 18:05:55 UTC
1eb88aa Merge branch 'master' into stateless_implicit_vars 12 April 2019, 17:55:00 UTC
c112c6c Merge pull request #3806 from halide/srj-ub1 Disable UBSAN signed-integer-overflow warnings 12 April 2019, 17:07:49 UTC
e2ebcaf Merge pull request #3811 from LazyDodo/tmp_strict_float Add strict_float to python bindings. 12 April 2019, 16:20:38 UTC
a2b0413 Add strict_float to python bindings. 12 April 2019, 15:07:05 UTC
9e93f18 format error message 11 April 2019, 23:36:43 UTC
b40050a cerr report & abort on errors 11 April 2019, 23:34:35 UTC
0f7d147 Add research autoscheduler as app 11 April 2019, 23:27:19 UTC
971050c Fix speling eror 11 April 2019, 23:13:37 UTC
28c84d9 Remove redundant public 11 April 2019, 22:54:06 UTC
400060b Give the implicit vars unique types instead of state that needs to be initialized 11 April 2019, 22:50:03 UTC
c8b97a6 Update IRMatch.h 11 April 2019, 22:32:04 UTC
a0dc680 Merge branch 'ataei-onnx_converter_update' of github.com:halide/Halide into ataei-onnx_converter_update 11 April 2019, 21:57:44 UTC
789ed5e Disable UBSAN signed-integer-overflow warnings some of the int64 constant-fold ops warn about possible signed-integer-overflow when run under UBSAN; disable the check for these. 11 April 2019, 21:41:40 UTC
2a16046 clang-format 11 April 2019, 21:32:55 UTC
bfe3074 Update onnx_converter library 11 April 2019, 21:32:55 UTC
adf57c4 Remove -hexagon-small-data-threshold=0 hack (Issue #3739) We believe this is no longer necessary for recent LLVM builds. 11 April 2019, 20:32:50 UTC
8d9b648 Merge pull request #3801 from kpet/ctest Add basic CTest support 11 April 2019, 20:22:43 UTC
eb21fb7 clang-format 11 April 2019, 19:11:49 UTC
61d469d Update onnx_converter library 11 April 2019, 19:02:31 UTC
541a149 Fix typo 11 April 2019, 17:57:06 UTC
f5ea68f Use std:err for errors 11 April 2019, 17:47:57 UTC
e11d536 Resolve PR comments 11 April 2019, 17:45:43 UTC
fe976b9 Add onnx_converter_generator_test to test 11 April 2019, 00:44:32 UTC
c8bca67 Complete type convertion method 11 April 2019, 00:38:35 UTC
0d2efa1 Generator to AOT onnx proto models 11 April 2019, 00:18:42 UTC
c67aa91 Merge pull request #3798 from halide/externalize_interval_test Simplify Interval.cpp 10 April 2019, 21:51:57 UTC
0ea9339 Add basic CTest support This is enough to use most CTest features and makes it easy to parallelise tests or run only select tests. A couple of examples: cd build # List all tests ctest -N # Run all tests whose name matches 'reduction' using 4 jobs ctest -j4 -R 'reduction' Signed-off-by: Kévin Petit <kpet@free.fr> 10 April 2019, 19:53:23 UTC
7f285e3 Merge pull request #3796 from halide/fix_3793 Fix 3793 10 April 2019, 17:28:35 UTC
874fa8d Merge pull request #3795 from halide/ataei-gen_str_param Allow GeneratorParam<std::string> 10 April 2019, 05:22:19 UTC
8a4f1f4 Merge branch 'master' into ataei-gen_str_param 09 April 2019, 22:31:54 UTC
bf7cf53 Merge pull request #3800 from halide/srj-fixes Minor changes from wasm branch 09 April 2019, 22:13:51 UTC
back to top