mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 16:30:52 +01:00
ircd:🆑 Decrease kern::range dimension.
This commit is contained in:
parent
729092d410
commit
b39d3396f9
1 changed files with 4 additions and 4 deletions
|
@ -188,10 +188,10 @@ struct ircd::cl::kern
|
||||||
/// NDRangeKernel dimension range selector
|
/// NDRangeKernel dimension range selector
|
||||||
struct ircd::cl::kern::range
|
struct ircd::cl::kern::range
|
||||||
{
|
{
|
||||||
std::array<size_t, 5>
|
std::array<size_t, 3>
|
||||||
global { 0, 0, 0, 0, 0 },
|
global { 0, 0, 0 },
|
||||||
local { 0, 0, 0, 0, 0 },
|
local { 0, 0, 0 },
|
||||||
offset { 0, 0, 0, 0, 0 };
|
offset { 0, 0, 0 };
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Construction enqueues the task; destruction waits for completion.
|
/// Construction enqueues the task; destruction waits for completion.
|
||||||
|
|
Loading…
Reference in a new issue