PENGUINLIONG

Results 50 comments of PENGUINLIONG

> Super! Btw it would be nice if we can write some comments on each newly-added public interface, to explain its functionality, each argument and return? Structs such as `TiTextureAllocateInfo`,...

It seems that the computation (the call to `set_x()`) has been deferred. `pos.to_numpy()` fires an `ti.sync()` internally so you could explicitly `ti.sync()` to ensure that your initialization is done.

I wonder how much you want to to work on the Rust language binding. Taichi basically has two parts: a compiler and a language runtime. Currently we have a host-language...

Please note that by default the backend targets Vulkan 1.3 so the compiled SPIR-Vs might have used features and extensions that are not available on mobile implementations. You could try...

> This is a bit weird. IIRC, Metal backend hasn't switched to unified device API impl yet... @k-ye Ah, yes, I realized that soon after this PR. I'm gonna leave...

> > Check out potential reasons Camera.track_user_inputs could fail like in https://github.com/bwzhao/TaichiPIC/tree/1689d61463f83d4713407dbb8acd2ffffed0671e. > > solved, refer to this link : [bwzhao/TaichiPIC#3](https://github.com/bwzhao/TaichiPIC/issues/3) Thanks!