Skip to content

Commit

Permalink
Fix link stage for intel gpus
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Jul 9, 2024
1 parent e4ad73a commit f5cf674
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion plugins/local/gpu_intel/LIB
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
-lmkl_sycl -lsycl
-ltbb -lsycl -lmkl_sycl -lgpu -limf -lintlc -lstdc++

0 comments on commit f5cf674

Please sign in to comment.