-
Notifications
You must be signed in to change notification settings - Fork 0
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
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0a87e5 - Browse repository at this point
Copy the full SHA e0a87e5View commit details -
Add a command for installing the `python-dev` package --------- Co-authored-by: Jakub Kuderski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c9c763 - Browse repository at this point
Copy the full SHA 2c9c763View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 7c289d9 - Browse repository at this point
Copy the full SHA 7c289d9View commit details -
build: manually update PyTorch version (#3291)
Set PyTorch and TorchVision version to nightly release 2024-05-05. Signed-Off By: Vivek Khandelwal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 10db310 - Browse repository at this point
Copy the full SHA 10db310View commit details -
Configuration menu - View commit details
-
Copy full SHA for be20db0 - Browse repository at this point
Copy the full SHA be20db0View commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for 261074f - Browse repository at this point
Copy the full SHA 261074fView commit details -
MaxPool1d lowering to linalg (#3295)
Co-authored-by: root <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d48596 - Browse repository at this point
Copy the full SHA 1d48596View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b24909 - Browse repository at this point
Copy the full SHA 4b24909View commit details -
[onnx] Gridsampler addition of nearest mode (#3320)
Added nearest neighbor selection for onnx.Gridsampler
Configuration menu - View commit details
-
Copy full SHA for adafd51 - Browse repository at this point
Copy the full SHA adafd51View commit details -
[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).
Configuration menu - View commit details
-
Copy full SHA for 00efec0 - Browse repository at this point
Copy the full SHA 00efec0View commit details
Commits on May 11, 2024
-
[Stablehlo] lowering aten.randn & aten.normal_functional to mhlo.rng … (
#3328) …NORMAL * split lowering of uniform, randn, normal from Basic.cpp into Rng.cpp
Configuration menu - View commit details
-
Copy full SHA for 5f7cb9e - Browse repository at this point
Copy the full SHA 5f7cb9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b7cbf5 - Browse repository at this point
Copy the full SHA 0b7cbf5View commit details