Commit e781c38a authored by Alan Turner's avatar Alan Turner
Browse files

Formatting

parent d1d48bdc
...@@ -65,7 +65,7 @@ __device__ void ck_gemm_softmax_gemm_matrix(C c, A a, B b, B1 b1, Settings s) ...@@ -65,7 +65,7 @@ __device__ void ck_gemm_softmax_gemm_matrix(C c, A a, B b, B1 b1, Settings s)
to_ck_tensor<C>()); to_ck_tensor<C>());
static_assert(desc.IsValid(), "Invalid ck gemm."); static_assert(desc.IsValid(), "Invalid ck gemm.");
G::Run(desc, G::Run(desc,
s.scale, s.scale,
to_ck_const_pointer(a.data()), to_ck_const_pointer(a.data()),
......
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