Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate Tasking interface #596

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading