mlcommons / chakra

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

Solve attr[is_cpu_op] et_feeder parsing error #106

Closed XcodeRole closed 3 months ago

XcodeRole commented 3 months ago

Summary

Solve attr[is_cpu_op] et_feeder parsing error.

Test Plan

Additional Notes

is_cpuop in attr is of type int32, but attr.bool_val() is used to read it in et_feeder, which will cause parsing errors.

github-actions[bot] commented 3 months ago

MLCommons CLA bot:
Thank you very much for your submission, we really appreciate it. Before we can accept your contribution, we ask that you sign the MLCommons CLA (Apache 2). Please use this [Google form] (https://forms.gle/Ew1KkBVpyeJDuRw67) to initiate authorization. If you are from an MLCommons member organization, we will request that you be added to the CLA. If you are not from a member organization, we will email you a CLA to sign. For any questions, please contact support@mlcommons.org.
0 out of 1 committers have signed the MLCommons CLA.
:x: @XcodeRole
You can retrigger this bot by commenting recheck in this Pull Request

srinivas212 commented 3 months ago

@XcodeRole - we need the CLA to be signed before we can proceed. Kindly sign the CLA.

TaekyungHeo commented 3 months ago

Thank you for your contribution. This commit should have fixed the issue: https://github.com/mlcommons/chakra/commit/6e986600693259eb7f8e037f316d829d13dd4228