Difference between revisions of "GPU Tutorial/Julia"
GPU Tutorial/Julia
Jump to navigation
Jump to search
m |
m |
||
Line 8: | Line 8: | ||
=== Video === <!--T:5--> | === Video === <!--T:5--> | ||
+ | |||
+ | <youtube width="600" height="340" right>6pYUhi5zhPE</youtube> | ||
([[Media:GPU_tutorial_saxpy_julia.pdf |Slides as pdf]]) | ([[Media:GPU_tutorial_saxpy_julia.pdf |Slides as pdf]]) |
Latest revision as of 17:22, 21 January 2022
Tutorial | |
---|---|
Title: | Introduction to GPU Computing |
Provider: | HPC.NRW
|
Contact: | tutorials@hpc.nrw |
Type: | Multi-part video |
Topic Area: | GPU computing |
License: | CC-BY-SA |
Syllabus
| |
1. Introduction | |
2. Several Ways to SAXPY: CUDA C/C++ | |
3. Several Ways to SAXPY: OpenMP | |
4. Several Ways to SAXPY: Julia | |
5. Several Ways to SAXPY: NUMBA |
This video discusses the SAXPY via Julia and CUDA.jl. The CUDA.jl package is the main programming interface for working with NVIDIA CUDA GPUs using Julia. It features a user-friendly array abstraction, a compiler for writing CUDA kernels in Julia, and wrappers for various CUDA libraries.
Video