hipCUB
|
Utilities for interacting with the opaque CUDA __half type. More...
#include <stdint.h>
#include <hipcub/util_type.hpp>
#include <iosfwd>
Go to the source code of this file.
Classes | |
struct | half_t |
Host-based fp16 data type compatible and convertible with __half. More... | |
struct | hipcub::FpLimits< half_t > |
struct | hipcub::NumericTraits< half_t > |
Functions | |
std::ostream & | operator<< (std::ostream &out, const half_t &x) |
Insert formatted half_t into the output stream. | |
Utilities for interacting with the opaque CUDA __half type.