Skip to content

ychen306/vegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build

You need cmake to build VeGen. VeGen depends on LLVM, and therefore you will also need the same compiler that you used to compile LLVM to build VeGen for ABI compatibility.

export CXX=<the same c++ compiler you used to build llvm>
mkdir build
cd build
cmake $path_to_vegen

To use

After building VeGen, you can in principle use vegen-clang and vegen-clang++ as a drop-in replacement for clang.

Directory structure

/gslp (gslp stands for Generalized SLP) contains the vectorization heuristic and the code generation implementation. /sema contains the semantics handling logic. /gslp/target-sema and gslp/target-wrappers contains the code generated from /sema.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published