Skip to content

Commit

Permalink
fix compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Oct 26, 2023
1 parent fe763c0 commit e1f3837
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ggml-metal.m
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
// MSL code
// TODO: move the contents here when ready
// for now it is easier to work in a separate file
static NSString * const msl_library_source = @"see metal.metal";
// static NSString * const msl_library_source = @"see metal.metal";

// Here to assist with NSBundle Path Hack
@interface GGMLMetalClass : NSObject
Expand Down Expand Up @@ -247,6 +247,7 @@ static void ggml_metal_log(enum ggml_log_level level, const char* format, ...){
return NULL;
}
}
#endif

// load kernels
{
Expand Down

0 comments on commit e1f3837

Please sign in to comment.