Patrick

Results 3 issues of Patrick

# Summary Running spspmm two times with the same inputs gives `RuntimeError: CUDA error: an illegal memory access was encountered`. The following snippet shows the issue for me: ```python import...

bug
help wanted

First, thank you for the great library! Using `OctreeGrid` with `multiscale_type='cat'` gave me an error when calling `interpolate` at L273 https://github.com/NVIDIAGameWorks/kaolin-wisp/blob/7ca5c6f684fbf32d473ed5a4b05430d1780de677/wisp/models/grids/octree_grid.py#L273 The problem is that `self.feature_dim` is too small as...

bug

Hello, When compiling kaolin I got errors due to L166 and L363 in /kaolin/csrc/ops/spc/convolution.cpp. https://github.com/NVIDIAGameWorks/kaolin/blob/b47f216d6796d64ba05dc37818884143c80df4de/kaolin/csrc/ops/spc/convolution.cpp#L163-L166 https://github.com/NVIDIAGameWorks/kaolin/blob/b47f216d6796d64ba05dc37818884143c80df4de/kaolin/csrc/ops/spc/convolution.cpp#L360-L363 Both lines have an `assert` that references `PLevel` which is not defined. I assume...