Skip to content

Commit

Permalink
correct the documentation of supports_memory_pools
Browse files Browse the repository at this point in the history
  • Loading branch information
qy3u authored and eyalroz committed Mar 1, 2024
1 parent 0246310 commit 5b30068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cuda/api/device.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,8 @@ class device_t {

#if CUDA_VERSION >= 11020
/**
* True if this device supports executing kernels in which blocks can
* directly cooperate beyond the use of global-memory atomics.
* True if this device supports integrated memory pool and
* stream ordered memory allocator.
*/
bool supports_memory_pools() const
{
Expand Down

0 comments on commit 5b30068

Please sign in to comment.