scispace - formally typeset
J

Jeff A. Stuart

Researcher at University of California, Davis

Publications -  12
Citations -  729

Jeff A. Stuart is an academic researcher from University of California, Davis. The author has contributed to research in topics: Synchronization (computer science) & Software rendering. The author has an hindex of 8, co-authored 12 publications receiving 683 citations. Previous affiliations of Jeff A. Stuart include University of Nevada, Reno.

Papers
More filters
Proceedings ArticleDOI

Multi-GPU MapReduce on GPU Clusters

TL;DR: GPMR, the authors' stand-alone MapReduce library that leverages the power of GPU clusters for large-scale computing, is presented and how total and relative amounts of communication affect GPMR is highlighted.
Proceedings ArticleDOI

A study of Persistent Threads style GPU programming for GPGPU workloads

TL;DR: Through micro-kernel benchmarks, it is shown the PT approach can achieve up to an order-of-magnitude speedup over nonPT kernels, but can also result in performance loss in many cases.
Proceedings ArticleDOI

Message passing on data-parallel architectures

TL;DR: The “DCGN” API on NVIDIA GPUs is designed and implemented that is similar to MPI and allows full access to the underlying architecture, and the notion of data-parallel thread-groups as a way to map resources toMPI ranks is introduced.
Journal ArticleDOI

Out-of-core Data Management for Path Tracing on Hybrid Resources

TL;DR: A software system that enables path‐traced rendering of complex scenes with strong performance and scalability and an efficient implementation of a path tracer application, where GPUs perform functions such as ray tracing, shadow tracing, importance‐driven light sampling, and surface shading is presented.
Proceedings ArticleDOI

Multi-GPU volume rendering using MapReduce

TL;DR: It is argued that a multi-GPU MapReduce library is a good fit for parallel volume renderering because it is easy to program for, scales well, and eliminates the need to focus on I/O algorithms thus allowing the focus to be on visualization algorithms instead.