Skip to content

Commit

Permalink
Minor docstring fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- committed Jan 9, 2024
1 parent 4f91478 commit f581809
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/rmm/cuda_device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ namespace detail {
/**
* @brief Returns the available and total device memory in bytes for the current device
*
* @deprecated Use rmm::available_device_memory instead.
* @deprecated Use rmm::available_device_memory() instead.
*
* @return The available and total device memory in bytes for the current device as a std::pair.
*/
Expand Down
4 changes: 2 additions & 2 deletions include/rmm/mr/device/pool_memory_resource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class pool_memory_resource final
detail::coalescing_free_list>;

/**
* @brief [DEPRECATED] Construct a `pool_memory_resource` and allocate the initial device memory
* @brief Construct a `pool_memory_resource` and allocate the initial device memory
* pool using `upstream_mr`.
*
* @deprecated Use the constructor that takes an explicit initial pool size instead.
Expand Down Expand Up @@ -138,7 +138,7 @@ class pool_memory_resource final
* @brief Construct a `pool_memory_resource` and allocate the initial device memory pool using
* `upstream_mr`.
*
* @deprecated Use the constructor that takes an explicit initial size instead.
* @deprecated Use the constructor that takes an explicit initial pool size instead.
*
* @throws rmm::logic_error if `upstream_mr == nullptr`
* @throws rmm::logic_error if `initial_pool_size` is neither the default nor aligned to a
Expand Down

0 comments on commit f581809

Please sign in to comment.