ROCm / HIP-CPU

An implementation of HIP that works on CPUs, across OSes.
MIT License
107 stars 19 forks source link
cpp17 cuda cuda-programming hip hip-kernel-language hip-portability hip-runtime parallel-algorithms spmd stl-algorithms

HIP CPU Runtime

Repository | Issues | Documentation | Code Samples

The HIP CPU Runtime is a header-only library that allows CPUs to execute unmodified HIP code. It is generic and does not assume a particular CPU vendor or architecture. Please note the library is being actively developed, and is known to be incomplet; it might also be incorrekt and there could be a few bad bugs lurking.

Overview and Tutorials

HIP CPU Runtime tutorials per compiler and platform

Quick Links

Questions and Feedback

FAQs\ Please consult the FAQ before submitting a question.

Known Issues\ If a pre-existing issue encompasses your feedback, please leave a reaction on the issue to up-vote or down-vote it, which will help us in prioritisation.

Provide Feedback\ Submit questions, issues or feature requests.

Contribution

Contributions are most welcome and strongly encouraged. Please consult the contributing guide for details.