How Run CSA CUDA Server By another GPU

FaDeL®

Staff member
Super Moderator
Messages
7,391
Hi Friends

What The difference between maxreg80 and maxreg128 in CSA_ CUDA_ Server

i Try with Freind to Access To GPU Via CSA_ CUDA_ Server
I Do like PIC But Not Access yet
there is something that is not noticed :confused::confused:
Is there a way to experiment?? IP or Server

 

Sky Scanner

Registered
Messages
23
Hi Friends

What The difference between maxreg80 and maxreg128 in CSA_ CUDA_ Server

i Try with Freind to Access To GPU Via CSA_ CUDA_ Server
I Do like PIC But Not Access yet
there is something that is not noticed :confused::confused:
Is there a way to experiment?? IP or Server


I went to install the CSA Cuda Server and there are 2 options, maxreg80 and maxreg128. Which one do I use?

Thanks!
 

C0der

Registered
Messages
267
I think the idea was to try both for a few minutes or so and then use the faster one.
 

campag5242

Feed Hunter
Messages
2,585
The options might have some difference on an older GPU: limiting register usage to 80 per kernel might allow for more active threads on each SM, but those threads will instead employ slower local memory in place of faster registers. As C0der says, try both.

On the other hand, the GPU workload for v2's shorter chain length is very light: speed for C8->CW lookup will be determined mostly by disk search anyway, so I guess you will not notice much (if any) difference overall.
 
Top