Searched refs:tuple_to_array (Results 1 – 1 of 1) sorted by relevance
43 constexpr auto tuple_to_array(std::tuple<Args...>& extra_args) { in tuple_to_array() function281 auto extra_args_array = tuple_to_array(extra_args); in jitted_gpu_kernel_impl()