Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
kernel
Method · 0.45
kernel
Method · 0.45
kernel
Method · 0.45
kernel
Method · 0.45
kernel
Method · 0.45
reduction_kernel
Method · 0.45
load_page_table
Method · 0.45
reduction_kernel
Method · 0.45
kernel
Method · 0.45
load
Method · 0.45
decode
Method · 0.45
kernel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected