Commit c82cb3f7 authored by fenglei.tian's avatar fenglei.tian

update comments

parent f85c86db
...@@ -474,7 +474,7 @@ void runtime::gpu::GPU_Emitter::EmitBroadcast( ...@@ -474,7 +474,7 @@ void runtime::gpu::GPU_Emitter::EmitBroadcast(
return; return;
} }
//broadcast axes size is 1, or can be group to 1 (serveral continuous axes, like 01 or 12 or 123 etc) //broadcast axes size is 1, or can be group to 1 (consecutive axes, like 01 or 12 or 123 etc)
vector<int> axes_v; vector<int> axes_v;
std::copy(axes.begin(), axes.end(), std::back_inserter(axes_v)); std::copy(axes.begin(), axes.end(), std::back_inserter(axes_v));
std::sort(axes_v.begin(), axes_v.end()); std::sort(axes_v.begin(), axes_v.end());
......
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