lstm operator only gpu devices supported
Created by: zlinker
System information -PaddlePaddle version: 1.6
I tried to use fluid.layers.lstm in a sequential encoding task on cpu mpi cluster, and was surprised to found it unsupported for cpu devices since version 1.2, wondering why it was still incompleted in the latest version instead of simply calling the cudnn_lstm operator?