An open API service indexing awesome lists of open source software.

https://github.com/rocm/clang-ocl

OpenCL compilation with clang compiler.
https://github.com/rocm/clang-ocl

Last synced: 5 months ago
JSON representation

OpenCL compilation with clang compiler.

Awesome Lists containing this project

README

          

**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