Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
vec-testing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Dave Moxey
vec-testing
Graph
master
Select Git revision
Branches
9
AVX512fix
eej_branch
feature/cuda
feature/extra-code
feature/likwid
feature/load-interleave
fix/avx512_compilation_error
master
default
protected
tries
Tags
1
paper-benchmarks-v1
10 results
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
30
Oct
17
Aug
14
Jun
9
May
17
Aug
20
Dec
1
May
29
Apr
28
22
16
15
9
3
28
Feb
20
29
Jan
28
27
24
17
15
13
9
14
Dec
1
Nov
30
Oct
28
25
20
4
6
Sep
30
Aug
29
28
27
23
20
31
Jul
25
12
19
Jun
18
22
May
25
Mar
23
Feb
6
19
Dec
19
Oct
17
16
12
11
5
14
Sep
13
12
11
10
7
6
4
28
Aug
27
26
25
23
22
17
15
14
13
10
9
7
6
3
2
1
31
Jul
26
18
4
3
2
1
22
Jun
21
20
19
Change to MeshIO read
eej_branch
eej_branch
Added missing m_data inside scatter method that is used when avx512 instruction are activated. Previously, it was causing a compilation error.
fix/avx512_comp…
fix/avx512_compilation_error
Small fix to report ndofs
master
master
Add CG marker
feature/extra-c…
feature/extra-code
Working with global operator!
Working now with matrix-free ops but in non-global space
Updates to make this work with Nektar++ 5.3, working CG solver using existing framework
Update CMakeLists
Rename main.cpp
Merge branch 'feature/extra-code' into 'master'
Merge branch 'master' into feature/extra-code
Various updates for new Nektar++ version
Changes to aid in compilation with 5.x version of Nektar++
feature/cuda
feature/cuda
mapping for triangle working
optimised workspace for mapping kernels (templated for 1st order meshes)
df and jac from geom mapping implemented for quads and tidied up
slow mapping version working
WIP geom mapping for quad
per-block-parallel triangles working
debugging for constant and shared memory versions on vectorised triangles
proper interleaved Triangle implementation completed
Helmoltz Traingle vectorised working
Mostly working CG solve
WIP: recalculating derivative factors
Code restructure
all Quad kernels done, including deformed, and optimised for memory access
some tidying up
optimised shared memory for QP kernels
streamlining of data placing selection for interleaved kernels
QP-parallel kernels for BwdTrans, IProduct
introduced __constant__ memory for all quadkernels
tried implementing split Helmholtz kernels
shared memory for Helmholtz-Kernel
Mild change for Helmholtz kernel
change VW of intermediate results in HelmholtzKernel to 1
HelmholtzQuad kernel working
WIP Helmholtz kernel
implemented CUDAPhysDeriv for Quads
Changes to work with AVX512
Start to tidy up code
Loading