-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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] Add performance.rst introducing the 'ti.block_dim' API #1691
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1691 +/- ##
=======================================
Coverage 64.21% 64.21%
=======================================
Files 19 19
Lines 3714 3714
Branches 701 701
=======================================
Hits 2385 2385
Misses 1202 1202
Partials 127 127 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. This will be very helpful. Please fix the minor issues.
Co-authored-by: Yuanming Hu <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I took another pass. This mostly looks good to me now.
Co-authored-by: Yuanming Hu <[email protected]>
Related issue = https://forum.taichi.graphics/t/how-to-prevent-3d-mpm-from-becoming-memory-bound/1086/3
[Click here for the format server]
Amazing!
ti.block_dim(n_grid)
yields ~3x performance boost inmpm3d.py
on my end! So I'd like share this with our users :)