Chunhao Wang
Zhejiang University
Network
Latest external collaboration on country level. Dive into details by clicking on the dots.
Publication
Featured researches published by Chunhao Wang.
international symposium on algorithms and computation | 2011
Chunhao Wang; Qian-Ping Gu
Bidimensionality theory provides a general framework for developing subexponential fixed parameter algorithms for NP-hard problems. In this framework, to solve an optimization problem in a graph G, the branchwidth
Future Generation Computer Systems | 2012
Jianliang Ma; Chunhao Wang; Baozhong Yu; Tianzhou Chen
{\mathop{\rm bw}}(G)
computer and information technology | 2010
Chunhao Wang; Lihan Ju; Di Wu; Lingxiang Xiang; Wei Hu; Tianzhou Chen
is first computed or estimated. If
Archive | 2010
Lingxiang Xiang; Tianzhou Chen; Lianghua Miao; Guanjun Jiang; Fuming Qiao; Du Chen; Jianliang Ma; Chunhao Wang; Tiefei Zhang; Man Cao
{\mathop{\rm bw}}(G)
Quantum Information & Computation | 2016
Richard Cleve; Debbie W. Leung; Li Liu; Chunhao Wang
is small then the problem is solved by a branch-decomposition based algorithm which typically runs in polynomial time in the size of G but in exponential time in
Archive | 2009
Tianzhou Chen; Tiefei Zhang; Lingxiang Xiang; Lianghua Miao; Chunhao Wang; Man Cao; Jianliang Ma; Jiangwei Huang; Fuming Qiao; Du Chen
{\mathop{\rm bw}}(G)
Archive | 2009
Tianzhou Chen; Chunhao Wang; Chao Wang; Yonggang Wang; Di Wu; Xingsheng Tang; Wei Hu; Qingsong Shi; Xueqing Lou
. Otherwise, a large
Archive | 2009
Tianzhou Chen; Man Cao; Jianliang Ma; Tiefei Zhang; Lingxiang Xiang; Fuming Qiao; Jiangwei Huang; Chunhao Wang; Lianghua Miao; Jian Chen
{\mathop{\rm bw}}(G)
Archive | 2009
Tianzhou Chen; Jianliang Ma; Man Cao; Fuming Qiao; Tiefei Zhang; Lingxiang Xiang; Chunhao Wang; Jingwei Liu; Jian Chen; Lianghua Miao
implies a large grid minor of G and the problem is computed or estimated based on the grid minor. A representative example of such algorithms is the one for the longest path problem in planar graphs. Although many subexponential fixed parameter algorithms have been developed based on bidimensionality theory, little is known on the practical performance of these algorithms. We report a computational study on the practical performance of a bidimensionality theory based algorithm for the longest path problem in planar graphs. The results show that the algorithm is practical for computing/estimating the longest path in a planar graph. The tools developed and data obtained in this study may be useful in other bidimensional algorithm studies.
Archive | 2011
Chunhao Wang; Wei Hu; Tianzhou Chen; Jiangwei Huang; Man Cao; Lingxiang Xiang; Guanjun Jiang; Tiefei Zhang; Jianliang Ma; Lianghua Miao
Executing sequential program on multi-core is crucial for accommodating Instruction Level Parallelism (ILP) in Chip Multi-Processor (CMP) architecture. One widely used method for steering instructions across cores is based on dependency. However, this method requires a sophisticated steering mechanism and brings about much hardware complexity and die area overhead. This paper presents the Global Register Alias Table (GRAT), a structure which can be used in CMP architecture to facilitate sequential program execution across cores. The GRAT drastically reduces the area overhead and design complexity of steering instructions without introducing additional programming effort or compiler support. Dynamic reconfiguration is also implemented to support efficient parallel program execution. In our evaluation, the result shows that our work performs within 5.9% of Core Fusion, a recent work which requires a complex steering unit.