PUMPS post

This commit is contained in:
Carl Pearson
2019-06-26 09:50:09 +02:00
parent cd10378dee
commit 77c654ec5e
5 changed files with 76 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 616 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

View File

@@ -0,0 +1,76 @@
+++
title = "PUMPS+AI 2019 Summer School"
subtitle = ""
date = 2019-06-26T00:00:00
lastmod = 2019-06-26T00:00:00
draft = false
# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
authors = ["Carl Pearson"]
tags = ["GPU", "BSC"]
summary = "TA at PUMPS+AI 2019"
# Projects (optional).
# Associate this post with one or more of your projects.
# Simply enter your project's folder or file name without extension.
# E.g. `projects = ["deep-learning"]` references
# `content/project/deep-learning/index.md`.
# Otherwise, set `projects = []`.
# projects = ["internal-project"]
# Featured image
# To use, add an image named `featured.jpg/png` to your project's folder.
[image]
# Caption (optional)
caption = ""
# Focal point (optional)
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
focal_point = "Center"
# Show image only in page previews?
preview_only = true
categories = []
# Set captions for image gallery.
[[gallery_item]]
album = "gallery"
image = "carl_mentor.jpg"
caption = "Me mentoring Jakub (left) and Pavel (right) on their LBM code"
[[gallery_item]]
album = "gallery"
image = "tas.jpg"
caption = "Mert, Simon and me in front of Vertex on UPC campus"
[[gallery_item]]
album = "gallery"
image = "collaboration.jpg"
caption = "PUMPS students collaborating on Tuesday"
+++
It's my privilege to attend [PUMPS+AI 2019](https://pumps.bsc.es/2019/front-page-content) summer school in Barcelona!
The summer school was stared by my advisor, Professor Wen-mei Hwu and David Kirk (formerly of Nvidia).
{{< gallery >}}
## Monday
The first day of PUMPS, we mentored Pavel Eichler and Jakub Klinkovsky on GPU acceleration for a lattice-boltzmann-method-based computational fluid dynamics solver.
Mert Hidayetoglu, Simon Garcia de Gonzalo, and I helped them apply some binning and scatter-to-gather transformations for a key coordinate-transformation step of their code.
## Tuesday - Thursday
The next three days consisted of morning lectures and afternoon hands-on labs for the students.
I was mostly responsible for maing the sure the students could use [rai](github.com/rai-project/rai) to do their [labs](github.com/illinois-impact/gpu-algorithms-labs).
## Friday
The final day has the Barcelona Supercomputing Center teaching the students about OmpSs, a pragma-based parallel runtime.