https://github.com/halide/Halide

sort by:
Revision Author Date Message Commit Date
bd530e5 Use empty() instead of size() to appease clang-tidy 07 August 2018, 19:08:53 UTC
2db2774 Add asserts that flags and device fields are unchanged 07 August 2018, 18:24:44 UTC
030263e Conditionally include HalideRuntime 02 August 2018, 21:16:03 UTC
f7848d0 Add optional wrappers to AOT headers to allow const input buffers (Issue #3077) 02 August 2018, 20:42:54 UTC
366f949 Merge pull request #3041 from matthiaskramm/ctlsz Make CodeGen_C aware of count_leading_zeros 02 August 2018, 17:36:59 UTC
fd47a65 Merge pull request #3118 from SanderVocke/disable_leakcheck Disable asan leak checking during code generation. 02 August 2018, 17:16:35 UTC
2101955 Merge pull request #3173 from halide/srj-copy-as Add some HalideBuffer convenience methods (Issue #3113) 02 August 2018, 16:48:42 UTC
2e7fb15 Merge pull request #3172 from halide/fix_warp_shuffles Fix some pathological behavior in warp shuffles 02 August 2018, 15:19:52 UTC
aa70aaa Merge pull request #3183 from halide/bump_llvm_version LLVM is bumping their version number to 8 01 August 2018, 23:58:33 UTC
6c3d30b Change copy() to just return nonconst 01 August 2018, 23:08:18 UTC
e0316d1 Remove nonstatic make_with_shape_of() 01 August 2018, 22:43:58 UTC
d8917c4 Some build bots don't have the requisite cuda version 01 August 2018, 22:17:50 UTC
ac129fe LLVM is bumping their version number to 8 01 August 2018, 22:00:29 UTC
f39ea35 Merge remote-tracking branch 'origin/master' into fix_warp_shuffles 01 August 2018, 18:12:42 UTC
8c772dd Merge pull request #3165 from halide/quieter_test_correctness only report failures in test_correctness 01 August 2018, 17:26:01 UTC
0122fd7 Merge remote-tracking branch 'origin/master' into disable_leakcheck 01 August 2018, 11:13:40 UTC
92a16ea Merge pull request #3177 from halide/readme_update Update README.md to reflect a slightly more current version of target support. 01 August 2018, 01:05:52 UTC
a9de173 Merge pull request #3178 from halide/srj-warn Don't emit #pragma message in D3D12 backend 01 August 2018, 00:52:25 UTC
58d2c8a Don't emit #pragma message in D3D12 backend 01 August 2018, 00:48:46 UTC
4829e0a Typo. 01 August 2018, 00:38:35 UTC
b61de00 Update README.md to reflect a slightly more current version of target support. 01 August 2018, 00:33:25 UTC
fd5947a Fix comment 31 July 2018, 20:47:11 UTC
d8edcae Merge pull request #3166 from halide/faster_cascaded_filters Speed up cascaded filters test 31 July 2018, 19:51:15 UTC
39c5839 Add some HalideBuffer convenience methods (Issue #3113) - augment copy() to allow copying-to-a-different-type - add nonstatic variant of make_with_shape_of() - add reset() 31 July 2018, 18:19:02 UTC
e0e73f1 Fix some pathological behavior in warp shuffles 31 July 2018, 18:10:17 UTC
ddbf7e6 Merge remote-tracking branch 'origin/master' into quieter_test_correctness 31 July 2018, 18:08:57 UTC
51fd2c8 Merge pull request #3155 from suyogsarda/master Update image info API's for halide_buffer_t 31 July 2018, 17:04:29 UTC
92fe75a Merge pull request #3168 from halide/srj-buf Buffer move-construct ctor was missing assert_can_convert_from 31 July 2018, 16:51:49 UTC
a3ee5f7 Merge pull request #3158 from halide/srj-incl Add missing #include to HexagonAlignment.h 31 July 2018, 00:56:30 UTC
01cad4f Buffer move-construct ctor was missing assert_can_convert_from 31 July 2018, 00:37:46 UTC
db256bd Merge pull request #3160 from halide/openglcompute-location-fix Add explicit location layout specifier to uniforms. 30 July 2018, 23:40:17 UTC
30ab4c4 Merge branch 'master' into faster_cascaded_filters 30 July 2018, 23:35:27 UTC
0295c73 Merge branch 'master' into quieter_test_correctness 30 July 2018, 23:34:51 UTC
9652625 Merge pull request #3159 from halide/srj-d3d Fix D3D12 issues 30 July 2018, 23:30:57 UTC
d8ab812 Merge branch 'master' into srj-d3d 30 July 2018, 20:02:54 UTC
49136b3 Merge branch 'master' into openglcompute-location-fix 30 July 2018, 18:11:39 UTC
77ed646 Merge pull request #3081 from tbennun/master Makefile LLVM static library fix 30 July 2018, 18:09:19 UTC
a861bf9 Speed up cascaded filters test 30 July 2018, 17:25:47 UTC
dbca67d only failures in test_correctness 30 July 2018, 17:11:36 UTC
98f0b1a always use inline implementation of clz 30 July 2018, 05:46:50 UTC
bf76726 use "sizeof(long long) * 8" instead of "64" 30 July 2018, 05:46:50 UTC
9f5dc7c add tests for 8/16/32/64 bit 30 July 2018, 05:46:50 UTC
a1c9683 use clzll instead of clz, for 64 bit integers 30 July 2018, 05:46:50 UTC
f3a26ef Make CodeGen_C aware of count_leading_zeros 30 July 2018, 05:46:50 UTC
d14d3a1 Add explicit location layout specifier to uniforms as GLSL does not guarantee they are in any particular order otherwise. 28 July 2018, 00:28:59 UTC
be66f83 Remove redundant 'return' to silence ClangTidy 27 July 2018, 21:38:42 UTC
866c3ce Fix D3D12 issues - avoid the use of fallthru-without-break in CodeGen_D3D12Compute_Dev.cpp (some compiler settings assume this is an error, and the conventional equivalent is fine here) - allow runtime linker to compile when WITH_D3D12 is not defined 27 July 2018, 21:09:16 UTC
6a7ff1b Add missing #include to HexagonAlignment.h 27 July 2018, 20:20:23 UTC
cd95b27 Merge pull request #3116 from halide/srj-features Rework runtime to allow more than 64 Target::Features (Issue #2911) 27 July 2018, 16:56:13 UTC
78fde6c Update image info API's for halide_buffer_t Replace buffer_t with halide_buffer_t and other data structure. 27 July 2018, 15:48:04 UTC
14f594e Merge pull request #2 from halide/master Sync 27 July 2018, 11:52:25 UTC
d734dc0 Merge branch 'master' into srj-features 26 July 2018, 22:29:32 UTC
d91647c Merge pull request #2913 from suyogsarda/master Add v65 instructions for HVX 26 July 2018, 16:15:07 UTC
b6b9d6b Merge pull request #3152 from halide/interleave-bug Interleave bug 26 July 2018, 16:14:11 UTC
457d333 Merge pull request #2755 from halide/d3d12 Direct3D 12 (compute) GPU back-end 26 July 2018, 14:18:23 UTC
6664656 Merge pull request #3145 from halide/srj-py Python: don't delete intermediates, don't rely on HALIDE_PATH 25 July 2018, 21:42:11 UTC
0f3f455 Merge remote-tracking branch 'remotes/upstream/master' into d3d12 25 July 2018, 20:57:14 UTC
7018190 Merge pull request #3150 from halide/hex_fix_predicated_store_test Only run predicated vector LUT test on X86 25 July 2018, 20:50:05 UTC
90d182b Only run predicated vector LUT test on X86 25 July 2018, 15:50:25 UTC
ef6eea5 Fix failing tests. The following tests were failing on HVX on master after interleave-bug was merged into master. correctness_argmax correctness_bool_compute_root_vectorize correctness_fuse correctness_in_place correctness_multi_way_select correctness_simd_op_check correctness_undef Fixed these tests now. The problem with all, except simd_op_check was that we weren't handling scalar loads and stores in HexagonAlignment.h We do, to a certain extent only though. As in we look for "too much" alignment but we do not crash any more like before. simd_op_check was failing all valign and vlalign issues and that was due to a bug in AlignLoads that could be traced to refactoring the alignment logic into HexagonAlignment.h 24 July 2018, 23:43:32 UTC
0c6c2ad Revert "Revert "Interleave bug"" This reverts commit 38e5ca1a4f2796a52fc888ab72a281f45018b560. 24 July 2018, 23:42:20 UTC
9d13fd5 Merge pull request #2777 from halide/stencil_chain Add stencil chain apps 24 July 2018, 21:05:22 UTC
ea02650 Merge branch 'master' into d3d12 24 July 2018, 18:55:58 UTC
4635aba complete skip of the d3d12compute code when building for 32bit targets (will produce an empty translation unit) 24 July 2018, 18:38:23 UTC
42a49f4 Merge pull request #3147 from halide/auto-sched-string-bugs Fix bugs in auto-scheduler string generator 24 July 2018, 17:42:57 UTC
4fa2d39 Merge pull request #3146 from halide/predicated_store_bugs Fix predicated store to use the new computed index 24 July 2018, 17:14:39 UTC
eef75f1 Add get_pipeline call to auto-sched str 23 July 2018, 23:27:26 UTC
6ce4d9f Fix bugs in auto-scheduler string version 23 July 2018, 23:04:29 UTC
8087921 Fix predicated store to use the new computed index 23 July 2018, 21:36:08 UTC
4008657 Python: don't delete intermediates, don't rely on HALIDE_PATH 23 July 2018, 20:34:14 UTC
c2b7984 Add boundary condition to stencil chain 23 July 2018, 20:10:57 UTC
ba88422 Use a fake static_assert, because C++11 not available for runtime 23 July 2018, 18:01:27 UTC
d1e55b7 Add static_assert 23 July 2018, 17:32:55 UTC
82723af Merge pull request #3143 from halide/revert-3030-interleave-bug Revert "Interleave bug" 23 July 2018, 17:18:43 UTC
bf9e1f4 Merge branch 'master' into d3d12 23 July 2018, 16:15:24 UTC
38e5ca1 Revert "Interleave bug" 23 July 2018, 15:45:53 UTC
d49c695 Merge branch 'master' of github.com:halide/Halide into stencil_chain 23 July 2018, 15:29:07 UTC
34873ac Horrible workaround for CpuFeatures 21 July 2018, 01:33:48 UTC
c79a47d Merge pull request #3140 from halide/srj-const Buffer::translated() should be const 21 July 2018, 01:24:07 UTC
a7585c3 Work around Windows errors for cpu_features 20 July 2018, 22:02:01 UTC
a516852 Buffer::translated() should be const 20 July 2018, 19:08:02 UTC
d2b5c8b Add v65 instructions Add v65 instructions. Change a way how features arch is checked. 20 July 2018, 18:25:57 UTC
7aed0db Merge branch 'master' into srj-features 20 July 2018, 18:08:37 UTC
6e799b6 Merge pull request #3030 from halide/interleave-bug Interleave bug 20 July 2018, 18:02:39 UTC
be26a82 Empty commit to trigger post_receive hooks 20 July 2018, 18:00:38 UTC
6722822 Empty commit to trigger post_receive hooks 20 July 2018, 00:25:55 UTC
e903552 Empty commit to trigger post_receive hooks 19 July 2018, 17:26:50 UTC
9746703 minor change to force a re-run of the buildbots 19 July 2018, 14:14:57 UTC
fe72c39 Merge branch 'master' into interleave-bug 18 July 2018, 19:11:16 UTC
0827dc4 Merge branch 'master' into srj-features 18 July 2018, 18:03:13 UTC
8cd7087 Merge branch 'master' into d3d12 18 July 2018, 16:36:53 UTC
80abe15 [d3d12] implemented device_slice 17 July 2018, 23:40:57 UTC
003ee56 added slice entry to device interface table 17 July 2018, 23:22:24 UTC
1ca562b Merge branch 'master' into d3d12 17 July 2018, 22:08:56 UTC
5da9edb [code-review] relaxing relative error threshold in math tests only for targets that rely on HLSL (that is, Direct3D 12 Compute for now) 17 July 2018, 22:02:49 UTC
6ecea54 [code-review] minor fixes and unsupported code pruning (VS 2012 no longer officially supported by Halide) 17 July 2018, 21:30:49 UTC
14794f0 [code-review] minor changes, dead-code cleanup and better comments 17 July 2018, 20:54:29 UTC
432c6eb [code-review] replaced D3D12 struct indentation by curly-bracket blocks 17 July 2018, 20:32:18 UTC
caee3c2 enforcing an 8 byte alignment to the hashmap's key storage 17 July 2018, 20:25:46 UTC
8c7e2be Merge pull request #3129 from halide/opengl_compute_cast_fix Fix cast that does not result in a type change in OpenGL Compute backend. 17 July 2018, 19:21:11 UTC
back to top