From 193e34919517f3c4e0d8cd321b6a867731dddb44 Mon Sep 17 00:00:00 2001 From: mtgu0705 Date: Thu, 2 Jan 2025 20:17:13 +0800 Subject: [PATCH] formated --- .../gpu/element/unary_element_wise_operation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck/tensor_operation/gpu/element/unary_element_wise_operation.hpp b/include/ck/tensor_operation/gpu/element/unary_element_wise_operation.hpp index eda3280528..7a7814396b 100644 --- a/include/ck/tensor_operation/gpu/element/unary_element_wise_operation.hpp +++ b/include/ck/tensor_operation/gpu/element/unary_element_wise_operation.hpp @@ -205,7 +205,7 @@ struct PassThroughPack8 dst.template AsType()(Number<3>{}) = pki4_to_bhalf2(src.template AsType()[Number<3>{}]); - y = dst.template AsType()[Number<0>{}]; + y = dst.template AsType()[Number<0>{}]; #endif } constexpr const static bool is_pack8_invocable = true;