Commit ab10fbc0 authored by rocking's avatar rocking
Browse files

clang-format

parent e9070031
...@@ -24,7 +24,7 @@ using GammaDataType = ck::half_t; ...@@ -24,7 +24,7 @@ using GammaDataType = ck::half_t;
using BetaDataType = ck::half_t; using BetaDataType = ck::half_t;
using YDataType = ck::half_t; using YDataType = ck::half_t;
using AccDataType = float; using AccDataType = float;
using Sigmoid = ck::tensor_operation::element_wise::Sigmoid; using Sigmoid = ck::tensor_operation::element_wise::Sigmoid;
constexpr int Rank = 5; constexpr int Rank = 5;
constexpr int NumReduceDim = 3; constexpr int NumReduceDim = 3;
...@@ -51,7 +51,6 @@ using DeviceInstance = ...@@ -51,7 +51,6 @@ using DeviceInstance =
8, // BetaScalarPerVector 8, // BetaScalarPerVector
8>; // OutScalarPerVector 8>; // OutScalarPerVector
int main() int main()
{ {
ck::index_t N = 1; ck::index_t N = 1;
......
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