Squash clear_list
calls into one kernel?
#915
Labels
discussion
Welcome discussion!
enhancement
Make existing things or codebases better
wontfix
We won't fix this issue or merge this PR
Concisely describe the proposed feature
Right now, before launching a kernel that iterates over a sparse tensor, Taichi will generate a series of
@yuanming-hu I think we can have a single kernel for all the
clear_list()
calls along the tree?This idea came from #896 , where the user has noticed a slower performance when using sparse tensors, due to the overhead. I don't think
clear_list()
is the major overhead here, but having as fewer kernels as possible might always be a good thing..The text was updated successfully, but these errors were encountered: