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

Function prefetch

include/cute/algorithm/prefetch.hpp:75–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74template <class GEngine, class GLayout>
75CUTE_HOST_DEVICE
76void
77prefetch(Tensor<GEngine, GLayout> const& src)
78{
79 return cooperative_prefetch<1>(0, src);
80}
81
82// Prefetch with copy atom
83namespace detail {

Callers 1

cooperative_prefetchFunction · 0.70

Calls 6

copyFunction · 0.70
make_tensorFunction · 0.50
shapeFunction · 0.50
max_common_layoutFunction · 0.50
sizeFunction · 0.50
logical_divideFunction · 0.50

Tested by

no test coverage detected