Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/stream_executor/gpu/
Dredzone_allocator.cc53 int64_t memory_limit, int64_t redzone_size, in RedzoneAllocator() argument
59 redzone_size, in RedzoneAllocator()
256 uint64_t redzone_size, uint8 redzone_pattern) { in CheckRedzonesForBuffer() argument
261 CHECK_EQ(memory.size(), user_allocation_size + rhs_slop + 2 * redzone_size); in CheckRedzonesForBuffer()
266 /*element_count=*/redzone_size); in CheckRedzonesForBuffer()
268 executor->GetSubBuffer(&buffer_uint8, redzone_size, in CheckRedzonesForBuffer()
271 executor->GetSubBuffer(&buffer_uint8, redzone_size + user_allocation_size, in CheckRedzonesForBuffer()
272 /*element_count=*/redzone_size + rhs_slop); in CheckRedzonesForBuffer()
Dredzone_allocator.h48 int64_t redzone_size = kDefaultRedzoneSize,
/external/compiler-rt/lib/asan/
Dasan_poisoning.h33 uptr redzone_size,
73 uptr aligned_addr, uptr size, uptr redzone_size, u8 value) { in FastPoisonShadowPartialRightRedzone() argument
77 for (uptr i = 0; i < redzone_size; i += SHADOW_GRANULARITY, shadow++) { in FastPoisonShadowPartialRightRedzone()
Dasan_poisoning.cc46 uptr redzone_size, in PoisonShadowPartialRightRedzone() argument
51 FastPoisonShadowPartialRightRedzone(addr, size, redzone_size, value); in PoisonShadowPartialRightRedzone()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_algorithm_picker.cc67 int64_t redzone_size = config.should_check_correctness() in CreateRedzoneAllocator() local
74 /*redzone_size=*/redzone_size); in CreateRedzoneAllocator()
Dgpu_conv_algorithm_picker.cc663 const int64_t redzone_size = in PickBestAlgorithmNoCacheCuda() local
669 /*redzone_size=*/redzone_size); in PickBestAlgorithmNoCacheCuda()