You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/TiledArray/external/device.h
+10-7
Original file line number
Diff line number
Diff line change
@@ -503,8 +503,7 @@ class Env {
503
503
/// \param page_size memory added to the pools supporting `this->um_allocator()`, `this->device_allocator()`, and `this->pinned_allocator()` in chunks of at least
504
504
/// this size (bytes) [default=2^25]
505
505
/// \param pinned_alloc_limit the maximum total amount of memory (in bytes) that
506
-
/// allocator returned by `this->pinned_allocator()` can allocate;
507
-
/// this allocator is not used by default [default=0]
506
+
/// allocator returned by `this->pinned_allocator()` can allocate [default=2^40]
508
507
// clang-format on
509
508
staticvoidinitialize(World& world = TiledArray::get_default_world(),
0 commit comments