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:
parent
919f15bb36
commit
c05974cab1
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue