Is it possible to access GPU from Rust for running AI? #448
Unanswered
svelterust
asked this question in
Q&A
Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, awesome library. Is it possible to access GPU using wgpu or other crates like this? For running machine learning models, AI etc.
Beta Was this translation helpful? Give feedback.
All reactions