10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-07-22 10:47:38 +02:00

Fix link stage for intel gpus

This commit is contained in:
Anthony Scemama 2024-07-09 23:04:22 +02:00
parent e4ad73a87e
commit f5cf674d7b
2 changed files with 4 additions and 3 deletions

4
configure vendored
View File

@ -117,12 +117,12 @@ done
# Handle GPU acceleration
rm -f ${QP_ROOT}/src/gpu_arch
case "$GPU" in
amd) # Nvidia
amd) # AMD
echo "Activating AMD GPU acceleration"
ln -s ${QP_ROOT}/plugins/local/gpu_amd ${QP_ROOT}/src/gpu_arch
;;
intel) # Intel
echo "Activating Intel GPU acceleration"
echo "Activating Intel GPU acceleration (EXPERIMENTAL)"
ln -s ${QP_ROOT}/plugins/local/gpu_intel ${QP_ROOT}/src/gpu_arch
;;
nvidia) # Nvidia

View File

@ -1 +1,2 @@
-lmkl_sycl -lsycl
-ltbb -lsycl -lmkl_sycl -lgpu -limf -lintlc -lstdc++