mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[8/n] Update XNNPACK Version Part 8 Everything Remaining to get it to work (#115587)
> **__Note:__** XNNPACK Upgrade is too large in the range of **40k** files and **10m** Lines of code, Thus we break the update of the library into multiple parts. All Parts [1 - 6/n] Must be landed together for it to work. ***This also means If there is a revert. Please revert the Entire Stack.*** This change is everything remaining requiring XNNPACK version to work. Differential Revision: [D52044420](https://our.internmc.facebook.com/intern/diff/D52044420/) Pull Request resolved: https://github.com/pytorch/pytorch/pull/115587 Approved by: https://github.com/digantdesai
This commit is contained in:
committed by
PyTorch MergeBot
parent
e918461377
commit
a8dc9d8e35
1
third_party/generate-cpuinfo-wrappers.py
vendored
1
third_party/generate-cpuinfo-wrappers.py
vendored
@ -9,6 +9,7 @@ CPUINFO_SOURCES = {
|
||||
"init.c",
|
||||
"api.c",
|
||||
"cache.c",
|
||||
"log.c",
|
||||
],
|
||||
"defined(__linux__)": [
|
||||
"linux/multiline.c",
|
||||
|
||||
Reference in New Issue
Block a user