initial implementation of amax. BuildAMax is TBD. Test is TBD (#3027)
using BuildMaxInDim. Unit test created.
cleared the debug code, improved the unit test to test multi-dimensional vectors
code formatting
removed unnecessary comments
addressed PR review comments
clang formatting
Fix VarMean node kind
Use at::aten::var_mean instead of at::aten::var.
Add some loging to make sync and get tensor more clear (#3036)
improved the op lowering guideline (#3037)
* improved the op lowering guideline
* applied the review changes requested
* nit changes
* small changes
hyperlink fix (#3038)
Do not always enable verbose for bazel build (#3040)
parent db950f7fb7fcdcb69958ebb9c2a8b9ece05ba052 (#3034)
author Milad Mohammadi <milad.mo@gmail.com> 1625970050 +0000
committer Milad Mohammadi <milad.mo@gmail.com> 1626718852 +0000
merging torch_xla/csrc/aten_xla_type.cpp conflict
addressed PR review comments
adding counters to the test
addressed PR review comments
moving Amin -> amin to verify expected functionality
format fix
Corrected OpKind. Renamed class to Amin.
adding counters to the test
addressed PR review comments
moving Amin -> amin to verify expected functionality
format fix
Corrected OpKind. Renamed class to Amin.
fixed OpKind
dropped redundant code block
dropped redundant code block
initial implementation of amax. BuildAMax is TBD. Test is TBD
using BuildMaxInDim. Unit test created.
cleared the debug code, improved the unit test to test multi-dimensional vectors
code formatting
removed unnecessary comments
addressed PR review comments
clang formatting
Fix VarMean node kind
Use at::aten::var_mean instead of at::aten::var.
Add some loging to make sync and get tensor more clear (#3036)
improved the op lowering guideline (#3037)
* improved the op lowering guideline
* applied the review changes requested
* nit changes
* small changes
hyperlink fix (#3038)
Do not always enable verbose for bazel build (#3040)
parent db950f7fb7fcdcb69958ebb9c2a8b9ece05ba052 (#3034)
author Milad Mohammadi <milad.mo@gmail.com> 1625970050 +0000
committer Milad Mohammadi <milad.mo@gmail.com> 1626718852 +0000
merging torch_xla/csrc/aten_xla_type.cpp conflict
addressed PR review comments
adding counters to the test
addressed PR review comments
moving Amin -> amin to verify expected functionality
format fix
Corrected OpKind. Renamed class to Amin.
adding counters to the test
addressed PR review comments
moving Amin -> amin to verify expected functionality
format fix
Corrected OpKind. Renamed class to Amin.
fixed OpKind
dropped redundant code block
linter change
removing linter issues
cleaning extra amin