-
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
Fill unexpectedly crashes with CUDA backend #6953
Labels
bug
We've confirmed that this is an BUG
Comments
2 tasks
device memory has to be 4x larger than ndarray to work normally, minimal reprod:
|
Root cause: The fill bug is due to the change in ndarray element size definitions. The pass-in |
turbo0628
added a commit
that referenced
this issue
Dec 31, 2022
Fixes #6953 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
feisuzhu
pushed a commit
to feisuzhu/taichi
that referenced
this issue
Jan 5, 2023
Fixes taichi-dev#6953 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
quadpixels
pushed a commit
to quadpixels/taichi
that referenced
this issue
May 13, 2023
Fixes taichi-dev#6953 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
fails with CUDA backend, err msg:
The regression happened between v1.0.2 and v1.0.3
The text was updated successfully, but these errors were encountered: