Distributed Texture Memory in a Multi-GPU Environment
University of California, Davis
Computer Graphics Forum, Vol. 27, No. 1. (March 2008), pp. 130-151
@conference{moerschell2008distributed,
title={Distributed Texture Memory in a Multi-GPU Environment},
author={Moerschell, A. and Owens, J.D.},
booktitle={Computer Graphics Forum},
volume={27},
number={1},
pages={130–151},
issn={1467-8659},
year={2008},
organization={Wiley Online Library}
}
In this paper we present a consistent, distributed, shared memory system for GPU texture memory. This model enables the virtualization of texture memory and the transparent, scalable sharing of texture data across multiple GPUs. Textures are stored as pages, and as textures are read or written, our system satisfies requests for pages on demand while maintaining memory consistency. Our system implements a directory-based distributed shared memory abstraction and is hidden from the programmer in order to ease programming in a multi-GPU environment. Our primary contributions are the identification of the core mechanisms that enable the abstraction and the future support that will enable them to be efficient.
December 11, 2010 by hgpu