Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now
Commits on Source
6009
1ceda72c
Implement automatic bounds checking.
Aug 27, 2012
074ab228
Clean up loopy.kernel for better organization.
Aug 27, 2012
67c08337
Move Maxima export to a different file, to avoid hard dependency.
Aug 29, 2012
b2856449
Fix lmem storage adjustment on GPUs.
Aug 29, 2012
1970029a
When splittting iname in domain, match previous iname type in that domain.
Aug 30, 2012
05be42f1
Fix parsing of instruction dependencies.
Aug 30, 2012
07e7b9d7
Fix computation of loop nest map from domain dependencies.
Aug 30, 2012
72156c0e
Make scheduler debug output a bit more decipherable.
Aug 30, 2012
bb8ff029
Add scheduler debug output about loop nest map.
Aug 30, 2012
c4603928
Add equality constraint test.
Aug 30, 2012
c0d784d3
Allow conditionals to dependend on parallel axes.
Aug 30, 2012
00791241
Make sure nothing breaks sign assumptions in codegen of floor_div.
Aug 30, 2012
e2e4372a
Centralize convexification. Better code for get_bounds_checks.
Aug 30, 2012
7332282c
In case of image format support problems in automatic test, try more devices.
Aug 30, 2012
c4443fd0
Keep ILP tag, don't rewrite to unroll+breakable.
Aug 30, 2012
4bfc2512
Add simplified image ilp test.
Aug 31, 2012
384071db
No, do *not* use local ids to determine for loop bounds. Things go wrong. Badly.
Aug 31, 2012
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
5,909 additional commits have been omitted to prevent performance issues.
Loading
Loading