Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
manycore
emper-io-eval
Commits
3b43dfdc
Commit
3b43dfdc
authored
Mar 16, 2022
by
Florian Fischer
Browse files
add futex2 flavor
parent
4cb8883f
Pipeline
#78657
passed with stage
in 1 minute and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bench/emper.py
View file @
3b43dfdc
...
...
@@ -147,6 +147,9 @@ FLAVORS: Flavors = {
'meson_options'
:
'-Dworker_wakeup_strategy=all'
,
'patches'
:
[
'fix_free_vs_delete.patch'
,
'wakeup-condvar.patch'
],
},
'wakeup-futex2'
:
{
'meson_options'
:
'-Dwakeup_semaphore_implementation=futex2'
},
'wakeup-futex'
:
{
'meson_options'
:
'-Dwakeup_semaphore_implementation=futex'
},
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment