diff --git a/impl/api_check/kernel_api_check.h b/impl/api_check/kernel_api_check.h new file mode 100644 index 0000000000000000000000000000000000000000..0985c33f7a82c5979d5c2331f8b3e4a31588b165 --- /dev/null +++ b/impl/api_check/kernel_api_check.h @@ -0,0 +1,19 @@ +/* Copyright (c) Huawei Technologies Co., Ltd. 2025. All rights reserved. + * This file is a part of the CANN Open Software. + * Licensed under CANN Open Software License Agreement Version 1.0 (the "License"). + * Please refer to the License for details. You may not use this file except in compliance with the License. + * THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, + * INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. + * See LICENSE in the root of the software repository for the full text of the License. + */ + +/*! + * \file kernel_api_check.h + * \brief + */ +#ifndef IMPL_API_CHECK_KERNEL_API_CHECK_H_ +#define IMPL_API_CHECK_KERNEL_API_CHECK_H_ + +#define CHECK_FUNC_HIGHLEVEL_API(...) + +#endif // IMPL_API_CHECK_KERNEL_API_CHECK_H_ diff --git a/lib/sort/topk.h b/lib/sort/topk.h index 90eb6cc4ace5fb3eefc3e1442b8a3a641c21cf3a..54b20cca61ace4c9ab02bdbf6f5e7151a65466ea 100644 --- a/lib/sort/topk.h +++ b/lib/sort/topk.h @@ -23,6 +23,7 @@ #include "lib/sort/topk_utils.h" #include "../../impl/sort/topk/topk_common_utils.h" #include "../../impl/sort/topk/topk_common_impl.h" +#include "../../impl/api_check/kernel_api_check.h" #if __CCE_AICORE__ == 220 #include "../../impl/sort/topk/topk_v220_impl.h" diff --git a/version.info b/version.info index 66bc06626f65ff50c50e66be6d1b2481323797e7..67b399c1a718ca70d646694e44311f27568a704c 100644 --- a/version.info +++ b/version.info @@ -1,2 +1 @@ -Version=8.2.T12.0.B077 - +Version=8.3.T5.0.B028 \ No newline at end of file