Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/cuda/
Dredzone_allocator_test.cc68 EXPECT_REDZONE_OK(allocator.CheckRedzones()); in TEST()
105 { EXPECT_REDZONE_OK(allocator.CheckRedzones()); } in TEST()
108 EXPECT_REDZONE_VIOLATION(allocator.CheckRedzones()); in TEST()
111 EXPECT_REDZONE_OK(allocator.CheckRedzones()); in TEST()
141 EXPECT_REDZONE_OK(allocator.CheckRedzones()); in TEST()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.h98 port::StatusOr<RedzoneCheckStatus> CheckRedzones() const;
Dredzone_allocator.cc302 port::StatusOr<RedzoneCheckStatus> RedzoneAllocator::CheckRedzones() const { in CheckRedzones() function in stream_executor::RedzoneAllocator
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.cc59 void CheckRedzones(const se::RedzoneAllocator& rz_allocator, in CheckRedzones() function
65 rz_allocator.CheckRedzones(); in CheckRedzones()
Dgpu_utils.h59 void CheckRedzones(const se::RedzoneAllocator& rz_allocator,
Dconv_grad_input_ops.cc437 CheckRedzones(rz_scratch_allocator, &result); in operator ()()
438 CheckRedzones(rz_allocator, &result); in operator ()()
Dconv_ops_3d.cc558 CheckRedzones(rz_scratch_allocator, &result); in launch()
559 CheckRedzones(rz_allocator, &result); in launch()
Dconv_ops_fused_impl.h421 CheckRedzones(rz_scratch_allocator, &result);
422 CheckRedzones(rz_allocator, &result);
Dconv_grad_filter_ops.cc1033 CheckRedzones(rz_scratch_allocator, &result); in operator ()()
1034 CheckRedzones(rz_allocator, &result); in operator ()()
Dconv_ops.cc1045 CheckRedzones(rz_scratch_allocator, &result); in operator ()()
1046 CheckRedzones(rz_allocator, &result); in operator ()()
Dconv_grad_ops_3d.cc1474 CheckRedzones(rz_scratch_allocator, &result); in Compute()
1475 CheckRedzones(rz_allocator, &result); in Compute()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc219 StatusOr<bool> CheckRedzones(const se::RedzoneAllocator& allocator, in CheckRedzones() function
227 allocator.CheckRedzones()); in CheckRedzones()
502 CheckRedzones(input_output_allocator, stream, in PickBestAlgorithmNoCacheCuda()
507 CheckRedzones(scratch_allocator, stream, "scratch", instr, &result)); in PickBestAlgorithmNoCacheCuda()
Dgemm_algorithm_picker.cc162 input_output_allocator.CheckRedzones()); in DoUncachedGemmAutotune()