From: bsegovia Date: Fri, 12 Aug 2011 03:24:46 +0000 (+0000) Subject: Other minor changes to README X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=811c59c2ae2923f7d8f673448d7424abb590d5ad;p=contrib%2Fbeignet.git Other minor changes to README --- diff --git a/README b/README index f1efc3c..1b2d0b7 100644 --- a/README +++ b/README @@ -65,18 +65,19 @@ located in https://subversion.jf.intel.com/cag/gen/gpgpu/fulsim/ - Copy fulsim executables you use where you are going to run the tests -- Setup variable environments for your emulated machine. I put a short script -to emulate IVB at the root of miniCL. So just type: -source setup_fulsim.sh LIVE_DEBUG -LIVE_DEBUG is 0 or 1. When set to 0, the code just runs without stopping. When -setting 1, the fulsim debugger is opened and you can step into the code and -debug it easily - - You need to get a specific version of libdrm which is able to output AUB files. Take it from: https://subversion.jf.intel.com/cag/gen/gpgpu/libdrm_fulsim/ Then, compile it and install it +- Setup variable environments for your emulated machine. I put a short script +to emulate IVB at the root of miniCL. So just type: +source setup_fulsim.sh LIVE_DEBUG +LIVE_DEBUG is 0 or 1. When set to 0, the code just runs without stopping. When +setting 1, the fulsim debugger is opened and you can step into the code and +debug it easily. Just look at the script: it is nothing more than setting +variables + - Now run a test like: ./test_copy_buffer Normally, it will open fulsim at some point and you will see it running