PDA

View Full Version : Paraliztion of qt and c++ code...



shyamkute
7th November 2014, 12:48
hi...
i have a source code in c++ and qt...but i have to parallise that code using cuda...so for that i have to convert that source code totally in to c or c++ because using qt it is not possible to parallise that code...so anyone can help me for conversion of qt code in to c or c++...

faldzip
7th November 2014, 12:59
Qt is a library written in C++ programming language so you do not need to convert anything to C++. Without any more detailed description and without seeing your code it is hard to tell if there is anything that can be computed on multiple threads and what is needed to do so.