apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators
https://tvm.apache.org/
Apache License 2.0
11.67k stars 3.45k forks source link

[picojson] Let objects be ordered when serializing #17027

Closed Ubospica closed 4 months ago

Ubospica commented 4 months ago

This PR changes the serialization logic of objects to follow the insertion order of elements to keep the output consistent across different platforms.