Code covered by the BSD License  

Highlights from
GPUBench

image thumbnail
from GPUBench by Ben Tordoff
Compare GPUs using standard numerical benchmarks in MATLAB.

gpubench.getDataDir()
function dataDir = getDataDir()
%getDataDir  get the full path to the folder containing the GPUBench data

%   Copyright 2011 The MathWorks, Inc.

dataDir = fullfile( fileparts( fileparts( mfilename( 'fullpath' ) ) ), 'data' );

Contact us