Upgrade oneDNN to v2.7.2 (#90051)

This PR is to upgrade oneDNN to v2.7.2.

### oneDNN v2.7.1 & 2.7.2 changes:
Fixes #89104
Updated ITT API version to 3.23.0

### Performance Benchmark
Use TorchBench test in ICX with 40 cores
Intel OpenMP & tcmalloc were preloaded
![image](https://user-images.githubusercontent.com/61222868/205240855-04e2d50f-8b3a-4097-9038-fdd0c0fc93b9.png)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/90051
Approved by: https://github.com/XiaobingSuper, https://github.com/jgong5
This commit is contained in:
yanbing-j
2022-12-08 09:41:02 +00:00
committed by PyTorch MergeBot
parent b485781440
commit dc40b6d043
2 changed files with 3 additions and 3 deletions

View File

@ -55,8 +55,8 @@ template_rule(
substitutions = {
"@DNNL_VERSION_MAJOR@": "2",
"@DNNL_VERSION_MINOR@": "7",
"@DNNL_VERSION_PATCH@": "0",
"@DNNL_VERSION_HASH@": "650085b2f3643aad05c629425983491d63b5c289",
"@DNNL_VERSION_PATCH@": "2",
"@DNNL_VERSION_HASH@": "fbec3e25a559ee252022ae066817b204e106a6ba",
},
)