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 110ac2c commit 5ce247eCopy full SHA for 5ce247e
source/loader/layers/sanitizer/asan_buffer.cpp
@@ -120,8 +120,8 @@ ur_result_t MemBuffer::free() {
120
}
121
122
size_t MemBuffer::getAlignment() {
123
- // Choose an alignment that is at most 64 and is the next power of 2
124
- // for sizes less than 64.
+ // Choose an alignment that is at most 128 and is the next power of 2
+ // for sizes less than 128.
125
// TODO: If we don't set the alignment size explicitly, the device will
126
// usually choose a very large size (more than 1k). Then sanitizer will
127
// allocate extra unnessary memory. Not sure if this will impact
0 commit comments