]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
sycl : fix test script (#22737)
authorShane Tran Whitmire <redacted>
Thu, 7 May 2026 05:25:57 +0000 (00:25 -0500)
committerGitHub <redacted>
Thu, 7 May 2026 05:25:57 +0000 (08:25 +0300)
commitcfff1fc3003239cfe00aca031345107687d30d7b
treee8dadf2dfaf3b8bb4eba4ac76fa8ae1d6acf1359
parent3980e04d5a374da025e1942eb1043ac2f33e6a9a
sycl : fix test script (#22737)

The error:
./examples/sycl/test.sh: line 122: level_zero:${$GGML_SYCL_DEVICE}: bad
substitution

was thrown whenever the user used this command:
./examples/sycl/test.sh -mg 0

Fix is to get rid of a dollar sign.
examples/sycl/test.sh