Skip to content

Commit

Permalink
sync : ggml (Metal fixes, new ops, tests) (#1633)
Browse files Browse the repository at this point in the history
* sync : ggml (Metal fixes, new ops, tests)

* cuda : fix bin bcast when src1 and dst have different types
  • Loading branch information
ggerganov authored Dec 13, 2023
1 parent ec03661 commit 8171e62
Show file tree
Hide file tree
Showing 7 changed files with 2,998 additions and 420 deletions.
2 changes: 1 addition & 1 deletion ggml-alloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GGML_API size_t ggml_allocr_alloc_graph(ggml_allocr_t alloc, struct ggml_cgraph
// ggml-backend v2 API
//

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

Expand Down
Loading

0 comments on commit 8171e62

Please sign in to comment.