AI Engine API User Guide (AIE) 2022.2
aie::detail::mmul_32_32< 4, 4, 1, float, float, 32 > Struct Reference

#include <mmul_32_32.hpp>

Inheritance diagram for aie::detail::mmul_32_32< 4, 4, 1, float, float, 32 >:
aie::detail::mmul_common< 4, 4, 1, float, float > aie::detail::C_block_larger_internal< float, float, 32, 4, 2 >

Public Types

using accum_type = accum< accum_class_for_mul_types_v< float, float >, AccumBits, Elems >
 
using internal_accum_type = accum< accum_class_for_mul_types_v< float, float >, AccumBits, Elems *Ratio >
 
using vector_A_type = vector< float, 16 >
 
using vector_B_type = vector< float, 4 >
 

Public Member Functions

void mac (const vector_A_type &a, bool a_sign, const vector_B_type &b, bool b_sign)
 
void mul (const vector_A_type &a, bool a_sign, const vector_B_type &b, bool b_sign)
 
 operator accum_type () const
 
accum_type to_accum () const
 
vector< T, Elems > to_vector (int shift=0) const
 
vector< T, Elems > to_vector_sign (bool v_sign, int shift=0) const
 

Public Attributes

internal_accum_type data
 
bool zero
 

Static Public Attributes

static constexpr unsigned K
 
static constexpr unsigned M
 
static constexpr unsigned N
 

The documentation for this struct was generated from the following file: