FasTensor
1.0.0
Transform Supercomputing for AI
|
#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[]) |
#define S | ( | O, | |
TYPE | |||
) | static_cast<Array<TYPE> *>(O) |
int main | ( | int | argc, |
char * | argv[] | ||
) |