Data size in LSTM

Hi ! I am working with LSTM network and I am thinking about way of send data to network. So, I have tensors with shape : [ 64, 1, 8000 ] (64 is size of batch). Is one single tensor too long (8000) for one-time sending ? Should I group it or maybe something other ? Is there automatic process in nn.LSTM for group data ?