Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
ARM Backend using ruy for fp32 and int8 #79
ARM Backend using ruy for fp32 and int8 #79
Changes from 15 commits
79d7b33
2ac7cbc
93b841b
9674973
f3e7818
5250b9e
26d3ba2
b7969b0
b271b70
efa5a85
179f239
0d189c8
8951261
49beb50
3cf85f7
4edc8ef
a414b60
e2069bf
1b4049a
e522e6c
90858a5
557de0c
d10009f
3a37966
418a7ce
b7412c3
071e0d4
ec886bd
4df1998
1defce6
c4be980
b181847
6e4c561
53636cf
be9e153
876a915
d399a35
06b6dd9
e310f73
3bf1133
5c8b1d2
9dd1eff
b055c11
d006196
39b7237
3a6c515
46db01b
63fea9a
82a15e1
4a8c0da
e17a5dd
3c8a149
800402c
9d648d0
d19a312
1b38e01
9027ea4
a0ee527
6285f28
8895fda
c6c3ac6
3baf620
aa1842c
8eae08b
9a541c4
4b80399
ac8de91
38b608a
86c8d44
861e31d
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
What warning was introduced that made removal of
-Werror
necessary?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.
-Werror
, this is what made me remove it. jerinphilip/marian@e1c3f7a
(#4)Do I do https://stackoverflow.com/a/3308675/4565794 to get around this? I can break it and get around it by something with the headers, I hope. Upstream appears to want to keep
-Werror
(marian-nmt#598 (comment)).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.
We should keep
-Werror
and the solution you linked is acceptable as it documents exactly which warnings have been disabled and ties them to a particular header. To me, this satisfies the "OK to disable warnings in 3rd-party code after checking them once" from upstream.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.
For the record: https://godbolt.org/z/6Mzhc1Tqq