LacaK

Results 5 issues of LacaK

**Is your feature request related to a problem? Please describe.** Log Explorer can work with multiple queries on multiple tabs. I can define log view and then save it with...

enhancement

**Is your feature request related to a problem? Please describe.** If there are no correlation rules then no alerts can be generated and then in fact system can not provide...

enhancement

# Problem statement dnnl_lstm_backward_primitive_desc_create() can be called with parameter prop_kind=dnnl_forward_training, which is IMO unexpected as for backward primitive there should be used **dnnl_backward**. I have used by mistake dnnl_forward_training and...

bug

Hello there are examples in C++ that query for memory descriptors for **weights_layer** and **weights_iter** in RNN LSTM primitive, that are: - lstm_pd.weights_desc() - lstm_pd.weights_iter_desc() (https://uxlfoundation.github.io/oneDNN/page_lstm_example_cpp.html#doxid-lstm-example-cpp) But how to do...

question

# Summary There is **flags** argument in dnnl_lstm_backward_primitive_desc_create() which is documented as **Unused.** But there should be noted that for backward primitive is used: **RNN flags** (@ref dnnl_rnn_flags_t). # URLs...

documentation