-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
12784d6
commit 9ce0845
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# hip-rs | ||
A rust wrapper for HIP | ||
|
||
[![codecov](https://codecov.io/github/smedegaard/hip-rs/branch/main/graph/badge.svg?token=2J63ET3KII)](https://codecov.io/github/smedegaard/hip-rs) | ||
|
||
> [!CAUTION] | ||
> hip-rs is **not to be used** for anything else that hobby projects. | ||
A rust wrapper for HIP. | ||
|
||
> The Heterogeneous-computing Interface for Portability (HIP) API is a C++ runtime API and kernel language that lets developers create portable applications running in heterogeneous systems, using CPUs and AMD GPUs or NVIDIA GPUs from a single source code. HIP provides a simple marshalling language to access either the AMD ROCM back-end, or NVIDIA CUDA back-end, to build and run application kernels. | ||
> — the [HIP documentation](https://rocm.docs.amd.com/projects/HIP/en/latest/what_is_hip.html) |