pytorch/torch/utils
Digant Desai b2054d3025 Prepare for an update to the XNNPACK submodule (#72642)
Summary:
- Target Sha1: ae108ef49aa5623b896fc93d4298c49d1750d9ba
- Make USE_XNNPACK a dependent option on cmake minimum version 3.12
- Print USE_XNNPACK under cmake options summary, and print the
  availability from collet_env.py
- Skip XNNPACK based tests when XNNPACK is not available
    - Add SkipIfNoXNNPACK wrapper to skip tests
- Update cmake version for xenial-py3.7-gcc5.4 image to 3.12.4
    - This is required for the backwards compatibility test.
      The PyTorch op schema is XNNPACK dependent. See,
      aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp for
      example. The nightly version is assumed to have USE_XNNPACK=ON,
      so with this change we ensure that the test build can also
      have XNNPACK.
- HACK: skipping test_xnnpack_integration tests on ROCM

Pull Request resolved: https://github.com/pytorch/pytorch/pull/72642

Reviewed By: kimishpatel

Differential Revision: D34456794

Pulled By: digantdesai

fbshipit-source-id: 85dbfe0211de7846d8a84321b14fdb061cd6c037
(cherry picked from commit 6cf48e7b64d6979962d701b5d493998262cc8bfa)
2022-02-25 00:39:15 +00:00
..
backcompat
benchmark Convert type comments to annotations in caffe2/torch/util (#72667) 2022-02-11 20:50:20 +00:00
bottleneck
data [DataPipe] Adding examples for MapDataPipes with small fixes for others (#73250) 2022-02-24 20:38:15 +00:00
ffi
hipify [PyTorch] Support NVTX range_start and range_end (#70030) 2022-02-07 17:31:57 +00:00
model_dump Revert D33994011: Make debug_pkl smaller by only emitting unique traces. 2022-02-24 16:38:55 +00:00
tensorboard Stop writing logs to root logger (#72649) 2022-02-11 21:30:53 +00:00
__init__.py
_cpp_extension_versioner.py
_crash_handler.py
_freeze.py
_python_dispatch.py
_pytree.py
_zip.py Load zip file in deploy interpreter (#71072) 2022-01-15 14:39:59 -08:00
bundled_inputs.py [SmartCompose][OnDevice]fix function name bug in mobile export & Script to convert mobile model (#66915) 2021-10-20 18:14:51 -07:00
checkpoint.py Propagate full autocast state to CheckpointFunction's forward-inside-backward (#71169) 2022-01-27 00:31:53 +00:00
collect_env.py Prepare for an update to the XNNPACK submodule (#72642) 2022-02-25 00:39:15 +00:00
cpp_extension.py Check clang++/g++ version when compiling CUDA extensions (#63230) 2022-02-24 08:32:32 +00:00
dlpack.py Improve docs for from_dlpack and to_dlpack (#70437) 2022-01-25 20:32:12 +00:00
file_baton.py
hooks.py
mkldnn.py
mobile_optimizer.py
model_zoo.py
show_pickle.py
throughput_benchmark.py