Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change RNN OP to stateful (apache#14476)
* change RNN OP to stateful * retrigger the ci * fix windows compile issue * move cudnnrnn class into rnn-inl.h * fix some bugs * fix bug about gpu case like tests/python/gpu/test_gluon_gpu.test_rnn_layers_fp32 etc * fix gpu compile issue of unix-gpu and windows-gpu * print log for test * fix GPU NO CUDNN for unix-gpu case * print log * remove print log and make gpu case has same error message as master when USE_CUDA=1 USE_CUDNN=0 * fix typo bug * retrigger the ci * retrigger the ci * retrigger the ci * fix comments * retrigger the ci * fix comments * retrigger the ci * fix comments * retrigger the ci * retrigger the ci * retrigger the ci * retrigger the ci * fix comments
- Loading branch information