cunarist / rinf

Rust for native business logic, Flutter for flexible and beautiful GUI
MIT License
2.03k stars 72 forks source link

Is it possible to access GPU from Rust for running AI? #447

Closed svelterust closed 2 months ago

svelterust commented 2 months ago

Hey, awesome library. Is it possible to access GPU using wgpu or other crates like this? For running machine learning models, AI etc.

temeddix commented 2 months ago

Hi :)

There's no reason why you cannot. It should be possible to access GPU with crates like wgpu, as long as wgpu supports the operating system you intend to run the app on.