Fix missing export typo in linux quickstart (#10750)

This commit is contained in:
Kai Huang 2024-04-15 14:16:40 +08:00 committed by GitHub
parent 486df2764a
commit 47622c6a92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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