kokkos / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
http://llvm.org
Other
4 stars 2 forks source link

Mock Kokkos::parallel functions #2

Open calewis opened 4 years ago

calewis commented 4 years ago

Generate mocked versions of Kokkos::parallel_for, Kokkos::parallel_reduce, and Kokkos::parallel_scan

calewis commented 4 years ago

parallel_for is at least partially done.