Commits on Source
4103
b85792f8
Enable running Flake8 during CI
Nov 30, 2016
495b8986
Flake8 fixes
Nov 30, 2016
588e17d4
Flake8 fixes
Nov 30, 2016
b4ccab84
Flake8 fixes
Nov 30, 2016
4c86036e
Add check for missing definitions (closes #10).
Dec 01, 2016
5108ca72
Expand tutorial section for global barriers, re-word some things, and
Dec 01, 2016
fc8184af
Fix doctest warning.
Dec 01, 2016
8f8e8594
Code generation: make it an error to enter code generation with
Dec 01, 2016
7c5a5c90
[ci skip] Fix tutorial typos.
Dec 02, 2016
19f4deb6
Fix test failures.
Dec 04, 2016
2f66b887
Access the temporary through kernel.temporary_variables
Dec 04, 2016
35981b68
Loop bounds finder: gist against implemented domain.
Dec 04, 2016
d4740920
Address a subtle mismatch involving what loop bounds the code thought
Dec 05, 2016
8a4d20e6
Merge branch 'loop-codegen-fixes' into 'master'
Dec 05, 2016
74e74467
Merge branch 'spill-reload-extra-errors-2' into 'master'
Dec 05, 2016
de2dbe2b
Merge branch 'master' into flake8-during-ci
Dec 06, 2016
c40b4d99
More Flake8 fixes
Dec 06, 2016
c025718c
Merge branch 'master' into flake8-during-ci
Dec 06, 2016
ba2a9e4c
Merge branch 'flake8-during-ci' into 'master'
Dec 06, 2016
42955eea
Start including stats code in flake8 run
Dec 06, 2016
622e27be
check_that_temporaries_are_defined_in_subkernels_where_used(): Respect
Dec 06, 2016
69f97d08
Merge pull request
#71
from mattwala/respect-aliases-in-missing-definition-check-2
Dec 07, 2016
44aa58f0
Fix froxenset construction in test
Dec 07, 2016
698d5c32
Merge branch 'fix-tests' into 'master'
Dec 07, 2016
71b36c93
Default terminal colors to on
Dec 07, 2016
79a04372
Fix unintended modification of inames_to_dup in insn_options_stack
Dec 07, 2016
36c9bb5c
Merge branch 'fix-inames-to-dup-stateful-mess' into 'master'
Dec 07, 2016
9dfeff33
fixed white space
Dec 07, 2016
e5d2c3ad
fixing flagged style problems
Dec 07, 2016
9a19d4f8
fixing flagged style problems
Dec 07, 2016
46b94b2e
fixing flagged style problems
Dec 07, 2016
451b0e54
Merge branch 'flake8-during-ci' into 'master'
Dec 08, 2016
2ad3ee4e
allow passing of a regular numpy dtype in
Dec 09, 2016
12081cb9
use to_loopy_type instead of manual comparison
Dec 09, 2016
282896e3
enable reduction on integers
Dec 09, 2016
05d3ca9b
add integer reduction tests
Dec 09, 2016
628526e7
add integer reduction tests
Dec 09, 2016
9c9a83bf
fix neutral mapping to use new methods
Dec 09, 2016
f03f874d
correct test context
Dec 09, 2016
103fafe0
add scope import to fix test
Dec 09, 2016
128aa581
minor PEP8 fixes
Dec 09, 2016
ae767f0e
more (hopefully final -.-) minor fixes
Dec 09, 2016
da770deb
final test fix
Dec 09, 2016
c20854bf
check that the index returned is a minimum, rather than the exact value from...
Dec 09, 2016
bd3bb396
old numpy compatibility
Dec 09, 2016
4918d298
more python2.6 compat
Dec 09, 2016
d5773d77
another try
Dec 09, 2016
611b2dc4
add opencl ref
Dec 10, 2016
922d5171
oops, add the section reference here too
Dec 10, 2016
175bcf03
Merge branch 'allow_integer_reductions' into 'master'
Dec 10, 2016
e444e411
Merge remote-tracking branch 'upstream/master'
Dec 10, 2016
c0b1ec6c
added get member function
Dec 10, 2016
d6e4d1a7
added val_type and eval member function to ToCountMap
Dec 11, 2016
fe4bc021
Fix doctest: Execute the block that disables syntax highlighting.
Dec 11, 2016
997caeaf
Speed up temporary shape deduction by using a batched access range
Dec 11, 2016
5552ffc0
find var shape: skip adding shape on error
Dec 11, 2016
8d118e18
set val_type in places where it was missing
Dec 11, 2016
ea00e05e
Merge branch 'no-colors-in-doctest' into 'master'
Dec 11, 2016
fc8e830a
Merge branch 'faster-temp-shape-deduction' into 'master'
Dec 11, 2016
84a6751a
Minor doc fixes
Dec 11, 2016
a851720c
Merge branch 'master' of
ssh://gitlab.tiker.net/inducer/loopy
Dec 11, 2016
8640a6d7
Remove ambiguity warning from the scheduler
Dec 12, 2016
5f071bc3
Partially restore the generator nature of the scheduler
Dec 12, 2016
0107d077
Merge branch 'remove-ambigiuous-scheduling-warning' into 'master'
Dec 12, 2016
b47bdf9d
Revert "Merge branch 'remove-ambigiuous-scheduling-warning' into 'master'"
Dec 12, 2016
0a64c216
Use CSE caching for mappers that may get called before the CSE -> assignment translation
Dec 12, 2016
5677023f
Merge branch 'avoid-cse-duplication' into 'master'
Dec 12, 2016
e5843ea1
Bump kernel version to invalidate caches with broken schedule results...
Dec 12, 2016
4921f213
Skip another test on pocl that will become troublesome with isl 0.18
Dec 13, 2016
0ae1764a
Remove ambiguity warning from the scheduler
Dec 13, 2016
babaa764
Partially restore the generator nature of the scheduler
Dec 13, 2016
83dfcca9
Bump data model version - again
Dec 13, 2016
7065234c
find_idempotence(): Replace fixed point iteration with a check based
Dec 13, 2016
33a2a05d
Merge branch 'speed-up-find-idempotence' into 'master'
Dec 13, 2016
c16057b7
Remove logging for opencl compile start/done now that PyOpenCL does that logging
Dec 14, 2016
cc7c8329
Type inference: Get a modest speedup by processing the variables in
Dec 15, 2016
e01697a9
Py2.6 format() fixes.
Dec 15, 2016
290e8486
Py2.6 format() fixes, for real this time
Dec 15, 2016
b316c0ef
Improve comments, re-work Tarjan's algorithm for correctness and add test.
Dec 16, 2016
8deaa06c
Up the edge probability to 2/n.
Dec 16, 2016
f40980ee
Type inference: Clean up combine() to use fewer generators and to
Dec 16, 2016
6dd4387c
Add a test with complicated-ish type dependencies.
Dec 16, 2016
544e5c40
Don't memoize constants for now (it doesn't seem to help too much.)
Dec 16, 2016
66dc9a51
Improve pickleability: Avoid interning instruction ids that are None,
Dec 18, 2016
90abafec
Merge branch 'fix-insn-pickling' into 'master'
Dec 19, 2016
ec1fb83c
Fix dependency graph drawing for {Call,ReturnFrom}Kernel
Dec 19, 2016
c7bcb940
Merge branch 'fix-get-dep-graph-for-enter-leave-kernel' into 'master'
Dec 19, 2016
7b35885d
Force CallInstruction instances declare their non-atomicity
Dec 19, 2016
2cafbbd1
Fix incorrect error message in vectorization codegen
Dec 19, 2016
18a28ecf
Merge branch 'fix-atomicity-check' into 'master'
Dec 19, 2016
fe33aaf1
Merge branch 'faster-type-inference' into 'master'
Dec 21, 2016
91f1b35c
Fix barrier insertion above top of loop (Fixes #17 on gitlab)
Dec 21, 2016
d07719a6
Merge branch 'barrier-insertion-near-top-of-loop' into 'master'
Dec 21, 2016
42cbd23e
Make the SCC unit test stricter.
Dec 21, 2016
86ae8099
Barrier insertion: Rework barrier insertion to keep finer track of
Dec 22, 2016
2b2accd3
Remove unused function.
Dec 22, 2016
01fc6559
Whitespace fix.
Dec 22, 2016
3b704079
Fix error message.
Dec 22, 2016
c6f42c21
insn_ids_reachable_from_start_without_intervening_barrier(): Can further...
Dec 22, 2016
5ea071a3
Merge branch 'better-scc-test' into 'master'
Dec 22, 2016
4,003 additional commits have been omitted to prevent performance issues.
Loading
Loading