Commit 086625dc authored by rocking's avatar rocking
Browse files

Fix compile error

parent f41d5a63
......@@ -356,7 +356,7 @@ int main()
{
// evaluate kernel perf
time_kernel = true;
bool time_kernel = true;
float gemm_reduce_mean_reduce_square_mean_ave_time =
gemmReduce_invoker.Run(gemmReduce_argument, StreamConfig{nullptr, time_kernel});
......
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