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

[Doc] Remove the limit on kernel argument size #8408

Merged
merged 7 commits into from
Nov 17, 2023

Conversation

lin-hitonami
Copy link
Contributor

@lin-hitonami lin-hitonami commented Nov 16, 2023

Issue: #

Brief Summary

🤖[deprecated] Generated by Copilot at b075fef

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

🤖[deprecated] Generated by Copilot at b075fef

  • Warn users about the potential issues of passing or returning large values in kernel functions, and provide suggestions on how to avoid them (link, link)
  • Simplify the documentation of Taichi inline and real functions by removing redundant information on the arguments (link, link)
  • 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)

Copy link

netlify bot commented Nov 16, 2023

Deploy Preview for docsite-preview ready!

Name Link
🔨 Latest commit b2cb766
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/6555cb72a617050008315451
😎 Deploy Preview https://deploy-preview-8408--docsite-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@lin-hitonami lin-hitonami marked this pull request as ready for review November 16, 2023 09:07
@lin-hitonami lin-hitonami merged commit bcd623f into master Nov 17, 2023
25 checks passed
@lin-hitonami lin-hitonami deleted the remove-arg-size-limit branch November 17, 2023 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants