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