Skip to content

ROCm/clang-ocl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: As of December 2023, this project is deprecated and will be archived in the near future

clang-ocl

OpenCL compilation with clang compiler.

Installation

To install with cmake just run:

mkdir build
cd build
cmake ..
cmake --build . --target install