FasTensor  1.0.0
Transform Supercomputing for AI
Macros | Functions
ft_example_base.cpp File Reference
#include <iostream>
#include <stdarg.h>
#include <vector>
#include <stdlib.h>
#include <time.h>
#include <random>
#include "ft.h"

Macros

#define S(O, TYPE)   static_cast<Array<TYPE> *>(O)
 

Functions

template<class T >
Stencil< float > udf_hello_world (const Stencil< T > &iStencil)
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ S

#define S (   O,
  TYPE 
)    static_cast<Array<TYPE> *>(O)

Function Documentation

◆ main()

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

◆ udf_hello_world()

template<class T >
Stencil<float> udf_hello_world ( const Stencil< T > &  iStencil)
inline