If you mean the list of the website, I think listing devito there is fine.
Feel free to make a PR.

Aaron Meurer

On Sat, Feb 11, 2023 at 4:48 AM Gerard Gorman <gerard.j.gor...@gmail.com>
wrote:

> Hi
>
> The Devito DSL (https://www.devitoproject.org/) is a Python package to
> implement optimized stencil computation (e.g., finite differences, image
> processing, machine learning) from high-level symbolic problem definitions.
> Devito builds on SymPy and employs automated code generation and
> just-in-time compilation to execute optimized computational kernels on
> several computer platforms, including CPUs, GPUs, and clusters.
>
> Key Features
>
>    - A functional language to express finite difference operators.
>    - Straightforward mechanisms to adjust the discretization.
>    - Constructs to express sparse operators (e.g., interpolation),
>    classic linear operators (e.g., convolutions), and tensor contractions.
>    - Seamless support for boundary conditions and adjoint operators.
>    - A flexible API to define custom stencils, sub-domains, sub-sampling,
>    and staggered grids.
>    - Generation of highly optimized parallel code (SIMD vectorization,
>    CPU and GPU parallelism via OpenMP and OpenACC, multi-node parallelism via
>    MPI, blocking, aggressive symbolic transformations for FLOP reduction,
>    etc.).
>    - Distributed NumPy arrays over multi-node (MPI) domain decompositions.
>    - Inspection and customization of the generated code.
>    - Autotuning framework to ease performance tuning.
>    - Smooth integration with popular Python packages such as NumPy,
>    SymPy, Dask, and SciPy, as well as machine learning frameworks such as
>    TensorFlow and PyTorch.
>
> Best regards
> Gerard
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/11c1f53e-d13a-461f-a720-f11c6b05ab11n%40googlegroups.com
> <https://groups.google.com/d/msgid/sympy/11c1f53e-d13a-461f-a720-f11c6b05ab11n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6JPZPjTiFOQyN25xOYLo8HamnEP0U8COcBqEPYQp%3DXM_w%40mail.gmail.com.

Reply via email to