scispace - formally typeset
R

Robert Hagmann

Researcher at Google

Publications -  7
Citations -  6124

Robert Hagmann is an academic researcher from Google. The author has contributed to research in topics: Task (project management) & Central processing unit. The author has an hindex of 4, co-authored 7 publications receiving 4663 citations.

Papers
More filters
Posted Content

In-Datacenter Performance Analysis of a Tensor Processing Unit

TL;DR: This paper evaluates a custom ASIC-called a Tensor Processing Unit (TPU)-deployed in datacenters since 2015 that accelerates the inference phase of neural networks (NN) and compares it to a server-class Intel Haswell CPU and an Nvidia K80 GPU, which are contemporaries deployed in the samedatacenters.
Proceedings ArticleDOI

CPI2: CPU performance isolation for shared compute clusters

TL;DR: CPI2, which uses cycles-per-instruction (CPI) data obtained by hardware performance counters to identify problems, select the likely perpetrators, and then optionally throttle them so that the victims can return to their expected behavior.
Proceedings ArticleDOI

Optimizing Google's warehouse scale computers: The NUMA experience

TL;DR: This paper investigates the impact of non-uniform memory access (NUMA) for several Google's key web-service workloads in large-scale production WSCs and reveals surprising tradeoffs between optimizing for NUMA performance and reducing cache contention.
Proceedings ArticleDOI

Evaluation of NUMA-Aware Scheduling in Warehouse-Scale Clusters

TL;DR: A holistic NUMA-aware scheduling policy is introduced that combines both machine-level and cluster-level NUma-aware optimizations and there is a non-trivial tradeoff between cluster job packing efficiency and N UMA-fitness for the E-PVM algorithm under certain circumstances.