Replies: 2 comments 1 reply
-
I replaced |
Beta Was this translation helpful? Give feedback.
1 reply
-
It is necessary to finalize. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Re: Conduct Physical Simulation in https://docs.taichi-lang.org/docs/cloth_simulation
I use
ti.init(arch=ti.cpu)
for initialization --as the document suggests-- since Vulkan is not installed in my system.After some point in the simulation the script crashes, issuing the following error:
"RHI Error: (-4) Vulkan device might be lost (vkQueueSubmit failed)
Assertion failed: false && "Error without return code", file C:\Users\buildbot\actions-runner_work\taichi\taichi\taichi\rhi\vulkan\vulkan_device.cpp, line 2038"
Does this happen to everybody or only in my place?
Beta Was this translation helpful? Give feedback.
All reactions