67 lines
2.0 KiB
Markdown
67 lines
2.0 KiB
Markdown
+++
|
|
title = "GPU Performance Nuggets"
|
|
date = 2016-06-15T04:14:45-05:00 # Schedule page publish date.
|
|
draft = false
|
|
|
|
# Talk start and end times.
|
|
# End time can optionally be hidden by prefixing the line with `#`.
|
|
time_start = 2016-06-15T16:45:00-05:00
|
|
time_end = 2016-06-15T17:00:00-05:00
|
|
|
|
# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
|
|
authors = ["Simon Garcia de Gonzalo", "Carl Pearson"]
|
|
|
|
# Abstract and optional shortened version.
|
|
abstract = "Experience from GPU acceleration of scientific code on NCSA Blue Waters"
|
|
abstract_short = "An example talk using Academic's Markdown slides feature."
|
|
|
|
# Name of event and optional event URL.
|
|
event = "Blue Waters Symposium"
|
|
event_url = ""
|
|
|
|
# Location of event.
|
|
location = "Sunriver Resort, OR"
|
|
|
|
# Is this a selected talk? (true/false)
|
|
selected = true
|
|
|
|
# Projects (optional).
|
|
# Associate this talk 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 = ["app_studies"]
|
|
|
|
# Tags (optional).
|
|
# Set `tags = []` for no tags, or use the form `tags = ["A Tag", "Another Tag"]` for one or more tags.
|
|
tags = []
|
|
|
|
# Slides (optional).
|
|
# Associate this talk with Markdown slides.
|
|
# Simply enter your slide deck's filename without extension.
|
|
# E.g. `slides = "example-slides"` references
|
|
# `content/slides/example-slides.md`.
|
|
# Otherwise, set `slides = ""`.
|
|
slides = ""
|
|
|
|
# Links (optional).
|
|
url_pdf = ""
|
|
url_slides = "pdf/2016nuggets.pdf"
|
|
url_video = "https://www.youtube.com/watch?v=ReQWjJ3o8us"
|
|
url_code = ""
|
|
|
|
# Does the content use math formatting?
|
|
math = false
|
|
|
|
# Featured image
|
|
# To use, add an image named `featured.jpg/png` to your page's folder.
|
|
[image]
|
|
# Caption (optional)
|
|
caption = "Image credit: [**Unsplash**](https://unsplash.com/photos/bzdhc5b3Bxs)"
|
|
|
|
# Focal point (optional)
|
|
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
|
|
focal_point = "Right"
|
|
+++
|