Fix cuDNN v9 build by replacing removed cuDNN v6 RNN API usage by cuDNN v8 RNN API and reenable RNN tests for CUDA EP #26445
Annotations
5 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/rnn/cudnn_rnn_base.cc#L35
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use reinterpret_cast<void**>(...) instead [readability/casting] [4]
Raw Output:
onnxruntime/core/providers/cuda/rnn/cudnn_rnn_base.cc:35: Using C-style cast. Use reinterpret_cast<void**>(...) instead [readability/casting] [4]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/rnn/cudnn_rnn_base.h#L48
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cuda/rnn/cudnn_rnn_base.h:48: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/rnn/cudnn_rnn_base.h#L55
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cuda/rnn/cudnn_rnn_base.h:55: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/rnn/cudnn_rnn_base.h#L61
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cuda/rnn/cudnn_rnn_base.h:61: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/providers/cuda/rnn/rnn_impl.cu#L48
[cpplint] reported by reviewdog 🐶
Lines should be <= 120 characters long [whitespace/line_length] [2]
Raw Output:
onnxruntime/core/providers/cuda/rnn/rnn_impl.cu:48: Lines should be <= 120 characters long [whitespace/line_length] [2]
|
The logs for this run have expired and are no longer available.
Loading