scispace - formally typeset
D

Donghwan Jeon

Researcher at University of California, San Diego

Publications -  8
Citations -  413

Donghwan Jeon is an academic researcher from University of California, San Diego. The author has contributed to research in topics: Critical path method & Speedup. The author has an hindex of 6, co-authored 8 publications receiving 380 citations.

Papers
More filters
Proceedings ArticleDOI

SD-VBS: The San Diego Vision Benchmark Suite

TL;DR: In the era of multi-core, computer vision has emerged as an exciting application area which promises to continue to drive the demand for both more powerful and more energy efficient processors.
Journal ArticleDOI

Kremlin: rethinking and rebooting gprof for the multicore age

TL;DR: Kremlin is examined, an automatic tool that, given a serial version of a program, will make recommendations to the user as to what regions of the program to attack first, and introduces a novel hierarchical critical path analysis and develops a new metric for estimating the potential of parallelizing a region: self-parallelism.
Proceedings ArticleDOI

Kismet: parallel speedup estimates for serial programs

TL;DR: Kismet, a tool that creates parallel speedup estimates for unparallelized serial programs, builds upon the hierarchical critical path analysis technique, a recently developed dynamic analysis that localizes parallelism to each of the potentially nested regions in the target program.
Journal ArticleDOI

The Kremlin Oracle for Sequential Code Parallelization

TL;DR: Kremlin combines a novel dynamic program analysis, hierarchical critical-path analysis, with multicore processor models to evaluate thousands of potential parallelization strategies and estimate their performance outcomes.
Proceedings ArticleDOI

Kremlin: like gprof, but for parallelization

TL;DR: This paper overviews Kremlin, a software profiling tool designed to assist the parallelization of serial programs that accepts a serial source code, profiles it, and provides a list of regions that should be considered in parallelization.