Multiply a massive sparse matrix with another massive sparse matrix

I am trying to multiply a sparse 1M x 1M matrix with another sparse 1M x 1M matrix. Is this possible in Pytorch on the GPU?