Posts by Alan Gray
Generative AI / LLMs
Aug 07, 2024
Optimizing llama.cpp AI Inference with CUDA Graphs
The open-source llama.cpp code base was originally released in 2023 as a lightweight but efficient framework for performing inference on Meta Llama models....
8 MIN READ
Simulation / Modeling / Design
Apr 14, 2023
A Guide to CUDA Graphs in GROMACS 2023
GPUs continue to get faster with each new generation, and it is often the case that each activity on the GPU (such as a kernel or memory copy) completes very...
13 MIN READ
Simulation / Modeling / Design
Feb 09, 2023
Massively Improved Multi-node NVIDIA GPU Scalability with GROMACS
GROMACS, a scientific software package widely used for simulating biomolecular systems, plays a crucial role in comprehending important biological processes...
8 MIN READ
Simulation / Modeling / Design
Oct 08, 2021
Maximizing GROMACS Throughput with Multiple Simulations per GPU Using MPS and MIG
GROMACS, a simulation package for biomolecular systems, is one of the most highly used scientific software applications worldwide, and a key tool in...
19 MIN READ
Simulation / Modeling / Design
Feb 25, 2020
Creating Faster Molecular Dynamics Simulations with GROMACS 2020
GROMACS—one of the most widely used HPC applications— has received a major upgrade with the release of GROMACS 2020. The new version includes exciting new...
13 MIN READ
Simulation / Modeling / Design
Sep 05, 2019
Getting Started with CUDA Graphs
The performance of GPU architectures continue to increase with every new generation. Modern GPUs are so fast that, in many cases of interest, the time taken by...
10 MIN READ