S sam_p_lay Splendid Mar 26, 2010 4,627 0 23,460 Nov 11, 2014 #1 I have these lines in my DXdiag output: Display Memory: 4095 MB Dedicated Memory: 3072 MB Shared Memory: 1023 MB Why would there be shared memory on my graphics card?
I have these lines in my DXdiag output: Display Memory: 4095 MB Dedicated Memory: 3072 MB Shared Memory: 1023 MB Why would there be shared memory on my graphics card?
Solution DonkeyOatie Nov 11, 2014 Shared memory is very low latency memory available for CUDA programming when the GPU is used for general purpose computing.
Shared memory is very low latency memory available for CUDA programming when the GPU is used for general purpose computing.
DonkeyOatie Champion Sep 16, 2014 12,141 1 50,960 Nov 11, 2014 Solution #2 Shared memory is very low latency memory available for CUDA programming when the GPU is used for general purpose computing. Upvote 0 Downvote Solution
Shared memory is very low latency memory available for CUDA programming when the GPU is used for general purpose computing.
S sam_p_lay Splendid Mar 26, 2010 4,627 0 23,460 Nov 12, 2014 #3 Thanks, I had no idea! Upvote 0 Downvote
DonkeyOatie Champion Sep 16, 2014 12,141 1 50,960 Nov 12, 2014 #4 Modern graphics cards are designed to be used as additional process for general mathematical computing. Upvote 0 Downvote
Modern graphics cards are designed to be used as additional process for general mathematical computing.
S sam_p_lay Splendid Mar 26, 2010 4,627 0 23,460 Nov 12, 2014 #5 Not in my rig ;-) Thanks for your help. Upvote 0 Downvote