From 3aa0caf25ee3efd6284a0ad55e931188a858ff4a Mon Sep 17 00:00:00 2001 From: Pranav Sivaraman <14294205+pranav-sivaraman@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:38:24 -0400 Subject: [PATCH] feat: add kokkos model description to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index da71ae6a..afe8f327 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ This version of XSBench is written in SYCL, and can be used for CPU, GPU, FPGA, 5. **XSBench/hip** This version of XSBench is written in HIP for use with GPU architectures. This version is derived from CUDA using an automatic conversion tool with only a few small manual changes. +6. XSBench/kokkos +This version of XSBench is written using the Kokkos programming model allowing it to execute on multiple different GPUs or CPUs. We have provided both Makefile and CMake build system options for convenience + ## Compilation To compile XSBench with default settings, navigate to your selected source directory and use the following command: