Skip to content

Commit f7c580a

Browse files
committed
Provide link to pull request instead of additonal information
1 parent 06e7d6f commit f7c580a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/source/deprecation_page.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ Deprecations for Kokkos 4
77
up to 43a30195af81b6d1aa5b1efec939af8423857f2c
88

99
.. list-table::
10-
:widths: 20 10 20 50
10+
:widths: 40 40 5 5
1111
:header-rows: 1
1212

1313
* - Deprecated symbol
14-
- Since
1514
- Replacement
16-
- Additional information
15+
- Since
16+
- PR
1717
* - ``Cuda::Cuda(cudaStream_t stream, bool manage_stream)``
18-
- 4.2.00
1918
- ``Cuda::Cuda(cudaStream_t stream)``
20-
- constructing from a Cuda execution space instance should alwyas used an externally managed cudaStream object
19+
- 4.2.00
20+
- `#6401 <https://github.com/kokkos/kokkos/pull/6401>`_
2121

2222
- Default constructor for BinOp1D, BinOp3D
2323
- Experimental::swap -> kokkos_swap

0 commit comments

Comments
 (0)