taichi-dev / taichi

Productive, portable, and performant GPU programming in Python.
https://taichi-lang.org
Apache License 2.0
25.42k stars 2.27k forks source link

Support more atomic operations #2675

Open FantasyVR opened 3 years ago

FantasyVR commented 3 years ago

Concisely describe the proposed feature If possible, I need to use more atomic operations like: atomicExch(), atomicCAS()

0xzhang commented 2 years ago

I would like to help! : )

lucywsq commented 2 years ago

Hi, @0xzhang please join this slack channel, then we would respond to your problems on time. We can communicate faster as well.

Yihao-Shi commented 6 months ago

hello, does Taichi support atomicCAS now? I am trying to construct linear bvh using Taichi, but it won't be computationally efficient without it.