From a9cbee61031e3e26ac05e493aaeab99d4a2468ef Mon Sep 17 00:00:00 2001
From: hellozmz <407190054@qq.com>
Date: Mon, 19 Aug 2024 09:18:29 +0800
Subject: [PATCH 1/2] test ci
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 3f6f06976..3c3e23f65 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+
From 5e021500d0e0cbc2d63dc9dd386043f31943bc56 Mon Sep 17 00:00:00 2001
From: hellozmz <407190054@qq.com>
Date: Mon, 19 Aug 2024 09:40:13 +0800
Subject: [PATCH 2/2] test ci
---
impl/ascend/aclnn/adaptor.hpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/impl/ascend/aclnn/adaptor.hpp b/impl/ascend/aclnn/adaptor.hpp
index f0c4ff953..6ef958bc8 100644
--- a/impl/ascend/aclnn/adaptor.hpp
+++ b/impl/ascend/aclnn/adaptor.hpp
@@ -209,8 +209,8 @@ decltype(auto) convertType(T&& param) {
}
}
-template
-void releaseConverted(T&& param [[maybe_unused]]) {} // no conversion, do nothing
+template
+void releaseConverted(X&& param [[maybe_unused]]) {} // no conversion, do nothing
#define IMPL_ASCEND_ACLNN_REGISTER_DESTRUCTOR(Type) \
inline void releaseConverted(const acl##Type* param) { \