Simplest way of rotating a 3D tensor volume on the GPU

I have a 3D volume in a tensor on the GPU and I’d like to rotate it by a 3x3 (or transform it via a 4x4 affine) matrix. Is there a built-in for this?

Hi @Omroth,

Can you share a minimal reproducible example?