Trivial view class for PARAGRAPH holding a task_graph pointer. Used for consume() statements and as a base class of Scheduler
typed class template paragraph_view.
More...
Trivial view class for PARAGRAPH holding a task_graph pointer. Used for consume() statements and as a base class of Scheduler
typed class template paragraph_view.
◆ ~paragraph_view_base()
stapl::paragraph_impl::paragraph_view_base::~paragraph_view_base |
( |
| ) |
|
|
protected |
- Note
- this method is implemented as a workaround of Intel 14's default destructor when the code is compiled with -O0. The default destructor provided incorrectly zeroes out memory, resulting in seg faults in task execution of dynamic work functions.
The documentation for this class was generated from the following file: