-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update aten operators #46
Commits on Oct 24, 2023
-
Add converter for hardtanh similar to that of clamp
Configuration menu - View commit details
-
Copy full SHA for e237c6e - Browse repository at this point
Copy the full SHA e237c6eView commit details
Commits on Oct 25, 2023
-
Add converter for harswish activation
Had to add my owwn migraphx converter as the order of value return to clip would fail the test
Configuration menu - View commit details
-
Copy full SHA for e9fe731 - Browse repository at this point
Copy the full SHA e9fe731View commit details -
Configuration menu - View commit details
-
Copy full SHA for b07ad2e - Browse repository at this point
Copy the full SHA b07ad2eView commit details -
Fix names for selu & softsign acc_ops converters
Was breaking when trying to use elu converter for aten elu converter op
Configuration menu - View commit details
-
Copy full SHA for 7d75420 - Browse repository at this point
Copy the full SHA 7d75420View commit details -
- Test for both non parameterize and parametertized for alpha/default values
Configuration menu - View commit details
-
Copy full SHA for bb8ff6f - Browse repository at this point
Copy the full SHA bb8ff6fView commit details -
Handle getting max value from input tensor.
Configuration menu - View commit details
-
Copy full SHA for 22f15e3 - Browse repository at this point
Copy the full SHA 22f15e3View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b154ac2 - Browse repository at this point
Copy the full SHA b154ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d72b455 - Browse repository at this point
Copy the full SHA d72b455View commit details -
Add support and aten op for torch.min
Similar to the onnx reduce_min operator, implimentatin is similar to that of mean, max and map to similar reduce ops in MIGraphX. This one is a freebie when doing max
Configuration menu - View commit details
-
Copy full SHA for 2fdf562 - Browse repository at this point
Copy the full SHA 2fdf562View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 020c5d9 - Browse repository at this point
Copy the full SHA 020c5d9View commit details
Commits on Nov 13, 2023
-
Add fx/dynamo changes for argmin op
Required if we want to support min() operator down the road. Added converter for fx and dynamo in similar vein as the argmax function. Also added unit tests
Configuration menu - View commit details
-
Copy full SHA for 66d3549 - Browse repository at this point
Copy the full SHA 66d3549View commit details -
Fix acc op and converters for max/min ops
Updated unit tests as well
Configuration menu - View commit details
-
Copy full SHA for 417d975 - Browse repository at this point
Copy the full SHA 417d975View commit details
Commits on Nov 14, 2023
-
added changes to unit tests and fix operators to handle multi input args correctly.
Configuration menu - View commit details
-
Copy full SHA for f992c01 - Browse repository at this point
Copy the full SHA f992c01View commit details
Commits on Nov 15, 2023
-
Changes based on review comments
- remove print in stack - merge argmin argmax in testing - rename test_leak_relu -> test_single_param_activation_funcs - Add default for min dim=None
Configuration menu - View commit details
-
Copy full SHA for f0fc8d4 - Browse repository at this point
Copy the full SHA f0fc8d4View commit details