Main Page

From HPCRL Wiki
(Difference between revisions)
Jump to: navigation, search
(High Performance Computing Research Projects)
(Laboratory Alumni)
(46 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
== High Performance Computing Research Projects ==
 
== High Performance Computing Research Projects ==
 +
* EAGER - Towards Automated Characterization of the Data-Movement Complexity of Large Scale Analytics Applications.
 +
* XPS: FULL - Collaborative Research: PARAGRAPH: Parallel, Scalable Graph Analytics.
 +
* [[PAdvisor]] - Padding advisor to avoid cache conflict misses.
 +
* [[Whole-Program Adaptive Error Detection and Mitigation]].
 +
* Improving Vectorization.
 +
* Compiler/Runtime Support for Developing Scalable Parallel Multi-Scale Multi-Physics Applications.
 +
----
  
 
* [[Global Trees]] - Globally addressable distributed tree data structure library and runtime.
 
* [[Global Trees]] - Globally addressable distributed tree data structure library and runtime.
Line 13: Line 20:
 
* [[SDSL]] - Stencil Domain Specific Language: A language and compiler for developing performance portable stencil code.
 
* [[SDSL]] - Stencil Domain Specific Language: A language and compiler for developing performance portable stencil code.
 
* [[IE]] - Inspector/Executor compiler : A source-to-source transformation to target distributed memory systems for partitionable irregular loop computations
 
* [[IE]] - Inspector/Executor compiler : A source-to-source transformation to target distributed memory systems for partitionable irregular loop computations
 +
* [[SpMV on GPUs]] - Optimizing sparse matrix-vector multiplication on GPUs
 +
 +
== Instructions / Details ==
 +
* [[user_details|For members of the lab]]
 +
* [[admin_details|For admins]]
  
 
== Laboratory Members ==
 
== Laboratory Members ==
Line 20: Line 32:
 
* [http://www.cse.ohio-state.edu/~saday/ Professor P. Sadayappan]
 
* [http://www.cse.ohio-state.edu/~saday/ Professor P. Sadayappan]
  
=== Students ===
+
=== Researchers ===
 +
* Aravind Sukumaran Rajam
  
* [http://www.cse.ohio-state.edu/~ravishan/ Mahesh Ravishankar]
+
=== PhD Students ===
* [http://www.cse.ohio-state.edu/~niuq/ Qingpeng Niu]
+
* [http://web.cse.ohio-state.edu/~nisa/ Israt Nisa]
* [http://www.cse.ohio-state.edu/~laip/ Pai-Wei Lai]
+
* Changwan Hong
* [http://www.cse.ohio-state.edu/~tavarage/ Sanket Tavarageri]
+
* Hyunjean Choi
* [http://www.cse.ohio-state.edu/~fauzia/ Naznin Fauzia]
+
* Jinsung Kim
* [http://www.cse.ohio-state.edu/~arafatm Md Humayun Arafat]
+
* Rui Li
* [http://www.cse.ohio-state.edu/~sedaghat Naser Sedaghati]
+
* Süreyya Emre Kurt
* [http://www.cse.ohio-state.edu/~ashari Arash Ashari]
+
* Gordon E. Moon
* [http://kevinstock.org Kevin Stock]
+
* Miheer Vaidya
  
== Laboratory Alumni ==
+
=== Master Students ===
 +
<!-- * Kunal Singh
 +
* Vineeth Thumma
 +
* Rohit Kumar Srivastava -->
  
 +
== Laboratory Alumni ==
 +
* [http://web.cse.ohio-state.edu/~rawatp/index.html Prashant Rawat],
 +
* [http://web.cse.ohio-state.edu/~baow/ Wenlei Bao]
 +
* Kunal Singh,
 +
* Vineeth Thumma, Petuum
 +
* Rohit Kumar Srivastava,
 +
* Samyam Rajbhandari, Microsoft Research
 +
* Martin Kong, Brookhaven National Laboratory
 +
* Venmugil Elango, NVIDIA
 +
* John Eisenlohr, Siemens
 +
* Naser Sedaghati, Cruise Automation
 +
* Qingpeng Niu, LinkedIn
 +
* Naznin Fauzia, Expedia
 +
* Md Humayun Arafat, Amazon
 +
* Mahesh Ravishankar, NVIDIA
 +
* Pai-Wei Lai, Yelp
 +
* Arash Ashari, Facebook
 +
* Sanket Tavarageri, SJSU
 +
* [http://kevinstock.org Kevin Stock], Two Sigma
 
* Brian Larkins, Coastal Carolina University
 
* Brian Larkins, Coastal Carolina University
 
* James Dinan, Intel
 
* James Dinan, Intel
 
* Karthiyayini Chinnaswamy, Intel
 
* Karthiyayini Chinnaswamy, Intel
 
* Muthu Baskaran, Reservoir Labs
 
* Muthu Baskaran, Reservoir Labs
* [http://www.cse.ohio-state.edu/~henretty Tom Henretty], Reservoir Labs
+
* Tom Henretty, Reservoir Labs
* [http://jholewinski.org/ Justin Holewinski], NVIDIA
+
* Justin Holewinski, NVIDIA
* [https://sites.google.com/site/alberthartono/ Albert Hartono], Intel
+
 
* Giridhar S. Murthy, Apple
 
* Giridhar S. Murthy, Apple
 
* [http://hpc.pnl.gov/people/sriram/ Sriram Krishnamoorthy], Pacific Northwest National Laboratory
 
* [http://hpc.pnl.gov/people/sriram/ Sriram Krishnamoorthy], Pacific Northwest National Laboratory
 
* Nawab Ali, Intel
 
* Nawab Ali, Intel
 
* Arjun Singri, Amazon
 
* Arjun Singri, Amazon
* [https://sites.google.com/site/qingda/ Qingda Lu], Intel
+
* [https://sites.google.com/site/qingda/ Qingda Lu], Alibaba
 
* Gaurav Khanna, Intel
 
* Gaurav Khanna, Intel
 
* Rajkiran Panuganti, Microsoft
 
* Rajkiran Panuganti, Microsoft

Revision as of 18:39, 8 May 2018

Contents

High Performance Computing Research Projects

  • EAGER - Towards Automated Characterization of the Data-Movement Complexity of Large Scale Analytics Applications.
  • XPS: FULL - Collaborative Research: PARAGRAPH: Parallel, Scalable Graph Analytics.
  • PAdvisor - Padding advisor to avoid cache conflict misses.
  • Whole-Program Adaptive Error Detection and Mitigation.
  • Improving Vectorization.
  • Compiler/Runtime Support for Developing Scalable Parallel Multi-Scale Multi-Physics Applications.

  • Global Trees - Globally addressable distributed tree data structure library and runtime.
  • Pluto - An automatic parallelizer and locality optimizer for multicores.
  • Scioto - A scalable taskpools framework for global address space programming models.
  • Tensor Contraction Engine - An optimization system for quantum chemistry tensor equations.
  • UTS - The Unbalanced Tree Search benchmark is an irregular parallel benchmark.
  • PrimeTile - A parametric multi-level tiler for imperfect loop nests.
  • Hybrid MPI+UPC - Hybrid parallel programming with MPI and Unified Parallel C.
  • Polyhedral Compilation - Polyhedral Compilation projects.
  • DDGVec - A dynamic analysis of vectorization potential.
  • HOSTS - The High Order Stencil Transformation Suite: A framework for enhancing data reuse via associative reordering.
  • SDSL - Stencil Domain Specific Language: A language and compiler for developing performance portable stencil code.
  • IE - Inspector/Executor compiler : A source-to-source transformation to target distributed memory systems for partitionable irregular loop computations
  • SpMV on GPUs - Optimizing sparse matrix-vector multiplication on GPUs

Instructions / Details

Laboratory Members

Faculty

Researchers

  • Aravind Sukumaran Rajam

PhD Students

  • Israt Nisa
  • Changwan Hong
  • Hyunjean Choi
  • Jinsung Kim
  • Rui Li
  • Süreyya Emre Kurt
  • Gordon E. Moon
  • Miheer Vaidya

Master Students

Laboratory Alumni

  • Prashant Rawat,
  • Wenlei Bao
  • Kunal Singh,
  • Vineeth Thumma, Petuum
  • Rohit Kumar Srivastava,
  • Samyam Rajbhandari, Microsoft Research
  • Martin Kong, Brookhaven National Laboratory
  • Venmugil Elango, NVIDIA
  • John Eisenlohr, Siemens
  • Naser Sedaghati, Cruise Automation
  • Qingpeng Niu, LinkedIn
  • Naznin Fauzia, Expedia
  • Md Humayun Arafat, Amazon
  • Mahesh Ravishankar, NVIDIA
  • Pai-Wei Lai, Yelp
  • Arash Ashari, Facebook
  • Sanket Tavarageri, SJSU
  • Kevin Stock, Two Sigma
  • Brian Larkins, Coastal Carolina University
  • James Dinan, Intel
  • Karthiyayini Chinnaswamy, Intel
  • Muthu Baskaran, Reservoir Labs
  • Tom Henretty, Reservoir Labs
  • Justin Holewinski, NVIDIA
  • Giridhar S. Murthy, Apple
  • Sriram Krishnamoorthy, Pacific Northwest National Laboratory
  • Nawab Ali, Intel
  • Arjun Singri, Amazon
  • Qingda Lu, Alibaba
  • Gaurav Khanna, Intel
  • Rajkiran Panuganti, Microsoft
  • Alexander Sibiryakov, Microsoft
  • Sandhya Krishnan, Google
  • Uday Bondhugula, IISc
  • Nagavijayalakshmi Vydyanathan, Siemens
  • Aniruddha G. Shet, Intel
  • Gerald Sabin, RNET Technologies Inc.
  • Xiaoyang Gao, IBM
  • Bhargavi Rajaraman, Callfinity
  • Mohammad Kamrul Islam, LinkedIn
  • Alina Bibireata, GE Healthcare
Personal tools