N
N
NeoZeed2014-08-22 16:38:12
GPGPU
NeoZeed, 2014-08-22 16:38:12

Does CUDA work on weak video cards in the same way as on more powerful ones?

For example, if you write code for the 8400GS, and then run it on a 670 GTX with 1000 cores, will this increase speed, or will you have to rewrite the code? How many cores are on the 8400 GS, there is no such data on the site. What is the difference between versions 1.1 and 2.x of CUDA?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2014-08-22
@NeoZeed

Depends on your application's core configuration. Naturally, with certain kernel configurations (size of grids, blocks, etc.), by increasing the number of stream processors, the number of thread pools that can be executed simultaneously will increase.
As for the difference in the CUDA version... There are heaps of nuances related to thread synchronization, work with global memory, calculation accuracy, etc.
From the available information, there are official guides. There is a table like this:
jkS7S.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question