Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ochi into release/hip6.0_cuda12.2
  • Loading branch information
RichardGe committed Mar 29, 2024
2 parents d58d2dc + aefdc50 commit 7dfd36a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,15 @@ To run an application compiled with Orochi, you need to install a driver of your

## SDK multiple versions support

Orochi will try to keep its API up-to-date with both latest CUDA and HIP SDK releases in its `main` branch.
Orochi will aim to maintain support for various version combinations, enabling developers to switch between branches depending on their environment.

it will also keep the previous versions in branches:
Combinations currently supported:
| HIP version | CUDA version | Branch | Remarks |
|-------------|--------------|------------------------------------------------------------------------------------------------------------|------------------------------------------------------|
| 5.7 | 12.2 | [release/hip5.7_cuda12.2](https://github.com/GPUOpen-LibrariesAndSDKs/Orochi/tree/release/hip5.7_cuda12.2) | tested and validated |
| 6.0 | 12.2 | [release/hip6.0_cuda12.2](https://github.com/GPUOpen-LibrariesAndSDKs/Orochi/tree/release/hip6.0_cuda12.2) | tested and validated - Windows DLLs not provided yet |

For example, a branch named `hip5.7_cuda12.2` means this branch is based on HIP SDK 5.7 and CUDA SDK 12.2.
If you need a combination that is currently not supported, open an [Issue](https://github.com/GPUOpen-LibrariesAndSDKs/Orochi/issues).

----

Expand Down

0 comments on commit 7dfd36a

Please sign in to comment.