Files
pytorch/third_party
Stephen Jia 4de1bc16e3 [PyTorch][XNNPACK] Update wrappers for internal only x86 SSE2 kernels (#96896)
Summary:
Same as D43747173 (https://github.com/pytorch/pytorch/pull/95911) except for the newly added x86 SSE2 kernels.

For future reference, wrappers can be generated by

```
cd ~/fbsource/xplat/third-party/XNNPACK
# Update the list of internal only kernels in generate-wrappers.py
python3 generate-wrappers.py
```

Test Plan: CI

Reviewed By: digantdesai

Differential Revision: D44072764

Pull Request resolved: https://github.com/pytorch/pytorch/pull/96896
Approved by: https://github.com/digantdesai
2023-03-17 03:07:39 +00:00
..
2020-07-25 17:52:45 -07:00
2023-02-12 00:05:09 +00:00
2019-06-07 08:32:49 -07:00
2020-12-22 14:20:37 -08:00
2019-11-01 12:53:01 -07:00
2021-04-14 13:38:28 -07:00
2019-05-28 02:49:36 -07:00
2020-07-17 17:19:47 -07:00
2020-04-29 09:08:24 -07:00
2023-01-31 00:22:28 +00:00
2023-02-08 11:49:06 +00:00

This folder contains vendored copies of third-party libraries that we use.