Skip to content
Snippets Groups Projects
Commit dc80456e authored by Jakub Homola's avatar Jakub Homola
Browse files

main readme

parent 9311e7ee
No related branches found
No related tags found
No related merge requests found
Programming in HIP Programming AMD GPUs: From CUDA to HIP
================== ======================================
Hello HIP world! Hello HIP world! This repository contains the materials to the HIP introductory course *Programming AMD GPUs: From CUDA to HIP*.
This folder contains examples associated with the HIP presentation. Each folder contains one example and another README.md which describes it. Each directory contains an example and a `README.md` describing it in a little more detail. The main purpose of the attached Makefiles is just to better communicate the compilation/hipification commands and as a shortcut to manual typing of the whole commands. Real Makefiles would look differently, and you should rather use CMake anyway. **Do not use hipify tools in any automatic build scripts.**
The main purpose of the attached Makefiles is just to better communicate the compilation/hipification commands and as a shortcut to manual typing of the whole commands. Real Makefiles would look differently. **Do not use hipify tools in Makefiles or any other automatic build scripts.** The examples are designed for HIP/ROCm version 4.5.2. It is assumed that the examples are run on a machine with AMD ROCm-supported GPU and that all necessary software is installed (ROCm, HIP, hipSOLVER, AOMP, HIP-CPU). See [this link](https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation_new.html) for ROCm/HIP installation instructions.
The examples are designed for HIP-4.3.1, and when we are refering to "now", we mean November 2021.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment