Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MooreOnline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
LHCb
MooreOnline
Commits
19ac14c5
Commit
19ac14c5
authored
2 years ago
by
Roel Aaij
Browse files
Options
Downloads
Patches
Plain Diff
Reduce number of threads for fragment offset calculation
parent
0fbdab06
No related branches found
No related tags found
1 merge request
!204
Optimise fragment offset calculation for GPU batches
Pipeline
#5166519
passed
2 years ago
Stage: test
Stage: .post
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
AllenOnline/options/AllenConfig.py
+2
-2
2 additions, 2 deletions
AllenOnline/options/AllenConfig.py
with
2 additions
and
2 deletions
AllenOnline/options/AllenConfig.py
+
2
−
2
View file @
19ac14c5
...
...
@@ -134,12 +134,12 @@ else:
allen_conf
.
Output
=
"
allen_output.mdf
"
mep_provider
=
MEPProvider
()
mep_provider
.
NSlices
=
4
8
mep_provider
.
NSlices
=
2
4
# Events per slice should be set, and memory reserved per thread as well
mep_provider
.
EventsPerSlice
=
1000
mep_provider
.
OutputLevel
=
3
# Number of MEP buffers and number of transpose/offset/input threads
mep_provider
.
BufferConfig
=
(
3
0
,
15
)
mep_provider
.
BufferConfig
=
(
1
0
,
4
)
mep_provider
.
TransposeMEPs
=
False
mep_provider
.
ThreadPerBuffer
=
True
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment