k e d
play

K E D b . D a L a t a B a s e Jordan Vincent XML - PowerPoint PPT Presentation

XML processing using GPGPU Research proposal Jordan Vincent University of Tsukuba February 2, 2011 K E D b . D a L a t a B a s e Jordan Vincent XML processing using GPGPU Jordan Vincent Academic achievements Engineering degree


  1. XML processing using GPGPU Research proposal Jordan Vincent University of Tsukuba February 2, 2011 K E D b . D a L a t a B a s e Jordan Vincent XML processing using GPGPU

  2. Jordan Vincent Academic achievements Engineering degree with emphasis on Software development . Research master degree with emphasis on Parallel algorithms . from University of Technology of Belfort-Montbeliard (France). Internship Final project assignment (6 months) at Kitagawa Data Engineering laboratory (University of Tsukuba, Japan). Jordan Vincent XML processing using GPGPU

  3. Outline Research project 1 Background Master project Next challenge Research plan 2 Schedule Scope of research Jordan Vincent XML processing using GPGPU

  4. Outline Research project 1 Background Master project Next challenge Research plan 2 Schedule Scope of research Jordan Vincent XML processing using GPGPU

  5. XML/XPath XML Semi-structured data format for exchanging data in a textual form. < a > < b arg1=”value1” > < c / > < /b > < b arg1=”value2” > Worldmap: < c > text < /c > English articles: 171 GB < /b > (Sept 2010) 27 GB < /a > (Sept 2010) XPath Core retrieval language for XML doc. XPath is a subset of XQuery. /a/b [ @arg1=value2 ]/ c Jordan Vincent XML processing using GPGPU

  6. XML pattern matching A A arg1 arg1 B B C "value1" "value2" arg1 B "value2" text C C C text XML document XPath query Result TwigStack TwigStack[1] is a famous algorithm to perform XML pattern matching. Jordan Vincent XML processing using GPGPU

  7. Manycore processor family and OpenCL Manycore processor family Heterogenous parallel processor architectures Nvidia (GPU) ATI/AMD (GPU/CPU) Intel (Larrabee project) CUDA Nvidia specific toolkit for general purpose development on GPU. OpenCL ” The open standard for parallel programming of heterogeneous systems ” includes some GPU, CPU but also some DSP chips. Sony/IBM/Toshiba Cell Apple iPhone Jordan Vincent XML processing using GPGPU

  8. Research works about GPGPU and DB processing Fast computation of database operations using graphics processors [Govindaraju, SIGMOD’04] GPUQP: Query Co-Processing Using Graphics Processors [Fang, SIGMOD’07] Relational Joins on Graphics Processors [He, SIGMOD’08] Data Monster: Why graphics processors will transform database processing? [Di Blas, 2009] Accelerating SQL Database Operations on a GPU with CUDA [Bakkum, GPGPU’10] Exploring utilisation of GPU for database applications [Walkowiak, ICCS’10] Accelerating XML Query Matching through Custom Stack Generation on FPGAs [Moussalli, HiPEAC’10] → No research result about XML processing using GPGPU. Jordan Vincent XML processing using GPGPU

  9. Master project: TwigStackGPU Outline Based on Imam Machdi’s research[2] at KDE lab. about TwigStack algorithm for parallel query processing on cluster and multicore processors. Current result Application possible to Nvidia GPGPU? 6 months work and many technical problems encountered. → Project works but slow execution time. Jordan Vincent XML processing using GPGPU

  10. Illustrated example XML document root Partitionning algorithm leaves partition 3 partition 2 partition 1 XML pattern XML pattern XML pattern matching matching matching Intermediate query solutions merge matches Jordan Vincent XML processing using GPGPU

  11. Next challenge Immediate future tasks performance evaluation and profiling. solve implementation issues for better performance. Many more problems to be addressed evaluate other architectures than Nvidia. enhance pattern matching algorithm to make use of more capabilities of GPU. explore other problems that share the same representation of XML documents. Jordan Vincent XML processing using GPGPU

  12. Outline Research project 1 Background Master project Next challenge Research plan 2 Schedule Scope of research Jordan Vincent XML processing using GPGPU

  13. Estimated schedule A B C D past 2011 2014 first demo non-uniform design a new query processing address other in CUDA parallelism algorithm that better fits GPGPU fields of XML (nVIDIA) exploration processing domain T wigStack OpenCL framework algorithm for XML query XML-OLAP implementation implementation for XML processing processing on GPGPU on GPGPU on GPGPU Master Manycore plateform XML-OLAP on GPU thesis comparison of T wigStack presentation and algorithm using new benchmark T wigStackGPU OpenCL framework Efficient XML query PhD presentation processing on GPGPU thesis and benchmark Jordan Vincent XML processing using GPGPU

  14. ”Layer cake” ... XML DB Webserver Non-uniform parallelism XML processing Query OLAP processing operation OpenCL software ... CPU GPU hardware Jordan Vincent XML processing using GPGPU

  15. Conclusion 1 XML query processing is a problem due to the growing amount of content stored into XML documents. 2 Current project shows that XML query processing on GPGPU is possible but well-known algorithm is not efficient. 3 No research results about XML query processing and GPGPU yet, but promising results about relational database query processing. 4 An efficient GPU framework could be the base of other researches related to XML processing. (e.g., XML-OLAP operation[3] using GPGPU) Jordan Vincent XML processing using GPGPU

  16. References I Nicolas Bruno, Nick Koudas, Divesh Srivastava. Holistic Twig Joins: Optimal XML Pattern Matching . SIGMOD 2002 Imam Machdi, Toshiyuki Amagasa, Hiroyuki Kitagawa. Executing parallel TwigStack algorithm on a multi-core system . International Journal of Web Information System, 2010. Chantola Kit, Toshiyuki Amagasa, Hiroyuki Kitagawa. Algorithms for Efficient Structure-based Grouping in XML-OLAP . iiWAS, 2008. Jordan Vincent XML processing using GPGPU

  17. backup slide: CPU vs GPU thread scheduling GPU hardware, massive parallelism of non-divergent threads CPU software, few parallelism of divergent threads memory consistency GPU no hardware consistency, software consistency not recommended (little independent caches, many cores) CPU hardware and complexe memory consistency management (big unified caches, few cores) computing priority GPU Less global memory CPU More global memory Jordan Vincent XML processing using GPGPU

  18. backup slide: GPU powered webserver Dynamic XML doc. request GPU (auth., AES decrypt, ...) webserver XPath queries on XML doc. fastCGI XML document answer (AES encrypt, ...) webserver CPU Jordan Vincent XML processing using GPGPU

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