Rogier

Results 14 issues of Rogier

Adding a new dimension only works for the last axis, and can only be done through `np.expand_dims(mv, axis=-1)`. Expected behavior: ```python import voxel as vx import numpy as np mv...

bug

Is WebGPU support on the roadmap as an alternative GPU-accelerated backend? This would be especially useful for inference on the web or for non-CUDA environments.