Fusion of pointwise operators (#969)
Adds a pass to fuse pointwise operators into one "pointwsie" op that has a submodule which does the calculation.
Showing
src/fuse_pointwise.cpp
0 → 100644
src/include/migraphx/instruction_ref.hpp
100644 → 100755
src/inline_module.cpp
100644 → 100755
src/instruction.cpp
100644 → 100755
src/simplify_algebra.cpp
100644 → 100755
File mode changed from 100644 to 100755
test/fuse_pointwise.cpp
0 → 100644
test/ref_ops_test.cpp
100644 → 100755
Please register or sign in to comment