FasTensor  1.0.0
Transform Supercomputing for AI
Functions | Variables
ft_example_reduce.cpp File Reference
#include <iostream>
#include <stdarg.h>
#include <vector>
#include <stdlib.h>
#include "ft.h"

Functions

Stencil< float > udf_hist (const Stencil< float > &iStencil)
 
int main (int argc, char *argv[])
 

Variables

std::vector< unsigned long long > H_size = {4}
 
Array< float > * H
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ udf_hist()

Stencil<float> udf_hist ( const Stencil< float > &  iStencil)
inline

Variable Documentation

◆ H

Array<float>* H

◆ H_size

std::vector<unsigned long long> H_size = {4}