Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/gpu/
Dredzone_allocator.cc38 static T RoundUpToNearest(T value, T divisor) { in RoundUpToNearest() function
56 redzone_size_(RoundUpToNearest( in RedzoneAllocator()
74 int64 rhs_slop = RoundUpToNearest(byte_size, kRhsRedzoneAlign) - byte_size; in AllocateBytes()
257 RoundUpToNearest<int64>(user_allocation_size, kRhsRedzoneAlign) - in CheckRedzonesForBuffer()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dlaunch_dimensions.cc85 RoundUpToNearest(threads_per_block / unroll_factor, int64{32}); in CalculateLaunchDimensions()
Dcudnn_pad_for_convolutions.cc235 s->set_dimensions(dim, RoundUpToNearest<int64>(s->dimensions(dim), 8)); in TryResolvePaddedShapesForTensorCore()
311 s->set_dimensions(dim, RoundUpToNearest<int64>(s->dimensions(dim), 4)); in TryResolvePaddedShapesForIntegerConvolution()
Dcublas_gemm_pad_for_tensor_cores.cc43 s.set_dimensions(dim, RoundUpToNearest<int64>(s.dimensions(dim), 8)); in PadForTensorCores()
Dir_emitter_unnested.cc2938 int64 rounded_bound = RoundUpToNearest(dimension_to_sort_bound, kTileSize); in EmitSortFromMlir()
5336 RoundUpToNearest(CeilOfRatio(reduction_dimensions.dimensions[2], in ComputeReductionCodegenInfo()
/external/tensorflow/tensorflow/compiler/xla/
Dutil.h417 T RoundUpToNearest(T value, T divisor) { in RoundUpToNearest() function
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc231 RoundUpToNearest<int64>(pre_split_size, 2); in CombineShapePair()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization_test.cc575 dim = RoundUpToNearest<int64>(dim, 64); in ShapeSizePadMinorTo64()
Dheap_simulator.cc931 offset = std::max(offset, RoundUpToNearest(chunk.chunk_end(), alignment_)); in FindChunkCandidate()
Dbuffer_assignment.cc661 RoundUpToNearest(combined_allocation->size(), alignment); in CombineTempAllocations()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc1088 RoundUpToNearest(original.base_shape().dimensions(i), in HaloExchangeToPadOnLeft()
Dspmd_partitioner.cc1145 RoundUpToNearest(padded_shape.dimensions(target_dim), in ReshardWithAllToAll()