Skip to content

Commit

Permalink
Provide an example
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Oct 31, 2024
1 parent 15ddd39 commit 06e7d6f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/source/deprecation_page.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ Deprecations for Kokkos 4

up to 43a30195af81b6d1aa5b1efec939af8423857f2c

.. list-table::
:widths: 20 10 20 50
:header-rows: 1

* - Deprecated symbol
- Since
- Replacement
- Additional information
* - ``Cuda::Cuda(cudaStream_t stream, bool manage_stream)``
- 4.2.00
- ``Cuda::Cuda(cudaStream_t stream)``
- constructing from a Cuda execution space instance should alwyas used an externally managed cudaStream object

- Default constructor for BinOp1D, BinOp3D
- Experimental::swap -> kokkos_swap
- vector
Expand Down

0 comments on commit 06e7d6f

Please sign in to comment.