Best of Both Worlds
- htugrulbuyukisik
- 14 Nis 2017
- 1 dakikada okunur
C language is fast. C# language is flexible. Combine them on CPUs, iGPUs, GPUs and FPGAs. OpenCL is based on a constrained C99 compiler and Cekirdekler API wraps it to make it multi-device performance-aware.
Even a low-end laptop CPU(Celeron N3060) gains 44x speed by moving codes to its embedded iGPU as in this video:
Discrete graphics processors are always faster and generally bottlenecking part is the pci-e bridge.
Comments