25.7LGJun 26, 2023
ChiPFormer: Transferable Chip Placement via Offline Decision TransformerYao Lai, Jinxin Liu, Zhentao Tang et al. · tsinghua
Placement is a critical step in modern chip design, aiming to determine the positions of circuit modules on the chip canvas. Recent works have shown that reinforcement learning (RL) can improve human performance in chip placement. However, such an RL-based approach suffers from long training time and low transfer ability in unseen chip circuits. To resolve these challenges, we cast the chip placement as an offline RL formulation and present ChiPFormer that enables learning a transferable placement policy from fixed offline data. ChiPFormer has several advantages that prior arts do not have. First, ChiPFormer can exploit offline placement designs to learn transferable policies more efficiently in a multi-task setting. Second, ChiPFormer can promote effective finetuning for unseen chip circuits, reducing the placement runtime from hours to minutes. Third, extensive experiments on 32 chip circuits demonstrate that ChiPFormer achieves significantly better placement quality while reducing the runtime by 10x compared to recent state-of-the-art approaches in both public benchmarks and realistic industrial tasks. The deliverables are released at https://sites.google.com/view/chipformer/home.
1.2SYMay 4, 2017
Multi-Stage Holomorphic Embedding Method for Calculating the Power-Voltage CurveBin Wang, Chengxi Liu, Kai Sun
The recently proposed non-iterative load flow method, called the holomorphic embedding method, may encounter the precision issue, i.e. nontrivial round-off errors caused by the limit of digits used in computation when calculating the power-voltage (P-V) curve for a heavily loaded power system. This letter proposes a multi-stage scheme to solve such a precision issue and calculate an accurate P-V curve. The scheme is verified on the New Eng-land 39-bus power system and benchmarked with the result from the traditional continuation power flow method.
1.2CENov 28, 2017
ExaGridPF: A Parallel Power Flow Solver for Transmission and Unbalanced Distribution SystemsBin Wang, John Bachan, Cy Chan
This paper investigates parallelization strategies for solving power flow problems in both transmission and unbalanced, three-phase distribution systems by developing a scalable power flow solver, ExaGridPF, which is compatible with existing high-performance computing platforms. Newton-Raphson (NR) and Newton-Krylov (NK) algorithms have been implemented to verify the performance improvement over both standard IEEE test cases and synthesized grid topologies. For three-phase, unbalanced system, we adapt the current injection method (CIM) to model the power flow and utilize SuperLU to parallelize the computing load across multiple threads. The experimental results indicate that more than 5 times speedup ratio can be achieved for synthesized large-scale transmission topologies, and significant efficiency improvements are observed over existing methods for the distribution networks.