"git@developer.sourcefind.cn:orangecat/ollama.git" did not exist on "4ab1da38ba2b061b0f2146e9f15568d791845466"
Commit f1de9bc1 authored by Paul's avatar Paul
Browse files

Formatting

parent d944de98
...@@ -87,7 +87,7 @@ struct miopen_apply ...@@ -87,7 +87,7 @@ 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_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