metal : build metallib + fix embed path (#6015)
* metal : build metallib + fix embed path ggml-ci * metal : fix embed build + update library load logic ggml-ci * metal : fix embeded library build ggml-ci * ci : fix iOS builds to use embedded library
This commit is contained in:
parent
0fd6c1f015
commit
381da2d9f0
6 changed files with 83 additions and 58 deletions
|
@ -4,9 +4,6 @@
|
|||
|
||||
#include <metal_stdlib>
|
||||
|
||||
#define GGML_COMMON_IMPL_METAL
|
||||
#include "ggml-common.h"
|
||||
|
||||
using namespace metal;
|
||||
|
||||
#define MAX(x, y) ((x) > (y) ? (x) : (y))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue