FLAMES 0.1.0
Matrix-Empowered HLS Library
sort.hpp File Reference

Sorting for FLAMES. More...

#include "core.hpp"
Include dependency graph for sort.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  flames
 Namespace for the FLAMES library.
 

Functions

template<typename V >
static void flames::mergeSort (V &vec)
 
template<typename V1 , typename V2 >
static void flames::mergeSort (const V1 &in, V2 &out)
 
template<typename V >
static void flames::sort (V &vec)
 
template<typename V1 , typename V2 >
static void flames::sort (const V1 &in, V2 &out)
 
template<typename T , typename I >
static void flames::argmax_4_2 (T in1, T in2, T in3, T in4, I i_in1, I i_in2, I i_in3, I i_in4, T &out1, T &out2, I &i_out1, I &i_out2, bool sorted=false)
 

Detailed Description

Sorting for FLAMES.

Author
Wuqiong Zhao (me@wq.nosp@m.zhao.nosp@m..org), et al.
Version
0.1.0
Date
2023-07-15