| Crates.io | hip-rs |
| lib.rs | hip-rs |
| version | 1.0.0 |
| created_at | 2024-10-30 13:12:53.314805+00 |
| updated_at | 2024-12-31 13:54:40.679786+00 |
| description | A Rust wrapper for AMD's Heterogeneous-computing Interface for Portability (HIP), used for GPU interop. |
| homepage | |
| repository | https://github.com/smedegaard/hip-rs |
| max_upload_size | |
| id | 1428497 |
| size | 108,676 |
[!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