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

Function __acpp_unregister_hcf

src/runtime/kernel_cache.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54extern "C" void __acpp_unregister_hcf(std::size_t hcf_object_id) {
55 hcf_cache::get().unregister_hcf_object(hcf_object_id);
56}
57
58hcf_kernel_info::hcf_kernel_info(
59 hcf_object_id id, const common::hcf_container::node *kernel_node)

Callers 1

Calls 2

getFunction · 0.85
unregister_hcf_objectMethod · 0.80

Tested by

no test coverage detected