"server/vscode:/vscode.git/clone" did not exist on "c032280b17840c1c03994fa5ac498029ecb4c3f6"
Commit 4810105c authored by Chao Liu's avatar Chao Liu
Browse files

clean up

parent a7361926
......@@ -36,7 +36,7 @@ struct PassThrough
// v2 is from bias vector
struct BiasAdd
{
#if 0
#if 1
// correct result
// no scratch memory, good VGPR allocation (59)
// good perf (101Tflops)
......@@ -55,7 +55,7 @@ struct BiasAdd
return b;
}
#elif 1
#elif 0
float alpha = 0.1;
float beta = 0.2;
float gamma = 0.3;
......
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