hipCUB
Classes | Functions
bfloat16.hpp File Reference

Utilities for interacting with the opaque CUDA __nv_bfloat16 type. More...

#include <stdint.h>
#include <hipcub/util_type.hpp>
#include <iosfwd>
Include dependency graph for bfloat16.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Utilities for interacting with the opaque CUDA __nv_bfloat16 type.