File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.ci/ci-images/manylinux_2_28_aarch64 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ git clone \
4747#
4848# * -DCMAKE_{C,CXX}_COMPILER: DEVTOOLSET_ROOTPATH is where manylinux puts the gcc toolset
4949# * -DENABLE_ICD=ON: select appropriate OpenCL platform at runtime (https://github.com/pocl/pocl/blob/013d2f19f4e8f2e0fd9aedcb70117d6dcc737aa9/doc/sphinx/source/using.rst#installable-client-driver-icd)
50- # * -DLLC_HOST_CPU="generic ": passed to clang's -march/-mcpu flag.
50+ # * -DLLC_HOST_CPU="cortex-a53 ": passed to clang's -march/-mcpu flag, which is like "support a bunch of Arm CPUs" .
5151#
5252cmake \
5353 -B pocl/build \
@@ -66,7 +66,7 @@ cmake \
6666 -DENABLE_TESTS=OFF \
6767 -DENABLE_VALGRIND=OFF \
6868 -DINSTALL_OPENCL_HEADERS=OFF \
69- -DLLC_HOST_CPU=generic \
69+ -DLLC_HOST_CPU=cortex-a53 \
7070 -DPOCL_DEBUG_MESSAGES=OFF \
7171 -DPOCL_INSTALL_ICD_VENDORDIR=/etc/OpenCL/vendors
7272
You can’t perform that action at this time.
0 commit comments