MCPcopy 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
156std::size_t hcf_kernel_info::get_num_parameters() const {
157 return _arg_sizes.size();
158}
159
160const std::vector<std::size_t> &
161hcf_kernel_info::get_host_side_parameter_sizes() const {

Callers 3

register_hcf_objectMethod · 0.80
construct_mappingMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected