Follow comments

cblas_new
liaogang 8 years ago
parent 033523ea9d
commit 03b3d0d8a8

@ -54,8 +54,8 @@ size_t CpuMaxAllocSize() {
}
size_t CpuMinChunkSize() {
// Allow to allocate the minimum chunk size is 256 bytes.
return 1 << 8;
// Allow to allocate the minimum chunk size is 4 KB.
return 1 << 12;
}
size_t CpuMaxChunkSize() {

Loading…
Cancel
Save