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

[pull] main from llvm:main #21

Closed
wants to merge 12 commits into from
Closed

[pull] main from llvm:main #21

wants to merge 12 commits into from

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    e0a87e5 View commit details
    Browse the repository at this point in the history
  2. Update development.md (#3314)

    Add a command for installing the `python-dev` package
    
    ---------
    
    Co-authored-by: Jakub Kuderski <[email protected]>
    angelz913 and kuhar authored May 10, 2024
    Configuration menu
    Copy the full SHA
    2c9c763 View commit details
    Browse the repository at this point in the history
  3. [ONNX] Handle one-input case for onnx.Max operator (#3325)

    This commit handles the one-input case for the "Max" ONNX operator. A
    new unit test has also been added.
    angelz913 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    7c289d9 View commit details
    Browse the repository at this point in the history
  4. build: manually update PyTorch version (#3291)

    Set PyTorch and TorchVision version to nightly release 2024-05-05.
    
    Signed-Off By: Vivek Khandelwal <[email protected]>
    vivekkhandelwal1 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    10db310 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be20db0 View commit details
    Browse the repository at this point in the history
  6. [ONNX] Handle one-input case for Min ONNX operator (#3326)

    This commit handles the one-input case for the "Min" ONNX operator. A
    new unit test has also been added.
    angelz913 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    261074f View commit details
    Browse the repository at this point in the history
  7. MaxPool1d lowering to linalg (#3295)

    Co-authored-by: root <[email protected]>
    NeverRaR and root authored May 10, 2024
    Configuration menu
    Copy the full SHA
    1d48596 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b24909 View commit details
    Browse the repository at this point in the history
  9. [onnx] Gridsampler addition of nearest mode (#3320)

    Added nearest neighbor selection for onnx.Gridsampler
    afalkenberg1 authored May 10, 2024
    Configuration menu
    Copy the full SHA
    adafd51 View commit details
    Browse the repository at this point in the history
  10. [linalg] Implement strict mode lowering for aten.view. (#3319)

    * Enables assume_strict_symbolic_shapes on fx_importer imported
    programs, indicating strict shape semantics.
    * Reworks the view->reshape lowering to take advantage of strict mode
    and do one of:
      * Collapse to 0D
      * Flatten/Unflatten when there is an inferred dim.
      * Fallback to tensor.reshape
    * Splits some test cases up and adds an attribute to control the old
    pattern (so new corners can be tested in strict mode in isolation).
    * Dynamic inferred mode needs upstream work to generalize expand_shape
    (so that case is suppressed here).
    * Deletes the assert from the existing tensor.reshape lowering if strict
    shape mode is enabled (since the condition it is dynamically asserting
    cannot happen).
    stellaraccident authored May 10, 2024
    Configuration menu
    Copy the full SHA
    00efec0 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. [Stablehlo] lowering aten.randn & aten.normal_functional to mhlo.rng … (

    #3328)
    
    …NORMAL
    
    * split lowering of uniform, randn, normal from Basic.cpp into Rng.cpp
    qingyunqu authored May 11, 2024
    Configuration menu
    Copy the full SHA
    5f7cb9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b7cbf5 View commit details
    Browse the repository at this point in the history