Commits on Source
1124
8291ca07
Merge branch 'mpi-communication' into 'master'
Jun 27, 2018
22be4185
Fix env passing throug mpiexec
Jul 09, 2018
946fa2bd
Merge branch 'mpiexec-x' into 'master'
Jul 09, 2018
a9e32579
Fix one aspect of 1D support
Jul 30, 2018
582be41a
Merge branch 'minor-1d-fix' into 'master'
Jul 31, 2018
cec6fa85
Add PY_EXTRA_FLAGS="-m mpi4py.run" to help avoid stuck MPI-based CIs
Aug 17, 2018
e69fe85d
Merge branch 'mpi4py-run-for-mpi-cis' into 'master'
Aug 17, 2018
3e865981
Revert "Merge branch 'mpi4py-run-for-mpi-cis' into 'master'"
Aug 17, 2018
7359a36f
Use -m mpi4py.run in spawning subprocesses
Aug 17, 2018
9541ac31
Merge branch 'revert-
e69fe85d
' into 'master'
Aug 17, 2018
a558523d
Preinstall pybind11 for pyopencl
Aug 21, 2018
1f6e07fb
Merge branch 'install-pybind11' into 'master'
Aug 21, 2018
eef211c7
Add Pytest/JUnit/Gitlab integration
Sep 23, 2018
76fe50e9
Merge branch 'gitlab-junit' into 'master'
Sep 23, 2018
f37a8502
Placate flake8 3.6
Oct 28, 2018
9e020ff6
Merge branch 'flake8-3-6-0' into 'master'
Oct 28, 2018
e3df15c5
Make ConstantToNumpyConversionMapper CSE-caching-aware
Nov 27, 2018
3e88d2d6
Make code printing topsort aware of subscripted variables
Nov 27, 2018
67c3b330
Add caching to get_complete_origins_set in assignment aggreation
Nov 27, 2018
140afb38
Merge branch 'caches-for-speedy-bind' into 'master'
Nov 27, 2018
cb7893cf
Fix ToLoopyExpressionMapper for subscripted variables
Dec 07, 2018
06b7ffbf
ToLoopyExpressionMapper.map_variable_ref_expr: reuse name if already in lookup table
Dec 07, 2018
fec39fa4
Merge branch 'fix-to-loopy-expr-for-subscripted-vars' into 'master'
Dec 07, 2018
7a8b6044
Fix usage sites of open_unique_debug_file (reported by Fan Kiat Chan)
Dec 11, 2018
af7015e8
Avoid using specific Py3 sub-versions for CI
Feb 01, 2019
d0c84efb
Fix comment indentation
Feb 01, 2019
d8479047
Fix dataflow graph dumping
Feb 03, 2019
891fa670
Merge branch 'master' into py3-ci-no-versions
Feb 03, 2019
785e9948
Add missing Ones.__getinitargs__
Feb 03, 2019
1fe57810
Merge branch 'py3-ci-no-versions' into 'master'
Feb 03, 2019
a50e257a
Add an expression node for calls to external functions
Apr 03, 2019
56543a47
Fix indentation
Apr 03, 2019
fecf4224
flake8 fix
Apr 03, 2019
2f992e19
Remove object array stuff (doesn't work)
Apr 03, 2019
8fee177f
Document
Apr 03, 2019
9ad13fd2
pymbolic.primitives.Expression -> Expression
Apr 04, 2019
d1dee68b
Redo the inheritance hierarchy to use ExpressionBase again
Apr 03, 2019
770cfefe
Merge branch 'external-call' of gitlab.tiker.net:mattwala/grudge into external-call-2
Apr 03, 2019
f5c141a2
Fix whitespace changes
Apr 03, 2019
ef3fe7a0
Add initial fusion study code.
Apr 04, 2019
326ea9b5
Kill dead code
Apr 04, 2019
281a5a85
Get it working, sort of
Apr 04, 2019
d3d60432
Add profiling to instructions in ExecutionMapper, and also add an
Apr 04, 2019
9a02f5d4
Code tidying, documentation
Apr 06, 2019
9d3f5ef9
More cleanup
Apr 06, 2019
6df57f68
Improve loopy codegen determinism
Apr 08, 2019
9c9092a4
Clarify description
Apr 09, 2019
cfbc273f
More hackery
Apr 08, 2019
0aa5c29f
Merge branch 'deterministic-codegen' into fusion-experiment
Apr 08, 2019
349e5968
More experiments
Apr 09, 2019
54bb7d7f
Add a test of sorts
Apr 10, 2019
cb8bf8f7
Merge branch 'deterministic-codegen' of gitlab.tiker.net:mattwala/grudge into deterministic-codegen
Apr 10, 2019
d62d9a71
Merge branch 'deterministic-codegen' into fusion-experiment
Apr 10, 2019
318e1720
Add timing
Apr 10, 2019
a25cba42
Updates
Apr 16, 2019
2996be24
Merge branch 'deterministic-codegen' into 'master'
Apr 18, 2019
c1892738
Add/modify results table code
Apr 23, 2019
dca59027
Add problem stats gathering code
May 08, 2019
ab9b4450
flake8 fix
May 08, 2019
11b18331
Add a test for memory modeling
May 08, 2019
24043720
Move unported exampels to unported-examples
May 10, 2019
5e4c7c68
Move wiggly to unported examples
May 10, 2019
1f3ec9d2
Change output file name
May 10, 2019
f70f2645
Change fusion-study to run as an example
May 10, 2019
c40a5c66
Add examples build
May 10, 2019
5ecfd75e
Install pyvisfile
May 10, 2019
13c91390
Print table titles
May 10, 2019
e29e0abb
Install pymetis; nicer table formatting
May 10, 2019
3d827692
WIP: Implement a function registry with support for external calls
May 11, 2019
fe186d3d
Remove dead code
May 11, 2019
9055bda3
Remove some unrelated changes
May 12, 2019
0e42886c
Introduce a FunctionSymbol class
May 12, 2019
1873e91f
Make assertions more strict
May 12, 2019
f254f291
Merge branch 'external-call-v2' into HEAD
May 12, 2019
c40c3621
Fix function printing
May 12, 2019
37a54cae
Update example to work with function registry
May 12, 2019
125229c5
Whitespace fix
May 12, 2019
bda940dc
Merge branch 'external-call-v2' of gitlab.tiker.net:inducer/grudge into external-call-v2
May 12, 2019
bea73dfb
Import fix
May 12, 2019
12401570
Change prototype to accept only a single arg
May 12, 2019
c3e321f5
Merge branch 'external-call-v2' into fusion-experiment
May 12, 2019
cc2a092b
Port over some examples
May 12, 2019
34d4f878
Add FunctionSymbol to primitives documentation
May 13, 2019
10d1391f
Apply suggestion to grudge/function_registry.py
Jun 01, 2019
2dd36b8f
Merge branch 'external-call-v2' into 'master'
Jun 01, 2019
6bf864a3
Fix typo in Maxwell's test description
Jun 02, 2019
e2ef7e2a
Run flake8 on EM model
Jun 02, 2019
130c8a71
Add a missing fold
Jun 02, 2019
256c27fb
Placate Flake8 for EM
Jun 02, 2019
2b329909
Merge branch 'master' into fusion-experiment
Jun 13, 2019
bb4bf3f4
Use a wrapped version of the execution mapper to ensure all top-level
Jun 13, 2019
433881a2
Merge branch 'fusion-experiment' of gitlab.tiker.net:inducer/grudge into fusion-experiment
Jun 13, 2019
4dc8a7f5
Function registry: set loopy language version
Jun 13, 2019
f3c7e3c7
Merge branch 'fusion-experiment' into 'master'
Jun 13, 2019
14b8214f
Merge branch 'loopy-lang-version' into 'master'
Jun 13, 2019
ad5c1a58
Fixes to make fusion example friendlier when calling from scripts
Nov 04, 2019
fb9df626
dagrt fusion example: build DG operator from pieces, without using library functionality
Nov 18, 2019
d1b03a12
Fix some pymbolic/loopy usage deprecations
Nov 18, 2019
93ba3c0c
Merge branch 'fix-deprecations' into 'master'
Nov 19, 2019
659c7528
Merge branch 'master' into paper-changes
Nov 18, 2019
1,024 additional commits have been omitted to prevent performance issues.
Loading
Loading