ContinuumIO/Numba-HSA-Webinar

Name: Numba-HSA-Webinar

Owner: Continuum Analytics, Inc.

Description: Example code for Numba HSA webinar

Created: 2015-12-07 14:59:25.0

Updated: 2017-09-17 19:32:06.0

Pushed: 2016-03-01 15:29:37.0

Homepage: null

Size: 4785

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Blowing the doors off your bottlenecks with Python on AMD APUs

Stan Seibert
December 8, 2015

(This notebook contains code from a webinar showing how to use Python and Numba to write code that takes advantage of the GPU-capabilities on AMD APUs. For a recording of this webinar, see: TBD)

This example requires:

The easiest way to test out the code in this notebook is to download Miniconda and run the following commands to create and activate a new environment:

a create -n hsa_webinar python=3.4 numba libhlc pandas bokeh matplotlib basemap jupyter
ce activate hsa_webinar
rt LD_LIBRARY_PATH=/opt/hsa/lib

ter notebook

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.