Move ggml-cpu-traits.h to source file
This commit is contained in:
parent
ca0c8b6b73
commit
02315a8dbe
3 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
// SPDX-License-Identifier: MIT
|
// SPDX-License-Identifier: MIT
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
enum cpu_feature {
|
enum cpu_feature {
|
||||||
CPU_FEATURE_NONE = 0,
|
CPU_FEATURE_NONE = 0,
|
||||||
CPU_FEATURE_DOTPROD = 1,
|
CPU_FEATURE_DOTPROD = 1,
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
#include "ggml-impl.h"
|
#include "ggml-impl.h"
|
||||||
#include "ggml-backend-impl.h"
|
#include "ggml-backend-impl.h"
|
||||||
#include "ggml-threading.h"
|
#include "ggml-threading.h"
|
||||||
|
#include "ggml-cpu-traits.h"
|
||||||
|
|
||||||
#include "kernels.h"
|
#include "kernels.h"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "ggml-cpu-traits.h"
|
#include "ggml-alloc.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue