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
0c5f7db797e86f65e3b07453360e22ef21d27a69
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
29
Oct
28
27
26
24
23
22
21
20
18
17
14
5
18
Sep
15
10
8
31
Aug
29
23
12
7
4
3
2
1
31
Jul
30
29
28
27
25
16
14
12
10
9
5
3
2
28
Jun
26
25
24
23
22
21
20
18
16
13
26
May
24
20
13
12
27
Apr
26
22
21
12
5
4
3
2
31
Mar
28
27
26
23
22
21
20
19
18
15
8
3
2
1
27
Feb
26
25
24
23
22
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
4
2
1
27
Jan
26
25
12
6
5
24
Dec
23
19
14
8
7
6
5
4
1
30
Nov
29
23
20
19
18
17
11
10
9
8
6
4
1
30
Oct
26
23
20
15
13
12
9
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
MultiPrecision.h designed. Contains all arithmetics functions.
1. Quad.h Quad.cpp Quadcpp.h and Quadcpp.cpp REMOVED.
File QuadTest.cpp added into Arithmetics/UnitTests. TODO - code all tests for Quad.
CMakeLists.txt modified -> All Quad classes merged into QuadDoble
Merge branch 'arithmetics' of ssh://geraldine.fjfi.cvut.cz:2222/local/projects/tnl/tnl into arithmetics
Fixed signature of the Grid::writeProlog method (should be const)
Simplified CMakeLists.txt for tools
Fixed NeighborEntityGetter for 3D grids
Fixed NeighborEntityGetter for 2D grids
Files for MultiPrescision class added into ../Experimental/Arihmetics/
CMakeLists has been edited -> all headers and sources in folder Arithmetis added.
Merge branch 'master' of ssh://geraldine.fjfi.cvut.cz:2222/local/projects/tnl/tnl into arithmetics
Merge branch 'master' into arithmetics
Refactoring StaticFor
Fixed Cuda::getSharedMemory for CUDA 9
Fixed SpMV benchmark
Fixed ArrayOperations::compareMemory for MIC
Fixed parallel reduction for MIC
General parallel reduction on host
Refactoring parallel reduction operations
Removed useless virtual inheritance
Avoiding compiler warning due to comparison between signed and unsigned int
Added missing __cuda_callable__ flag to ArrayTest
Initialized result variable to avoid compiler warning
Fixed macro in Assert.h due to CUDA 9.0
Merge branch 'develop' of geraldine.fjfi.cvut.cz:/local/projects/tnl/tnl into develop
Small fixes in String.
Merge branch 'develop' into euler
Merge branch 'master' of geraldine.fjfi.cvut.cz:/local/projects/tnl/tnl
Documentation.
tnl-run repair
Fix of DistributedGrid: Distribution output for single node shows now zeros corectly.
Improve of Distributed Grid Performance Testing Application
- Remowe most of old MPI support.
Improve of Distributed Grid Performance measurement application.
Test 3Ddistribuovaného gridu. Chybí test sousedů, je limitován na 27 procesorů, netestuje 1D či 2D distribuci nodů.
Lihgt refactorization of 1D and 2D distributedGridSynchronizer. Now hav same interface as 3D distributedGridSynchronizer and function Synchronize is lighter.
Light Test for 2D distributed grid. Test chcek 9 process system by following test:
Simple Test of 1D distribued grid,build and run by cmake.
3D distributed Grid - 3D Grid Traversars supports distributed grid now.
Loading