We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ba561 commit c23d96dCopy full SHA for c23d96d
docs/libcudacxx/extended_api/asynchronous_operations/memcpy_async.rst
@@ -268,7 +268,7 @@ a custom group can be defined like:
268
};
269
270
template <>
271
- cuda::is_thread_block_group_v<this_thread_block_1D> = true;
+ inline constexpr bool cuda::is_thread_block_group_v<this_thread_block_1D> = true;
272
273
Such a group will emit the least amount of code when used with ``cuda::memcpy_async``,
274
since the ``thread_rank()`` is easily computed (because the block is 1D)
0 commit comments