mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Summary: enabling AT_POCKETFFT_ENABLED@ flag and adding the appropriate dependencies to aten-cpu moved mkl files from `aten_cpu_source_non_codegen_list` to `aten_native_source_non_codegen_list` Test Plan: After building testing binaries for both android and ios targets ### iOS `fbcode/aibench/specifications/frameworks/pytorch/ios/build.sh` Submitted benchmarks with the new binaries supporting pocketfft here: https://www.internalfb.com/intern/aibench/details/245253003946591 ### Android `fbcode/aibench/specifications/frameworks/pytorch/android/arm64/build.sh` Submitted Benchmarks with the new binaries supporting pocket fft here: https://www.internalfb.com/intern/aibench/details/406253690682941 ### Build Size Impact Success: igios-pika on D37790257-V7 ☷[pocket fft] turning on pocketfft flag☷ Diff: https://fburl.com/diff/exkploof Unigraph Explorer: https://fburl.com/mbex/aipdzaqo Changes for variation [arm64 + 3x assets]: ```Compressed : -473 B (-0.00%) => 86.69 MiB Uncompressed: +2.4 KiB (+0.00%) => 187.71 MiB ``` Reviewed By: kimishpatel Differential Revision: D37790257 Pull Request resolved: https://github.com/pytorch/pytorch/pull/81670 Approved by: https://github.com/kit1980 |
||
|---|---|---|
| .. | ||
| benchmark@0d98dba29d | ||
| cpuinfo@5916273f79 | ||
| cub@d106ddb991 | ||
| cudnn_frontend@43709ab96c | ||
| eigen@3147391d94 | ||
| fbgemm@2e9be65810 | ||
| flatbuffers@d0cede9c90 | ||
| fmt@cd4af11efc | ||
| foxi@c278588e34 | ||
| FP16@4dfe081cf6 | ||
| FXdiv@b408327ac2 | ||
| gemmlowp | ||
| gloo@5b14351326 | ||
| googletest@e2239ee604 | ||
| ideep@8a114a51c1 | ||
| ios-cmake@8abaed637d | ||
| ittapi@5b8a7d7422 | ||
| kineto@0703c78999 | ||
| miniz-2.1.0 | ||
| nccl | ||
| neon2sse@97a126f08c | ||
| nlohmann@87cda1d664 | ||
| NNPACK@c07e3a0400 | ||
| onnx@f7ee1ac60d | ||
| onnx-tensorrt@c153211418 | ||
| pocketfft@ea778e3771 | ||
| protobuf@d1eca4e4b4 | ||
| psimd@072586a71b | ||
| pthreadpool@a134dd5d4c | ||
| pybind11@8de7772cc7 | ||
| python-enum@4cfedc426c | ||
| python-peachpy@f45429b087 | ||
| python-six@15e31431af | ||
| QNNPACK@7d2a4e9931 | ||
| sleef@e0a003ee83 | ||
| tbb@a51a90bc60 | ||
| tensorflow_cuda_bazel_build/cuda | ||
| tensorpipe@52791a2fd2 | ||
| valgrind-headers | ||
| XNNPACK@ae108ef49a | ||
| zstd@aec56a52fb | ||
| BUCK.oss | ||
| BUILD | ||
| build_bundled.py | ||
| cpuinfo.BUILD | ||
| cuda.BUILD | ||
| cudnn.BUILD | ||
| eigen.BUILD | ||
| fmt.BUILD | ||
| foxi.BUILD | ||
| generate-cpuinfo-wrappers.py | ||
| generate-xnnpack-wrappers.py | ||
| glog.buck.bzl | ||
| gloo.BUILD | ||
| ideep.BUILD | ||
| kineto.buck.bzl | ||
| kineto.BUILD | ||
| LICENSES_BUNDLED.txt | ||
| METADATA.bzl | ||
| mkl-dnn.BUILD | ||
| mkl.BUILD | ||
| mkl_headers.BUILD | ||
| onnx.BUILD | ||
| README.md | ||
| sleef.BUILD | ||
| sleef.bzl | ||
| substitution.bzl | ||
| tbb.BUILD | ||
| tbb.patch | ||
| tensorpipe.BUILD | ||
| xnnpack.buck.bzl | ||
| xnnpack_src_defs.bzl | ||
| xnnpack_wrapper_defs.bzl | ||
This folder contains vendored copies of third-party libraries that we use.