Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
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
Gaudi
Gaudi
Commits
f5944f77
Commit
f5944f77
authored
1 year ago
by
jmcarcell
Browse files
Options
Downloads
Patches
Plain Diff
Remove the unused task_group include
parent
f4b0d19f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1495
Support oneTBB
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
GaudiHive/src/AvalancheSchedulerSvc.h
+1
-2
1 addition, 2 deletions
GaudiHive/src/AvalancheSchedulerSvc.h
GaudiHive/src/ThreadPoolSvc.cpp
+0
-1
0 additions, 1 deletion
GaudiHive/src/ThreadPoolSvc.cpp
with
1 addition
and
3 deletions
GaudiHive/src/AvalancheSchedulerSvc.h
+
1
−
2
View file @
f5944f77
...
...
@@ -117,8 +117,7 @@ public:
/// Constructor
using
extends
::
extends
;
/// Destructor. Need to enforce noexcept specification as otherwise the noexcept(false) destructor of the
/// tbb::task_group member violates the contract
/// Destructor
~
AvalancheSchedulerSvc
()
noexcept
override
{}
/// Initialise
...
...
This diff is collapsed.
Click to expand it.
GaudiHive/src/ThreadPoolSvc.cpp
+
0
−
1
View file @
f5944f77
...
...
@@ -13,7 +13,6 @@
#include
"GaudiKernel/ConcurrencyFlags.h"
#include
"ThreadInitTask.h"
#include
"tbb/task_group.h"
#include
<chrono>
#include
<thread>
...
...
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