Skip to content

Commit

Permalink
Update incorect throw type in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Nov 4, 2024
1 parent ece5dc6 commit 271cd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rmm/mr/device/cuda_async_view_memory_resource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class cuda_async_view_memory_resource final : public device_memory_resource {
* The provided pool is not owned by cuda_async_view_memory_resource and must remain valid
* during the lifetime of the memory resource.
*
* @throws rmm::runtime_error if the CUDA version does not support `cudaMallocAsync`
* @throws rmm::logic_error if the CUDA version does not support `cudaMallocAsync`
*
* @param valid_pool_handle Handle to a CUDA memory pool which will be used to
* serve allocation requests.
Expand Down

0 comments on commit 271cd87

Please sign in to comment.