OpenCL bytecode running on another card
问题 I have program that use OpenCL for calculation, OpenCL code is big and compile time is about 2 minutes with 100% CPU load. Of course i save binary results of compilation. And second launch load opencl program from binary. Can i use same binary on another video card with same chip but different characteristics (RAM,CLOCK,etc.)? 回答1: As far as the OpenCL specification is concerned, you only have guarantees that a program binary can be re-used on the same device on which it was created. In