sort by:
Revision Author Date Message Commit Date
053cb1b Optimize tile sizes more. 22 October 2020, 04:45:51 UTC
75077ed Add missing quotes in run-clang-format.sh 21 October 2020, 23:16:52 UTC
70b97f1 Use flatc to generate the tflite file 21 October 2020, 22:54:22 UTC
b53b44e Refactor some Dump code 21 October 2020, 22:42:41 UTC
3f3182b Regularize naming 21 October 2020, 22:39:33 UTC
87d3b47 Apply clang-format 21 October 2020, 22:37:15 UTC
0cc8c30 Tickle Buildbots 21 October 2020, 22:34:15 UTC
8d1784f Change NULL -> nullptr enable the modernize-use-nullptr check in clang-tidy and fix all complaints wer 21 October 2020, 22:34:15 UTC
b957162 Merge branch 'master' into interpret_nn 21 October 2020, 22:23:00 UTC
31f1937 Merge pull request #5365 from halide/pdb_remove_hvx_v64 Issue #3925 : Remove hvx_64 21 October 2020, 20:36:54 UTC
d137ea0 Clean up convolution_test output. 21 October 2020, 18:42:26 UTC
d94e7a7 Update CodeGen_Hexagon.cpp 21 October 2020, 16:44:25 UTC
e520503 Merge branch 'master' into pdb_remove_hvx_v64 21 October 2020, 16:33:44 UTC
fc959e7 Merge pull request #5382 from halide/srj/readability Enable the useful readability-* checks in clang-tidy 21 October 2020, 16:26:49 UTC
ce2f41d Merge pull request #5384 from dragly/dragly/python-negate-operator Add `logical_not` function for Python 21 October 2020, 16:25:54 UTC
235abe4 Tickle Buildbots 21 October 2020, 16:24:22 UTC
acbc69a Enable modernize-use-equals-default/delete in clang-tidy 21 October 2020, 16:24:22 UTC
61792d8 Add logical_not function for Python This change introduces `logical_not` as a free function and member function that calls `operator!`. The reason why a new function is added is because there is no `operator!` in Python and the `not` keyword cannot be overloaded. Hence, there was currently no way to call the C++ `operator!` in Python. 21 October 2020, 08:35:48 UTC
dbff293 Clean up vector widths in schedule. 21 October 2020, 05:28:18 UTC
114f3e5 Comment off duplicate layer shapes. 21 October 2020, 04:34:16 UTC
6bcdac9 Test and benchmark all mobilenet_v2 layers. 21 October 2020, 04:17:18 UTC
813338c Cleaner optimization of offset_c. 21 October 2020, 03:49:22 UTC
ba8d7f5 Optimize offset_c more. 21 October 2020, 03:41:02 UTC
c2ceb63 Optimize offset_c more. 21 October 2020, 03:30:07 UTC
d99e7a9 Optimize computation of offset_c. 21 October 2020, 03:27:55 UTC
3be3207 Merge branch 'interpret_nn' of https://github.com/halide/Halide into interpret_nn 21 October 2020, 02:27:31 UTC
98144d7 Deduce the proper args for Conv2D 20 October 2020, 22:33:34 UTC
e2820e2 Enable the useful readability-* checks in clang-tidy 20 October 2020, 21:11:46 UTC
b2c9769 Merge branch 'master' into pdb_remove_hvx_v64 20 October 2020, 20:57:09 UTC
00f50a1 Merge pull request #5379 from halide/srj/mod2 Enable clang-tidy's modernize-use-default-member-init check 20 October 2020, 20:18:09 UTC
c2ed326 Enable clang-tidy's modernize-use-default-member-init check 20 October 2020, 20:17:53 UTC
c2c35b3 remove hvx_64 from Halide/Makefile 20 October 2020, 20:08:13 UTC
b5db7fd Merge pull request #5381 from halide/srj/perfchecks Enable interesting performance-* clang-tidy checks 20 October 2020, 18:53:44 UTC
83d52ab Enable interesting performance-* clang-tidy checks 20 October 2020, 18:44:03 UTC
8221d6c Merge pull request #5378 from halide/srj/misc Enable the interesting misc-* clang-tidy checks 20 October 2020, 18:39:01 UTC
8f3ecb4 Enable the interesting misc-* clang-tidy checks 20 October 2020, 18:38:45 UTC
1e8505e Merge pull request #5377 from halide/srj/modernize Enable clang-tidy's modernize-deprecated-headers check and apply fixes. 20 October 2020, 18:25:01 UTC
a3ef417 Enable clang-tidy's modernize-deprecated-headers check and apply fixes. 20 October 2020, 18:18:15 UTC
5e91d6f clang-format 20 October 2020, 16:26:26 UTC
7fdd42c clang-format 20 October 2020, 16:26:14 UTC
00ae979 Merge branch 'master' into pdb_remove_hvx_v64 20 October 2020, 16:16:20 UTC
a2934d4 Update d3d12compute.cpp 20 October 2020, 16:03:17 UTC
f7e77e2 Extend clang-tidy checks to src/runtime (and fix resulting errors) 20 October 2020, 16:03:17 UTC
9befaab Merge branch 'master' of https://github.com/halide/Halide into interpret_nn 20 October 2020, 06:46:10 UTC
a9e3941 Merge pull request #5372 from halide/simplify-vectorreduce Add simplification rules for vectorreduce of broadcasts 20 October 2020, 06:45:49 UTC
5aadf02 Add call to halide_profiler_report to avoid mixing profiler data between tests. 20 October 2020, 04:03:12 UTC
0ca44db Merge pull request #5358 from halide/srj/tidy-all Extend clang-tidy checks into tools, utils, and python_bindings 19 October 2020, 22:12:09 UTC
85f143c Address review comments 19 October 2020, 21:27:54 UTC
14dd26a Extend clang-tidy checks into tools, utils, and python_bindings 19 October 2020, 20:58:12 UTC
af57921 Drop support for LLVM9 (#5121) Drop support for LLVM9 19 October 2020, 20:21:55 UTC
7a68888 Makefile tweaks to work on ubuntu 19 October 2020, 19:58:25 UTC
99f01a8 Update Makefile 19 October 2020, 19:58:25 UTC
bc615b0 Update run-clang-format.sh 19 October 2020, 19:58:25 UTC
a9975c8 Update Makefile 19 October 2020, 19:58:25 UTC
dc5e171 Update Makefile 19 October 2020, 19:58:25 UTC
f3c47ae Fix LLVM_DIR value 19 October 2020, 19:58:25 UTC
6a8e292 Move clang-tidy logic into script 19 October 2020, 19:58:25 UTC
1a17dbe Move the clang-format logic into a shell script This puts the truth for our clang-format logic into a shell script rather than the Makefile, in hopes of making it slightly easier for CMake users to use. 19 October 2020, 19:58:25 UTC
d8dac07 Merge pull request #5370 from halide/likely-if Make loop partitioning a bit more robust for if statements 19 October 2020, 19:56:01 UTC
d049a83 Merge branch 'master' of https://github.com/halide/Halide into simplify-vectorreduce 19 October 2020, 18:40:50 UTC
42d5031 Merge branch 'master' into interpret_nn 19 October 2020, 17:14:41 UTC
8e3262b OpenCL Texture Support (#5297) Add OpenCL Texture Support (https://github.com/halide/Halide/pull/5297) 19 October 2020, 17:04:13 UTC
040de48 Revert "Merge branch 'simplify-nested-broadcasts' into interpret_nn" This reverts commit d2319de6c9f61dbdf944ad43f0139eb5de2319cb, reversing changes made to f9364f06ae123f550e982fd5868f6a226c33122f. 19 October 2020, 06:50:54 UTC
e93f81a Use has_uncaptured_likely_tag instead. 19 October 2020, 06:10:21 UTC
e164866 Add simplifications for vectorreduce of broadcasts. 19 October 2020, 06:03:49 UTC
1fd4782 Don't use rc, rx, ry aliases. 18 October 2020, 22:23:08 UTC
ef26565 Fix broken rounding when shift = 0. 17 October 2020, 21:59:32 UTC
a1d0201 Fix likely for if when the likely is not the outermost expression. 17 October 2020, 05:38:12 UTC
4cadcb1 Small optimizations to schedule. 17 October 2020, 05:37:07 UTC
e2c4576 Remove dead code and optimize/simplify fixed point helpers. 17 October 2020, 05:35:47 UTC
2bd370c Merge branch 'interpret_nn' of https://github.com/halide/Halide into interpret_nn 16 October 2020, 21:23:50 UTC
6915911 Add RunGen rules 16 October 2020, 21:23:48 UTC
0c73102 Merge branch 'interpret_nn' of https://github.com/halide/Halide into interpret_nn 16 October 2020, 21:17:55 UTC
32ab4a9 Merge branch 'master' of https://github.com/halide/Halide into interpret_nn 16 October 2020, 21:17:22 UTC
2cde234 prefer using HVX over HVX_128 16 October 2020, 19:43:57 UTC
ba278fe Merge branch 'master' into interpret_nn 16 October 2020, 18:24:43 UTC
6f52482 Add TODO on optimizing sum_input 16 October 2020, 17:57:45 UTC
5286a68 Fix wasm-related glitches in our timing/benchmarking code 16 October 2020, 17:40:04 UTC
6986c8f Fix boundary condition and optimize convolution. 16 October 2020, 16:58:59 UTC
a9be7f0 Add max pool operator. 16 October 2020, 07:26:20 UTC
b9e1ee5 Fix split of AveragePool. 16 October 2020, 06:33:39 UTC
2aa8573 Alphabetize ops. 16 October 2020, 06:06:02 UTC
ce6da60 Rename Add4D -> Add 16 October 2020, 06:02:55 UTC
ce8ca6d Basic optimization and cleanup. 16 October 2020, 06:02:34 UTC
586a1b0 A few more minor cleanups. 16 October 2020, 04:03:15 UTC
28d0979 Minor cleanups. 16 October 2020, 03:51:24 UTC
424b810 Fix bugs in convolution test. 16 October 2020, 02:43:33 UTC
4e72324 Remove unnecessary hexagon complexity. 16 October 2020, 02:24:37 UTC
d2319de Merge branch 'simplify-nested-broadcasts' into interpret_nn 16 October 2020, 01:58:47 UTC
44eadb6 Add simplification of broadcasted ramp comparisons, and vector reductions of broadcasts. 16 October 2020, 01:55:57 UTC
f9364f0 Add convolution_test 16 October 2020, 00:57:38 UTC
16604ae Set vector_size to 128. rule out vector sizes that made sense on HVX_64 now that HVX_128 is the only mode for HVX 16 October 2020, 00:07:35 UTC
8151b77 Check only for Target::HVX 16 October 2020, 00:04:47 UTC
04cd8dd Remove hvx_64 and hvx to python bindings 15 October 2020, 23:17:17 UTC
9299f07 Enable mobilenet_v2_1.0_224_quant.tflite to run. 15 October 2020, 22:10:21 UTC
4d1a4bb Fix bad merge of test/correctness/mul_div_mod.cpp 15 October 2020, 21:42:15 UTC
13a4eb1 Merge branch 'master' into pdb_remove_hvx_v64 15 October 2020, 21:12:26 UTC
09f9eda [camera_pipe] - In hvx_128 we need 4 threads to saturate hvx with work 15 October 2020, 21:08:34 UTC
9a96a46 Clean up some nonsensical code related to hvx in apps 15 October 2020, 21:03:53 UTC
609840c Look for Target::HVX too, everywhere that we look for Target::HVX_128 15 October 2020, 20:58:37 UTC
back to top