Jeremy Appleyard

Jeremy Appleyard is a developer in NVIDIA's European Developer Technology team. Based near Oxford, England, he works with developers accelerating applications on GPUs. He holds a Ph.D in computational fluid dynamics from Cranfield University.
Avatar photo

Posts by Jeremy Appleyard

Simulation / Modeling / Design

Programming Tensor Cores in CUDA 9

A defining feature of the new Volta GPU Architecture is its Tensor Cores, which give the Tesla V100 accelerator a peak throughput 12 times the 32-bit... 16 MIN READ
Data Science

Optimizing Recurrent Neural Networks in cuDNN 5

This week at GTC 2016, we announced the latest update to NVIDIA Deep Learning SDK, which now includes cuDNN 5. Version 5 offers new features, improved... 10 MIN READ
GPU Pro Tip
Simulation / Modeling / Design

CUDA Pro Tip: Optimize for Pointer Aliasing

Often cited as the main reason that naïve C/C++ code cannot match FORTRAN performance, pointer aliasing is an important topic to understand when considering... 6 MIN READ