Skip to content

Commit 83732ef

Browse files
committed
target cortex-a53
1 parent 9c99f6e commit 83732ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/ci-images/manylinux_2_28_aarch64/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
#
5252
cmake \
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

0 commit comments

Comments
 (0)