![]() |
FasTensor
1.0.0
Transform Supercomputing for AI
|
Macros | |
| #define | INPUT_CHK_ROWS 4 |
| #define | INPUT_CHK_COLS 4 |
| #define | OUTPUT_VEC_ROWS 2 |
| #define | OUTPUT_VEC_COLS 2 |
Functions | |
| Stencil< std::vector< float > > | udf_vector_2d (const Stencil< float > &iStencil) |
| UDF to support output of 2D vector. More... | |
| int | main (int argc, char *argv[]) |
| #define INPUT_CHK_COLS 4 |
| #define INPUT_CHK_ROWS 4 |
| #define OUTPUT_VEC_COLS 2 |
| #define OUTPUT_VEC_ROWS 2 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
UDF to support output of 2D vector.
| iStencil | : input stencil |