Commit 8ffe3180 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

remove unnecessary comments.

parent 1d8ae782
......@@ -19,8 +19,6 @@ struct val_index
{
T val;
int64_t index;
// MIGRAPHX_DEVICE_CONSTEXPR val_index(T v, int64_t idx) : val(v), index(idx) { }
};
template <class T>
......
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