getDataDir get the full path to the folder containing the GPUBench data
0001 function dataDir = getDataDir() 0002 %getDataDir get the full path to the folder containing the GPUBench data 0003 0004 % Copyright 2011 The MathWorks, Inc. 0005 0006 dataDir = fullfile( fileparts( fileparts( mfilename( 'fullpath' ) ) ), 'data' ); 0007