-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aot] Remove unused AotDataConverter (#7799)
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
- Loading branch information
1 parent
4eea1ec
commit 5d2a462
Showing
1 changed file
with
0 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters