Commit 5794fe3c authored by Paul's avatar Paul
Browse files

Format

parent 53870e3b
...@@ -98,7 +98,8 @@ struct index ...@@ -98,7 +98,8 @@ struct index
__device__ index_int nlocal() const __device__ index_int nlocal() const
{ {
#ifdef MIGRAPHX_NGROUP #ifdef MIGRAPHX_NGROUP
static_assert((MIGRAPHX_NGLOBAL % MIGRAPHX_NLOCAL != 0) and (MIGRAPHX_NGROUP > 1), "Local should be const"); static_assert((MIGRAPHX_NGLOBAL % MIGRAPHX_NLOCAL != 0) and (MIGRAPHX_NGROUP > 1),
"Local should be const");
#endif #endif
MIGRAPHX_ASSERT(compute_local_size() > 0); MIGRAPHX_ASSERT(compute_local_size() > 0);
return compute_local_size(); // NOLINT return compute_local_size(); // 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