CUDA Tutorial: Basic Linear Algebra (BLA) Library
AUTHOR: Dmitry I. Lyakh (Liakh): [email protected], [email protected]
Copyright (C) 2018-2018 Dmitry I. Lyakh (Liakh) Copyright (C) 2018-2018 Oak Ridge National Laboratory (UT-Battelle)
LICENSE: GNU Lesser General Public License v.3
Persistent location: https://github.com/DmitryLyakh/CUDA_Tutorial.git
Presentation from the Petascale Computing Institute 2019: Presentation.pdf
YouTube video of this tutorial: https://youtu.be/Zqfa80APkDk
BUILD:
- Prerequisites: Linux, g++ 5+, CUDA 9+.
- Update CUDA_INC and CUDA_LIB paths in the Makefile (if needed).
- Adjust CUDA_ARCH in the Makefile to your GPU compute capability.
- If your g++ compiler is too new for CUDA, provide an older one in CUDA_HOST.
- make