Files
rocm-systems/hipamd
Aaron Enye Shi 58246c78d7 SWDEV-283267 - HIPRTC Pass COMGR correct msvc flags
On Windows, to enable comgr and hiprtc to enable compilation,
provide the correct target flags. Otherwise comgr cannot
figure out which platform to compile for.

Change-Id: I6426e518c8d695342cb49df0ebdeac0437da83df
2021-07-15 08:34:47 -04:00
..

What is this repository for?

This repository provides implementation of HIP for AMD GPUs.

© 201 Advanced Micro Devices, Inc. All Rights Reserved.

Repository branches:

The hipamd repository maintains several branches. The branches that are of importance are:

  • Main branch: This is the stable branch. It is up to date with the latest release branch, for example, if the latest HIP release is rocm-4.3, main branch will be the repository based on this release.
  • Release branches. These are branches corresponding to each ROCM release, listed with release tags, such as rocm-4.4, etc.

Release tagging:

hipamd releases are typically naming convention for each ROCM release to help differentiate them.

  • rocm x.yy: These are the stable releases based on the ROCM release. This type of release is typically made once a month.*