hip-rs

Crates.iohip-rs
lib.rship-rs
version1.0.0
created_at2024-10-30 13:12:53.314805+00
updated_at2024-12-31 13:54:40.679786+00
descriptionA Rust wrapper for AMD's Heterogeneous-computing Interface for Portability (HIP), used for GPU interop.
homepage
repositoryhttps://github.com/smedegaard/hip-rs
max_upload_size
id1428497
size108,676
Anders Smedegaard Pedersen (smedegaard)

documentation

https://github.com/smedegaard/hip-rs

README

hip-rs

codecov

[!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

Commit count: 135

cargo fmt