Closed svelterust closed 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.
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.
Hey, awesome library. Is it possible to access GPU using wgpu or other crates like this? For running machine learning models, AI etc.