metal : build metallib + fix embed path

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-03-12 15:54:02 +02:00
parent 8030da7afe
commit 34cdece33a
No known key found for this signature in database
GPG key ID: BF970631944C16B7
4 changed files with 43 additions and 40 deletions

View file

@ -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))