Commits on Source
5992
5ad5c96c
Add (disabled) debug code for write tracing by printf.
Aug 31, 2012
c17df444
Scheduler debugging tweaks.
Aug 31, 2012
d41e3882
Allow passing options to auto_test_vs_ref().
Aug 31, 2012
815299c1
Make bounds check generation more likely to generate something convex.
Aug 31, 2012
c479959f
Remove test_image_matrix_mul_ilp_simplified again.
Aug 31, 2012
eb6d2bfb
Remove drive_timing_run().
Sep 01, 2012
c0055227
Add (multi-)padding transformation. Adapt test infrastructure.
Sep 02, 2012
5d87f11f
Reanme *_dimension -> *_iname.
Sep 02, 2012
d73b2b88
Pay better attention to domain dependencies mediated only by conditionals.
Sep 02, 2012
1a69f60e
Add stridey test (and test for domain dep).
Sep 02, 2012
4703770d
Use assumptions when determining non-negativity in expr codegen.
Sep 03, 2012
988c7bfd
Fix conditional generation.
Sep 03, 2012
66b2a61c
Fix with-loop_priority code path in scheduler.
Sep 11, 2012
98eacef0
Test loop_priority code path.
Sep 11, 2012
7dfdb712
Fix upper bound slab decomposition.
Sep 13, 2012
cda8cdd6
Test, fix join_inames.
Sep 13, 2012
bf493847
Prefer constant loop bounds over computed ones.
Sep 13, 2012
69c0c6f4
Add test that divisibility assumptions work.
Sep 13, 2012
0b394a11
Minor flow control cleanups.
Sep 22, 2012
841dd03d
Automatic testing: making running the check-against-ref an option.
Sep 22, 2012
8cf8b9d5
Fix bounds generation for sequential loops.
Sep 22, 2012
69ffdedf
FIX: Slab decomposition should not influence grid sizes.
Sep 22, 2012
d0f46221
Retain all necessary parameters in determining whether accesses are in-footprint.
Sep 22, 2012
5eedbe24
Support instructions all in a single string.
Sep 23, 2012
bae291e6
Add transform-arg-to-image.
Sep 23, 2012
1f627eae
Fix output from local conflict finder.
Sep 23, 2012
8b00e088
Add initial version of revamped DG tests.
Sep 23, 2012
e4643236
Merge branch 'master' of
ssh://forge.tiker.net:2234/loopy
Sep 23, 2012
4d4ed7cb
Make vector images work.
Sep 23, 2012
d6de5410
Add index to private variables for ILP.
Sep 23, 2012
cc371342
Fix fancy/microblocked padding, improve error in case of existing split.
Sep 23, 2012
3954e443
Further improve fancy pad docs.
Sep 23, 2012
d44edb2d
Remove stray debug print.
Sep 23, 2012
93cbdebc
Add better error message in case 'temp var in local?' cannot make a valid...
Sep 23, 2012
66fc865c
Fixes to ILP write race avoidance.
Sep 23, 2012
22254b2a
Minor fixes.
Sep 23, 2012
6f532aa3
Another fix to in-footprint detection.
Sep 23, 2012
50971dec
Allow comments to start mid-line.
Sep 23, 2012
1ac85f6d
Generate good index rank mismatch errors in bounds check.
Sep 23, 2012
24308683
Support linear indices.
Sep 23, 2012
e87b8ea7
Move dot to OpenCL function wrangler.
Sep 24, 2012
0520aa8d
Fix Reagan SEM test.
Sep 24, 2012
b6245a95
Obey constants_only restrictions on min/max/static value even for single-piece PwAffs.
Sep 24, 2012
38c5ec8e
Print failing kernel in case of check problem.
Sep 24, 2012
42285f39
Minor fixes to DG test.
Sep 24, 2012
1bc903e6
Raise an error if a reduction is nested inside an already-open loop.
Sep 24, 2012
67c133b4
Fix simple side effects.
Sep 24, 2012
2191c09e
Improve scheduler debug output.
Sep 24, 2012
e42276ce
Test previous two commits.
Sep 24, 2012
89deff32
In CSE: Only inherit restrictions unrelated to storage from global s2s map.
Sep 24, 2012
4f0604ab
Reject tests that read *and* write arguments.
Sep 24, 2012
0b68d450
Auto test: force output onto device, let test code handle funny striding.
Sep 24, 2012
734b84bb
Promote DG test to actual tests.
Sep 24, 2012
82f9bb00
Make option to warn about numpy arrays in loopy kernel calling seq.
Sep 27, 2012
e7ccefc6
Make type inference of 'float-float' not come out to double.
Oct 04, 2012
12e15377
Use specified allocator in CompiledKernel.__call__.
Oct 04, 2012
346decb5
Fix stringification of LinearSubscript.
Oct 07, 2012
7798c46d
Fix allocation of arrays in CompiledKernel.
Oct 07, 2012
821c6be4
Add license tags.
Oct 21, 2012
936762eb
A few more missing license tags.
Oct 21, 2012
7904fe61
Fix code generation around variable-size complex numbers.
Oct 21, 2012
c54c25d5
Merge branch 'master' of
ssh://forge.tiker.net:2234/loopy
Oct 21, 2012
53fa9021
Add support for complex and float literals, real(), imag().
Oct 22, 2012
96ed2836
Insert new ordering depency between reduction iname dup and tag-reduction-as-seq.
Nov 03, 2012
c54d46c7
Update MEMO.
Nov 04, 2012
eb18c8db
Properly deal with term rewriting in the presence of subst rules. Most tests pass.
Nov 05, 2012
39e89d02
Implement duplicate_inames, plus renaming to keep subst names the same.
Nov 05, 2012
b9ef24f7
Improve an error message.
Nov 05, 2012
5d74546a
Merge box:/exthome/tcew/loopy/loopy
Nov 05, 2012
41fcf744
Fix insertion of insn id into expansion stack.
Nov 05, 2012
7530148a
Add SEM example.
Nov 05, 2012
c58566b4
Clean up the 3D SEM example.
Nov 05, 2012
bda23036
Make join_inames use ExpandingIdentityMapper.
Nov 05, 2012
bfa4f427
Fix join_inames.
Nov 05, 2012
bdf07733
Get rid of kernel.make_unique_var_name.
Nov 05, 2012
00f0b96b
Implement (untested) link_inames.
Nov 05, 2012
5338e904
Sort subst rules in stringified kernel.
Nov 06, 2012
989f63b2
Improve an error message in ILP private duplication.
Nov 06, 2012
228c910f
Ensure that the CSE invocation replacer propagates references to enclosed substitution rules.
Nov 06, 2012
6abd07b7
Make sure StackWildcardMatch also tries the empty match.
Nov 06, 2012
bc80c758
Fix link_inames().
Nov 06, 2012
276b375c
Work on 3D SEM test case.
Nov 06, 2012
0b1f80ec
Implement delete_unused_inames.
Nov 06, 2012
65f6d419
Implement rename_iname.
Nov 06, 2012
396da6d1
Switch padding machinery over to ExpandingIdentityMapper.
Nov 06, 2012
12bd253a
Delete stale examples.
Nov 19, 2012
36f28c57
Fix error propagation in auto_test_vs_ref. (encountered by Maxim Kuznetsov)
Nov 22, 2012
eb2576f9
Fix device selection, error reporting in reference computation.
Nov 26, 2012
1ee5d1d1
Fix expansion of mid-word defines.
Dec 06, 2012
13f5da36
Minor expression codegen fix.
Dec 21, 2012
854496a0
Add test for FMM-style summation.
Jan 13, 2013
0bf96c76
Play around with version declaration in setup.py.
Jan 22, 2013
836ff103
Attempt to fix git URLs in setup.py.
Jan 22, 2013
98d4150a
Try a requirements.txt for installation of deps.
Jan 22, 2013
26ddcea6
Try another git URL format in requirements.txt.
Jan 22, 2013
ea24d753
Fix up space matching in expression code gen for floor_div.
Jan 23, 2013
4da00d5d
Fix up space matching in implemented domain check.
Jan 23, 2013
d8bb07b8
Git ignore core dump files.
Jan 23, 2013
14779baf
Add test for double summation.
Mar 05, 2013
7cf5b295
Update distribute_setup.py.
Mar 12, 2013
5,892 additional commits have been omitted to prevent performance issues.
Loading
Loading