kmm
Contents
KMM
Installation
API Reference
Array
Bounds
DeviceId
Dim
Domain
EventId
GPUKernel
GPUSubview
GPUSubviewMut
Host
MemoryId
Range
Reduction
ResourceId
Runtime
RuntimeConfig
RuntimeHandle
SystemInfo
TileDomain
View
bounds
make_runtime
reduce
write
Github repository
kmm
API Reference
Bounds
View page source
Bounds
template
<
size_t
N
,
typename
T
=
default_index_type
>
class
Bounds
:
public
kmm
::
fixed_array
<
Range
<
default_index_type
>
,
N
>