Commit 25bac567 authored by Paul's avatar Paul
Browse files

Formatting

parent a7ea008d
......@@ -12,8 +12,8 @@ namespace device {
struct index
{
std::size_t global = 0;
std::size_t local = 0;
std::size_t group = 0;
std::size_t local = 0;
std::size_t group = 0;
__device__ std::size_t nglobal() const { return blockDim.x * gridDim.x; } // NOLINT
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment