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

[CUDA] Support large shared memory for CUDA backend #7452

Merged
merged 9 commits into from
Apr 4, 2023

Conversation

turbo0628
Copy link
Member

closes #6385

This PR adds dynamic shared memory support for large allocations above 48KB.

@netlify
Copy link

netlify bot commented Feb 27, 2023

Deploy Preview for docsite-preview ready!

Name Link
🔨 Latest commit 6a9da71
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/642ae8ea07a45400081a4713
😎 Deploy Preview https://deploy-preview-7452--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 settings.

@turbo0628
Copy link
Member Author

/rebase

@bobcao3
Copy link
Collaborator

bobcao3 commented Mar 29, 2023

bump @turbo0628 @ailzhang

@turbo0628 turbo0628 requested a review from ailzhang March 30, 2023 15:52
Copy link
Contributor

@ailzhang ailzhang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

taichi/codegen/cuda/codegen_cuda.cpp Outdated Show resolved Hide resolved
taichi/codegen/cuda/codegen_cuda.cpp Outdated Show resolved Hide resolved
taichi/ir/type.h Outdated Show resolved Hide resolved
taichi/codegen/cuda/codegen_cuda.cpp Outdated Show resolved Hide resolved
taichi/codegen/cuda/codegen_cuda.cpp Show resolved Hide resolved
@turbo0628 turbo0628 merged commit 9878b24 into taichi-dev:master Apr 4, 2023
quadpixels pushed a commit to quadpixels/taichi that referenced this pull request May 13, 2023
closes taichi-dev#6385

This PR adds dynamic shared memory support for large allocations above 48KB.

---------

Co-authored-by: PENGUINLIONG <admin@penguinliong.moe>
Co-authored-by: Bob Cao <bobcaocheng@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding support for larger SharedArray
4 participants