Giter Site home page Giter Site logo

shahzaibgill-zz / pyopencl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inducer/pyopencl

0.0 1.0 1.0 3.66 MB

OpenCL integration for Python, plus shiny features

Home Page: http://mathema.tician.de/software/pyopencl

License: Other

Makefile 0.03% Python 60.93% C 20.37% Vim Script 0.21% C++ 18.47%

pyopencl's Introduction

PyOpenCL lets you access GPUs and other massively parallel compute devices from Python. It tries to offer computing goodness in the spirit of its sister project PyCUDA:

  • Object cleanup tied to lifetime of objects. This idiom, often called RAII in C++, makes it much easier to write correct, leak- and crash-free code.
  • Completeness. PyOpenCL puts the full power of OpenCL's API at your disposal, if you wish. Every obscure get_info() query and all CL calls are accessible.
  • Automatic Error Checking. All CL errors are automatically translated into Python exceptions.
  • Speed. PyOpenCL's base layer is written in C++, so all the niceties above are virtually free.
  • Helpful and complete Documentation as well as a Wiki.
  • Liberal license. PyOpenCL is open-source under the MIT license and free for commercial, academic, and private use.
  • Broad support. PyOpenCL was tested and works with Apple's, AMD's, and Nvidia's CL implementations.

What you'll need:

  • gcc/g++ at or newer than version 4.8.2 and binutils at or newer than 2.23.52.0.1-10 (CentOS version number). On Windows, use the mingwpy compilers.
  • numpy, and
  • an OpenCL implementation. (See this howto for how to get one.)

Places on the web related to PyOpenCL:

pyopencl's People

Contributors

inducer avatar yuyichao avatar benma avatar shane-j-latham avatar shahzaibgill avatar cancan101 avatar eynuel avatar sirver avatar stefanv avatar gw0 avatar cgohlke avatar polarnick239 avatar ahnitz avatar almclean avatar arashthk avatar fjarri avatar bmerry avatar jmc734 avatar jsnyder avatar jcarrano-robot avatar dhj-io avatar likr avatar pohlt avatar rckirby avatar mitchellallison avatar greyhill avatar larsmans avatar kennethlj avatar geggo avatar hunse avatar

Watchers

Shahzaib Gill avatar

Forkers

mel07

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.