-
Notifications
You must be signed in to change notification settings - Fork 683
Compare full key value when retrieving named data #14165
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/14165
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 Cancelled Jobs, 2 Pending, 3 Unrelated FailuresAs of commit bf92de2 with merge base 8a0a25b ( CANCELLED JOBS - The following jobs were cancelled. Please retry:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D82129824 |
This PR needs a
|
Summary: Compare full input key value when retrieving named data. Previous implementation iterates through the key values, comparing the input key value up to the length of the iterated key value length. This causes wrong data access when there is a key before this value and has partial match in the front part, e.g., "delegate_1" and "delegate_10". Differential Revision: D82129824
c22f51d
to
6c8ab6b
Compare
This pull request was exported from Phabricator. Differential Revision: D82129824 |
Summary: Pull Request resolved: pytorch#14165 Compare full input key value when retrieving named data. Previous implementation iterates through the key values, comparing the input key value up to the length of the iterated key value length. This causes wrong data access when there is a key before this value and has partial match in the front part, e.g., "delegate_1" and "delegate_10". Differential Revision: D82129824
6c8ab6b
to
f3fd39f
Compare
Summary: Compare full input key value when retrieving named data. Previous implementation iterates through the key values, comparing the input key value up to the length of the iterated key value length. This causes wrong data access when there is a key before this value and has partial match in the front part, e.g., "delegate_1" and "delegate_10". Differential Revision: D82129824
f3fd39f
to
7878266
Compare
Summary: Compare full input key value when retrieving named data. Previous implementation iterates through the key values, comparing the input key value up to the length of the iterated key value length. This causes wrong data access when there is a key before this value and has partial match in the front part, e.g., "delegate_1" and "delegate_10". Reviewed By: lucylq Differential Revision: D82129824
7878266
to
c543147
Compare
This pull request was exported from Phabricator. Differential Revision: D82129824 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D82129824 |
Summary: Pull Request resolved: pytorch#14165 Compare full input key value when retrieving named data. Previous implementation iterates through the key values, comparing the input key value up to the length of the iterated key value length. This causes wrong data access when there is a key before this value and has partial match in the front part, e.g., "delegate_1" and "delegate_10". Reviewed By: lucylq Differential Revision: D82129824
c543147
to
04730bc
Compare
Summary: Compare full input key value when retrieving named data. Previous implementation iterates through the key values, comparing the input key value up to the length of the iterated key value length. This causes wrong data access when there is a key before this value and has partial match in the front part, e.g., "delegate_1" and "delegate_10". Reviewed By: lucylq Differential Revision: D82129824
04730bc
to
780acf8
Compare
This pull request was exported from Phabricator. Differential Revision: D82129824 |
Summary: Compare full input key value when retrieving named data. Previous implementation iterates through the key values, comparing the input key value up to the length of the iterated key value length. This causes wrong data access when there is a key before this value and has partial match in the front part, e.g., "delegate_1" and "delegate_10". Reviewed By: lucylq Differential Revision: D82129824
fb821f2
to
b49a436
Compare
This pull request was exported from Phabricator. Differential Revision: D82129824 |
Summary: Compare full input key value when retrieving named data. Previous implementation iterates through the key values, comparing the input key value up to the length of the iterated key value length. This causes wrong data access when there is a key before this value and has partial match in the front part, e.g., "delegate_1" and "delegate_10". Reviewed By: lucylq Differential Revision: D82129824
b49a436
to
bf92de2
Compare
This pull request was exported from Phabricator. Differential Revision: D82129824 |
Differential Revision: D82129824 Pull Request resolved: pytorch#14165
Summary:
Compare full input key value when retrieving named data.
Previous implementation iterates through the key values, comparing the input key value up to the length of the iterated key value length. This causes wrong data access when there is a key before this value and has partial match in the front part, e.g., "delegate_1" and "delegate_10".
Differential Revision: D82129824