Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
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
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
Show more breadcrumbs
Computing
cbmroot
Merge requests
!1404
algo: Optimize host code in GPU Hitfinder.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
algo: Optimize host code in GPU Hitfinder.
fweig/cbmroot:gpu-optimization
into
master
Overview
1
Commits
17
Pipelines
11
Changes
25
Merged
Felix Weiglhofer
requested to merge
fweig/cbmroot:gpu-optimization
into
master
1 year ago
Overview
1
Commits
17
Pipelines
11
Changes
25
Expand
Introduces three optimizations to the host code of the STS Hitfinder:
Allocate all buffers beforehand on GPU, do dynamic allocation per TS on CPU (allocating the pinned memory for GPU is very slow)
Speedup sorting Digis by module by using a lookup table to map the sensor address to an index and parallelizing the copy
Copy hits to pinned memory to speed up copy from the GPU
Edited
1 year ago
by
Felix Weiglhofer
0
0
Merge request reports
Compare
master
version 10
792bc785
1 year ago
version 9
dd2bd55e
1 year ago
version 8
e99e7262
1 year ago
version 7
c11f7fa5
1 year ago
version 6
6c1b8aa0
1 year ago
version 5
722c8aea
1 year ago
version 4
bc457ede
1 year ago
version 3
28dc9482
1 year ago
version 2
144c7a29
1 year ago
version 1
e35f080f
1 year ago
master (base)
and
latest version
latest version
48d1baee
17 commits,
1 year ago
version 10
792bc785
16 commits,
1 year ago
version 9
dd2bd55e
16 commits,
1 year ago
version 8
e99e7262
15 commits,
1 year ago
version 7
c11f7fa5
14 commits,
1 year ago
version 6
6c1b8aa0
13 commits,
1 year ago
version 5
722c8aea
10 commits,
1 year ago
version 4
bc457ede
10 commits,
1 year ago
version 3
28dc9482
9 commits,
1 year ago
version 2
144c7a29
8 commits,
1 year ago
version 1
e35f080f
8 commits,
1 year ago
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
Search (e.g. *.vue) (Ctrl+P)
Loading