"src/tl_templates/vscode:/vscode.git/clone" did not exist on "dda8ebff7f2e4a882236c0e648d595c79e3d3c4d"
Commit b8919a42 authored by Paul's avatar Paul
Browse files

Formatting

parent 86b6fd69
...@@ -184,17 +184,17 @@ void memory_coloring_impl::build() ...@@ -184,17 +184,17 @@ void memory_coloring_impl::build()
void memory_coloring_impl::register_operand_alias() void memory_coloring_impl::register_operand_alias()
{ {
operand_alias["hip::allocate"] = -1; operand_alias["hip::allocate"] = -1;
operand_alias["hip::load_literal"] = -1; operand_alias["hip::load_literal"] = -1;
operand_alias["@outline"] = -1; operand_alias["@outline"] = -1;
operand_alias["check_context"] = -1; operand_alias["check_context"] = -1;
operand_alias["@literal"] = -1; operand_alias["@literal"] = -1;
operand_alias["@param"] = -1; operand_alias["@param"] = -1;
operand_alias["transpose"] = 0; operand_alias["transpose"] = 0;
operand_alias["flatten"] = 0; operand_alias["flatten"] = 0;
operand_alias["broadcast"] = 1; operand_alias["broadcast"] = 1;
operand_alias["reshape"] = 0; operand_alias["reshape"] = 0;
operand_alias["pass"] = 0; operand_alias["pass"] = 0;
} }
void memory_coloring_impl::rewrite() void memory_coloring_impl::rewrite()
......
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