pengzhao-intel commented on issue #10542: Intel MKL-DNN RNN Support
URL: 
https://github.com/apache/incubator-mxnet/issues/10542#issuecomment-438173034
 
 
   There's no python interface, but you can test by mkldnn binary very simple.
   https://github.com/intel/mkl-dnn/tree/master/tests/benchdnn
   
   
https://github.com/intel/mkl-dnn/commit/3ced2c71fdb06fe4546fe95054d1e766a8addfa7
 
   > ./benchdnn  --rnn --batch=./inputs/rnn/test_rnn_small 
   
   In the test file, it includes several configurations:
   
   > --reset --alg=VANILLA_GRU
   > --direction=left2right
   > --activation=TANH
   > --prop=FWD_D --batch=rnn_gru_small
   > --prop=BWD_DW --batch=rnn_gru_small 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to