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

[aot] Remove unused AotDataConverter #7799

Merged
merged 1 commit into from
Apr 13, 2023

Conversation

lin-hitonami
Copy link
Contributor

@lin-hitonami lin-hitonami commented Apr 13, 2023

Issue: #

Brief Summary

🤖 Generated by Copilot at cc28232

Remove AotDataConverter class and simplify AOT module format. This class was used to convert between different data structures for AOT modules, but it is no longer needed as the source structure now uses protobuf messages. This change makes the AOT module format more consistent and portable.

Walkthrough

🤖 Generated by Copilot at cc28232

  • Remove AotDataConverter class and its usages, as it is no longer needed to convert between TaichiAotData and aot::ModuleData structures (link, F0L

@netlify
Copy link

netlify bot commented Apr 13, 2023

Deploy Preview for docsite-preview canceled.

Name Link
🔨 Latest commit cc28232
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/6437a778c10fe40008f11004

@lin-hitonami lin-hitonami merged commit 5d2a462 into taichi-dev:master Apr 13, 2023
@lin-hitonami lin-hitonami deleted the remove_data_conv branch April 13, 2023 08:24
quadpixels pushed a commit to quadpixels/taichi that referenced this pull request May 13, 2023
Issue: #

### Brief Summary

<!--
copilot:summary
-->
### <samp>🤖 Generated by Copilot at cc28232</samp>

Remove `AotDataConverter` class <s>and simplify AOT module format. This
class was used to convert between different data structures for AOT
modules, but it is no longer needed as the source structure now uses
protobuf messages. This change makes the AOT module format more
consistent and portable.</s>

### Walkthrough

<!--
copilot:walkthrough
-->
### <samp>🤖 Generated by Copilot at cc28232</samp>

* Remove `AotDataConverter` class and its usages, as it is no longer
needed to convert between TaichiAotData and aot::ModuleData structures
([link](https://github.com/taichi-dev/taichi/pull/7799/files?diff=unified&w=0#diff-be8b774a8052c4122479b69798509100af7e53eb36da000cc42877863bcfbf89L13-L104),
F0L
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.

2 participants