Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
Commits · fc83f55077d771797458ec912486687677f63ee3
dagrt
Browse files
Oct 23, 2014
Merge branch 'implicit' of gitlab.tiker.net:inducer/leap into implicit
· fc83f550
Matt Wala
authored
Oct 23, 2014
fc83f550
Merge branch 'implicit' of gitlab.tiker.net:inducer/leap into implicit
· e00361ae
Matt Wala
authored
Oct 22, 2014
e00361ae
Fix imports and a failing test.
· 5d004897
Matt Wala
authored
Oct 22, 2014
5d004897
Merge branch 'master' into implicit
· 6efc5944
Matt Wala
authored
Oct 22, 2014
6efc5944
Update the AssignSolvedRHS interface and fix a mistyped return.
· cd67dbfd
Matt Wala
authored
Oct 22, 2014
cd67dbfd
Oct 21, 2014
Get rid of unused imports due to merge.
· a7cdbaec
Matt Wala
authored
Oct 21, 2014
a7cdbaec
Merge branch 'master' into implicit
· d56f1c27
Matt Wala
authored
Oct 21, 2014
d56f1c27
Python codegen: Get rid of the redundant AssignNorm test and use...
· cd92ab96
Matt Wala
authored
Oct 21, 2014
cd92ab96
Flake8 corrections.
· 2437e32b
Matt Wala
authored
Oct 21, 2014
2437e32b
Implement builtins in the Python code generator.
· ba6ecc91
Matt Wala
authored
Oct 21, 2014
ba6ecc91
Implement the rest of the builtins in the interpreter.
· 1f0f7953
Matt Wala
authored
Oct 21, 2014
1f0f7953
Make step matrix test pass again
· 4da7f254
Andreas Klöckner
authored
Oct 21, 2014
4da7f254
reduce -> six.moves.reduce
· b6c24b2d
Matt Wala
authored
Oct 20, 2014
b6c24b2d
Get rid of ExecutionBackend.
· 98cfc72e
Matt Wala
authored
Oct 20, 2014
98cfc72e
Change Norm and DotProduct to functions.
· 0f4dbbff
Matt Wala
authored
Oct 20, 2014
0f4dbbff
Test code generation of AssignNorm when p=inf.
· 549a7dda
Matt Wala
authored
Oct 20, 2014
549a7dda
Generate Norm expressions in the python backend.
· 3d6572d0
Matt Wala
authored
Oct 20, 2014
3d6572d0
Fix a failing test.
· ad94f564
Matt Wala
authored
Oct 20, 2014
ad94f564
leap.method: Replace uses of AssignRHS with AssignExpression+CallWithKwargs.
· 1ee69d59
Matt Wala
authored
Oct 20, 2014
1ee69d59
Oct 20, 2014
Work towards removal of RHSs
· 018757e1
Andreas Klöckner
authored
Oct 20, 2014
018757e1
Finish killing extraneous assignment instructions
· 77502012
Andreas Klöckner
authored
Oct 20, 2014
77502012
Work towards amputation of most assignment instructions
· d411b8f6
Andreas Klöckner
authored
Oct 20, 2014
d411b8f6
Oct 14, 2014
Require scipy as a dependency.
· 7ed58a4c
Matt Wala
authored
Oct 14, 2014
7ed58a4c
Support implicit Euler in the numpy interpreter.
· d97ec5b1
Matt Wala
authored
Oct 14, 2014
d97ec5b1
Oct 13, 2014
Merge branch 'master' into implicit
· 8cf16223
Matt Wala
authored
Oct 13, 2014
8cf16223
Too many blank lines, woops.
· 9e2e252e
Matt Wala
authored
Oct 13, 2014
9e2e252e
Move exec_in_new_namespace to utils.
· 72881e48
Matt Wala
authored
Oct 13, 2014
72881e48
Update the python module to make appropriate fields private in classes.
· be1b7b4f
Matt Wala
authored
Oct 13, 2014
be1b7b4f
Remove unused class_name field.
· 1635ca12
Matt Wala
authored
Oct 13, 2014
1635ca12
Make the fields in the expressions module private.
· 7d7f28ce
Matt Wala
authored
Oct 13, 2014
7d7f28ce
Make the named_variables field of SymbolTable private. Bug:
#6
· 5ff314de
Matt Wala
authored
Oct 13, 2014
5ff314de
1) Document the public fields of classes in the ir module.
· 325af2ec
Matt Wala
authored
Oct 13, 2014
325af2ec
Make attributes of graphs private.
· edf59956
Matt Wala
authored
Oct 13, 2014
edf59956
Oct 12, 2014
Make appropriate fields in the dag2ir module private.
· 471338d6
Matt Wala
authored
Oct 12, 2014
471338d6
Change FlagTracker to have all private fields and to use frozensets, since it
· ea5109db
Matt Wala
authored
Oct 12, 2014
ea5109db
Oct 09, 2014
Clarify the interface of the optimization module.
· e8776faa
Matt Wala
authored
Oct 09, 2014
e8776faa
Remove unused memoize_method import. Clean up the StructuredCodeGenerator interface.
· be169e1a
Matt Wala
authored
Oct 09, 2014
be169e1a
Remove the unused id_to_insn() method.
· a7071b43
Matt Wala
authored
Oct 09, 2014
a7071b43
Clarify the interface of the code in the analysis module.
· 1ec65c12
Matt Wala
authored
Oct 09, 2014
1ec65c12
Change the interpreter interface so as not to depend on leap or pytools.
· 2e0dc61a
Matt Wala
authored
Oct 09, 2014
2e0dc61a
Loading