We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b65ae3 commit c95fa36Copy full SHA for c95fa36
ci/run.sh
@@ -52,7 +52,10 @@ if [ ! -z ${GG_BUILD_SYCL} ]; then
52
echo "source /opt/intel/oneapi/setvars.sh"
53
exit 1
54
fi
55
-
+ # Use only main GPU
56
+ export ONEAPI_DEVICE_SELECTOR="level_zero:0"
57
+ # Enable sysman for correct memory reporting
58
+ export ZES_ENABLE_SYSMAN=1
59
CMAKE_EXTRA="${CMAKE_EXTRA} -DGGML_SYCL=1 -DCMAKE_C_COMPILER=icx -DCMAKE_CXX_COMPILER=icpx -DGGML_SYCL_F16=ON"
60
61
0 commit comments