Represents an index passed as the first index argument.
More...
Represents an index passed as the first index argument.
◆ Index()
DotMP.GPU.Index.Index |
( |
Buffer< int > |
buf | ) |
|
|
inlinepackage |
Constructor.
- Parameters
-
buf | Buffer representing the indices. |
◆ AddOffset()
void DotMP.GPU.Index.AddOffset |
( |
int |
offset | ) |
|
|
inlinepackage |
Adds an offset in preperation for a followup kernel.
- Parameters
-
◆ operator int()
static implicit DotMP.GPU.Index.operator int |
( |
Index |
i | ) |
|
|
inlinestatic |
Calculates the index and caches for future use.
- Parameters
-
i | The Index object to cast to int. |
◆ idx
◆ lookup
ArrayView1D<int, Stride1D.Dense> DotMP.GPU.Index.lookup |
|
private |
Lookup table for indices.
◆ offset
int DotMP.GPU.Index.offset |
|
private |
Offset for followup kernels.
The documentation for this struct was generated from the following file: