Setting up OpenACC with QtCreator
-
wrote on 19 Oct 2016, 10:45 last edited by
Is it possible to seting up OpenACC with QtCreator?
-
Hi,
Do you mean run OpenACC compiler from within Qt Creator ?
-
wrote on 20 Oct 2016, 07:32 last edited by Q139
Hi,
Not familiar with the compiler or developer kits yet , only asking if it might currently work with Qt ide.
Is it possible to implement openAcc in QtWidget application under linux/windows os for testing gpu acceleration?
Would there be potential for better performance in parralelizing to gpu if many smaller loops in code have arrays of structs as outer dependencies?
Larger loops are longer and more complex , would parralelizing those even work efficient on gpu? -
You won't accelerate painting however depending on your application needs it might help on other points.
In any case, it's not something supported out of the box.
-
wrote on 11 Nov 2016, 18:43 last edited by Q139
It is possible if set compiler up on linux