Skip to content

Commit

Permalink
add alpaka and LLAMA to Catch2 users
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber authored and horenmar committed Sep 23, 2021
1 parent 3f8cae8 commit ee14357
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/opensource-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ maintainer's explicit consent._

## Libraries & Frameworks

### [alpaka](https://github.com/alpaka-group/alpaka)
A header-only C++14 abstraction library for accelerator development.

### [ApprovalTests.cpp](https://github.com/approvals/ApprovalTests.cpp)
C++11 implementation of Approval Tests, for quick, convenient testing of legacy code.

Expand Down Expand Up @@ -59,6 +62,9 @@ A header-only library that allows CPUs to execute unmodified HIP code. It is gen
### [Inja](https://github.com/pantor/inja)
A header-only template engine for modern C++.

### [LLAMA](https://github.com/alpaka-group/llama)
A C++17 template header-only library for the abstraction of memory access patterns.

### [libcluon](https://github.com/chrberger/libcluon)
A single-header-only library written in C++14 to glue distributed software components (UDP, TCP, shared memory) supporting natively Protobuf, LCM/ZCM, MsgPack, and JSON for dynamic message transformations in-between.

Expand Down

0 comments on commit ee14357

Please sign in to comment.