swh:1:snp:70f530b74f5be73cfb71c212c9e3317ce44c1ebc

sort by:
Revision Author Date Message Commit Date
4732e14 Merge branch 'master' into srj-hvxshift 10 May 2019, 00:55:34 UTC
27f96b4 Merge pull request #3871 from halide/srj-shift Add types to left-shift and right-shift assertions 10 May 2019, 00:55:11 UTC
e390c6e special-case shift-left and shift-right for OpenCL 09 May 2019, 22:03:53 UTC
801db30 Also update hvx_128.ll and hvx_64.ll 09 May 2019, 21:24:59 UTC
4a7801b Fix add_shr and add_shl as well 09 May 2019, 20:55:26 UTC
70e9fb1 Fix HVX shl/shr patterns to uniformly assume RHS is unsigned 09 May 2019, 19:39:07 UTC
c24b005 Pass unsigned value in operator>> 09 May 2019, 19:01:43 UTC
fc95af9 Move Types to separate line 09 May 2019, 19:01:28 UTC
9c07582 Add types to left-shift and right-shift assertions This makes debugging violations a bit easier. 09 May 2019, 18:00:50 UTC
a472343 Merge pull request #3867 from halide/shift_amount_type_change Shift amount type change 09 May 2019, 06:20:43 UTC
df53967 Merge pull request #3870 from halide/simplify_correlated_differences_stack_space Use less stack space in simplify correlated differences visitor 09 May 2019, 02:52:58 UTC
1d82b90 Don't conform the shift amount to the lane count of the value. This was causing failures in pattern construction in HexagonOptimize. 09 May 2019, 01:33:33 UTC
9b938d5 Only push lets that correspond to bound values 08 May 2019, 22:52:54 UTC
26faf08 Add missing lets push/pop 08 May 2019, 22:40:59 UTC
1c48a14 Use less stack space in simplify correlated differences visitor 08 May 2019, 22:39:20 UTC
0c79a46 Update Hexagon peephole patterns to match type of shift amount. Fix tabs. 08 May 2019, 17:31:24 UTC
bf43e8d Remove uncessary LLVM cast and replace with assert that types are the same. Improve error message. Formatting fix. 08 May 2019, 07:56:19 UTC
d3059c1 Merge branch 'master' into shift_amount_type_change 08 May 2019, 00:02:47 UTC
c7e94c6 Change shift operators to insist the shift amount is unsigned. 08 May 2019, 00:01:58 UTC
5a21076 Merge pull request #3865 from halide/srj-wasm2 Simplify Emscripten config requirements for wasm branch 03 May 2019, 19:55:03 UTC
e5c1217 Simplify Emscripten config requirements for wasm branch Formerly, a config file had to be edited correctly, or bad things happened. Now we set it correctly automatically. 03 May 2019, 00:59:31 UTC
17866c0 Merge pull request #3863 from halide/srj-v8 Replace deprecated v8::Handle with v8::Local 02 May 2019, 19:46:53 UTC
539a9d0 Merge pull request #3860 from halide/fix_cuda_mat_mul Fix cuda mat mul 02 May 2019, 17:08:49 UTC
3472c8a Replace deprecated v8::Handle with v8::Local 02 May 2019, 17:07:55 UTC
229ef06 Merge pull request #3862 from halide/srj-msan-call2 Fix msan helper return types 02 May 2019, 17:06:18 UTC
79736e8 Merge pull request #3756 from yamaguchi1024/pybindings_rangecheck Add check for the overflow in Python bindings 01 May 2019, 23:23:05 UTC
9d12c7e Update msan_aottest.cpp 01 May 2019, 22:31:03 UTC
e8bfd47 Fix msan helper return types This allows Codegen_C to use msan cleanly. 01 May 2019, 21:48:09 UTC
999f95f Fix bug in var handling in warp shuffle lowering 01 May 2019, 21:07:42 UTC
5610150 Add missing simplifier rules 01 May 2019, 21:07:30 UTC
888bc16 Merge pull request #3785 from halide/hexagon_priority_2 Add ability to change priority of QURT threads 01 May 2019, 16:22:15 UTC
ec5bd01 Rebuild prebuilts. 01 May 2019, 07:08:43 UTC
d3381bd Merge branch 'master' of https://github.com/halide/Halide into hexagon_priority_2 01 May 2019, 07:08:04 UTC
a9f4c34 Merge pull request #3847 from halide/bitwise_ops_type_consistency Bitwise ops type consistency. 30 April 2019, 05:46:00 UTC
a202fd5 Add check for the overflow in Python bindings Add check for ssize_t -> int32_t overflow. Add the corresponding test to correctness/buffer.py. 30 April 2019, 05:27:19 UTC
f066b72 Merge pull request #3854 from halide/srj-llvm6 Drop support for LLVM6 30 April 2019, 01:01:11 UTC
e9e00f9 Add explicit int/Expr Expr/int overloads for bitwise ops per review feedback. Fix test errors that are surfaced by doing this. 29 April 2019, 23:39:05 UTC
9d94d28 Merge pull request #3852 from halide/fix-mlal Improve mlal codegen 29 April 2019, 21:32:10 UTC
ff014c2 Update .travis.yml 29 April 2019, 20:40:56 UTC
c5cd2b7 Merge branch 'master' into bitwise_ops_type_consistency 29 April 2019, 20:38:35 UTC
ed446a8 Updated to recommend LLVM 8.0 29 April 2019, 18:54:23 UTC
0411d84 Drop support for LLVM6 Halide policy is to support LLVM trunk + two previous versions, which means it's time for LLVM6 to go. If any downstream users are still relying on LLVM6, please speak up. (Note: this can't land until https://github.com/halide/build_bot/pull/36 lands to update the buildbots; for now, Travis should pass but buildbots will fail. Opening PR anyway for discussion.) 29 April 2019, 18:26:58 UTC
d5906a4 mmap_dlsym: check for from after RTLD_SELF || RTLD_DEFAULT 29 April 2019, 14:10:48 UTC
5a94027 Merge pull request #3853 from fbleibel/patch-1 Fix small typo in lesson07 28 April 2019, 23:18:34 UTC
042faf8 Fix small typo in lesson07 28 April 2019, 22:39:27 UTC
4e6eca9 Merge pull request #3837 from halide/ataei-onnx_test_apps Add apps/onnx/test to test_apps 28 April 2019, 16:42:15 UTC
3441337 Merge branch 'master' into ataei-onnx_test_apps 28 April 2019, 10:13:52 UTC
81a768d Add 64-bit version of mull patterns. 28 April 2019, 00:12:58 UTC
271a4cc Merge pull request #3848 from halide/srj-hvxclean Fix a few more portability errors in hexagon_remote 27 April 2019, 18:31:44 UTC
0821424 Add comments. 27 April 2019, 18:12:37 UTC
ea13099 Fix mlal codegen. 27 April 2019, 18:10:14 UTC
0052fc1 Merge pull request #3850 from halide/makefile-ld-fix updating makefile to process newer ld trace output 27 April 2019, 04:13:17 UTC
0634a06 Merge pull request #3849 from halide/srj-initarray Set llvm::TargetOptions::UseInitArray = true 27 April 2019, 01:08:11 UTC
3c2ce8c Avoid access vector[0] if vector is empty 27 April 2019, 00:58:16 UTC
48d05a5 updating makefile to process newer ld trace output 26 April 2019, 23:42:27 UTC
d010f2b Set llvm::TargetOptions::UseInitArray = true This causes llvm to put ctors into the `.init_array` section when possible (rather than the .ctors` section. This can dramatically improve performance for some targets (esp aarch64) when the `lld` linker is used: older linkers (eg, gold) tend to do legacy conversion of .ctors to .init_array, but lld does not. (It's not clear to me why we default this to false -- historical reasons? mistake? ignorance? -- or if there are any downsides to making this change.) 26 April 2019, 20:36:10 UTC
7f19594 Use long long and %lld for size_t 26 April 2019, 20:14:22 UTC
7474ca3 Fix a few more portability errors in hexagon_remote 26 April 2019, 18:44:14 UTC
97eb508 Use make_const instead of cast to convert integer immediate to typed expression as it handles vector lanes and is more correct. 26 April 2019, 17:27:15 UTC
e7f4e85 Fix type coercion for bitwise ops to be commutative. Add test for commuctativity. Update documentation comment. 26 April 2019, 02:00:30 UTC
0f36a46 Merge pull request #3846 from halide/srj-hvxclean Clean up hexagon_runtime build env 26 April 2019, 01:18:53 UTC
6af87a4 Merge pull request #3844 from halide/fix-shuffled-alignment Fix alignment of shuffled loads. 26 April 2019, 00:20:33 UTC
952ae73 Clean up hexagon_runtime build env Various things to make using this more flexible: - HEXAGON_TOOLS_ROOT should be relative to HEXAGON_SDK_ROOT by default - Fix includes that erroneously used #include<> instead of #include"" - Don't rely on halide_hexagon_remote.h being put in a specific place; instead, add to the include path - use hexagon-ar instead of plain ar - encapsulate the output dir into the BIN var so we can relocate it if necessary - Add some missing deps - Remove some commented-out stuff - Remove some unnecessary includes 26 April 2019, 00:15:28 UTC
8e5cec4 This PR ensures vector lane consistency and type consistency for bitwise ops and shifts. This is necessary as the Halide language itself is used inside the compiler and it is very bad if types or vector size are not consistent therein. E.g. one can end up with type mismatch assertion failures at the LLVM level, or potentially unintentional semantics changes. Change includes fixes to correct mismatches that are now flagged as errors. (TODO to resolve documentation of type handling for these operators will be taken care of shortly.) 26 April 2019, 00:10:55 UTC
f3593e6 Move mmap_dlsym_libs functionality into mmap_dlsym RTLD_SELF or RTLD_DEFAULT 25 April 2019, 21:28:53 UTC
cb7a015 Merge pull request #3845 from benoitsteiner/master Cleaned up backend capabilities detection 25 April 2019, 18:39:25 UTC
a25ce9d Infer the output shape from the input dimensions when shapes aren't statically kown 25 April 2019, 17:37:46 UTC
7242b4b Add alignment tests. 25 April 2019, 17:27:48 UTC
aa38ed0 Cleaned up backend capabilities detection 25 April 2019, 16:46:09 UTC
83fae40 Merge pull request #3836 from halide/ataei-onnx_pybind onnx_converter library python bindings 25 April 2019, 16:42:29 UTC
7fa7eb9 Fix alignment of shuffled loads. 25 April 2019, 04:01:40 UTC
048250b Merge pull request #3840 from benoitsteiner/master Improved conversion of the "Shape" onnx op 24 April 2019, 22:17:47 UTC
fabbb5b Improved formatting 24 April 2019, 18:19:23 UTC
72969c5 Deleted unecessary file 24 April 2019, 16:47:40 UTC
ee24283 Improved conversion of the "Shape" onnx op 24 April 2019, 16:46:39 UTC
73522ff Merged latest changes 24 April 2019, 16:45:39 UTC
7b2c958 Added some simple code to convert an onnx model to a Halide pipeline 24 April 2019, 16:38:21 UTC
3dcd076 Merge pull request #3838 from halide/lld_deps_fix Change dependency on lld to be for WITH_V8 instead of WITH_WEBASSEMBLY. 24 April 2019, 16:34:12 UTC
2096c3b Merge pull request #3839 from halide/srj-bnd Remove part of https://github.com/halide/Halide/pull/3825 24 April 2019, 16:24:24 UTC
a41ab7b Remove part of https://github.com/halide/Halide/pull/3825 Propagating the value of zero-dim functions can result in references to inlined funcs remaining in the IR until codegen time, which makes everything fail. Backing this part out pending possible future investigation. 24 April 2019, 00:35:19 UTC
b26d2a1 Remove NoAsserts 24 April 2019, 00:11:27 UTC
8ec7320 Fix typo 23 April 2019, 23:41:56 UTC
5d5545c Resolve comments 23 April 2019, 23:19:37 UTC
3377eed Change dependency on lld to be for WITH_V8 instead of WITH_WEBASSEMBLY per discussion with Steven. 23 April 2019, 23:02:07 UTC
3ce462b Add apps/onnx/test to test_apps 23 April 2019, 22:18:56 UTC
ba229c0 Merge pull request #3817 from BachiLi/python_autodiff Add autodiff to Python bindings 23 April 2019, 20:17:39 UTC
6c71255 Merge pull request #3835 from halide/srj-typos Fix typo 23 April 2019, 19:54:05 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
45cea4c Fix typo 23 April 2019, 17:49:52 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
572a699 remove trailing spaces 22 April 2019, 22:34:55 UTC
726b389 add a return value to main 22 April 2019, 22:29:43 UTC
612e24a whitespace 22 April 2019, 22:06:00 UTC
back to top