Home
last modified time | relevance | path

Searched refs:kRhsRedzoneAlign (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.cc44 constexpr int64 kRhsRedzoneAlign = 4; variable
74 int64 rhs_slop = RoundUpToNearest(byte_size, kRhsRedzoneAlign) - byte_size; in AllocateBytes()
257 RoundUpToNearest<int64>(user_allocation_size, kRhsRedzoneAlign) - in CheckRedzonesForBuffer()