Commit 5565de6d authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 69145ea1
......@@ -75,7 +75,7 @@ argument miopen_quant_gemm::compute(context& ctx,
if(!transb)
{
if (arg_b.empty())
if(arg_b.empty())
{
arg_b = allocate_gpu(args[1].get_shape());
}
......@@ -86,7 +86,7 @@ argument miopen_quant_gemm::compute(context& ctx,
// comment of the API
if(transa)
{
if (arg_a.empty())
if(arg_a.empty())
{
arg_a = allocate_gpu(args.at(0).get_shape());
}
......
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