Swift? MPS Graph? #39
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
The relationship between Swift and this repository's C++ APIs can be for consumption, but it depends on how these APIs are designed and Swift's interoperability with C++. As for MPS Graph, it's a framework used for neural network tasks on Apple platforms. The repo might relate to optimizing operations for MPS Graph within its C++ codebase. Whether Swift directly uses these C++ APIs varies based on project needs. To align your porting efforts, check the repo's documentation or engage with contributors for clarity on its intended use with Swift and MPS Graph. |
Beta Was this translation helpful? Give feedback.
-
I had recently begun an effort to port llama2.c to Swift, and was then going to improve that port to use MPS Graph. However, this new repo makes me wonder if I'm heading down a bad path.
Is Swift intended as a consumer of this repo's C++ apis?
What is the relationship of this repo to MPS and MPS Graph?
Beta Was this translation helpful? Give feedback.
All reactions