You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd
git clone https://github.com/KhronosGroup/OpenCL-Headers
cd OpenCL-Headers
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$PREFIX
cmake --build build --target install
cd ~
cd clpeak
cmake . -DCMAKE_CXX_COMPILER=clang++
make
The text was updated successfully, but these errors were encountered:
Saikatsaha1996
changed the title
Not issue information post.. clpeak on android termux successful
Clpeak termux problem...
Dec 9, 2022
git clone https://github.com/krrishnarraj/clpeak.git
ln -sf /system/vendor/lib64/libOpenCL.so /data/data/com.termux/files/usr/lib/libOpenCL.so
cd
git clone https://github.com/KhronosGroup/OpenCL-Headers
cd OpenCL-Headers
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=$PREFIX
cmake --build build --target install
cd ~
cd clpeak
cmake . -DCMAKE_CXX_COMPILER=clang++
make
The text was updated successfully, but these errors were encountered: