Skip to content

Commit

Permalink
Add ipexrun support
Browse files Browse the repository at this point in the history
  • Loading branch information
Disty0 committed Nov 6, 2023
1 parent 3f2e573 commit a9cd3c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,14 @@ then
fi
export NEOReadDebugKeys=1
export ClDeviceGlobalMemSizeAvailablePercent=100
if [[ -z "$STARTUP_CMD" ]] && [[ -z "$DISABLE_IPEXRUN" ]]
then
STARTUP_CMD=ipexrun
if [[ -z "$STARTUP_CMD_ARGS" ]]
then
STARTUP_CMD_ARGS="--multi-task-manager taskset --memory-allocator jemalloc"
fi
fi
fi

#Set STARTUP_CMD as normal python if not specified
Expand Down

0 comments on commit a9cd3c9

Please sign in to comment.