Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL] Add a space between the string and the variable to supress a cmake warning #9133

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

qnixsynapse
Copy link
Contributor

@qnixsynapse qnixsynapse commented Aug 22, 2024

Lack of this space create a cmake warning:

image

The warning is due to the lack of whitespace between the string and the variable in this line:

message("-- DNNL found: ${DNNL_FOUND}")

I did brought that up while reviewing #9091 but it was ignored for some reason. So, I am opening a PR here.

This change ensures that the CMake syntax is properly followed, eliminating unnecessary warnings during the build process.

cc: @airMeng I couldn't add you as a reviewer here so, mentioning you here...

Copy link
Collaborator

@airMeng airMeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch

@airMeng airMeng merged commit 11b84eb into ggerganov:master Aug 22, 2024
52 checks passed
@qnixsynapse qnixsynapse deleted the patch-2 branch August 23, 2024 03:31
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Nov 15, 2024
arthw pushed a commit to arthw/llama.cpp that referenced this pull request Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants