Currently, slice on an MKLDNN array requires to convert the array to the default layout before taking a slice. However, the MKLDNN library actually provides a view for MKLDNN memory. As such, by taking advantage of the MKLDNN view, we don't really need to convert data layout for slice. For details, please see the discussion here: https://github.com/intel/mkl-dnn/issues/306, https://github.com/intel/mkl-dnn/issues/69, https://github.com/intel/mkl-dnn/issues/290 @pengzhao-intel @TaoLv @azai91 @safrooze
[ Full content available at: https://github.com/apache/incubator-mxnet/issues/12303 ] This message was relayed via gitbox.apache.org for [email protected]
