Skip to content

Commit

Permalink
Merge pull request #2321 from nvmkuruc/taskgroup
Browse files Browse the repository at this point in the history
Use non-deprecated TBB headers in `pxr/base/work`

(Internal change: 2288596)
  • Loading branch information
pixar-oss committed Aug 3, 2023
2 parents e3b6ce5 + 9cff898 commit f5c0360
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pxr/base/work/loops.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
#include <tbb/blocked_range.h>
#include <tbb/parallel_for.h>
#include <tbb/parallel_for_each.h>
#include <tbb/task.h>
#include <tbb/task_group.h>

PXR_NAMESPACE_OPEN_SCOPE

Expand Down
2 changes: 1 addition & 1 deletion pxr/base/work/reduce.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include <tbb/blocked_range.h>
#include <tbb/parallel_reduce.h>
#include <tbb/task.h>
#include <tbb/task_group.h>

PXR_NAMESPACE_OPEN_SCOPE

Expand Down

0 comments on commit f5c0360

Please sign in to comment.