62 lines
2.1 KiB
Markdown
62 lines
2.1 KiB
Markdown
+++
|
|
title = "Comparative Performance Evaluation of Multi-GPU MLFMM Implementation for 2-D VIE Problems"
|
|
date = 2017-06-21
|
|
draft = false
|
|
|
|
# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
|
|
authors = ["Carl Pearson", "Mert Hidayetoglu", "Wei Ren", "Weng Cho Chew", "Wen-Mei Hwu"]
|
|
|
|
# Publication type.
|
|
# Legend:
|
|
# 0 = Uncategorized
|
|
# 1 = Conference proceedings
|
|
# 2 = Journal
|
|
# 3 = Work in progress
|
|
# 4 = Technical report
|
|
# 5 = Book
|
|
# 6 = Book chapter
|
|
publication_types = ["1"]
|
|
|
|
# Publication name and optional abbreviated version.
|
|
publication = "Computing and Electromagnetics International Workshop, IEEE 2017"
|
|
publication_short = "CEM"
|
|
|
|
# Abstract and optional shortened version.
|
|
abstract = "We compare multi-GPU performance of the multilevel fast multipole method (MLFMM) on two different systems: A shared-memory IBM S822LC workstation with four NVIDIA P100 GPUs, and 16 XK nodes (each is employed with a single NVIDIA K20X GPU) of the Blue Waters supercomputer. MLFMM is implemented for solving scattering problems involving two-dimensional inhomogeneous bodies. Results show that the multi-GPU implementation provides 794 and 969 times speedups on the IBM and Blue Waters systems over their corresponding sequential CPU executions, respectively, where the sequential execution on the IBM system is 1.17 times faster than on the Blue Waters System."
|
|
abstract_short = ""
|
|
|
|
# Does this page contain LaTeX math? (true/false)
|
|
math = false
|
|
|
|
# Does this page require source code highlighting? (true/false)
|
|
highlight = true
|
|
|
|
# Featured image thumbnail (optional)
|
|
image_preview = ""
|
|
|
|
# Is this a selected publication? (true/false)
|
|
selected = false
|
|
|
|
# Links (optional)
|
|
url_pdf = "pdf/20170621_pearson_cem.pdf"
|
|
url_preprint = ""
|
|
url_code = ""
|
|
url_dataset = ""
|
|
url_project = ""
|
|
url_slides = ""
|
|
url_video = ""
|
|
url_poster = ""
|
|
url_source = ""
|
|
|
|
# Featured image
|
|
# To use, add an image named `featured.jpg/png` to your page's folder.
|
|
[image]
|
|
# Caption (optional)
|
|
caption = ""
|
|
|
|
# Focal point (optional)
|
|
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
|
|
focal_point = ""
|
|
|
|
+++
|