How OpenCL is Different from gpgpu-rs #11
Answered
by
UpsettingBoy
RahulDas-dev
asked this question in
Q&A
-
Hi, I was working on a gaussian filter for images using GPU, I was using OpenCL, But I stumbled across your Library, however. I know very little about WGPU. So, I Have Couple of question on my mind.
|
Beta Was this translation helpful? Give feedback.
Answered by
UpsettingBoy
Dec 29, 2021
Replies: 1 comment 1 reply
-
Let me answer you per question :). I think you are mixing some terms, I recommend you to start reading 4. and the paragraph bellow.
gpgpu-rs is a rust GPGPU framework built upon wgpu, which is an abstraction layer over the different graphics backends that exists (vulkan, etc) using the compute capabilities of this graphics APIs to do GPGPU. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RahulDas-dev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let me answer you per question :). I think you are mixing some terms, I recommend you to start reading 4. and the paragraph bellow.