Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 891 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 891 Bytes

hip_rs

codecov

Caution

hip_rs is very experimental and will change a lot over time.

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

Documentation

The documentation is built and deployed to the repo's Github Pages.