Commit 76f03182 authored by Umang Yadav's avatar Umang Yadav
Browse files

Merge branch 'gpu_fp8' of https://github.com/ROCmSoftwarePlatform/AMDMIGraphX into gpu_fp8

parents ef425d04 60dd1f46
......@@ -315,7 +315,7 @@ std::string generate_reduce(const module& m, const std::string& name)
std::transform(
params.begin(), params.end(), params.begin(), [](auto s) { return "auto " + s; });
return interpolate_string(inner_template,
{{"inner", inner_name},
{{"inner", inner_name},
{"params", join_strings(params, ", ")},
{"args", join_strings(args, ", ")},
{"call", call_function}});
......
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