GPU
A GPU is a specialized chip used for fast parallel computation.
Category
These terms cover hardware, reuse, bundling requests, and keeping systems busy.
Terms that show up when you optimize model serving cost and speed.
In a daily board, this category groups terms by their shared role. Look for four cards that describe the same mechanism, risk area, or workflow rather than four words that merely sound similar.
These entries are vocabulary notes for learning. They are not project endorsements, token recommendations, exchange rankings, or trading signals.
A GPU is a specialized chip used for fast parallel computation.
A cache stores data or output so it can be reused without recomputing it.
Batching groups requests together so a system can process them more efficiently.
Parallelism is the practice of running multiple operations at the same time.
A GPU hour measures the use of one graphics processor for one hour of computing work.
Power usage effectiveness compares total facility energy with the energy delivered to computing equipment.
A capacity reservation secures computing resources in advance for a workload that needs predictable availability.
A spot instance is discounted cloud capacity that the provider may reclaim when demand changes.
Latency is the time between a request and a response.
Throughput is how much output a system can produce over a given period.
Batching groups multiple inputs into one processing pass.
Quantization compresses model numbers into lower precision to save memory and speed up inference.
A GPU is specialized hardware built to run many calculations in parallel.
Throughput is the amount of work a system completes over a given time period.
Utilization is the share of available compute actively being used.
Autoscaling adjusts system resources automatically as demand rises or falls.