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

remove unused aten_compatible argument #2356

Closed
wants to merge 4 commits into from

Commits on Mar 11, 2024

  1. make utils support empty dim order (pytorch#2142)

    Summary:
    
    This update makes util function support empty dim order, to make the empty dim order behave the same as empty memory format (preserve_format).
    bypass-github-export-checks
    
    Differential Revision: D54236386
    Gasoonjia authored and facebook-github-bot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    849b118 View commit details
    Browse the repository at this point in the history
  2. rename default dim order as contiguous dim order (pytorch#2157)

    Summary:
    
    bypass-github-export-checks
    
    Reviewed By: digantdesai
    
    Differential Revision: D54285070
    Gasoonjia authored and facebook-github-bot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    64aa335 View commit details
    Browse the repository at this point in the history
  3. directly using dim order for memory format comparsion. (pytorch#2170)

    Summary:
    
    bypass-github-export-checks
    
    Reviewed By: digantdesai
    
    Differential Revision: D54341919
    Gasoonjia authored and facebook-github-bot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    b088c0b View commit details
    Browse the repository at this point in the history
  4. remove unused aten_compatible argument (pytorch#2356)

    Summary:
    bypass-github-export-checks
    
    
    aten_compatible argument is no longer used in the op_test function. Remove that for mis-leading.
    
    Differential Revision: D54778606
    Gasoonjia authored and facebook-github-bot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e4e5a14 View commit details
    Browse the repository at this point in the history