Commit 4810105c authored by Chao Liu's avatar Chao Liu
Browse files

clean up

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