Skip to content

steckdenis/Clover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The best way to compile is to use out of src build, like such:

mkdir some/path/build
cd some/path/build
cmake /home/user/projects/clover
make

That should be it. If your Clang is installed to a different location than LLVM, then define CLANG_INCLUDE_DIR and CLANG_LIB_DIR like so: -DCLANG_INCLUDE_DIR=/opt/clang/include -DCLANG_LIB_DIR=/opt/clang/lib

About

[MOVED TO FREEDESKTOP] OpenCL state tracker based on Gallium3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published