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.
- Host: GitHub
- URL: https://github.com/rocm/clang-ocl
- Owner: ROCm
- License: other
- Created: 2017-03-30T16:46:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T14:40:52.000Z (over 1 year ago)
- Last Synced: 2025-05-19T09:11:36.427Z (about 1 year ago)
- Language: CMake
- Size: 58.6 KB
- Stars: 27
- Watchers: 57
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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