Commit 6ebe1df0 authored by Brian Pickrell's avatar Brian Pickrell
Browse files

Merge branch 'dynamic_reduce' of...

Merge branch 'dynamic_reduce' of https://github.com/ROCmSoftwarePlatform/AMDMIGraphX into dynamic_reduce
parents 48cd6fa1 33da54a7
......@@ -148,7 +148,6 @@ struct reduce_op : op_name<Derived>
{
for(auto axis : tuned_axes)
{
// todo: how to change for dynamic shapes?
out_lens[axis] = in_lens[axis];
}
}
......
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