scispace - formally typeset
X

Xiaozhu Meng

Researcher at Rice University

Publications -  29
Citations -  337

Xiaozhu Meng is an academic researcher from Rice University. The author has contributed to research in topics: Instrumentation (computer programming) & Computer science. The author has an hindex of 7, co-authored 26 publications receiving 215 citations. Previous affiliations of Xiaozhu Meng include University of Wisconsin-Madison & Huazhong University of Science and Technology.

Papers
More filters
Proceedings ArticleDOI

GVPROF: A Value Profiler for GPU-Based Clusters

TL;DR: GVPROF as mentioned in this paper is the first value profiler that can detect temporal and spatial value redundancies in applications running on GPU-based clusters, which provides useful information to guide code optimization.
Journal ArticleDOI

CSI-Fuzz: Full-speed Edge Tracing Using Coverage Sensitive Instrumentation

TL;DR: The proposed CSI-Fuzz, a fuzzer utilizing coverage sensitive instrumentation to address the problems of existing full-speed fuzzing, discovers more edges than AFL, AFLFast, and UnTracer and exposes more bugs than the other fuzzers.
Posted Content

Adversarial Binaries for Authorship Identification.

TL;DR: This paper aims to modify a test binary, such that it not only causes misprediction but also maintains the functionality of the original input binary, and develops two key attack capabilities: feature vector modification and input binary modification.
Book ChapterDOI

Dyninst and MRNet: Foundational Infrastructure for Parallel Tools

TL;DR: New techniques that have developed in these areas of parallel tool development are discussed, and examples of current use of these tool kits in a variety of tool and middleware projects are presented.
Posted Content

GPA: A GPU Performance Advisor Based on Instruction Sampling

TL;DR: GPA, a performance advisor for NVIDIA GPUs that suggests potential code optimizations at a hierarchy of levels, including individual lines, loops, and functions, to relieve users of the burden of interpreting performance counters and analyzing bottlenecks.