You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Single thread back-end implementation of TaskPolicy should execute high priority tasks during a call to task_spawn. This allows high priority tasks to execute and retire as opposed to building up in allocated memory from the allocated memory pool.
Single thread back-ends include Serial, one-thread OpenMP and Threads.
The text was updated successfully, but these errors were encountered:
Single thread back-end implementation of TaskPolicy should execute high priority tasks during a call to
task_spawn
. This allows high priority tasks to execute and retire as opposed to building up in allocated memory from the allocated memory pool.Single thread back-ends include Serial, one-thread OpenMP and Threads.
The text was updated successfully, but these errors were encountered: