Home
Schedule
Abstract Template
Masters Attendance
Center
Home
Courses
People
Projects
Page
Edit Page
Rename Page
Attach File
Printable
Wiki Source
More ...
Web
Recent Changes
Notify Service
News
Page Index
Search
More ...
Wiki
About TWiki
Text Formatting
Registration
Change Password
Reset Password
Users
Groups
Log In
or
Register
Tapping The Power Of Open CLFor Haskell Arithmetic
Stc
Date: 25-03-2010 Time: 11:45 Room: [[http://www.cs.uu.nl/docs/reach/bbl.php][BBL]] [[http://www.cs.uu.nl/info/plan/bbl.php][023]] ----+++++ Speaker: Timon Bijlsma ----+++++ Title: Tapping the power of OpenCL for Haskell arithmetic ----+++++ Abstract The accelerate package provides an embedded language for array computations. While normally evaluating the expressions using an interpreter, OpenCL code can be generated instead. The OpenCL runtime then runs the code on a CPU or, more interestingly a GPU. This allows programmers to take advantage of the hundreds or processing units found in modern graphics hardware.