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

Method fill

include/cute/container/array.hpp:171–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 CUTE_HOST_DEVICE constexpr
172 void fill(const T& value)
173 {
174 for (auto& e : *this) {
175 e = value;
176 }
177 }
178
179 CUTE_HOST_DEVICE constexpr
180 void clear()

Callers 15

kernelMethod · 0.45
kernelMethod · 0.45
kernelMethod · 0.45
kernelMethod · 0.45
kernelMethod · 0.45
reduction_kernelMethod · 0.45
load_page_tableMethod · 0.45
reduction_kernelMethod · 0.45
kernelMethod · 0.45
loadMethod · 0.45
decodeMethod · 0.45
kernelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected