Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
template <typename T>
37
inline T roundup(const T a, const T b)
38
{
39
return b * iceildiv(a, b);
40
}
41
42
template<typename T>
43
struct TypeBounds
Callers
15
is_thread_columns
Method · 0.50
get_ktotal
Method · 0.50
get_k_block_size
Method · 0.50
get_x_block_size
Method · 0.50
GemmInterleaved
Method · 0.50
execute_common
Method · 0.50
get_B_pretransposed_array_size
Method · 0.50
pretranspose_B_array_part
Method · 0.50
estimate_cycles
Method · 0.50
GemvPretransposed
Method · 0.50
execute
Method · 0.50
run
Method · 0.50
Calls
1
iceildiv
Function · 0.70
Tested by
no test coverage detected