Commit ff4b85fb authored by Paul's avatar Paul
Browse files

Merge branch 'eliminate-more-contiguous' of...

Merge branch 'eliminate-more-contiguous' of github.com:ROCmSoftwarePlatform/AMDMIGraphX into eliminate-more-contiguous
parents 98fd5e1d c2ceffb0
...@@ -87,6 +87,8 @@ struct miopen_apply ...@@ -87,6 +87,8 @@ struct miopen_apply
void init() void init()
{ {
this->last = instruction::get_output_alias(std::prev(prog->end())); this->last = instruction::get_output_alias(std::prev(prog->end()));
add_miopen_simple_op<miopen_sigmoid>("sigmoid", make_sigmoid);
add_miopen_simple_op<miopen_abs>("abs", make_abs); add_miopen_simple_op<miopen_abs>("abs", make_abs);
add_miopen_extend_op<miopen_leaky_relu, op::leaky_relu>("leaky_relu", make_leaky_relu); add_miopen_extend_op<miopen_leaky_relu, op::leaky_relu>("leaky_relu", make_leaky_relu);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment