Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Sep 21, 2023
1 parent 6111a79 commit a6e5d69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/rmm/mr/device/logging_resource_adaptor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ class logging_resource_adaptor final : public device_memory_resource {
* @param filename Name of the file to write log info. If not specified,
* retrieves the log file name from the environment variable "RMM_LOG_FILE".
* @param auto_flush If true, flushes the log for every (de)allocation. Warning, this will degrade
* performance.
*/
template <typename Upstream>
logging_resource_adaptor<Upstream> make_logging_adaptor(
Expand All @@ -348,6 +349,7 @@ logging_resource_adaptor<Upstream> make_logging_adaptor(
* @param upstream Pointer to the upstream resource
* @param stream The ostream to write log info.
* @param auto_flush If true, flushes the log for every (de)allocation. Warning, this will degrade
* performance.
*/
template <typename Upstream>
logging_resource_adaptor<Upstream> make_logging_adaptor(Upstream* upstream,
Expand Down

0 comments on commit a6e5d69

Please sign in to comment.