Skip to content

Commit

Permalink
Adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abellina committed Dec 3, 2024
1 parent c2ea2cb commit 9d50880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/rmm/mr/device/cuda_async_memory_resource.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class cuda_async_memory_resource final : public device_memory_resource {
* @note The default, `prot_none`, marks the pool's memory as private to the device in
* which it was created. `prod_read_write` should only be used if memory sharing among
* devices is required. Note that there is a `cudaMemAccessFlagsProtRead` documented,
* but memory pools don't support read-only, so it has been omitted.
* but memory pools don't support read-only access, so it has been omitted.
*/
enum class access_flags {
prot_none = 0, ///< Default, make pool not accessible. (cudaMemAccessFlagsProtNone)
Expand Down

0 comments on commit 9d50880

Please sign in to comment.