背景 使用pytorch训练模型时,代码中有一行 points_tt = torch.inverse(post_rots).view(B, N, 1, 1, 1, 3, 3).matmul(points.unsqueeze(-1)) 最后报错: RuntimeError: CUDA error: operation not supported when calling `cusparseCreate(handle)