

Best of Both Worlds
C language is fast. C# language is flexible. Combine them on CPUs, iGPUs, GPUs and FPGAs. OpenCL is based on a constrained C99 compiler...
Offload image-resize to all GPUs and FPGAs so server feels more relaxed to host websites
Move compute-heavy sql table joins to C# side to let sql server handle the data-heavy parts.
Make particle physics programs performance-aware, even a mild overclock to one of GPUs will increase overall performance.
Write your own genuine kernel code to accomplish multi-GPU computing, easily without getting low-level on host side.
Device to device pipelining.
Built-in image resizer functions.
Built-in matrix-multiplication functions.
​