Setting up OpenACC with QtCreator
Solved
3rd Party Software
-
Hi,
Do you mean run OpenACC compiler from within Qt Creator ?
-
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.