HeyDeveloper’s,
i’m new in this topic and i want to learn something about CUDA and the requirements.
My question on this topic is:
can i use different nvidia graphic cards for calculating for science data?
Thank you for your help.
Sincerely yours,
Yes. You may use multiple NVIDIA GPUs with CUDA programs. The programs will either have to support multiple GPU offloading of the computations (whether that is free/open source or paid software) or you will have to program your proprietorially developed code to make use of multiple GPUs. Read the CUDA documentation and feel free to google:
CUDA multi GPU