Skip to content
Snippets Groups Projects
Commit 19ac14c5 authored by Roel Aaij's avatar Roel Aaij
Browse files

Reduce number of threads for fragment offset calculation

parent 0fbdab06
No related branches found
No related tags found
1 merge request!204Optimise fragment offset calculation for GPU batches
Pipeline #5166519 passed
......@@ -134,12 +134,12 @@ else:
allen_conf.Output = "allen_output.mdf"
mep_provider = MEPProvider()
mep_provider.NSlices = 48
mep_provider.NSlices = 24
# 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 = (30, 15)
mep_provider.BufferConfig = (10, 4)
mep_provider.TransposeMEPs = False
mep_provider.ThreadPerBuffer = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment