MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / get_argument_size

Method get_argument_size

src/runtime/kernel_cache.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174std::size_t hcf_kernel_info::get_argument_size(std::size_t i) const {
175 return _arg_sizes[i];
176}
177
178std::size_t hcf_kernel_info::get_original_argument_index(std::size_t i) const {
179 return _original_arg_indices[i];

Callers 3

register_hcf_objectMethod · 0.80
construct_mappingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected