1 Star 0 Fork 0

上海清华国际创新中心 / pocl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.ARM 684 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michal Babej 提交于 2020-09-24 10:40 . Fix #841
pocl builds (as of Aug 2017) on ODROID XU3 and ODROID C2
but some tests fail.
How to build:
* get a clang / llvm. DO NOT use the ones downloaded from llvm.org, they only work
on the distro where they were compiled. Ubuntu LTS these days ships multiple llvm
versions even quite recent ones; get the clang+llvm from your distro's packages.
* read the pocl install/build instructions in docs
* LLVM will likely not recognize your cpu, and running cmake will give you a warning.
run cmake with -DLLC_HOST_CPU=<yourcpu>. "yourcpu" must be something LLVM recognizes,
usually it's simply "cortex-aXX" like cortex-a15 etc. You can get the full list by
running `llc -mcpu=help`.
C
1
https://gitee.com/tsinghua-sh/pocl.git
git@gitee.com:tsinghua-sh/pocl.git
tsinghua-sh
pocl
pocl
master

搜索帮助