Skip to content

Commit

Permalink
Merge pull request #596 from masterleinad/deprecate_tasking
Browse files Browse the repository at this point in the history
Deprecate Tasking interface
  • Loading branch information
dalg24 authored Nov 5, 2024
2 parents 2de3180 + 69b026f commit 2cd1f25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/API/core/Task-Parallelism.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Task-Parallelism
.. role:: cppkokkos(code)
:language: cppkokkos

.. warning::
Deprecated since Kokkos 4.5.

Kokkos has support for lightweight task-based programming, which is currently pretty limited but we plan to substantially expand in the future.

Will Kokkos Tasking work for my problem?
Expand Down
2 changes: 2 additions & 0 deletions docs/source/usecases/Tasking.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Kokkos Tasking Use Case

> Deprecated since Kokkos 4.5.
Kokkos provides an execution pattern that enables end-user code to dynamically execute a body of work that
is not easily prescribed to structured flat or hierarchical parallelism. This use case describes the characteristics
of an end-user program that is best designed using a tasking execution pattern, and provides examples of program structure
Expand Down

0 comments on commit 2cd1f25

Please sign in to comment.