Skip to content

Commit d6c9708

Browse files
committed
Fix merge errors
1 parent 3b6b037 commit d6c9708

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ggml-metal.m

-4
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,7 @@ static void ggml_metal_log(enum ggml_log_level level, const char * format, ...){
375375
GGML_METAL_LOG_ERROR("%s: error: %s\n", __func__, [[error description] UTF8String]);
376376
return NULL;
377377
}
378-
<<<<<<< HEAD
379378
#endif // GGML_METAL_EMBED_LIBRARY
380-
=======
381-
#endif
382-
>>>>>>> 1f00fe9 (metal : option to embed MSL source into compiled binary (#1842))
383379

384380
@autoreleasepool {
385381
// dictionary of preprocessor macros

0 commit comments

Comments
 (0)