Vadim Pirogov
Vadim Pirogov
# Summary oneDNN packages were recently added to conda-forge. An attempt to validate a package for Linux/aarch64 configuration results in segfault in `cpu-cnn-inference-f32-cpp` test. # Version oneDNN v2.1.2 # Environment...
Ubuntu 18.04 is deprecated in Azure. This PR updates version to 22.04 and also introduces a knob to control clang version.
Just wanted to let you know that initial support for Arm 64-bit Architecture (AArch64) landed in oneDNN master along with the changes that will enable to easier maintain optimizations for...
Azure [removed](https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/hosted) macOS 11 images.
MS STL made [a breaking change](https://github.com/microsoft/STL/wiki/Changelog#vs-2022-1710) in mutex definition, that causes gtests to fail in Azure environment. This PR is to confirm the root cause.
### Describe the bug This issue was initially reported in https://github.com/oneapi-src/oneDNN/issues/2035 Investigation shows that attempt to build a SYCL program with --fsycl-host-compiler option fails with "error: ‘KernelInfoData’ is not a...
This PR removes outdated workaround for oneDNN SYCL build with `ONEDNN_DPCPP_HOST_COMPILER` option. Underlying issue was fixed in Intel DPC++/C++ Compiler 2025.0.
I would like to nominate @mzhukova and @dzarukin as code owners for doc component. Both have a history of material contributions to oneDNN documentation: * @mzhukova: [PR list](https://github.com/uxlfoundation/oneDNN/pulls?q=author%3Amzhukova+is%3Aclosed+label%3Adocumentation) * @dzarukin:...
Trying to see how much of TBB related CMake code we can get rid of.