We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edbb54 commit c0816f9Copy full SHA for c0816f9
src/gpu/intel/ocl/rnn/ref_rnn.hpp
@@ -82,8 +82,8 @@ struct _ref_rnn_common_t : public gpu_primitive_t {
82
83
status_t set_default_params();
84
85
- rnn_utils::ocl_conf_t ocl_conf;
86
- rnn_offsets_t off;
+ rnn_utils::ocl_conf_t ocl_conf = {};
+ rnn_offsets_t off = {};
87
rnn_utils::conf_t rnn_conf = {};
88
data_type_t acc_data_t = data_type::undef;
89
data_type_t src_type = data_type::undef;
0 commit comments