Commit ec1b3992 authored by Ted Themistokleous's avatar Ted Themistokleous
Browse files

cleanup commented code

parent ca95d474
......@@ -76,7 +76,6 @@ struct gather_compiler : compiler<gather_compiler>
auto src = interpolate_string(gather_kernel, {{"axis", axis}});
// axis attribute
return compile_hip_code_object(src, options);
}
......
......@@ -90,7 +90,6 @@ struct miopen_apply
add_extend_op("argmax");
add_extend_op("argmin");
// add_extend_op("gather");
add_extend_op("logsoftmax");
add_extend_op("lrn");
add_extend_op("multinomial");
......
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