crocodiletongue
Results
2
comments of
crocodiletongue
I have succeeded in compiling pocl to libOpenCL.a with the following cmake command to link it directly to an OpenCL application without icd loader ``` cmake -DLLC_TRIPLE=aarch64-linux-gnu -DLLC_HOST_CPU=cortex-a53 -DWITH_LLVM_CONFIG=../../clang+llvm-9.0.1-aarch64-linux-gnu_kai/bin/llvm-config -DCMAKE_TOOLCHAIN_FILE=../Toolchain_s32v.cmake...
>May i ask what are you trying to do? I want to execute the pocl and an OpenCL CPU device code (kernel.cl) on ARM CPU board. So I want do...