Commits on Source
5834
df8e4f27
Fix edit_code parameter in auto_test_vs_ref.
May 29, 2013
2622f8e7
Some PEP8, some error msg improvement.
May 30, 2013
e076f854
PEP8-ify loopy.compiled.
May 30, 2013
d3faf041
Don't ask numpy arrays about .offset.
Jun 02, 2013
8a75fd1a
PEP8 loopy.kernel. Move name generator to pytools.
Jun 02, 2013
813b6bc2
Bump required pytools version.
Jun 02, 2013
bd84ce7b
More PEP8.
Jun 03, 2013
32d5c889
PEP8 loopy.kernel.tools.
Jun 03, 2013
0d56a417
DomainParameterFinder: better error messages.
Jun 03, 2013
6d7b38ed
PEP8 loopy.kernel.data.
Jun 03, 2013
67ca6b05
PEP8 loopy.codegen.expression.
Jun 03, 2013
6c116314
PEP8 loopy main mdoule.
Jun 04, 2013
71659c19
PEP8 test_loopy.
Jun 04, 2013
da56108e
PEP8 loopy.codgen.
Jun 04, 2013
a1b33a1d
More of loopy's tests passing after switch to data tagging.
Jun 04, 2013
24ec5b32
Fix strides logic, collect strides for invocation.
Jun 04, 2013
d0e49238
Make loopy.compiled work with data tagging. More tests back to working.
Jun 05, 2013
997190ae
PEP8 loopy.cse.
Jun 05, 2013
ab7b11a3
PEP8 loopy.padding.
Jun 05, 2013
247e2ff8
More data tagging fixes. More tests passing.
Jun 05, 2013
12c5a239
PEP8 test_linalg.
Jun 05, 2013
c29f5782
PEP8 test_dg.
Jun 05, 2013
48fb52c8
Tests passing with data tagging.
Jun 05, 2013
13c6da8b
Make DomainParameterFinder work with data tagging. Move auto_test to separate file.
Jun 05, 2013
582139a8
Add argument unpacking for separate-array tagged arguments.
Jun 05, 2013
8efbb589
PEP8 loopy.schedule.
Jun 06, 2013
fdda2a24
PEP8 loopy.check.
Jun 06, 2013
61e7150a
Add more logging.
Jun 07, 2013
036dc603
Prevent object arrays in loopy, as trying to create those will only end in tears.
Jun 07, 2013
ecf3e863
Fix out-of-control expansion of defines.
Jun 07, 2013
4cbdc020
Make realize_reduction more efficient.
Jun 07, 2013
6ca3eff8
Fix termination of type inference if expect_completion is False.
Jun 07, 2013
7decd1b5
Be more permissive about map_expr on ComputedStrideArrayDimTag.
Jun 07, 2013
671d3c0a
Be more strict about what kwargs are accepted in ArrayBase.
Jun 07, 2013
8064e6c5
Make separate-array data axis tagging interoperate with run-time typing.
Jun 07, 2013
bd7b072d
Fix pyopencl, pymbolic deps.
Jun 07, 2013
174485cf
PEP8 loopy.symbolic
Jun 07, 2013
1df26437
Fix argument shape/dtype checks.
Jun 08, 2013
6f3b1099
Repack of separate-array outputs into object arrays, add return_dict
Jun 09, 2013
5fe211f6
Change tag_data_axis -> tag_data_axes
Jun 09, 2013
c389d158
Switch to setuptools, update aksetup
Jun 09, 2013
878972a8
Point requirements.txt at islpy git
Jun 09, 2013
58ba7cec
Get rid of ez_setup
Jun 10, 2013
3c173a0a
Add set_loop_priority, remove check_kernels, auto-schedule in auto_test
Jun 11, 2013
003a7930
Throw a few more functions into opencl_function_mangler
Jun 11, 2013
7ac468a1
Fix a few broken CL device type queries
Jun 12, 2013
997831ac
Add flake8 config
Jun 13, 2013
165f8f9b
Accept multiple (comma-separated) array names in tag_data_axes
Jun 13, 2013
1109ddbb
Be more tolerant of spaces in array axis tag sequences
Jun 13, 2013
11ad715c
Tolerate a[b[i]] (i.e. don't force that to be close-linear-index)
Jun 13, 2013
c8de9e8a
Fix AccessRangeMapper for nested indices
Jun 13, 2013
7a3224be
Improve an error message in SeparateArrayPackingController
Jun 13, 2013
6b446189
Let DomainParameterFinder find *any* integer argument
Jun 13, 2013
1f689f09
Don't mis-gather function names as arguments
Jun 14, 2013
1e59801f
Add mangling for INFINITY and max/min.
Jun 17, 2013
8dc912ad
Add intershpinx link to cgen
Jun 17, 2013
0a5e024e
Fix parsing of linear indices [[...]]
Jun 17, 2013
24095e9e
Track changes in pymbolic's CoefficientCollector
Jun 17, 2013
15da51c7
Support dedicated stride arguments, generate Python code for invocation
Jun 17, 2013
ef20c11c
Test generic stride functionality
Jun 17, 2013
539ef1d1
Allow True,False,'hl' for print_wrapper
Jun 18, 2013
9d29c4b7
Actually honor invocation flags
Jun 18, 2013
c9cacd0b
Provide an intelligible error for auto_test with deferred types
Jun 18, 2013
b799067d
Document CompiledKernel
Jun 18, 2013
b364c84e
Process ValueArgs before others in CompiledKernel->better error messages
Jun 18, 2013
d76c12aa
Print something intellgible when parameter finding codegen fails
Jun 18, 2013
00dcba5f
Add numpy intersphinx link
Jun 18, 2013
c68f5cda
Make "a,b" arg names and arg guessing cooperate
Jun 18, 2013
cd1ab02d
Warn more often about deferred types, schedule before codegen if necessary
Jun 18, 2013
81956ebf
PEP8 isl_helpers
Jun 18, 2013
b5959a9a
Try a bit harder in static_extremum_of_pw_aff
Jun 18, 2013
59474f3c
PEP8 loopy.codegen.*
Jun 18, 2013
e9fee6d1
Various minor tweaks
Jun 19, 2013
d027a728
Don't decide about hw axis bounds in two separate places (?!!)
Jun 19, 2013
dedcd915
Rename loopy.cse -> loopy.precompute
Jun 19, 2013
861bb5b9
Add some notes
Jun 19, 2013
4a4cc720
Provide a central diagnostics module, and provide context for failed static_value_*
Jun 19, 2013
a1a95bae
Fix min, max reductions
Jun 19, 2013
3e11735f
PEP8 reduction
Jun 19, 2013
7e57dfff
PEP8 Maxima export
Jun 19, 2013
41a000eb
Create loopy.library, move stuff there
Jun 19, 2013
d74fe047
Centralize a few more diagnostics
Jun 19, 2013
df31b4c1
Instead of whining about incomplete/deferred types, try to do something about it
Jun 19, 2013
19cdeb33
Add convolution test
Jun 19, 2013
2ebf0cd9
Some headway towards a more abstract instruction interface
Jun 20, 2013
a025125f
PEP8 loopy.subst
Jun 21, 2013
3b17f018
Add license header to loopy.subst
Jun 21, 2013
f05a6a82
Introduce CInstruction, fix up rest of loopy to deal with it
Jun 21, 2013
47bd9e4f
Re-disable logging in test
Jun 21, 2013
8fcb7ee7
Factor code generation helper into pytools
Jun 28, 2013
50dd460d
Creation/write race fixes
Jul 05, 2013
4662dc46
Fix for memoize_method with keyword arguments
Jul 07, 2013
3b3bf6e7
Make silenced_warnings actually work
Jul 07, 2013
e3f8ab6b
Fix AccessInfo documentation, generation
Jul 08, 2013
9aafa10a
Propagate iname deps by domain bounds
Jul 09, 2013
65247f4a
Write subscripts also count as read deps: fix, add test
Jul 09, 2013
f6481d95
Log progress of iname finding fixed-point iteration
Jul 09, 2013
5dd1532b
Demote logging from find_all_insn_inames to debug
Jul 09, 2013
2b53dcb6
Find potential arg names to guess in array shapes
Jul 09, 2013
1eacf33e
Expand defines in array shapes
Jul 09, 2013
5,734 additional commits have been omitted to prevent performance issues.
Loading
Loading