File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
libcudacxx/include/cuda/__memory_pool Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ class device_memory_pool_ref : public __memory_pool_base
9797// ! ``device_memory_pool`` allocates device memory using
9898// ! `cudaMallocFromPoolAsync / cudaFreeAsync
9999// ! <https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__MEMORY__POOLS.html>`__
100- // ! for allocation/deallocation. A When constructed it creates an underlying \c
100+ // ! for allocation/deallocation. When constructed it creates an underlying \c
101101// ! cudaMemPool_t with the location type set to \c cudaMemLocationTypeDevice and
102102// ! owns it.
103103// !
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ class managed_memory_pool_ref : public __memory_pool_base
9494// ! ``managed_memory_pool`` allocates managed memory using
9595// ! `cudaMallocFromPoolAsync / cudaFreeAsync
9696// ! <https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__MEMORY__POOLS.html>`__
97- // ! for allocation/deallocation. A When constructed it creates an underlying \c
97+ // ! for allocation/deallocation. When constructed it creates an underlying \c
9898// ! cudaMemPool_t with the allocation type set to \c
9999// ! cudaMemAllocationTypeManaged and owns it.
100100// !
You can’t perform that action at this time.
0 commit comments