PPT-CS 240A :
Author : pasty-toler | Published Date : 2016-07-11
Breadthfirst search in Cilk Thanks to Charles E Leiserson for some of these slides Breadth First Search Levelbylevel graph traversal Serially complexity Θ
Presentation Embed Code
Download Presentation
Download Presentation The PPT/PDF document "CS 240A :" is the property of its rightful owner. Permission is granted to download and print the materials on this website for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.
CS 240A :: Transcript
Breadthfirst search in Cilk Thanks to Charles E Leiserson for some of these slides Breadth First Search Levelbylevel graph traversal Serially complexity Θ mn 1 2 3. Multicore and NUMA architectures. Multithreaded Programming. Cilk++ as a concurrency platform. Work and Span. Thanks to . Charles E. Leiserson for some of these slides. Multicore Architecture. Matrix multiplication I : parallel issues. Matrix multiplication II: cache issues. Thanks to Jim Demmel and Kathy Yelick (UCB) for some of these slides. Matrix-Matrix . Multiplication (“DGEMM”). Dense A:. Gaussian elimination with partial pivoting (LU). Same flavor as matrix * matrix, but more complicated. Sparse A:. Gaussian elimination – Cholesky, LU, etc.. Graph algorithms. Sparse A:. Multicore and NUMA architectures. Multithreaded Programming. . Cilk. as a concurrency platform. . Work, Span, (potential) Parallelism. Thanks to . Charles E. Leiserson for some of these slides. Multicore and NUMA architectures. Multithreaded Programming. Cilk as a concurrency platform. Work and Span. Thanks to . Charles E. Leiserson for some of these slides. Multicore Architecture.
Download Document
Here is the link to download the presentation.
"CS 240A :"The content belongs to its owner. You may download and print it for personal use, without modification, and keep all copyright notices. By downloading, you agree to these terms.
Related Documents