xref: /petsc/doc/community/roadmap.md (revision 4d12350b4d1d562f24a95bd06d554a68a71c004f)
1(roadmap)=
2
3# PETSc Roadmap
4
5Planned major focus areas for PETSc development include the following.
6
7- Continue implementing advanced algorithms to provide state-of-the-art problem-solving infrastructure for large-scale nonlinear problems.
8
9- GPU support including NVIDIA, AMD, and Intel systems.
10
11- Differentiable software. That is more support in all components of PETSc and PETSc simulations for providing and conveying
12  derivative information and making it available to the user and machine learning software such as PyTorch, JAX, and TensorFlow.
13  This can include algorithmic (e.g., `TSAdjoint`) and automatic differentiation.
14
15- Batching. Efficiently solving structurally similar problems together using potentially multiple levels of parallelism.
16
17- Enhanced language bindings.
18
19  - Easier Python usage including transparent interoperability with **NumPy**, PyTorch, JAX, and TensorFlow.
20  - Julia bindings.
21  - Rust bindings.
22