Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pytorch/executorch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fc1b714
Choose a base ref
...
head repository: pytorch/executorch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ea41c23
Choose a head ref
  • 3 commits
  • 42 files changed
  • 3 contributors

Commits on Mar 27, 2025

  1. Add mixed dtype check for XNNPACK partitioner (#9612)

    ### Summary
    Fixes #9023
    Prevents the partitioner from handling ops with mixed dtypes.
    
    ### Test plan
    Unable to directly test due to auto-casting of dtypes and existing dtype
    checks in verifier.py.
    keyprocedure authored Mar 27, 2025
    Configuration menu
    Copy the full SHA
    ec1cd04 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Add a convenient constructor

    Differential Revision: D71956172
    
    Pull Request resolved: #9707
    larryliu0820 authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    8b948e8 View commit details
    Browse the repository at this point in the history
  2. Remove old tokenizer/ directory in ExecuTorch (#9728)

    Summary:
    X-link: meta-pytorch/tokenizers#39
    
    Pull Request resolved: #9728
    
    See what happens
    
    Differential Revision: D72007597
    larryliu0820 authored and facebook-github-bot committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    ea41c23 View commit details
    Browse the repository at this point in the history
Loading