Skip to content
Snippets Groups Projects
Select Git revision
  • b3d22b1729f6b20b2bd27e685a439db04c2c7e16
  • main default protected
  • fix-mypy
  • ci-remove-extras
4 results

arraycontext

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Andreas Klöckner / arraycontext
    336 commits behind the upstream repository.

    arraycontext: Choose your favorite numpy-workalike

    Gitlab Build Status Github Build Status Python Package Index Release Page

    GPU arrays? Deferred-evaluation arrays? Just plain numpy arrays? You'd like your code to work with all of them? No problem! Comes with pre-made array context implementations for:

    • numpy
    • PyOpenCL
    • Pytato (for lazy/deferred evaluation)
    • Debugging
    • Profiling

    arraycontext started life as an array abstraction for use with the meshmode unstrucuted discretization package.

    Distributed under the MIT license.

    Links