Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
358
template <class T, size_t N>
359
CUTE_HOST_DEVICE constexpr
360
void fill(array<T,N>& a, T const& value)
361
{
362
a.fill(value);
363
}
364
365
template <class T, size_t N>
366
CUTE_HOST_DEVICE constexpr
Callers
1
clear
Method · 0.70
Calls
1
fill
Method · 0.45
Tested by
no test coverage detected