We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e7d6f commit f7c580aCopy full SHA for f7c580a
docs/source/deprecation_page.rst
@@ -7,17 +7,17 @@ Deprecations for Kokkos 4
7
up to 43a30195af81b6d1aa5b1efec939af8423857f2c
8
9
.. list-table::
10
- :widths: 20 10 20 50
+ :widths: 40 40 5 5
11
:header-rows: 1
12
13
* - Deprecated symbol
14
- - Since
15
- Replacement
16
- - Additional information
+ - Since
+ - PR
17
* - ``Cuda::Cuda(cudaStream_t stream, bool manage_stream)``
18
- - 4.2.00
19
- ``Cuda::Cuda(cudaStream_t stream)``
20
- - constructing from a Cuda execution space instance should alwyas used an externally managed cudaStream object
+ - 4.2.00
+ - `#6401 <https://github.com/kokkos/kokkos/pull/6401>`_
21
22
- Default constructor for BinOp1D, BinOp3D
23
- Experimental::swap -> kokkos_swap
0 commit comments