Commit b7aa8f2a authored by Paul's avatar Paul
Browse files

Formatting

parent a652e90c
...@@ -469,7 +469,7 @@ struct mlir_program ...@@ -469,7 +469,7 @@ struct mlir_program
mlirPassManagerRun(pm.get(), mmodule.get()); mlirPassManagerRun(pm.get(), mmodule.get());
code_object_op op; code_object_op op;
op.symbol_name = "main"; op.symbol_name = "main";
op.code_object = get_binary(); op.code_object = get_binary();
std::tie(op.global, op.local) = get_launch_params(); std::tie(op.global, op.local) = get_launch_params();
return op; return op;
......
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