Skip to content

Commit 747cab4

Browse files
authored
Waiting for Individual tasks in task_group API (#1887)
1 parent f889fae commit 747cab4

File tree

5 files changed

+691
-79
lines changed

5 files changed

+691
-79
lines changed

include/oneapi/tbb/detail/_config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,4 +552,8 @@
552552
#define TBB_EXT_CUSTOM_ASSERTION_HANDLER 202510
553553
#endif
554554

555+
#if __TBB_PREVIEW_TASK_GROUP_EXTENSIONS
556+
#define TBB_HAS_TASK_GROUP_WAIT_FOR_SINGLE_TASK 202603
557+
#endif
558+
555559
#endif // __TBB_detail__config_H

0 commit comments

Comments
 (0)