Sequence alignment software migration and performance evaluation based on DPCT
This paper explores the process of migrating CUDA programs to DPC++using the GASAL2 sequence alignment software.The DPCT tool is utilized during the migration process to auto-matically convert CUDA APIs to DPC++APIs.However,the migrated code still requires adaptation and modification to compile and run correctly.This paper evaluates the effectiveness of the DPCT tool in migrating CUDA programs to DPC++and demonstrates the high-efficiency performance of DPC++across different architectures.Experiments show that the migrated program maintains the accuracy of the original program and can run on heterogeneous devices with the Intel GPU architecture without code modification.At the same time,the migrated DPC++-based GASAL2 heterogeneous computing per-formance can reach approximately 90%~95%of the original CUDA-based GASAL2 computing per-formance,fully demonstrating the feasibility of DPC++heterogeneous programming.The results pro-vide a promising solution for cross-platform heterogeneous programming to fully utilize a wider range of hardware support.