Commit 90132e3d authored by Chao Liu's avatar Chao Liu
Browse files

clean:

parent c390260d
......@@ -311,7 +311,7 @@ struct AddFastGelu
{
const float x0_f = c + d;
float x1_f;
float x1_f = 0;
ck::tensor_operation::element_wise::FastGelu{}.template operator()<float, float>(x1_f,
x0_f);
......
......@@ -228,7 +228,7 @@ struct AddAddFastGelu
{
const float x0_f = c + d0 + d1;
float x1_f;
float x1_f = 0;
ck::tensor_operation::element_wise::FastGelu{}.template operator()<float, float>(x1_f,
x0_f);
......
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