91做厙

Skip to main content
SHARE
Publication

Performance portability study of epistasis detection using SYCL on NVIDIA GPU...

by Zheming Jin, Jeffrey S Vetter
Publication Type
Conference Paper
Book Title
BCB '22: Proceedings of the 13th ACM International Conference on Bioinformatics, Computational Biology and Health Informatics
Publication Date
Page Numbers
1 to 8
Publisher Location
New York, United States of America
Conference Name
Conference on Bioinformatics, Computational Biology and Health Informatics (BCB)
Conference Location
Northbrook, Illinois, United States of America
Conference Sponsor
ACM
Conference Date
-

We describe the experience of converting a CUDA implementation of a high-order epistasis detection algorithm to SYCL. The goals are for our work to be useful to application and compiler developers with a detailed description of migration paths between CUDA and SYCL. Evaluating the CUDA and SYCL applications on an NVIDIA V100 GPU, we find that the optimization of loop unrolling needs to be applied manually to the SYCL kernel for obtaining comparable performance. The performance of the SYCL group reduce function, an alternative to the CUDA warp-based reduction, depends on the problem and work group sizes. The 64-bit popcount operation implemented with tree of adders is slightly faster than the built-in popcount operation. When the number of OpenMP threads is four, the highest performance of the SYCL and CUDA applications are comparable.