gemini-code-assist[bot] commented on PR #18755: URL: https://github.com/apache/tvm/pull/18755#issuecomment-3885710673
## Summary of Changes Hello @tqchen, I'm Gemini Code Assist[^1]! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly refactors the project's testing infrastructure by eliminating outdated and redundant test scripts. It integrates previously isolated 'unity' tests, including those for MSC, OpenCLML, and Relax, directly into the primary Python integration and unit test suites. This consolidation simplifies the overall CI process, making it more efficient and easier to maintain by centralizing test execution and reducing the number of distinct pipelines. ### Highlights * **Test Consolidation**: Consolidated various specialized and 'unity' test scripts into the main Python integration and unit test pipelines, reducing the number of separate test execution flows. * **Legacy Script Removal**: Removed several legacy test scripts for JVM, Marvell, Golang, ARM Compute Library, TOPI, Rust, and extra linting, streamlining the test directory. * **CI Configuration Update**: Updated the CI configuration by removing the 'unity/pr-head' required status check, reflecting the integration of unity tests into the main CI. 🧠**New Feature in Public Preview:** You can now enable **Memory** to help **Gemini Code Assist** learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. **Click [here](https://codeassist.google/code-review/login) to enable Memory in your admin console.** <details> <summary><b>Changelog</b></summary> * **.asf.yaml** * Removed 'unity/pr-head' from the list of required status checks for the main branch. * **tests/scripts/task_config_build_jvm.sh** * Removed the script responsible for configuring JVM builds. * **tests/scripts/task_config_build_mrvl.sh** * Removed the script responsible for configuring Marvell builds. * **tests/scripts/task_golang.sh** * Removed the script for running Golang tests. * **tests/scripts/task_python_arm_compute_library.sh** * Removed the script for running Python tests related to ARM Compute Library. * **tests/scripts/task_python_integration.sh** * Added pytest commands to include tests for MSC and OpenCLML. * **tests/scripts/task_python_topi.sh** * Removed the script for running Python TOPI tests. * **tests/scripts/task_python_unittest.sh** * Added 'relax' to the list of test files to be included in Python unit tests. * **tests/scripts/task_rust.sh** * Removed the script for running Rust tests. * **tests/scripts/unity/task_extra_lint.sh** * Removed the script for performing extra lint checks. * **tests/scripts/unity/task_python_relax.sh** * Removed commands for installing tvm-ffi, running Relax tests, examples, MSC, and OpenCLML tests, as these are now handled elsewhere. * **tests/scripts/unity/task_python_relax_gpuonly.sh** * Removed the call to the now-simplified 'task_python_relax.sh' script. </details> <details> <summary><b>Ignored Files</b></summary> * **Ignored by pattern:** `.github/workflows/**` (1) * .github/workflows/main.yml </details> <details> <summary><b>Activity</b></summary> * No human activity (comments, reviews) has been recorded for this pull request yet. </details> <details> <summary><b>Using Gemini Code Assist</b></summary> <br> The full guide for Gemini Code Assist can be found on our [documentation page](https://developers.google.com/gemini-code-assist/docs/review-github-code), here are some quick tips. <b>Invoking Gemini</b> You can request assistance from Gemini at any point by creating a comment using either `/gemini <command>` or `@gemini-code-assist <command>`. Below is a summary of the supported commands on the current page. Feature | Command | Description --- | --- | --- Code Review | `/gemini review` | Performs a code review for the current pull request in its current state. Pull Request Summary | `/gemini summary` | Provides a summary of the current pull request in its current state. Comment | @gemini-code-assist | Responds in comments when explicitly tagged, both in pull request comments and review comments. Help | `/gemini help` | Displays a list of available commands. <b>Customization</b> To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a `.gemini/` folder in the base of the repository. Detailed instructions can be found [here](https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github). <b>Limitations & Feedback</b> Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with :thumbsup: and :thumbsdown: on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up [here](https://google.qualtrics.com/jfe/form/SV_2cyuGuTWsEw84yG). <b>You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the [Gemini Code Assist IDE Extension](https://cloud.google.com/products/gemini/code-assist).</b> </details> [^1]: Review the [Privacy Notices](https://policies.google.com/privacy), [Generative AI Prohibited Use Policy](https://policies.google.com/terms/generative-ai/use-policy), [Terms of Service](https://policies.google.com/terms), and learn how to configure Gemini Code Assist in GitHub [here](https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github). Gemini can make mistakes, so double check it and [use code with caution](https://support.google.com/legal/answer/13505487). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
