Files | Admin

Notes:

Release Name: 0.3

Notes:
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Ruby OpenCL Library (Ruby-OpenCL) 
Release Notes
Release Ruby OpenCL 0.3 (Beta)
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Installation Instructions
--------------------------------------------------------------------------------
* unzip and untar the source file.
  $ tar zxvf ruby-opencl-0.3.tar.gz
* go into the directory.
  $ cd ruby-opencl-0.3
* run extconf.rb
  $ ruby extconf.rb --with-OpenCL-include=/path_to_directory_having_CL/cl.h --with-OpneCL-lib=/path_to_directory_having_libOpenCL.so
* execute make
  $ make
* install to system as root
  # make install



Changes: * Version 0.3 released. * enable to work on ATI Stream SDK 2.01 * enable to work on CUDA 3.0