02-02-2016 06:36 AM
Hello,
Is there any way to use the LabView GPU Analysis Toolkit with non-Nvidia GPUs?
All the information I find either does not tell or is quite old (~5 years ago, I'm pretty sure Nvidia was the only option).
So basically, I was wondering if by now it's possible to use different cards or not.
Thank you,
Martin
Solved! Go to Solution.
02-02-2016 06:46 AM
The GPU Toolkit interfaces to the CUDA software architecture. I don't think that there is even an inofficial release of CUDA driver software for ATI cards. ATI has focused entirely on OpenCL as interface to their cards and in fact even Nvidia seems to support that nowadays to some degree.
So the information you found is still actual.
02-02-2016 06:50 AM
Alright, I was afraid so 🙂
I was hoping that maybe somehow LabView started to support OpenCL or that I was just oblivious about any obvious tweaks of how to make CUDA ATI-compatible...
Thanks for the answer!
02-02-2016
07:28 AM
- last edited on
04-14-2025
02:56 PM
by
Content Cleaner
CUDA is an nVidia technology so only supported by their cards.
There is a library/toolkit for OpenCL and LabVIEW: https://www.ni.com/en/support/downloads/tools-network/download.openclv.html
02-02-2016 07:42 AM
Wow, that looks really promising!
I will be trying that,
thanks a lot!