Commits on Source
5564
337eba4e
Move PersistentHashWalkMapper to pymbolic
Feb 19, 2014
ad8f708f
Fix pickling of ArgExtFunction
Feb 19, 2014
e344360c
Bump version to invalidate bad caches
Feb 19, 2014
9f62c5f5
Remove leftover debug print
Feb 19, 2014
aded2e63
Re-fix pickling of ArgExtFunction
Feb 19, 2014
2b2124fc
Bump version to invalidate bad caches
Feb 19, 2014
d28f86c8
Force ReductionOperation subclasses to pay attention to hash and comparison requirement
Feb 20, 2014
75336d03
Fix stringification of FunctionIdentifier objects
Feb 20, 2014
e29e9534
Implement a better fix for dtype pickling
Feb 20, 2014
0d279c0f
Bump version to invalidate bad caches
Feb 20, 2014
aef5af68
More fallout from picklable dtypes fix
Feb 20, 2014
f6929240
Tutorial typo fix
Feb 22, 2014
d5f04a1e
Use RecordWithoutPickling.register_fields after unpickling a loopy kernel
Feb 22, 2014
94218dca
Special-case float+int == float (not double) in type inference
May 10, 2014
edf1b394
Leave a 'print_traceback' for debugging failed affine solves
May 11, 2014
421525c9
Add finite difference test from talk demo
May 11, 2014
6f140ba7
Update akdoc
May 28, 2014
700ff4c5
Add README
May 28, 2014
6f0655dc
Add README
May 28, 2014
d37307d5
README tweaks
May 28, 2014
acb5f855
Release-readiness tweaks
May 28, 2014
f177ba2d
More metadata tweaks
May 28, 2014
fcc9d5ad
Update dependency versions
May 29, 2014
a1c2a8ae
Update dependency versions
May 29, 2014
92e1ce75
Update link to loopy article
May 30, 2014
e20729c5
Implement loopy.assume
Jun 12, 2014
37ea03c8
Implement make_copy_kernel
Jun 12, 2014
252fb8d8
Doc index tweaks
Jun 12, 2014
55ad7f02
README tweak
Jun 12, 2014
412206fc
Minor fix to outer_params()
Jun 12, 2014
f4e020a9
Add one dash to the README :o)
Jun 13, 2014
26aaa21f
Don't require that *every* access be understood for bounds guessing
Jun 17, 2014
d5076f4f
Rename inames in insn.forced_iname_deps in duplicate_inames
Jun 17, 2014
fc9761d2
Be more explicit about ids matching the whole id string
Jun 17, 2014
360bd182
Add in-language syntax for iname duplication
Jun 17, 2014
d74eb624
Avoid warnings about enabling fp64 in CL1.2, copied from PyOpenCL
Jun 17, 2014
0de3cfd4
Fix user-supplied (unparsed) instructions
Jun 18, 2014
758eceea
Document instruction option 'dup'
Jun 18, 2014
fea047e1
Fix write race check in the presence of indirect addressing
Jun 21, 2014
5d4d7880
Fix access range map error display
Jun 21, 2014
2671a787
Fix temp var usage of AccessRangeMapper
Jun 21, 2014
3729feb6
Add set_argument_order
Jun 25, 2014
4b6fb46a
Re-fix fp64 warning avoidance
Jun 29, 2014
fdf2c2c5
Use default_order also in temporaries
Jun 29, 2014
ddc4f94d
Don't overwrite array orders with default order
Jun 29, 2014
12df9196
Make loopy's tests pass with subscript-by-getitem turned off
Nov 07, 2014
bd14d634
Placate PEP8
Nov 07, 2014
fddae567
Ditch 2to3
Nov 26, 2014
e947ba31
Progress on native-Py3
Nov 26, 2014
0a54e15f
Progress on native-Py3
Nov 26, 2014
f7ac80a9
Progress on native-Py3
Nov 26, 2014
cf43aeac
Fix intern() Py3 compat
Nov 26, 2014
41ba136a
Py3 fixes
Nov 26, 2014
c812bfbb
Formatting changes to make flake8 happy
Nov 26, 2014
27f41094
Implement affine_map_inames
Nov 26, 2014
08c7466f
Flake8 happiness
Nov 26, 2014
728303a9
Implement instruction tagging
Nov 27, 2014
77ec8432
Instruction tag stringification
Nov 27, 2014
3be09982
Bump cache versions
Nov 27, 2014
76af1e1e
Fix Py3 NoneType fail
Nov 27, 2014
aa3a4125
Flake8 style fix
Nov 27, 2014
20609dd3
Fix comparison with None for Py3
Nov 27, 2014
69ae5b7a
Fix comparison with None for Py3
Nov 27, 2014
caaedbe3
Fix C code mapper invocations
Nov 27, 2014
300c6960
More Py3 compatibility
Nov 27, 2014
140a52c3
Fix C code mapper invocations
Nov 27, 2014
87005bdf
Add Py version classifiers
Nov 27, 2014
aad04c41
TODO updates
Nov 27, 2014
ceb48010
Use find_packages
Nov 28, 2014
1cf7bf97
Add explicit data model version, to be used for cache keying
Nov 28, 2014
de1a9c4d
Allow split_arg_axis to work without splitting inames
Jan 14, 2015
7fadc604
Fix vector array dimension tagging
Jan 14, 2015
b0d8bb10
Kill some dead code
Jan 16, 2015
b4afe723
Typo fix
Jan 19, 2015
2d82bf28
Implement layout nesting levels for arrays
Jan 19, 2015
e2f890d4
Typo fix (found by James Stevens)
Jan 19, 2015
8e0afa1f
Change auto_test errors to LoopyError
Jan 19, 2015
d13b277b
Fix check for mixing of C/F order with layout nesting level
Jan 19, 2015
c9c622d5
Move an import outside a loop in auto_test
Jan 19, 2015
494e6e65
Try to catch people shooting themselves in the foot with auto_test and fix_paramaeters
Jan 19, 2015
3051ab91
Fix test_convolution to not trigger auto_test different-parameter error
Jan 19, 2015
72f98bf5
Adapt precompute() to comma-separated string convention
Jan 19, 2015
7eae2f99
Add Peter's Poisson test case as a loopy test
Jan 19, 2015
0d7094fd
Implement partial precompute in Peter's Poisson test
Jan 19, 2015
9c915515
Fix array building with specified strides
Jan 20, 2015
e87c33bc
Bump loopy data model version
Jan 25, 2015
e1cd778d
Fix pretty-printing of fixed-stride array dim tags with layout nesting levels
Jan 26, 2015
d10e074c
Add floopy syntax highlighting for vim
Feb 02, 2015
24a8c0f5
Initial floopy absorption
Feb 03, 2015
a2f0fa4f
Complete absorbing floopy into loopy
Feb 05, 2015
35feb628
Initial setup for cx_freeze
Feb 05, 2015
a401f7f8
Add pyinstaller settings
Feb 05, 2015
e8379da4
PyInstaller tweaks
Feb 05, 2015
ea632d33
Revert "Initial setup for cx_freeze"
Feb 05, 2015
7eed5803
Copy-paste fix in setup.py
Feb 06, 2015
976ac608
Remove pyopencl dependency from top-level script and Fortran translator
Feb 06, 2015
91351d43
Add targets, remove pyopencl requirement
Feb 08, 2015
95e5f733
Move some pyopencl imports inside functions
Feb 08, 2015
2aa3a3d3
Accept 'fortran' as an input language name
Feb 08, 2015
789caf3b
PyInstaller spec tweak
Feb 08, 2015
5,464 additional commits have been omitted to prevent performance issues.
Loading
Loading