Accelerating the BPMax algorithm for RNA-RNA interaction
dc.contributor.author | Mondal, Chiranjeb, author | |
dc.contributor.author | Rajopadhye, Sanjay, advisor | |
dc.contributor.author | Pouchet, Louis-Noel, committee member | |
dc.contributor.author | Betten, Anton, committee member | |
dc.date.accessioned | 2021-09-06T10:25:06Z | |
dc.date.available | 2021-09-06T10:25:06Z | |
dc.date.issued | 2021 | |
dc.description | Zip file contains supplementary BPMax materials. | |
dc.description.abstract | RNA-RNA interactions (RRIs) are essential in many biological processes, including gene tran- scription, translation, and localization. They play a critical role in diseases such as cancer and Alzheimer's. An RNA-RNA interaction algorithm uses a dynamic programming algorithm to predict the secondary structure and suffers very high computational time. Its high complexity (Θ(N3M3) in time and Θ(N2M2) in space) makes it both essential and a challenge to parallelize. RRI programs are developed and optimized by hand most of the time, which is prone to human error and costly to develop and maintain. This thesis presents the parallelization of an RRI program - BPMax on a single shared memory CPU platform. From a mathematical specification of the dynamic programming algorithm, we generate highly optimized code that achieves over 100× speedup over the baseline program that uses a standard 'diagonal-by-diagonal' execution order. We achieve 100 GFLOPS, which is about a fourth of our platform's peak theoretical single-precision performance for max-plus computation. The main kernel in the algorithm, whose complexity is Θ(N3M3) attains 186 GFLOPS. We do this with a polyhedral code generation tool, A L P H A Z, which takes user-specified mapping directives and automatically generates optimized C code that enhances parallelism and locality. A L P H A Z allows the user to explore various schedules, memory maps, parallelization approaches, and tiling of the most dominant part of the computation. | |
dc.format.medium | born digital | |
dc.format.medium | masters theses | |
dc.format.medium | ZIP | |
dc.format.medium | BPMax | |
dc.identifier | MONDAL_colostate_0053N_16738.pdf | |
dc.identifier.uri | https://hdl.handle.net/10217/233742 | |
dc.language | English | |
dc.language.iso | eng | |
dc.publisher | Colorado State University. Libraries | |
dc.relation.ispartof | 2020- | |
dc.rights | Copyright and other restrictions may apply. User is responsible for compliance with all applicable laws. For information about copyright law, please see https://libguides.colostate.edu/copyright. | |
dc.title | Accelerating the BPMax algorithm for RNA-RNA interaction | |
dc.type | Text | |
dcterms.rights.dpla | This Item is protected by copyright and/or related rights (https://rightsstatements.org/vocab/InC/1.0/). You are free to use this Item in any way that is permitted by the copyright and related rights legislation that applies to your use. For other uses you need to obtain permission from the rights-holder(s). | |
thesis.degree.discipline | Computer Science | |
thesis.degree.grantor | Colorado State University | |
thesis.degree.level | Masters | |
thesis.degree.name | Master of Science (M.S.) |