fix compile (#218)

* fix compile

* fix missing include

* Revert "fix missing include"

This reverts commit 295b52b0a5057a1c979b0316faf80e864031a0cb.

---------

Co-authored-by: rayx <rui.xing@alibaba-inc.com>
This commit is contained in:
egolearner 2026-03-12 14:06:04 +08:00 committed by GitHub
parent 919f15bb36
commit c05974cab1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@
// limitations under the License.
#include <zvec/ailego/internal/platform.h>
#include "ailego/internal/cpu_features.h"
#include "norm1_matrix.h"
#include "norm_matrix_fp16.i"

View File

@ -13,6 +13,7 @@
// limitations under the License.
#include <zvec/ailego/internal/platform.h>
#include "ailego/internal/cpu_features.h"
#include "norm1_matrix.h"
#include "norm_matrix_fp32.i"

View File

@ -13,6 +13,7 @@
// limitations under the License.
#include <zvec/ailego/internal/platform.h>
#include "ailego/internal/cpu_features.h"
#include "norm2_matrix.h"
#include "norm_matrix_fp16.i"