> Anybody knows where the OpenCL patch stores it's data in memory? On the GPU's > RAM or in the main RAM? If I do a serial of OpenCL patches will it go > GPU-Host-GPU-Host? Or is it superoptimized to do and store everything in the > GPU?
This depends on the compute device selected - GPU devices will store their data in vram, else system memory. Generally you won't round-trip data between OpenCL patches in a sequence. -- Christopher Wright christopher_wri...@apple.com
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list (Quartzcomposer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com