pytorch
3fe5895a - Back out "Revert D30599136: [Pytorch Edge][tracing-based] build tracer in OSS" (#66267)

Commit
3 years ago
Back out "Revert D30599136: [Pytorch Edge][tracing-based] build tracer in OSS" (#66267) Summary: Previously https://github.com/pytorch/pytorch/pull/64087 broke the test `binary_macos_wheel_3_7_cpu_build`, because wheel build is not happy with `model_tracer`. Considering it's prototype and there is no need to ship model_tracer via wheel at the moment, using the option `TRACING_BASED` for building tracer. When tracing-based is mature enough, we can ship the tracer binary via wheel eventually. Pull Request resolved: https://github.com/pytorch/pytorch/pull/66267 Original commit changeset: 8ac3d75a52d0 ghstack-source-id: 140122106 Test Plan: binary_macos_wheel_3_7_cpu_build passes {F668643831} Reviewed By: dhruvbird Differential Revision: D31478593 fbshipit-source-id: 726cab1b31c4596f6268b7824eecb20e2e59d161
Author
Parents
  • File
    CMakeLists.txt
  • caffe2
    • File
      CMakeLists.txt
  • tools
    • File
      build_variables.bzl
  • torch/csrc/jit/mobile/model_tracer
    • File
      CMakeLists.txt
    • File
      MobileModelRunner.cpp
    • File
      MobileModelRunner.h
    • File
      TensorUtils.cpp
    • File
      TensorUtils.h
    • File
      tracer.cpp
Loading