Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
template <class T, class F, int... I>
71
CUTE_HOST_DEVICE constexpr
72
auto
73
apply(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_alias
Function · 0.85
processBlockIJ
Method · 0.85
operator()
Function · 0.85
apply_output_operator_
Method · 0.85
apply_output_operator_source_not_needed_
Method · 0.85
operator()
Method · 0.85
operator()
Method · 0.85
operator()
Method · 0.85
visit
Method · 0.85
begin_sync_needed
Method · 0.85
is_producer_load_needed
Method · 0.85
is_C_load_needed
Method · 0.85
Calls
1
f
Function · 0.50
Tested by
6
test_packed_type_alias
Function · 0.68
visit
Method · 0.68
begin_sync_needed
Method · 0.68
is_producer_load_needed
Method · 0.68
is_C_load_needed
Method · 0.68
visit
Method · 0.68