Is there a way to force CoreImage to use the GPU?

Posted by NSSplendid on Stack Overflow See other posts from Stack Overflow or by NSSplendid
Published on 2010-04-25T15:46:04Z Indexed on 2010/04/25 17:43 UTC
Read the original article Hit count: 158

Filed under:
|
|

We are having the following problem: a series of Core Image filters runs constantly in our program. When evaluating on my Macbook Pro, Core Image decides to schedule all graphics computation on the GPU, as expected. When using a MacPro, however, CI uses the CPUs! This is a problem, as we need them for other processing. [1]

The question now is: Can one tell CI to run exclusively on the GPU?

[1] Both hardware sets are of the newest kind. The MacPro has 8 Cores.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about cocoa