MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / apply

Function apply

include/cute/algorithm/tuple_algorithms.hpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70template <class T, class F, int... I>
71CUTE_HOST_DEVICE constexpr
72auto
73apply(T&& t, F&& f, seq<I...>)
74{
75 return f(get<I>(static_cast<T&&>(t))...);
76}
77
78} // end namespace detail
79

Callers 15

test_packed_type_aliasFunction · 0.85
processBlockIJMethod · 0.85
operator()Function · 0.85
operator()Method · 0.85
operator()Method · 0.85
operator()Method · 0.85
visitMethod · 0.85
begin_sync_neededMethod · 0.85
is_C_load_neededMethod · 0.85

Calls 1

fFunction · 0.50

Tested by 6

test_packed_type_aliasFunction · 0.68
visitMethod · 0.68
begin_sync_neededMethod · 0.68
is_C_load_neededMethod · 0.68
visitMethod · 0.68