Details
-
Improvement
-
Status: To Do
-
Major
-
Resolution: Unresolved
-
None
Description
`SequenceReverse` and `SequenceMask` operators are very frequently used in sequence processing tasks. Current implementations of `SequenceReverse` and `SequenceMask`, however, are far from efficient when running on the GPU. This patch contains the fix the resolve the inefficiency of `SequenceReverse` and `SequenceMask`.