Fix missing export typo in linux quickstart (#10750)
This commit is contained in:
parent
486df2764a
commit
47622c6a92
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ To use GPU acceleration on Linux, several environment variables are required or
|
||||||
# Recommended Environment Variables for optimal performance
|
# Recommended Environment Variables for optimal performance
|
||||||
export USE_XETLA=OFF
|
export USE_XETLA=OFF
|
||||||
export SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1
|
export SYCL_PI_LEVEL_ZERO_USE_IMMEDIATE_COMMANDLISTS=1
|
||||||
SYCL_CACHE_PERSISTENT=1
|
export SYCL_CACHE_PERSISTENT=1
|
||||||
|
|
||||||
.. tab:: Intel Data Center GPU Max
|
.. tab:: Intel Data Center GPU Max
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue