Skip to content

Commit e1f3837

Browse files
committed
fix compiling
1 parent fe763c0 commit e1f3837

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ggml-metal.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
// MSL code
129129
// TODO: move the contents here when ready
130130
// for now it is easier to work in a separate file
131-
static NSString * const msl_library_source = @"see metal.metal";
131+
// static NSString * const msl_library_source = @"see metal.metal";
132132

133133
// Here to assist with NSBundle Path Hack
134134
@interface GGMLMetalClass : NSObject
@@ -247,6 +247,7 @@ static void ggml_metal_log(enum ggml_log_level level, const char* format, ...){
247247
return NULL;
248248
}
249249
}
250+
#endif
250251

251252
// load kernels
252253
{

0 commit comments

Comments
 (0)