Skip to content

Commit cf6c8e8

Browse files
authored
sync : ggml (Metal fixes, new ops, tests) (ggml-org#1633)
* sync : ggml (Metal fixes, new ops, tests) * cuda : fix bin bcast when src1 and dst have different types
1 parent 03bc26b commit cf6c8e8

File tree

7 files changed

+2998
-420
lines changed

7 files changed

+2998
-420
lines changed

ggml-alloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GGML_API size_t ggml_allocr_alloc_graph(ggml_allocr_t alloc, struct ggml_cgraph
4343
// ggml-backend v2 API
4444
//
4545

46-
// Seperate tensor and graph allocator objects
46+
// Separate tensor and graph allocator objects
4747
// This is necessary for multi-backend allocation because the graph allocator needs to use multiple tensor allocators
4848
// The original API is kept as a wrapper around the new API
4949

0 commit comments

Comments
 (0)