Open Access. Powered by Scholars. Published by Universities.®

Life Sciences Commons

Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences

Electronic Theses and Dissertations

2011

Articles 1 - 1 of 1

Full-Text Articles in Life Sciences

Memory Access Patterns For Cellular Automata Using Gpgpus, James Michael Balasalle Jan 2011

Memory Access Patterns For Cellular Automata Using Gpgpus, James Michael Balasalle

Electronic Theses and Dissertations

Today's graphical processing units have hundreds of individual processing cores that can be used for general purpose computation of mathematical and scientific problems. Due to their hardware architecture, these devices are especially effective when solving problems that exhibit a high degree of spatial locality. Cellular automata use small, local neighborhoods to determine successive states of individual elements and therefore, provide an excellent opportunity for the application of general purpose GPU computing. However, the GPU presents a challenging environment because it lacks many of the features of traditional CPUs, such as automatic, on-chip caching of data. To fully realize the potential …