darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.54k stars 446 forks source link

Does darling support nvidia graphic cards? #1203

Closed James4Ever0 closed 1 year ago

James4Ever0 commented 2 years ago

macOS needs to install nvidia card drivers if it is on a hackintosh, and there are many hacks around this after both nvidia and Apple officially dropped support for nvidia drivers since macOS Mojave. darling is a translation layer by its nature, and i have installed nvidia drivers on linux. so i'm wondering if darling could run frameworks like CoreML, CreateML with GPU support?

James4Ever0 commented 2 years ago

can darling run nvcc and cuda?

James4Ever0 commented 2 years ago

curious if darling can really do that, which will definitely bridge a huge gap for creating CoreML supported platforms, without the need to install and run macOS on top of linux or inside some emulation/virtualization layers

CuriousTommy commented 2 years ago

I'm wondering if darling could run frameworks like CoreML, CreateML with GPU support?

In theory, it should be possible, but just like with our other frameworks, it will need to be re-implemented from scratch.

can darling run nvcc and cuda?

If the API is the same as on Linux, in theory it should be possible to re-implement. With that being said, we normally don't implement 3rd party macOS API.

facekapow commented 1 year ago

Closing this since the original question has been answered.