Scalable FSM parallelization via path fusion and higher-order speculation
Document Type
Conference Proceeding
Publication Date
4-2021
Department
Department of Computer Science
Abstract
Finite-state machine (FSM) is a fundamental computation model used by many applications. However, FSM execution is known to be "embarrassingly sequential"due to the state dependences among transitions. Existing solutions leverage enumerative or speculative parallelization to break the dependences. However, the efficiency of both parallelization schemes highly depends on the properties of the FSM and its inputs. For those exhibiting unfavorable properties, the former suffers from the overhead of maintaining multiple execution paths, while the latter is bottlenecked by the serial reprocessing among the misspeculation cases. Either way, the FSM parallelization scalability is seriously compromised. This work addresses the above scalability challenges with two novel techniques. First, for enumerative parallelization, it proposes path fusion. Inspired by the classic NFA to DFA conversion, it maps a vector of states in the original FSM to a new (fused) state. In this way, path fusion can reduce multiple FSM execution paths into a single path, minimizing the overhead of path maintenance. Second, for speculative parallelization, this work introduces higher-order speculation to avoid the serial reprocessing during validations. This is a generalized speculation model that allows speculated states to be validated speculatively. Finally, this work integrates different schemes of FSM parallelization into a framework-BoostFSM, which automatically selects the best based on the relevant properties of the FSM. Evaluation using real-world FSMs with diverse characteristics shows that BoostFSM can raise the average speedup from 3.1× and 15.4× of the existing speculative and enumerative parallelization schemes, respectively, to 25.8× on a 64-core machine.
Publication Title
International Conference on Architectural Support for Programming Languages and Operating Systems - ASPLOS
ISBN
9781450383172
Recommended Citation
Qiu, J.,
Sun, X.,
Sabet, A.,
&
Zhao, Z.
(2021).
Scalable FSM parallelization via path fusion and higher-order speculation.
International Conference on Architectural Support for Programming Languages and Operating Systems - ASPLOS, 887-901.
http://doi.org/10.1145/3445814.3446705
Retrieved from: https://digitalcommons.mtu.edu/michigantech-p/14783