MCPcopy Create free account
hub / github.com/a2flo/floor / call

Method call

compute/host/host_kernel.cpp:599–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597 kernel_func_base& operator=(kernel_func_base&&) noexcept = default;
598 kernel_func_base& operator=(const kernel_func_base&) noexcept = default;
599 virtual void call() const noexcept FLOOR_HOST_COMPUTE_CC {}
600 };
601
602 template <typename int_type, int_type... ints>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected