-
Notifications
You must be signed in to change notification settings - Fork 722
executorch/backends/cadence/reference/operators/quantized_layer_norm.cpp: fix a few format mismatches via static_cast<int>() #6322
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6322
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 121223e with merge base 6669e18 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D64519629 |
…cpp: fix a few format mismatches via static_cast<int>() (pytorch#6322) Summary: Avoids a few errors like the following: executorch/backends/cadence/reference/operators/quantize_per_tensor.cpp:47:55: error: format specifies type 'char' but the argument has type 'ScalarType' [-Werror,-Wformat] Reviewed By: zonglinpeng, mcremon-meta Differential Revision: D64519629
6dfa59f to
780660e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64519629 |
…cpp: fix a few format mismatches via static_cast<int>() (pytorch#6322) Summary: Avoids a few errors like the following: executorch/backends/cadence/reference/operators/quantize_per_tensor.cpp:47:55: error: format specifies type 'char' but the argument has type 'ScalarType' [-Werror,-Wformat] Reviewed By: tarun292, zonglinpeng, mcremon-meta Differential Revision: D64519629
780660e to
74112f7
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64519629 |
…cpp: fix a few format mismatches via static_cast<int>() (pytorch#6322) Summary: Avoids a few errors like the following: executorch/backends/cadence/reference/operators/quantize_per_tensor.cpp:47:55: error: format specifies type 'char' but the argument has type 'ScalarType' [-Werror,-Wformat] Reviewed By: tarun292, zonglinpeng, mcremon-meta Differential Revision: D64519629
74112f7 to
dd7710c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64519629 |
…cpp: fix a few format mismatches via static_cast<int>() (pytorch#6322) Summary: Avoids a few errors like the following: executorch/backends/cadence/reference/operators/quantize_per_tensor.cpp:47:55: error: format specifies type 'char' but the argument has type 'ScalarType' [-Werror,-Wformat] Reviewed By: tarun292, zonglinpeng, mcremon-meta Differential Revision: D64519629
dd7710c to
9bd61a2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64519629 |
…cpp: fix a few format mismatches via static_cast<int>() (pytorch#6322) Summary: Avoids a few errors like the following: executorch/backends/cadence/reference/operators/quantize_per_tensor.cpp:47:55: error: format specifies type 'char' but the argument has type 'ScalarType' [-Werror,-Wformat] Reviewed By: tarun292, zonglinpeng, mcremon-meta Differential Revision: D64519629
9bd61a2 to
44b2ad2
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64519629 |
…cpp: fix a few format mismatches via static_cast<int>() (pytorch#6322) Summary: Avoids a few errors like the following: executorch/backends/cadence/reference/operators/quantize_per_tensor.cpp:47:55: error: format specifies type 'char' but the argument has type 'ScalarType' [-Werror,-Wformat] Reviewed By: tarun292, zonglinpeng, mcremon-meta Differential Revision: D64519629
44b2ad2 to
121223e
Compare
|
This pull request was exported from Phabricator. Differential Revision: D64519629 |
|
This pull request has been merged in a835e03. |
Summary:
Avoids a few errors like the following:
executorch/backends/cadence/reference/operators/quantize_per_tensor.cpp:47:55: error: format specifies type 'char' but the argument has type 'ScalarType' [-Werror,-Wformat]
Reviewed By: zonglinpeng
Differential Revision: D64519629