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

Function roundup

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

Source from the content-addressed store, hash-verified

35
36template <typename T>
37inline T roundup(const T a, const T b)
38{
39 return b * iceildiv(a, b);
40}
41
42template<typename T>
43struct TypeBounds

Callers 15

is_thread_columnsMethod · 0.50
get_ktotalMethod · 0.50
get_k_block_sizeMethod · 0.50
get_x_block_sizeMethod · 0.50
GemmInterleavedMethod · 0.50
execute_commonMethod · 0.50
estimate_cyclesMethod · 0.50
GemvPretransposedMethod · 0.50
executeMethod · 0.50
runMethod · 0.50

Calls 1

iceildivFunction · 0.70

Tested by

no test coverage detected