accelerating tandem ms protein database searches using
play

Accelerating Tandem MS Protein Database Searches Using OpenCL - PowerPoint PPT Presentation

Rick Weber, David D. Jenkins, Nicholas Lineback, Robert Hettich, Gregory D. Peterson Accelerating Tandem MS Protein Database Searches Using OpenCL Programming devices the intractable way Programming devices with OpenCL T andem MS/MS


  1. Rick Weber, David D. Jenkins, Nicholas Lineback, Robert Hettich, Gregory D. Peterson Accelerating Tandem MS Protein Database Searches Using OpenCL

  2. Programming devices the intractable way

  3. Programming devices with OpenCL

  4. T andem MS/MS experiment  Collect a sample  Clean it  Try to remove things that aren’t proteins  Dissolve proteins into peptides  Trypsin  Shoot mixture through mass spectrometer  Mass spectrometer gives ~100k scans containing m/Z and intensities

  5. Peptide searching with database

  6. Search algorithms  Mostly differ in the scoring algorithm  Consequently, different execution rates  Sequest  Cross correlation  Most widely used  X! Tandem  Dot product  Myrimatch  Multi-Variate Hypergeometric (MVH) distribution

  7. Specmaster  OpenCL Myrimatch implementation  Runs correctly on AMD, Nvidia GPUs; AMD, Intel CPUs  Not tested anything else  Designed from ground up for speed  Myrimatch already multi-threaded  No 400x speedup using GPU  10x is more reasonable

  8. Algorithm design  Make peptides from proteins sequentially on CPU  Needs to be done in OpenCL (future work)  Amdahl’s law  Perform search using OpenCL devices  Each workgroup processes different MS2+ scan  Each work item searches a different candidate

  9. Search  Binary search for candidates  Precursor masses within tolerance for assumed charge state  Binary search for ions  Look for peaks theoretically predicted for peptide’s amino acid in multiple charge states  Compute MVH as a function of number of found peaks by intensity class

  10. OpenCL and the lack of free lunch  Little performance portability  Different devices have:  Different memories  Different SIMD sizes  Different branch penalties  Different execution models

  11. Memory speeds __constant __local __global __global (cached) (raw) E5-2680 518GB/s 425GB/s 469GB/s 51GB/s GTX 480 1.29TB/s 1.3TB/s 588GB/s 152GB/s Radeon 7970 7TB/s 3.6TB/s 1.7TB/s 213GB/s

  12. Preferred work group sizes  CPU: 1  AMD GPU: multiple of 32 or 64  Nvidia GPU: multiple of 32 or 64

  13. Peformance (as of time of publication)

  14. “Future work” already completed  Portable device specific tuning  Still running with same kernel code on all devices!  Preprocessor abuse  Kernel apathetic to work group size  Heterogeneous scan scoring  Use every device in CPU to score  Up to 90% of peak strong-scaled throughput using 32 cores and 3 Radeon 7970s

  15. Actual future work  Post translational modifications  When generating peptides, create each modified variant of pepties on CPU  Easy (Don’t need to modify kernels)  Probably slow  Take existing unmodified list and modify on the fly on the device  Hard due to lack of recursion in OpenCL  Amortizes sequential execution and PCIe transfers

  16. Acknowledgements  The University of Tennessee  NSF and SCALE-IT  Intel  For donating the research machine

  17. Questions?

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend