AI Engine API User Guide (AIE) 2023.1
Loading...
Searching...
No Matches
utils.hpp File Reference

Utilities exposed to users. More...

Detailed Description

Utilities exposed to users.

#include <cstdio>
#include "aie.hpp"

Namespaces

namespace  aie
 
namespace  aie::detail
 

Macros

#define __AIE_API_UTILS__HPP__
 
#define AIE_API_CXX_VERSION   202002L
 

Functions

template<Accum Acc>
void aie::print (const Acc &acc, bool nl=false, const char *prefix=nullptr)
 
template<unsigned N>
void aie::print (const aie::mask< N > &m, bool nl=false, const char *prefix=nullptr)
 
template<typename T , unsigned Elems>
void aie::print (const aie::vector< T, Elems > &v, bool nl=false, const char *prefix=nullptr)
 
template<typename T >
void aie::detail::print_elem (const T &e)
 
template<typename T , unsigned Elems>
void aie::print_matrix (const aie::vector< T, Elems > &v, unsigned cols, const char *prefix=nullptr)
 

Macro Definition Documentation

◆ __AIE_API_UTILS__HPP__

#define __AIE_API_UTILS__HPP__

◆ AIE_API_CXX_VERSION

#define AIE_API_CXX_VERSION   202002L