GPU Shark, GPU monitoring utility
GPU Shark 0.7.1
 
GPU Caps Viewer
GPU Caps Viewer 1.18.1
 
Shadertoy To GLSL Hacker Demos
Shadertoy to
GLSL Hacker demos
Gigabyte G1.Sniper M5 Z87 (Haswell) Motherboard Unboxing
Gigabyte G1.Sniper M5
Unboxing
(WebGL) How to Enable Native OpenGL in your Browser (Windows)
How to Enable Native OpenGL
in your Browser (WebGL)
Building Worlds With Distance Functions in GLSL (Raymarching)
Distance functions
Raymarching (GLSL)

Posts Tagged ‘intel opencv library’


GPU benchmark tool for image processing

2 comments - What do you think?  Posted by JeGX - 2008/06/16 at 09:26

Categories: Benchmarks   Tags: , , , , , ,

Here is a small benchmark that try to compare several optimized Intel OpenCV library functions with their GPU analogs, written using OpenGL and GLSL shader language.

More information HERE.

Because I can’t resist, here is my score (Core 2 Duo 6600 default clocks, Radeon HD 3870 Catalyst8.5, WinXP 32-bit) with Resolution multiplier set to 4:

------------ CPU  | GPU
step1:       75.3   21.5
step2:       35.8   22.5
step3:       05.7   00.7
Total Time: 116.9  345.3


-source-