MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / iceildiv

Function iceildiv

src/core/NEON/kernels/convolution/common/utils.hpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29void PrintMatrix(const float *const m, const int M, const int N, const int row_stride);
30
31constexpr inline int iceildiv(const int a, const int b)
32{
33 return (a + b - 1) / b;
34}
35
36template <typename T>
37inline T roundup(const T a, const T b)

Callers 15

roundupFunction · 0.70
runMethod · 0.50
is_thread_columnsMethod · 0.50
get_k_block_sizeMethod · 0.50
get_x_block_sizeMethod · 0.50
get_window_sizeMethod · 0.50
estimate_cyclesMethod · 0.50
get_window_sizeMethod · 0.50
executeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected