Skip to content

Commit

Permalink
Add AMD specific info.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVlx committed Oct 7, 2024
1 parent 97f1543 commit 0c7a688
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ This project currently only supports the OpenCL/compute "flavour" of SPIR-V: it

The LLVM/SPIR-V Bi-Directional Translator is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.

## **AMD SPECIFIC**

This repository contains a temporary fork which includes changes that are
currently necessary for the generation and subsequent consumption of
[AMDGCN flavoured SPIR-V](https://github.com/llvm/llvm-project/pull/89796).
These changes will be upstreamed, where feasible, or superseded by generic
alternatives, and hence should be regarded as ephemeral (please do not form any
dependencies on anything but superficial semantics).

### Differences vs Upstream

- TBA

## Directory Structure

Expand Down

0 comments on commit 0c7a688

Please sign in to comment.