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

Function fill

include/cute/container/array.hpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357
358template <class T, size_t N>
359CUTE_HOST_DEVICE constexpr
360void fill(array<T,N>& a, T const& value)
361{
362 a.fill(value);
363}
364
365template <class T, size_t N>
366CUTE_HOST_DEVICE constexpr

Callers 1

clearMethod · 0.70

Calls 1

fillMethod · 0.45

Tested by

no test coverage detected