dybber / fcl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functional Computing Language

A low-level functional GPU language compiling to OpenCL.

cases

The directory 'cases' contains different use-cases which we want to support. Read the README in that directory for more info.

Dependencies

  • microcl - A small OpenCL wrapper library in C, making it a lot easier to write host-code.
  • cgen - A small library for generating C/OpenCL/CUDA

microcl is included as a submodule. Initialise it with:

git submodule init
git submodule update

OpenCL installation

Recommendation: Use AMD drivers for development, even on Intel CPUs, as their compiler is more polished and gives better error messages.

sudo ./AMD-APP-SDK-v3.0.130.136-GA-linux64.sh # install in /opt
sudo ln -s /opt/AMDAPPSDK-3.0/lib/x86_64/sdk/* /usr/lib/
sudo ldconfig

More info: http://wiki.tiker.net/OpenCLHowTo

About


Languages

Language:Haskell 43.9%Language:C++ 37.5%Language:C 15.4%Language:Makefile 1.5%Language:Objective-C 1.4%Language:Cuda 0.2%