Skip to main content

Sympy Expressions Evaluation Implemented oN the GPU

Project description

SEEING

Sympy Expressions Evaluation Implemented oN the GPU

The idea is to provide the following to Sympy users:

  • A simple way to evaluate an expressions on the GPU
  • Backend agnostic evaluation (currently numpy and cupy are supported, in the future clpy or other numerical backends might be added)
  • Support tools to handle groups of expressions (evaluate, plot, substitute parameters, share variables)
  • Numerical methods (for now integration over n-dimensional domains)

Numpy/Scipy evaluation comes out of the box with Sympy, using the lambdify feature. In order to do the same on the GPU, first development effort of SEEING relies Cupy only, thus you need to have a CUDA enabled GPU to use it.

Installation

SEEING can be installed with pip:

pip install astro-seeing

For GPU usage SEEING relies on Cupy, which can be installed as a dependency with:

pip install "astro-seeing[gpu]"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

astro-seeing-1.1.tar.gz (2.4 MB view hashes)

Uploaded Source

Built Distribution

astro_seeing-1.1-py3-none-any.whl (11.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page