taichi
taichi copied to clipboard
Support more atomic operations
Concisely describe the proposed feature
If possible, I need to use more atomic operations like: atomicExch(), atomicCAS()
I would like to help! : )
Hi, @0xzhang please join this slack channel, then we would respond to your problems on time. We can communicate faster as well.
hello, does Taichi support atomicCAS now? I am trying to construct linear bvh using Taichi, but it won't be computationally efficient without it.