yekuang

Results 50 comments of yekuang

Hi @mzy2240 , this will be a useful feature :-) For now you can take a look into https://github.com/taichi-dev/taichi_glsl/blob/master/taichi_glsl/classes.py for how a custom Complex can be implemented. Ideally, we'd like...

One addition to this proposal: warp intrinsics is a great add-on, but in the meantime, we also need a design to formalize our parallelization strategy. Right now it's quite vague...

Hi, would you roughly describe what's your need? We currently have no expertise on Rust. But if you are interested, it might be possible for us to work out a...

> Hi! > I'd love to help add Taichi to Rust, so I'm here to help! Taichi is deeply embedded into Python, so can we embed it deeply into Rust...

@PENGUINLIONG recently added a C-API binding for Taichi in https://github.com/taichi-dev/taichi/tree/master/c_api/include/taichi. Might be a good start to try these in Rust :-) ?

Thanks for summarizing this & looks great! > `substep = g_update.create_sequential()` Have we discussed whether a Sequential node is attached to a specific graph instance, or can be a general...

This is a bit weird. IIRC, Metal backend hasn't switched to unified device API impl yet...

My 2 cents: The biggest concern I have with submodules is that it somewhat complicates the dependency management. The repo separation would increase the likelihood for these two repos to...