-
### Issue type
Build/Install
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
tf v2.17.0
### Custom code
No
### OS pla…
-
This is a consequence of changes introduced in solving https://github.com/bytedeco/javacpp/issues/251
An example is the method `mkldnn_primitive_create`. Previously, there was only one version of t…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmcv/issues) and [Discussions](https://github.com/open-mmlab/mmcv/discussions) but cannot get the expected help.
- [X] Th…
-
Trying to build `mkl-dnn/0.13-intel-2018a` as a requirement of `PyTorch`:
```
[ 18%] Building CXX object src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_convolution.cpp.o
cd /dev/shm/mkldnn/0.13/intel-2018a…
-
In `master` in MKL-DNN, the library now supports OpenMP on Windows/MSVC and it is enabled by default. There are some dramatic improvements in performance that the CPU-only distro could benefit from he…
-
For those who does not have a Nvidia GPU, but only Intel CPU and GPU, MKL and MKL_DNN with greatly boost up performance. As far as I know, darknet already support MKL. Is there any plan to support MKL…
-
### Issue type
Support
### Have you reproduced the bug with TensorFlow Nightly?
No
### Source
source
### TensorFlow version
2.13.0
### Custom code
Yes
### OS platform and distribution
Linux…
-
Hi Intel ideep team, thanks for the awesome works of integrating mkl-dnn with PyTorch.😃
I noticed that the `pytorch_dnnl` branch is used for such integration, while the latest commit shows the ide…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmcv/issues) and [Discussions](https://github.com/open-mmlab/mmcv/discussions) but cannot get the expected help.
- [X] Th…
-
## Solution
A solution is found for the problem, but maybe a bug in Caffe2
MKL-DNN can be enabled by first compiling the PyTorch. Then turn on MKL by
```bash
diff --git a/CMakeLists.txt b/CMakeL…