Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tnl-dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor 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
TNL
tnl-dev
Graph
967adb5853233ad012307a689da9bc4f5024851d
Select Git revision
No matching results
An error occurred while fetching branches. Retry the search.
An error occurred while fetching tags. Retry the search.
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
9
Oct
8
7
6
5
3
2
1
30
Sep
28
27
26
25
14
13
11
8
5
4
3
29
Aug
28
24
23
21
19
18
17
16
15
11
10
9
8
7
2
1
31
Jul
29
28
27
26
21
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
1
30
Jun
23
19
17
15
14
13
12
10
7
5
3
30
May
24
13
11
10
9
7
6
5
3
1
30
Apr
29
28
27
26
25
24
23
19
18
16
15
14
13
12
11
10
8
7
6
5
4
3
2
1
31
Mar
30
29
28
26
25
23
22
21
20
19
18
17
15
13
12
11
10
9
8
6
5
3
2
29
Feb
24
23
22
19
18
17
16
15
14
13
11
10
9
8
7
6
31
Jan
29
28
27
20
19
18
17
15
14
12
10
9
8
7
6
5
4
2
1
31
Dec
30
29
28
27
26
25
24
22
21
20
16
15
14
13
12
11
10
7
5
2
1
30
Nov
29
28
26
24
23
22
21
20
17
16
15
14
13
12
9
8
7
6
5
4
3
2
1
28
Oct
25
16
14
13
9
8
2
Optimizing CUDA explicit solver.
Simplified omp critical region in multireduction
Fixed compilation with older GCC versions
Fixed bug in 3D grid traverser
Fixed isOMPEnabled and added missing HAVE_OPENMP guards
Parallelization of the CWYGMRES solver using OpenMP
Functions in Constants.h can be constexpr functions
Fixed math functions in reduction-operations.h
commonReductionOnDevice will be useful also in OpenMP parallelization on host
Fixed includes in CudaMultireductionKernel.h
Fixed fallback to multireduction on host
Moved multireduction kernel launcher to CudaMultireductionKernel.h
Merge branch 'develop' of geraldine.fjfi.cvut.cz:/local/projects/tnl/tnl into develop
Optimizing CUDA solver.
Fixed asserts and traverser for faces in 3D grids
Made the checkCudaDevice macro little bit safer
Fixed installation of some headers in CMakeLists.txt
Style changes in cuda-reduction_impl.h
Avoided some compiler warnings
Added CWYGMRES solver (GMRES using Hauseholder orthogonalization and the compact CWY representation)
Style changes in GMRES - no modifications of the algorithms
Optimized vector operations on host - prefetching and unrolling
Debuging heat equation benchmark.
Fixed formatting of floating-point numbers in solver monitor
Avoided some compiler warnings from Neumann b.c.
"Fix" in solver monitor.
Fixed bug in boundary conditions setter.
Fixed mesh entity creation in CUDA grid traverser.
Merge branch 'namespaces' into develop
Merge branch 'develop' into namespaces
Optimized smart pointers
Improved smart pointers
Revert "Smart pointers: renamed modifyData method to getData"
Passing of matrix and preconditioner via const reference to SharedPointer
Fix tnl-quickstart.
Changing the default install prefix to .local.
Smart pointers: renamed modifyData method to getData
Smart pointers: added safeguard against passing null pointers to memcmp
SharedPointer and UniquePointer: combined 'pointer' and 'last_sync_state' into an array to avoid one allocation
Refactoring: code reduction in SharedPointer.h
Loading