Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-codegen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Christian Heinigk
dune-codegen
Commits
d9866baf
Commit
d9866baf
authored
9 years ago
by
Dominic Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Rename preambles.py to generation.py
It is the genral code generation infrastructure after all.
parent
0a8a7cd5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
python/dune/perftool/generation.py
+0
-0
0 additions, 0 deletions
python/dune/perftool/generation.py
python/dune/perftool/pdelab_preambles.py
+2
-2
2 additions, 2 deletions
python/dune/perftool/pdelab_preambles.py
with
2 additions
and
2 deletions
python/dune/perftool/
preambles
.py
→
python/dune/perftool/
generation
.py
+
0
−
0
View file @
d9866baf
File moved
This diff is collapsed.
Click to expand it.
python/dune/perftool/pdelab_preambles.py
+
2
−
2
View file @
d9866baf
from
dune.perftool.
preambles
import
dune_preamble
,
dune_symbol
,
loop_domain
,
loopy_iname
,
temporary_variable
,
loopy_c_instruction
,
loopy_expr_instruction
from
dune.perftool.
generation
import
dune_preamble
,
dune_symbol
,
loop_domain
,
loopy_iname
,
temporary_variable
,
loopy_c_instruction
,
loopy_expr_instruction
from
dune.perftool.pdelab_names
import
name
from
dune.perftool.pdelab_names
import
name
@dune_symbol
@dune_symbol
...
@@ -36,7 +36,7 @@ def quadrature_iname():
...
@@ -36,7 +36,7 @@ def quadrature_iname():
quadrature_loop_domain
(
"
q
"
)
quadrature_loop_domain
(
"
q
"
)
return
"
q
"
return
"
q
"
from
dune.perftool.
preambles
import
_dune_decorator_factory
,
CInstructionCacheItem
from
dune.perftool.
generation
import
_dune_decorator_factory
,
CInstructionCacheItem
quadrature_preamble
=
_dune_decorator_factory
(
cache_item_type
=
CInstructionCacheItem
,
inames
=
quadrature_iname
())
quadrature_preamble
=
_dune_decorator_factory
(
cache_item_type
=
CInstructionCacheItem
,
inames
=
quadrature_iname
())
@dune_symbol
@dune_symbol
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment