Commit c5e1870a authored by Chao Liu's avatar Chao Liu
Browse files

fix

parent 320bc57b
...@@ -128,7 +128,7 @@ using CLayout = ck::tensor_layout::gemm::RowMajor; ...@@ -128,7 +128,7 @@ using CLayout = ck::tensor_layout::gemm::RowMajor;
using AOp = PassThrough; using AOp = PassThrough;
using BOp = PassThrough; using BOp = PassThrough;
#if 1 #if 1
using COp = BiasReLuAdd using COp = BiasReluAdd;
#else #else
using COp = DoSomething; using COp = DoSomething;
#endif #endif
......
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