Skip to content

Fix Bad Substitution Error#22737

Open
dogunbound wants to merge 1 commit intoggml-org:masterfrom
dogunbound:fixBadSubError
Open

Fix Bad Substitution Error#22737
dogunbound wants to merge 1 commit intoggml-org:masterfrom
dogunbound:fixBadSubError

Conversation

@dogunbound
Copy link
Copy Markdown

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.

Overview

Additional information

Requirements

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.
@github-actions github-actions Bot added examples SYCL https://en.wikipedia.org/wiki/SYCL - GPU programming language labels May 6, 2026
@dogunbound
Copy link
Copy Markdown
Author

You can just merge the changes if they look good. Nothing crazy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

examples SYCL https://en.wikipedia.org/wiki/SYCL - GPU programming language

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant