dougdew64

Results 23 comments of dougdew64

I hope that this repo will gain traction among developers who are focused on device-based inference apps. As such a developer, I'm curious to know how this repo is supposed...

"I thought that the unified memory system on the M-series chips would reduce copying overheads. Perhaps this is not yet the case from a software perspective (e.g. PyTorch and TensorFlow...

My use case is perhaps a bit less important than some others, but I am hoping to create a SwiftUI-based LLM visualization app kind of like https://bbycroft.net/llm but atop mlx....

@vmanot I'm attempting to implement a swift-based version of the c++ tutorial app. I'm new to swift c++ integration and am getting my butt kicked. For example, my very first...

I made some changes to names of groups and targets (e.g. eliminated . from names such as tutorial.swift). Still no success. And now, I'm getting a different error. Everything in...

Thanks @vmanot. Your earlier post on this matter is what motivated me to make an attempt today to see what I could accomplish. I had grepped in the mlx code...

@vmanot In my opinion, your C++17 idea is better than my ObjC idea. That said, the "file not found" error which I reported earlier seems not to to be related...

@vmanot Regarding C++17, what kind of build errors have you received when attempting to build mlx with C++17 specified as the language dialect?

Interestingly, if I simplify the tutorialswift project so that it has only a single target (i.e. there's no framework target within tutorialswift) which bridges in the C++ headers, then the...

I tried one final test, and it succeeded. I added `struct Foo { int bar; };` to the mlx/array.h file, but outside of any namespaces. That worked perfectly with Xcode...