From ce54ec185f69e32661efdcb4659f892415316b0e Mon Sep 17 00:00:00 2001 From: Alex Voicu Date: Fri, 18 Dec 2020 14:23:17 +0200 Subject: [PATCH] Add the HIP CPU Runtime as a Catch2 user (#2123) --- docs/opensource-users.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/opensource-users.md b/docs/opensource-users.md index 6cc557a8..17483f8b 100644 --- a/docs/opensource-users.md +++ b/docs/opensource-users.md @@ -53,6 +53,9 @@ Template Library of Tree Data Structures. ### [Fuxedo](https://github.com/fuxedo/fuxedo) Open source Oracle Tuxedo-like XATMI middleware for C and C++. +### [HIP CPU Runtime](https://github.com/ROCm-Developer-Tools/HIP-CPU) +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. + ### [Inja](https://github.com/pantor/inja) A header-only template engine for modern C++.