clang-ocl OpenCL compilation with clang compiler. Installation To install with cmake just run: mkdir build cd build cmake .. cmake --build . --target install Releases56 rocm-6.1.2Latest Jun 4, 2024 + 55 releases
OpenCL compilation with clang compiler. Contribute to ROCm/clang-ocl development by creating an account on GitHub.
Build errors ROCm/ROCm-Device-Libs#54 Closed Author behindthepixels commented Jan 16, 2018 I have tried switching to use R9 Fury, whose compiling target is gfx803 according to: https://llvm.org/docs/AMDGPUUsage.html, and it matches with the parameter in my clang-ocl script. However I...