Can I utilise cores in GPU from c# WITHOUT change to code? -



Can I utilise cores in GPU from c# WITHOUT change to code? -

i realise there several questions on subject believe angle unique.

i have mature c# app utilize scientific number crunching. in code start 24 c# threads on 24 hyperthread (i.e. have 2 cpus each 6 cores/ 12 threads) workstation. run windows 7 , handles brilliantly - able utilize total processing powerfulness work done.

i see gpus advertise "448 cores". if bought 1 of these c# app able utilise them? mean without rewriting code in major way. threads start taken gpu cores instead of cpu hyperthreads case now?

follow on question

hi, appreciate answers getting - if negative.

is there other hardware should thinking (not expensive) give me big number of cores, able run c# code without rewrite?

heh... no. no way no how. "cores" aren't same. take advantage of gpu computing, need write computations in specific way. seek opencl maybe. reply question no.

as edit, possible thing few changes (depending on how you've structured it) processor. if you're not making general software, run 48 non-ht individual cores. maybe that's not bottleneck, though. increment ram create faster point.

c# gpu

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -