Skip to content

Commit

Permalink
feat: add kokkos model description to README
Browse files Browse the repository at this point in the history
  • Loading branch information
pranav-sivaraman committed Oct 19, 2023
1 parent e0b7bff commit 3aa0caf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3aa0caf

Please sign in to comment.