| [PyTorch](https://pytorch.org/) | Tensors and Dynamic neural networks in Python with strong GPU acceleration. PyTorch is a deep learning framework that puts Python first. |
## Base
| Module | Description |
| ------ | ----------- |
| [Extrae](https://tools.bsc.es/extrae) | Extrae is the core instrumentation package developed by the Performance Tools group at BSC. It enables the instrumentation of applications using MPI, OpenMP, pthreads, CUDA, OpenCL, OpenACC, and GASPI, leveraging various instrumentation approaches. Extrae gathers information such as timestamped events of runtime calls, performance counters, and source code references. Additionally, it provides its own API, allowing users to manually instrument their applications. |