Changes between Version 33 and Version 34 of GSoc2011

Show
Ignore:
Timestamp:
03/14/11 02:56:28 (11 years ago)
Author:
dukeleto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoc2011

    v33 v34  
    204204 * '''Details''': Implementation of Python3 on Parrot, written in pure python as much as possible, that targets PIR or Winxed. 
    205205 * '''Expected Deliverables''': pure python compiler + core python types (likely written in winxed). 
     206 
     207=== OpenCL bindings for Parrot === 
     208 * '''Difficulty''': <4/5>  
     209 * '''Links of Interest''': http://www.khronos.org/opencl/ 
     210 * '''Possible Mentors''': dukeleto 
     211 * '''Details''': OpenCL is the first open, royalty-free standard for cross-platform and parallel programming, mostly for Graphical Processing Units (GPUs). Parrot would like bindings to OpenCL, which will allow high-performance computing from Parrot languages. This will have far-reaching potential for scientific computing, cryptography, number theory and any computationally intensive tasks. 
     212 * '''Expected Deliverables''': OpenCL is a large standard, this GSoC project will be confined to providing the smallest set of bindings to OpenCL that can be built up. Most likely, access to integer calculations should be done. More details to follow. 
     213 
     214