JF

Results 2 comments of JF
trafficstars

I'm trying to use the kernels of the [gsplat](https://github.com/nerfstudio-project/gsplat) project from nerfstudio, where for example, the kernel responsible of the forward pass of the gaussians projection is binded in C++...

If anyone is interested, i used cat on input tensors of a forward method from a CustomOp, and narrow on the output Tensor. It kinda work, but I needed to...