You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 14%] Building C object CMakeFiles/HYPRE.dir/lapack/dsygst.c.o
[ 14%] Building C object CMakeFiles/HYPRE.dir/lapack/dsygv.c.o
[ 14%] Building C object CMakeFiles/HYPRE.dir/lapack/dsytd2.c.o
[ 14%] Building C object CMakeFiles/HYPRE.dir/lapack/dsytrd.c.o
[ 14%] Building C object CMakeFiles/HYPRE.dir/lapack/dtrti2.c.o
[ 15%] Building C object CMakeFiles/HYPRE.dir/lapack/dtrtri.c.o
[ 15%] Building C object CMakeFiles/HYPRE.dir/lapack/ieeeck.c.o
[ 15%] Building C object CMakeFiles/HYPRE.dir/lapack/ilaenv.c.o
[ 15%] Building C object CMakeFiles/HYPRE.dir/lapack/lsame.c.o
[ 15%] Building C object CMakeFiles/HYPRE.dir/lapack/xerbla.c.o
[ 15%] Building CXX object CMakeFiles/HYPRE.dir/utilities/HYPRE_handle.c.o
clang-16: warning: treating 'c' input as 'c++' when -fsycl is used [-Wexpected-file-type]
[ 16%] Building C object CMakeFiles/HYPRE.dir/utilities/HYPRE_version.c.o
[ 16%] Building C object CMakeFiles/HYPRE.dir/utilities/amg_linklist.c.o
[ 16%] Building C object CMakeFiles/HYPRE.dir/utilities/binsearch.c.o
[ 16%] Building C object CMakeFiles/HYPRE.dir/utilities/exchange_data.c.o
[ 16%] Building C object CMakeFiles/HYPRE.dir/utilities/F90_HYPRE_error.c.o
[ 16%] Building C object CMakeFiles/HYPRE.dir/utilities/F90_HYPRE_general.c.o
[ 16%] Building C object CMakeFiles/HYPRE.dir/utilities/fortran_matrix.c.o
[ 17%] Building C object CMakeFiles/HYPRE.dir/utilities/ap.c.o
[ 17%] Building C object CMakeFiles/HYPRE.dir/utilities/log.c.o
[ 17%] Building C object CMakeFiles/HYPRE.dir/utilities/complex.c.o
[ 17%] Building CXX object CMakeFiles/HYPRE.dir/utilities/device_utils.c.o
clang-16: warning: treating 'c' input as 'c++' when -fsycl is used [-Wexpected-file-type]
In file included from /home/wzy/ECP/hypre/src/utilities/device_utils.c:8:
/home/wzy/ECP/hypre/src/utilities/_hypre_onedpl.hpp:18:10: fatal error: 'oneapi/dpl/execution' file not found
#include <oneapi/dpl/execution>
^~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: *** [CMakeFiles/HYPRE.dir/build.make:1588: CMakeFiles/HYPRE.dir/utilities/device_utils.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:439: CMakeFiles/HYPRE.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Does hypre support sycl-toolchain with AMD platform ?
SYCL builds targeting AMD or NVIDIA GPUs are currently not supported in hypre. To build hypre for gfx906 AMD cards, you would need to use autotools' configure:
My cmake command line is
It occured error when make command execute.
Does hypre support sycl-toolchain with AMD platform ?
@victorapm
The text was updated successfully, but these errors were encountered: