mlcommons / chakra

Repository for MLCommons Chakra schema and tools
https://mlcommons.org/working-groups/research/chakra/
Apache License 2.0
45 stars 17 forks source link

Encode is_cpu_op as a boolean value in the converter #114

Closed TaekyungHeo closed 23 hours ago

TaekyungHeo commented 2 days ago

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
github-actions[bot] commented 2 days ago

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