Graphics Processing Unit (GPU)¶
Definition
AI-generated
A Graphics Processing Unit (GPU) is a many-core processor optimized for parallel numeric operations, especially matrix and tensor computations used in deep learning and large-scale scientific workloads.
Synonyms
Plural
GPUs
Why it matters in GWAS¶
GPU acceleration can substantially reduce runtime for selected genomics and ML-heavy tasks, including model training, embedding workflows, and some simulation or inference pipelines used in post-GWAS analyses.
Example usage¶
"Fine-mapping model training was moved to GPUs to reduce runtime from days to hours."
Related terms¶
References¶
- NVIDIA. GPU Computing Basics. https://developer.nvidia.com/gpu-computing
Last updated (UTC · Git history)