Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
redesign-prototype
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nektar
redesign-prototype
Graph
d6212663c3a2f79041583fb35e65f1a151878f78
Select Git revision
Branches
16
advection_operator
bwd_trans_matfree
conj_grad_operator
dynamic-polymorphism-single-factory
execution-model
feature/IProductWRTBaseSumFacProfiling
feature/profile_operators
feature/tmp_attempt
field-reshape
fix-tests-macos
fix/reorganise-files
further-cmake
link-to-nektar
master
default
protected
memory-restructure
memory-restructure-kokkos
Tags
2
D1.2
D1.1
18 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
22
Jan
21
20
19
18
17
16
15
18
Dec
13
8
7
1
30
Nov
16
13
7
2
1
31
Oct
24
23
17
13
11
10
9
5
4
3
26
Sep
19
18
15
13
12
6
5
28
Aug
20
15
8
1
27
Jul
26
25
21
19
18
12
5
4
27
Jun
26
25
21
19
18
16
8
6
5
2
1
30
May
28
27
26
25
23
17
16
12
9
8
3
2
29
Apr
28
27
22
21
19
11
10
8
7
18
Mar
15
14
10
8
14
Feb
2
1
28
Jan
26
21
Dec
7
Nov
13
Oct
Cleaning up codes
Removed main.cpp
Merge branch 'master' into IProductWRTBaseSumFacSimplex
Add header files and fix template parameter conflict
Merge branch 'master' into feature/profile_operators
fix typo
Merge branch 'fix-cmake-file' into 'master'
Fix CMake file to solve compilation error when CUDA is disable
Merge branch 'master' into IProductWRTBaseSumFacSimplex
Merge branch 'add-cuda-math-kernel' into 'master'
Implement various vector math operators on CUDA
Merge branch 'fix-cuda-memory-leak' into 'master'
Fix various CUDA memory leaks
Merge branch 'tidy-assmbscatr' into 'master'
Merge branch 'tidy-mass-matrix-cuda' into 'master'
Merge branch 'specifiy-memoryregioncuda-template-parameter' into 'master'
Tidy-up AssmbScatr operators implementation
Some tidy-up for the Mass and Matrix operators
Specify MemoryRegionCUDA template parameter in test to avoid back storage warning message when using CUDA
Merge branch 'simplify-identity-operator' into 'master'
Simplify Identity operator implementation
Merge branch 'neubndcond-cuda' into 'master'
Implement NeuBndCond operator for CUDA
Merge branch 'diagprecond-cuda' into 'master'
Implement DiagPrecon operator for CUDA
Merge branch 'fix/back-storage' into 'master'
Fix Field member function to avoid back storage warning message when using CUDA
Merge branch 'dircbndcond-cuda' into 'master'
Implement DirBndCond operator for CUDA
Merge branch 'nullprecond-cuda' into 'master'
Implement NullPrecond operator for CUDA
Merge branch 'turn-on-compilation-warnings' into 'master'
Turn on compilation warnings
Merge branch 'fix-padding-operators' into 'master'
Fix various operators for padding when using SIMD/AVX
Merge branch 'feature/AssmbScatr' into 'master'
Implement AssmbScatr operator for CUDA
Merge branch 'fix/compilation_issues' into 'master'
Use [[maybe_unused]] attribute and fix compilation issues
Clang-11 format and removed cout(s)
Loading