Skip to content

Commit

Permalink
fix broken links (#387)
Browse files Browse the repository at this point in the history
* fix broken links

* Update index.rst

* Update index.rst
  • Loading branch information
LisaDelaney authored Mar 7, 2024
1 parent ec006fa commit 58005f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rocThrust User Guide
Overview
========

rocThrust is a parallel algorithm library. This library has been ported to `HIP <https://github.com/ROCm-Developer-Tools/HIP>`_ / `ROCm <https://rocm.github.io/>`_ platform, which uses the `rocPRIM <https://github.com/ROCmSoftwarePlatform/rocPRIM>`_ library. The HIP ported library works on HIP/ROCm platforms. Currently there is no CUDA backend in place.
rocThrust is a parallel algorithm library. This library has been ported to :doc:`HIP <hip:index>`/:doc:`ROCm <rocm:index>`, which use the :doc:`rocPRIM <rocprim:index>` library. The HIP ported library works on HIP/ROCm platforms. Currently there is no CUDA backend in place.


Indices and tables
Expand Down
1 change: 0 additions & 1 deletion thrust/functional.h
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,6 @@ template<typename Predicate>
* There is rarely any reason to construct a <tt>binary_negate</tt> directly;
* it is almost always easier to use the helper function not2.
*
* \see https://en.cppreference.com/w/cpp/utility/functional/binary_negate
*/
template<typename Predicate>
struct binary_negate
Expand Down

0 comments on commit 58005f3

Please sign in to comment.