AI Engine API User Guide (AIE) 2022.2
types.hpp File Reference

Basic types exposed to users. More...

Detailed Description

Basic types exposed to users.

#include "detail/config.hpp"
#include <type_traits>
#include <cstdint>

Classes

struct  accauto
 
struct  bfloat16
 
struct  exact_acc48
 
struct  exact_acc80
 
struct  exact_cacc48
 
struct  exact_cacc80
 
struct  int4_t
 

Macros

#define __AIE_API_TYPES__HPP__
 
#define __aie_register(...)   chess_storage(__VA_ARGS__)
 

Typedefs

using cfloat_t = cfloat
 
using cint16_t = cint16
 
using cint32_t = cint32
 
using int16 = int16_t
 
using int32 = int32_t
 
using int4 = int4_t
 
using int8 = int8_t
 
using uint16 = uint16_t
 
using uint32 = uint32_t
 
using uint4 = uint4_t
 
using uint8 = uint8_t
 

Class Documentation

◆ bfloat16

struct bfloat16

◆ exact_acc48

struct exact_acc48

◆ exact_acc80

struct exact_acc80

◆ exact_cacc48

struct exact_cacc48

◆ exact_cacc80

struct exact_cacc80

◆ int4_t

struct int4_t