"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "2e337c7fc4eb42c76d548f74cfc7bb5a93740fde"
Propagate data layout in the operators (#777)
* Add method to compute shape with same layout
* Formatting
* Fix permutation with ambiguous layouts
* Formatting
* Propagate layout for pointwise operators
* Formatting
* Propagate layout for more operators
* Formatting
* Sort with lens
* Formatting
* Simplify permutation sorting
* Formatting
* Propagate layout for concat operator
* Formatting
* Use copy
* Formatting
* Remove header
Co-authored-by:
mvermeulen <5479696+mvermeulen@users.noreply.github.com>
Showing
src/include/migraphx/algorithm.hpp
100644 → 100755
File mode changed from 100644 to 100755
src/include/migraphx/op/binary.hpp
100644 → 100755
src/include/migraphx/op/convolution.hpp
100644 → 100755
src/include/migraphx/op/deconvolution.hpp
100644 → 100755
src/include/migraphx/op/pooling.hpp
100755 → 100644
src/include/migraphx/op/reduce_op.hpp
100644 → 100755
src/include/migraphx/op/unary.hpp
100644 → 100755
src/include/migraphx/permutation.hpp
100644 → 100755
src/permutation.cpp
0 → 100644
test/shape_test.cpp
100644 → 100755
Please register or sign in to comment