Skip to content

How to support linux-aarch64? #205

@yangxingyu588

Description

@yangxingyu588

The following error is reported during compilation on the ARM:

CMake Warning (dev) at libhmsbeagle/GPU/CMakeLists.txt:9 (find_package):
  Policy CMP0146 is not set: The FindCUDA module is removed.  Run "cmake
  --help-policy CMP0146" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.

This warning is for project developers.  Use -Wno-dev to suppress it.

CUDA_TOOLKIT_ROOT_DIR not found or specified
In file included from /root/anaconda3/envs/kallisto/conda-bld/beagle-lib_1695610141976/work/libhmsbeagle/CPU/BeagleCPU4StateSSEImpl.hpp:34,
                 from /root/anaconda3/envs/kallisto/conda-bld/beagle-lib_1695610141976/work/libhmsbeagle/CPU/BeagleCPU4StateSSEImpl.h:338,
                 from /root/anaconda3/envs/kallisto/conda-bld/beagle-lib_1695610141976/work/libhmsbeagle/CPU/BeagleCPUSSEPlugin.cpp:9:
/root/anaconda3/envs/kallisto/conda-bld/beagle-lib_1695610141976/work/libhmsbeagle/CPU/SSEDefinitions.h:62:33: fatal error: emmintrin.h: No such file or directory
   62 | #                       include <emmintrin.h>
      |                                 ^~~~~~~~~~~~~
compilation terminated.
make[2]: *** [libhmsbeagle/CPU/CMakeFiles/hmsbeagle-cpu-sse.dir/build.make:76: libhmsbeagle/CPU/CMakeFiles/hmsbeagle-cpu-sse.dir/BeagleCPUSSEPlugin.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:225: libhmsbeagle/CPU/CMakeFiles/hmsbeagle-cpu-sse.dir/all] Error 2
make: *** [Makefile:166: all] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions