Package Details: adaptivecpp-git 25.02.0.r88.g081b5d3-1

Git Clone URL: https://aur.archlinux.org/adaptivecpp-git.git (read-only, click to copy)
Package Base: adaptivecpp-git
Description: A modern, community-driven platform for C++-based heterogeneous programming models targeting CPUs and GPUs from all major vendors.
Upstream URL: https://github.com/AdaptiveCpp/AdaptiveCpp
Licenses: BSD-2-Clause
Conflicts: adaptivecpp
Submitter: dreieck
Maintainer: solanki
Last Packager: solanki
Votes: 5
Popularity: 0.000263
First Submitted: 2024-02-08 13:18 (UTC)
Last Updated: 2025-07-07 22:00 (UTC)

Latest Comments

« First ‹ Previous 1 2

Meteorhead commented on 2020-02-02 11:41 (UTC)

The package fails to build on a minty fresh install of Manjaro 18. Upon trying to install from the stock Pacman GUI, I get this error in the build logs:

[ 65%] Building CXX object src/libhipSYCL/CMakeFiles/hipSYCL_cpu.dir/queue.cpp.o
cd /var/tmp/pamac-build-mnagy/hipsycl-rocm-git/src/hipSYCL/build/src/libhipSYCL && /var/tmp/pamac-build-mnagy/hipsycl-rocm-git/src/hipSYCL/bin/syclcc-clang  -DHIPSYCL_DEBUG_LEVEL=1 -DhipSYCL_cpu_EXPORTS -I/var/tmp/pamac-build-mnagy/hipsycl-rocm-git/src/hipSYCL/include -I/var/tmp/pamac-build-mnagy/hipsycl-rocm-git/src/hipSYCL/contrib/hipCPU/include  -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -O3 -DNDEBUG -fPIC   --hipsycl-platform=cpu --hipsycl-bootstrap --hipsycl-config-file=/var/tmp/pamac-build-mnagy/hipsycl-rocm-git/src/hipSYCL/build/syclcc.json -std=c++14 -o CMakeFiles/hipSYCL_cpu.dir/queue.cpp.o -c /var/tmp/pamac-build-mnagy/hipsycl-rocm-git/src/hipSYCL/src/libhipSYCL/queue.cpp
clang-9: error: no such file or directory: 'hip.amdgcn.bc'
clang-9: error: no such file or directory: 'opencl.amdgcn.bc'
...

Plus hordes of other .bc files missing. Is there a missing dependency on the package? Are build flags wrong?

foxcub commented on 2019-12-04 18:21 (UTC)

This has stopped working for me for some reason, but the fix turned out to be simple: replace -DCMAKE_CXX_FLAGS="--cuda-path=/opt/cuda-9.2 -L/opt/cuda-9.2/lib64" with -DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda-9.2

illuhad commented on 2019-07-14 09:57 (UTC) (edited on 2019-07-14 09:58 (UTC) by illuhad)

Does it stop because of missing CUDA? I would expect it to mention that it cannot find CUDA, but not to stop the compilation. The reason it does that is that it tries to enable any backends that it can, so if CUDA were installed as well it would also automatically enable the CUDA backend. That's why it checks if there's CUDA installed.

steinbuch commented on 2019-05-14 20:34 (UTC)

I have an AMD GPU and so only ROCm. Do you why this hipsycl version still complains about missing CUDA?

CUDA_TOOLKIT_ROOT_DIR not found or specified -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY)