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

Encode is_cpu_op as a boolean value in the converter #114

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

TaekyungHeo
Copy link
Contributor

@TaekyungHeo TaekyungHeo commented Jul 1, 2024

Summary

Encode is_cpu_op as a boolean value in the converter. Previously, the converter encoded is_cpu_op as an int32_t, which led to a bug in the parsing logic and the CI pipelines. This PR fixes the bug and correctly encodes is_cpu_op as a boolean value.

Test Plan

  1. CI pipeline passes.
  2. Confirmed with Idan at NVIDIA

@TaekyungHeo TaekyungHeo requested a review from a team as a code owner July 1, 2024 09:49
Copy link

github-actions bot commented Jul 1, 2024

MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅

@TaekyungHeo TaekyungHeo added the bug Something isn't working label Jul 1, 2024
@TaekyungHeo TaekyungHeo marked this pull request as draft July 1, 2024 10:49
@TaekyungHeo TaekyungHeo force-pushed the feeder-bug-fix branch 2 times, most recently from 4ed5bc9 to 8109eac Compare July 1, 2024 11:55
@TaekyungHeo TaekyungHeo changed the title Use uint32_t for is_cpu_op in the feeder Encode is_cpu_op as a boolean value in the converter Jul 1, 2024
@TaekyungHeo TaekyungHeo marked this pull request as ready for review July 1, 2024 12:45
@TaekyungHeo TaekyungHeo force-pushed the feeder-bug-fix branch 2 times, most recently from 32ab6b4 to 5f8a3b6 Compare July 2, 2024 10:44
@srinivas212 srinivas212 merged commit 5143d92 into main Jul 2, 2024
10 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Jul 2, 2024
@TaekyungHeo TaekyungHeo deleted the feeder-bug-fix branch July 2, 2024 17:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants