Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Update DeviceRadixSort docs to document bfloat16 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
alliepiper committed May 20, 2021
1 parent edb7579 commit 689480e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cub/device/device_radix_sort.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ namespace cub {
*
* \par
* DeviceRadixSort can sort all of the built-in C++ numeric primitive types
* (<tt>unsigned char</tt>, \p int, \p double, etc.) as well as CUDA's \p __half
* half-precision floating-point type. Although the direct radix sorting
* (`unsigned char`, `int`, `double`, etc.) as well as CUDA's `__half` and
* `__nv_bfloat16` 16-bit floating-point types. Although the direct radix sorting
* method can only be applied to unsigned integral types, DeviceRadixSort
* is able to sort signed and floating-point types via simple bit-wise transformations
* that ensure lexicographic key ordering. For floating-point types -0.0 and +0.0 are
Expand Down

0 comments on commit 689480e

Please sign in to comment.