You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you reproduced the bug with TensorFlow Nightly?
Yes
Source
source
TensorFlow version
tf 2.17
Custom code
No
OS platform and distribution
Archlinux
Mobile device
No response
Python version
3.10
Bazel version
No response
GCC/compiler version
No response
CUDA/cuDNN version
No response
GPU model and memory
No response
Current behavior?
ROCm/MIOpen#2343 Already adds RNN padding into MIOpen, tensorflow need to add the padded io feature. As the RNN biLSTM or GRU still didn't allow padded input. It is easily to reproduce with keras ASR guide: https://keras.io/examples/audio/ctc_asr/ as it will report errors like 2 root error(s) found. (0) INVALID_ARGUMENT: ROCm MIOpen only supports packed input output. [[{{node DeepSpeech_2_1/bidirectional_1_1/forward_gru_1_1/CudnnRNNV3}}]] [[StatefulPartitionedCall/compile_loss/ctc_loss/ArithmeticOptimizer/ReorderCastLikeAndValuePreserving_int32_Squeeze_1/_114]] (1) INVALID_ARGUMENT: ROCm MIOpen only supports packed input output. [[{{node DeepSpeech_2_1/bidirectional_1_1/forward_gru_1_1/CudnnRNNV3}}]] 0 successful operations. 0 derived errors ignored. [Op:__inference_one_step_on_iterator_11812]
Issue type
Feature Request
Have you reproduced the bug with TensorFlow Nightly?
Yes
Source
source
TensorFlow version
tf 2.17
Custom code
No
OS platform and distribution
Archlinux
Mobile device
No response
Python version
3.10
Bazel version
No response
GCC/compiler version
No response
CUDA/cuDNN version
No response
GPU model and memory
No response
Current behavior?
ROCm/MIOpen#2343 Already adds RNN padding into MIOpen, tensorflow need to add the padded io feature. As the RNN biLSTM or GRU still didn't allow padded input. It is easily to reproduce with keras ASR guide: https://keras.io/examples/audio/ctc_asr/ as it will report errors like
2 root error(s) found. (0) INVALID_ARGUMENT: ROCm MIOpen only supports packed input output. [[{{node DeepSpeech_2_1/bidirectional_1_1/forward_gru_1_1/CudnnRNNV3}}]] [[StatefulPartitionedCall/compile_loss/ctc_loss/ArithmeticOptimizer/ReorderCastLikeAndValuePreserving_int32_Squeeze_1/_114]] (1) INVALID_ARGUMENT: ROCm MIOpen only supports packed input output. [[{{node DeepSpeech_2_1/bidirectional_1_1/forward_gru_1_1/CudnnRNNV3}}]] 0 successful operations. 0 derived errors ignored. [Op:__inference_one_step_on_iterator_11812]
tensorflow-upstream/third_party/xla/xla/stream_executor/rocm/rocm_dnn.cc
Lines 2897 to 2909 in f269324
Standalone code to reproduce the issue
Relevant log output
No response
The text was updated successfully, but these errors were encountered: