Coder Social home page Coder Social logo

Comments (2)

leofang avatar leofang commented on September 24, 2024 2

It's worth adding that PyCUDA is the ancestor of Python GPU programming. In particular, it showed the combination of

  • exposing CUDA C APIs and programming interface to Python
  • providing a GPU array container

brings the full capability of CUDA to Python users. In a sense Numba, CuPy, and now CUDA Python are successors of it, specialized in each subdomain. I don't think it's exaggerating to say without PyCUDA's success it'd be slower to see the booming in growth of Python GPU users.

But, CUDA Python provides almost full coverage of the driver/runtime/NVRTC APIs, which is something none of the projects had the capacity to offer due to the wide scope. Also, CUDA Python is an official NVIDIA product 🙂

from cuda-python.

shwina avatar shwina commented on September 24, 2024 1

Hi @jinluyang

First, PyCUDA is very much open source: https://github.com/inducer/pycuda

PyCUDA is a larger library, offering a Pythonic interface to the driver API, as well as higher level features such as GPU arrays and utilities for metaprogramming.

CUDA Python on the other hand exclusively provides Python bindings for the CUDA driver and runtime APIs.

So yes - there is definitely some overlap between the two. However CUDA Python is much more narrow and focused in its scope.

from cuda-python.

Related Issues (20)

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.