File: utilsmodule.dox

package info (click to toggle)
rocprim 5.3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,656 kB
  • sloc: cpp: 60,198; python: 624; sh: 203; xml: 200; makefile: 109
file content (29 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
@brief rocPRIM utilities.
@author
@file
*/

/**
 * \defgroup utilsmodule Utilities
 *
 */

 /**
 * \defgroup utilsmodule_functional Functional
 * \ingroup utilsmodule
 */

 /**
 * \defgroup utilsmodule_tuple Tuple
 * \ingroup utilsmodule
 */

 /**
 * \defgroup utilsmodule_typetraits Type Traits
 * \ingroup utilsmodule
 * @{
 *      Selected type traits known from standard C++ library which
 *      include half-precision floating point type (rocprim::half).
 * @}
 */