Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ONNX operator_export_type on the new registry #87735 #90044

Merged

Commits on Dec 2, 2022

  1. Fix ONNX operator_export_type on the new registry (pytorch#87735)

    Fixes pytorch#87313
    
    Our ONNX pipelines do not run with BUILD_CAFFE2=0, so tests for operator_export_type ONNX_ATEN and ONNX_ATEN_FALLBACK will not be fully tested, allowing regressions to happen again.
    
    We need to run the same set of tests for both BUILD_CAFFE2=0 and 1
    Pull Request resolved: pytorch#87735
    Approved by: https://github.com/AllenTiTaiWang, https://github.com/BowenBao
    
    (cherry picked from commit 2aed670)
    thiagocrepaldi authored and izaitsevfb committed Dec 2, 2022
    Copy the full SHA
    59451a4 View commit details
    Browse the repository at this point in the history