Xiyang Tan

Results 3 issues of Xiyang Tan

There is a problem when I run the following example: ``` import warp as wp wp.init() @wp.kernel def test(x: wp.array(dtype=float), y: wp.array(dtype=wp.vec3)): tid = wp.tid() y[tid].x = x[tid] * 2....

question

Hi, thanks for releasing the codes for this amazing work. A little simple question here: I noticed that in `save_ply` method of your `GaussianRenderer` class, there is a parameter `compatible`....

Hi, thanks for the amazing work! I noticed the newest pre-build wheels still do not support batchify APIs. Can you provide newer wheels with batchify supported?