Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aot] Remove taichi c-api version log (#8415)
Issue: # ### Brief Summary <!-- copilot:summary --> ### <samp>🤖[[deprecated]](https://githubnext.com/copilot-for-prs-sunset) Generated by Copilot at b8a6dbe</samp> Comment out redundant C-API version printing in `taichi_core_impl.cpp`. This reduces the C-API logging output and avoids confusion. ### Walkthrough <!-- copilot:walkthrough --> ### <samp>🤖[[deprecated]](https://githubnext.com/copilot-for-prs-sunset) Generated by Copilot at b8a6dbe</samp> * Comment out redundant logging of C-API version ([link](https://github.com/taichi-dev/taichi/pull/8415/files?diff=unified&w=0#diff-693e7dacdac48ac69a749431b9e09ec9789a5aa2d4a98a4a3dad596c1fda6abbL250-R250)). This avoids printing the same information twice, since `ti_init` already prints the C-API version. The file `c_api/src/taichi_core_impl.cpp` contains the implementation of the C-API functions, such as `ti_create_runtime`.
- Loading branch information