Is it possible to access GPU from Rust for running AI? #448
Answered
by
temeddix
svelterust
asked this question in
Q&A
-
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.
Answered by
temeddix
Sep 24, 2024
Replies: 1 comment
-
Hi :) There's no reason why you cannot. It should be possible to access GPU with crates like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
temeddix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.