Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdaptiveCpp/AdaptiveCpp
/ get_num_parameters
Method
get_num_parameters
src/runtime/kernel_cache.cpp:156–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
std::size_t hcf_kernel_info::get_num_parameters() const {
157
return _arg_sizes.size();
158
}
159
160
const std::vector<std::size_t> &
161
hcf_kernel_info::get_host_side_parameter_sizes() const {
Callers
3
finalize_binary_configuration
Method · 0.80
register_hcf_object
Method · 0.80
construct_mapping
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected