update cmake instructions

This commit is contained in:
Max Lübke 2023-10-05 11:39:40 +02:00
parent 47331f9b00
commit ca136ac2e6

View File

@ -59,7 +59,9 @@ To generate Makefiles for AdaptiveCpp, you can follow these steps:
mkdir build && cd build
# Adjust the path to AdaptiveCpp and your target devices according to your system
cmake .. -DAdaptiveCpp_DIR=/opt/AdaptiveCpp/ROCm/lib/cmake/AdaptiveCpp -DACPP_TARGETS="omp.accelerated;hip.integrated-multipass;gfx90c"
cmake .. -DAdaptiveCpp_DIR=/opt/AdaptiveCpp/ROCm/lib/cmake/AdaptiveCpp \
-DACPP_TARGETS="omp.accelerated;hip.integrated-multipass;gfx90c" \
-DCMAKE_BUILD_TYPE="Release"
#+END_SRC
You can find more information about =ACPP_TARGETS= and the compilation process in