scispace - formally typeset
M

Min Feng

Researcher at Princeton University

Publications -  43
Citations -  901

Min Feng is an academic researcher from Princeton University. The author has contributed to research in topics: Data structure & Speculative multithreading. The author has an hindex of 16, co-authored 43 publications receiving 845 citations. Previous affiliations of Min Feng include City University of Hong Kong & University of California, Riverside.

Papers
More filters
Proceedings ArticleDOI

Copy or Discard execution model for speculative parallelization on multicores

TL;DR: This paper proposes the Copy or Discard (CorD) execution model in which the state of speculative parallel threads is maintained separately from the nonspeculative computation state, and presents an algorithm for profile-based speculative parallelization that is effective in extracting parallelism from sequential programs.
Proceedings ArticleDOI

BugFix: A learning-based tool to assist developers in fixing bugs

TL;DR: This work presents a tool called BugFix, which automatically analyzes the debugging situation at a statement and reports a prioritized list of relevant bug-fix suggestions that are likely to guide the developer to an appropriate fix at that statement.
Proceedings ArticleDOI

Optimizing memory efficiency for deep convolutional neural networks on GPUs

TL;DR: In this article, the memory efficiency of various CNN layers and reveal the performance implication from both data layouts and memory access patterns, with up to 27.9× for a single layer and up to 5.6× on the whole networks.
Journal ArticleDOI

A short text modeling method combining semantic and statistical information

TL;DR: A novel modeling method for a collection of short text snippets is presented in this paper to measure the similarity between pairs of snippets and improves the performance of existing text-related information retrieval techniques.
Proceedings ArticleDOI

Supporting speculative parallelization in the presence of dynamic data structures

TL;DR: An augmented design for the representation of dynamic data structures such that all of the above operations can be performed efficiently are developed and significant speedups are demonstrated on a real machine.