-
Notifications
You must be signed in to change notification settings - Fork 1k
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
all: align header guards to file names #2934
base: main
Are you sure you want to change the base?
Conversation
c4bb047
to
f53aef5
Compare
ae93790
to
4b844df
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking care of this.
Would be nice to get a script that checks that and enforces the policy through the GH Actions...
4b844df
to
cf69a55
Compare
Of course I am not doing these things by hand... :) I can add it if there is value in it. |
cf69a55
to
99bc076
Compare
264fa04
to
9ba2b54
Compare
@vpirogov, would you find some value in such solution? |
c662775
to
e734b08
Compare
5f17b3c
to
0bc30f1
Compare
0bc30f1
to
f6c3e88
Compare
make test |
Updates header guards to align them with file name, adds missing header guards, and replaces one instance of #pragma once.
make test
andmake test_benchdnn_*
) pass locally for each commit?