Hi, everyone!
We are currently working on implementing our simulator using Taichi AOT. We can dump the shaders according to the demo code of implicit_fem.py. However, it seems that we cannot record the calling order of each kernel and we have to manually launch the kernels, which is not very productive. Is it possible to dump the launch order of the kernels and automatically launch them?
Thanks in advance!
Hi, everyone!
We are currently working on implementing our simulator using Taichi AOT. We can dump the shaders according to the demo code of
implicit_fem.py. However, it seems that we cannot record the calling order of each kernel and we have to manually launch the kernels, which is not very productive. Is it possible to dump the launch order of the kernels and automatically launch them?Thanks in advance!