Skip to content

Commit

Permalink
update readme.md (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
smedegaard authored Dec 1, 2024
1 parent 12784d6 commit 9ce0845
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
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)

0 comments on commit 9ce0845

Please sign in to comment.