Commit bdf6cddb authored by root's avatar root
Browse files

clean up

parent 1bc44df2
...@@ -91,12 +91,10 @@ struct PassThroughPack2 ...@@ -91,12 +91,10 @@ struct PassThroughPack2
constexpr const static bool is_pack2_invocable = true; constexpr const static bool is_pack2_invocable = true;
}; };
using PassThrough = ck::tensor_operation::element_wise::PassThrough; using PassThrough = ck::tensor_operation::element_wise::PassThrough;
using AddFastGelu = ck::tensor_operation::element_wise::AddFastGelu;
using AElementOp = PassThrough; using AElementOp = PassThrough;
using BElementOp = PassThroughPack2; using BElementOp = PassThrough;
using CDEElementOp = MultiplyAddFastGelu; using CDEElementOp = MultiplyAddFastGelu;
static constexpr auto GemmSpec = ck::tensor_operation::device::GemmSpecialization::Default; static constexpr auto GemmSpec = ck::tensor_operation::device::GemmSpecialization::Default;
......
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