| 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> |
nothing calls this directly
no outgoing calls
no test coverage detected