Skip to content

Commit 50e8970

Browse files
committed
Correction to HOST USM parameters.
1 parent abaff4b commit 50e8970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/plugins/level_zero/usm_allocator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ static class SetLimits {
106106
size_t SlabMinSize[3] = {64 * 1024, 64 * 1024, 2 * 1024 * 1024};
107107

108108
// Allocations up to this limit will be subject to chunking/pooling
109-
size_t MaxPoolableSize[3] = {32 * 1024, 32 * 1024, 0};
109+
size_t MaxPoolableSize[3] = {0, 32 * 1024, 0};
110110

111111
// When pooling, each bucket will hold a max of 4 unfreed slabs
112112
size_t Capacity[3] = {0, 0, 0};

0 commit comments

Comments
 (0)