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
Graph
8c6421c75c48f622f82a131f2081e7ef6b13d5c5
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
18
Feb
15
14
13
12
11
10
8
7
6
5
4
1
31
Jan
30
29
28
24
23
22
21
18
16
11
10
9
8
7
21
Dec
18
17
14
13
12
11
10
7
5
4
3
28
Nov
26
23
22
21
15
14
13
9
31
Oct
30
26
25
24
23
22
19
18
16
15
12
11
10
8
5
4
2
28
Sep
27
21
20
19
17
14
13
12
6
29
Aug
28
27
24
23
22
21
20
16
15
2
23
Jul
20
19
10
6
4
3
19
Jun
15
14
8
8
May
4
26
Apr
25
24
23
19
18
17
16
13
11
10
9
29
Mar
28
27
26
23
22
21
20
19
16
15
14
13
9
8
7
6
2
1
28
Feb
27
23
22
[!311] Enabling vectorization for arbitrary number of blocks
Merge branch 'feature/sumfact-loop-reordering' of ssh://gitlab.dune-project.org:22022/extensions/dune-codegen into feature/sumfact-loop-reordering
[!312] Feature/autotuning google benchmark
Fix pep 8
Make a test that only runs if benchmark was found
[!310] Change scaling of autotune results
[cmake] find and use google benchmark through cmake
[skip ci] bugfix
add tests
refactoring
add option for tail ordering
[skip ci] TODO Do proper cmake integration
[skip ci] Add test
[skip ci] Make it possible to use google-benchmark for autotuning
Add include for intrinsics
pep8
Make sure autotune scores are floats
use loopy to add dependencies
Move patches for VCL into dune-codegen under a different name and introduce a switch
ensure ordering: vectorized code before tail
add TODO
make tail vectorization an option
remove wrong assertion
Change scaling of autotune results
find suitable vcl size
correctly handle tail if tail_size % new_vcl_size != 0
recursive vectorization
renaming
vectorize tail
separate c index array and vectorized index array
make vectorization functions explicitly dependend on vector size
ensure tail is after vectorized block
(unvectorized) tail works with vectorization
tail works unvectorized
add tail explicitly
[skip ci][WIP] Apply trasformation
[skip ci][WIP] Tensor contraction reordering transformation
[skip ci] Fix dependency bug in reduction removal
Loopy transformation replacinrd reductions with inplace accumulation
[!308] Bugfix/potential fix
Loading