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

Fix Type Name Inconsistency & Typo in cpu_adam #6732

Merged
merged 5 commits into from
Nov 12, 2024

Conversation

xylian86
Copy link
Contributor

@xylian86 xylian86 commented Nov 8, 2024

There is a typing error & inconsistency in cpu-adam code, while not affecting functionality, impacts code readability. Specifically, the type name ds_params_percision_t contains a typo ('percision'), whereas the related type name ds_state_precision_t is spelled correctly. I think it is beneficial to fix this typo&inconsistency to improve code readability, maintainability and further development.
I have tested the corrected version of cpu_adam, and it compiles and runs successfully.

Compilation Log:
image

@loadams loadams requested review from hwchen2017, tjruwase and tohtana and removed request for awan-10 November 8, 2024 16:35
@loadams loadams added this pull request to the merge queue Nov 11, 2024
Merged via the queue into microsoft:master with commit 99e9cbe Nov 12, 2024
12 checks passed
@xylian86 xylian86 deleted the fix_typo_for_cpu-adam branch November 15, 2024 04:50
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.

4 participants