Changes between Initial Version and Version 1 of OpenCL_Memo


Ignore:
Timestamp:
Nov 13, 2009 7:29:57 PM (15 years ago)
Author:
nakasato
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenCL_Memo

    v1 v1  
     1== Standard Compute Layer Library == 
     2http://www.browndeertechnology.com/stdcl.html 
     3 
     4A wrapper library API for OpenCL API used in the tutorial below. 
     5It seems that the libstdcl greatly simplify  
     6a sample program ($OPENCLDIR/samples/opencl/cl/app/NBody) supplied with Stream SDK 2.0beta. 
     7 
     8== OpenCL™ Tutorial: N-Body Simulation ==  
     9http://www.browndeertechnology.com/docs/BDT_OpenCL_Tutorial_NBody.html 
     10 
     11A tutorial that modifies the sample NBody program written in OpenCL API.