We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abaff4b commit 50e8970Copy full SHA for 50e8970
sycl/plugins/level_zero/usm_allocator.cpp
@@ -106,7 +106,7 @@ static class SetLimits {
106
size_t SlabMinSize[3] = {64 * 1024, 64 * 1024, 2 * 1024 * 1024};
107
108
// Allocations up to this limit will be subject to chunking/pooling
109
- size_t MaxPoolableSize[3] = {32 * 1024, 32 * 1024, 0};
+ size_t MaxPoolableSize[3] = {0, 32 * 1024, 0};
110
111
// When pooling, each bucket will hold a max of 4 unfreed slabs
112
size_t Capacity[3] = {0, 0, 0};
0 commit comments