mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-22 12:23:43 +01:00
Fix link stage for intel gpus
This commit is contained in:
parent
e4ad73a87e
commit
f5cf674d7b
4
configure
vendored
4
configure
vendored
@ -117,12 +117,12 @@ done
|
|||||||
# Handle GPU acceleration
|
# Handle GPU acceleration
|
||||||
rm -f ${QP_ROOT}/src/gpu_arch
|
rm -f ${QP_ROOT}/src/gpu_arch
|
||||||
case "$GPU" in
|
case "$GPU" in
|
||||||
amd) # Nvidia
|
amd) # AMD
|
||||||
echo "Activating AMD GPU acceleration"
|
echo "Activating AMD GPU acceleration"
|
||||||
ln -s ${QP_ROOT}/plugins/local/gpu_amd ${QP_ROOT}/src/gpu_arch
|
ln -s ${QP_ROOT}/plugins/local/gpu_amd ${QP_ROOT}/src/gpu_arch
|
||||||
;;
|
;;
|
||||||
intel) # Intel
|
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
|
ln -s ${QP_ROOT}/plugins/local/gpu_intel ${QP_ROOT}/src/gpu_arch
|
||||||
;;
|
;;
|
||||||
nvidia) # Nvidia
|
nvidia) # Nvidia
|
||||||
|
@ -1 +1,2 @@
|
|||||||
-lmkl_sycl -lsycl
|
-ltbb -lsycl -lmkl_sycl -lgpu -limf -lintlc -lstdc++
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user