azai91 edited a comment on issue #13369: MKLDNN LSTM Regression in MKLDNN 0.17
URL: 
https://github.com/apache/incubator-mxnet/issues/13369#issuecomment-442265798
 
 
   The patch addresses the issue:
   
   ```
   diff --git a/src/cpu/cpu_reorder.cpp b/src/cpu/cpu_reorder.cpp
   index 0b676bb..03e697f 100644
   --- a/src/cpu/cpu_reorder.cpp
   +++ b/src/cpu/cpu_reorder.cpp
   @@ -50,7 +50,8 @@ static const rpd_create_f cpu_reorder_impl_list[] = {
        wino_reorder_t<f32, f32>::pd_t::create,
        wino_reorder_t<f32, s8>::pd_t::create,
   ```
   
     | Pre-0.17 (498e03da7ce420a48050fcd363aacb8dec2516f7) | Master | Patch
   -- | -- | -- | --
     | 267.69 | 190.68 | 275.22
     | 279.78 | 176.55 | 267.68
     | 320.43 | 194.2 | 267.94
     | 285.07 | 201.84 | 310.52
     | 295.73 | 232.32 | 289.49
   Average | 289.74 | 199.118 | 282.17
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to