| 614 | template <auto> using make_const_void_ptr = const void*; |
| 615 | |
| 616 | void call() const noexcept override FLOOR_HOST_COMPUTE_CC { |
| 617 | (*(kernel_func_type_t<make_const_void_ptr<ints>...>)func_ptr)(vptr_args[ints]...); |
| 618 | } |
| 619 | }; |
| 620 | |
| 621 | unique_ptr<kernel_func_base> kfunc {}; |