Skip to content

bcornille/AVArray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVArray

Auto-Vectorizable Multidimensional Array Class

Compiling Performance Tests

>$ mkdir build && cd build
>$ cmake ../
>$ make perftest

Feedback on vectorization should be given on GNU, Clang, Intel, and Cray compilers. Specifying compiler can be done by prepending CC=<compiler> and CXX=<compiler> to the cmake command. Turning on optimizations may also require appending -DCMAKE_BUILD_TYPE=Release to the cmake command.

About

Auto-Vectorizable Multidimensional Array Class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages