Skip to content

Commit c23d96d

Browse files
Docs fix
1 parent 75ba561 commit c23d96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/libcudacxx/extended_api/asynchronous_operations/memcpy_async.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ a custom group can be defined like:
268268
};
269269
270270
template <>
271-
cuda::is_thread_block_group_v<this_thread_block_1D> = true;
271+
inline constexpr bool cuda::is_thread_block_group_v<this_thread_block_1D> = true;
272272
273273
Such a group will emit the least amount of code when used with ``cuda::memcpy_async``,
274274
since the ``thread_rank()`` is easily computed (because the block is 1D)

0 commit comments

Comments
 (0)