Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Doc] Remove the limit on kernel argument size (#8408)
Issue: # ### Brief Summary <!-- copilot:summary --> ### <samp>🤖[[deprecated]](https://githubnext.com/copilot-for-prs-sunset) Generated by Copilot at b075fef</samp> This pull request improves the documentation of various types of functions in Taichi by explaining the new features and limitations introduced in v1.7.0. It also warns the users about the possible performance and memory issues of using large arguments or return values in `kernel_function.md`. ### Walkthrough <!-- copilot:walkthrough --> ### <samp>🤖[[deprecated]](https://githubnext.com/copilot-for-prs-sunset) Generated by Copilot at b075fef</samp> * Warn users about the potential issues of passing or returning large values in kernel functions, and provide suggestions on how to avoid them ([link](https://github.com/taichi-dev/taichi/pull/8408/files?diff=unified&w=0#diff-305d66d1c231266cb14a0d2b166363840f782874eb6c5b3d5d4e15e08f3cb04cR157-R166), [link](https://github.com/taichi-dev/taichi/pull/8408/files?diff=unified&w=0#diff-305d66d1c231266cb14a0d2b166363840f782874eb6c5b3d5d4e15e08f3cb04cR201-R210)) * Simplify the documentation of Taichi inline and real functions by removing redundant information on the arguments ([link](https://github.com/taichi-dev/taichi/pull/8408/files?diff=unified&w=0#diff-305d66d1c231266cb14a0d2b166363840f782874eb6c5b3d5d4e15e08f3cb04cL267-R289), [link](https://github.com/taichi-dev/taichi/pull/8408/files?diff=unified&w=0#diff-305d66d1c231266cb14a0d2b166363840f782874eb6c5b3d5d4e15e08f3cb04cL284-R303)) * Update the table that compares Taichi kernel, Taichi inline function, and Taichi real function by removing the row on the maximum number of elements in arguments, since this limit has been removed in Taichi v1.7.0 ([link](https://github.com/taichi-dev/taichi/pull/8408/files?diff=unified&w=0#diff-305d66d1c231266cb14a0d2b166363840f782874eb6c5b3d5d4e15e08f3cb04cL305)) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information