hipCUB
Classes | Functions
half.hpp File Reference

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

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

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.
 

Detailed Description

Utilities for interacting with the opaque CUDA __half type.