x264 project added OpenCL video acceleration to it’s implementation early at about 2013(not sure with the date), and my goal here is test the video encoding performance of x264 when with OpenCL video accelerator enabled. Test hardware environments: HP Pavilion 14 1. Graphic card: NVIDIA GeForce GT730M card. 2. CPU: […]
CUDA
This is a simple guide document for getting start with GPU programming by using CUDA SDK, and my working environment is WinXP + VS 2010. If you are looking for a comprehensive guide of GPU programming, you need to visit http://docs.nvidia.com/cuda/index.html. Here we go. 1. Installing CUDA Development Tools Key […]