| OpenCLTutorial -API | September 13 th, 2009 2 Host and Compute Device The OpenCL™ specification describes the API and the language. The OpenCLAPI, is the programming API available on Host , which is Windows® or Linux® PC, embedded system, etc. OpenCLAPI is available as a dynamically linked ...
... Enhancement by Using AMD APP SDK | June 2011 OPENDECODE É OpenDecodeis part of AMD OpenVideoimplementation that provides a way for OpenCLvideo applications to leverage the powerful UVD unit inside AMD Radeongraphics cards. É AMD OpenVideoDecode API design goals: - Be interoperable with the OpenCLAPI ...
OpenCLdevicecode, written ina C99 variant, is typically compiled atruntimebya vendor-provided compiler through OpenCLAPI calls. Kernels consist of work-groups (similartoCUDA blocks) each of which consist of work-items (akintothreadsinCUDA), as shown in Figure 2a.