mirror of
https://github.com/vladmandic/automatic
synced 2026-08-26 15:16:01 +02:00
Ipexrun use jemalloc
This commit is contained in:
@@ -99,7 +99,7 @@ then
|
||||
elif [[ "$@" == *"--use-ipex"* ]] && [[ -z "${first_launch}" ]] && [ -x "$(command -v ipexrun)" ] && [ -x "$(command -v sycl-ls)" ]
|
||||
then
|
||||
echo "Launching ipexrun launch.py..."
|
||||
exec ipexrun --multi-task-manager 'taskset' launch.py "$@"
|
||||
exec ipexrun --multi-task-manager 'taskset' --memory-allocator 'jemalloc' launch.py "$@"
|
||||
else
|
||||
echo "Launching launch.py..."
|
||||
exec "${python_cmd}" launch.py "$@"
|
||||
|
||||
+1
-1
Submodule wiki updated: 98e0a157af...32fa2e71ed
Reference in New Issue
Block a user