Commits on Source
6027
ca6b294c
Reenable If() and comparisons.
Aug 24, 2012
26cfc186
Fix type inference in the presence of substitutions.
Aug 24, 2012
314943ae
Minor nbody test fix.
Aug 24, 2012
2ce04875
Separate tests that are actually expected to run from those that aren't.
Aug 24, 2012
b939f7fa
Assorted fixery to make stencil test pass.
Aug 24, 2012
476d1165
Rename ScalarArg -> ValueArg.
Aug 24, 2012
6875ff0d
Perform reduction iname duplication also in substitution rules.
Aug 24, 2012
dc5f0014
Fix type inference for tagged variables.
Aug 24, 2012
45bdde6e
Fix convexification by simple_hull.
Aug 24, 2012
89f3ee56
Add, use instruction priority. Add {options} instruction syntax.
Aug 24, 2012
b955f7c4
CSE/SEM-Reagan fixes.
Aug 25, 2012
84c52463
Fix a few isl parameter domain screwups.
Aug 25, 2012
1c360f88
Modernize test_linalg.
Aug 26, 2012
3534f2d2
Allow slice ("a[:,:]") prefetch specs.
Aug 27, 2012
0bd4411e
Add loopy -> maxima exporter.
Aug 27, 2012
3c67534e
Merge box:src/loopy
Aug 27, 2012
792ad0a0
Minor typo fix.
Aug 27, 2012
0f26b19d
Make defines usable in argument shapes and domains.
Aug 27, 2012
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
5,927 additional commits have been omitted to prevent performance issues.
Loading
Loading