MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / DataType

Enum DataType

src/include/cltypes.h:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 * @brief OpenCL type identifiers
37 */
38typedef enum DataType {
39 TYPE_FLOAT, /**< single float precision type */
40 TYPE_DOUBLE, /**< double float precision type */
41 TYPE_COMPLEX_FLOAT, /**< single float precision complex type */
42 TYPE_COMPLEX_DOUBLE, /**< double float precision complex type */
43 TYPE_UNSIGNED_INT /**< Unsigned int, for output buffer for iAMAX routine */
44} DataType;
45
46/*@}*/
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected