Template Function librapid::cuda::cudaTupleEvaluatorImpl(const detail::Function<descriptor, Functor, Args…>&)#

Function Documentation#

template<typename descriptor, typename Functor, typename ...Args>
auto librapid::cuda::cudaTupleEvaluatorImpl(const detail::Function<descriptor, Functor, Args...> &function)#

Helper for evaluating an expression

Template Parameters
  • descriptor – The descriptor of the expression

  • Functor – The function type of the expression

  • Args – The argument types of the expression

Parameters

function – The expression to evaluate

Returns

The result of evaluating the expression