This example show how to setup basic environment for FasTensor .
- Author
- Bin Dong (dbin@.nosp@m.lbl..nosp@m.gov)
- Version
- 0.1
- Date
- 2021-05-28
- Copyright
- Copyright (c) 2021
using namespace std;
int main(
int argc,
char *argv[])
{
cout << "Hello word!" << endl;
return 0;
}
#define AU_Init(argc, argv)
Definition: ft.h:112
#define AU_Finalize()
Definition: ft.h:113
int main(int argc, char *argv[])
Definition: ft_example_hello_world.cpp:96
Definition: ft_array.h:113